https://bugzilla.redhat.com/show_bug.cgi?id=1436185
Bug ID: 1436185
Summary: ghc-monad-logger-0.3.21 is available
Product: Fedora
Version: rawhide
Component: ghc-monad-logger
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Latest upstream release: 0.3.21
Current version/release in rawhide: 0.3.20.2-1.fc26
URL: https://hackage.haskell.org/package/monad-logger
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/919/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1431395
Bug ID: 1431395
Summary: ghc-texmath-0.9.3 is available
Product: Fedora
Version: rawhide
Component: ghc-texmath
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Latest upstream release: 0.9.3
Current version/release in rawhide: 0.9.1-1.fc26
URL: http://hackage.haskell.org/package/texmath
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
Based on the information from anitya:
https://release-monitoring.org/project/1122/
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1427000
Bug ID: 1427000
Summary: c2hs does not like gcc7 __float128
Product: Fedora
Version: rawhide
Component: gtk2hs-buildtools
Assignee: petersen(a)redhat.com
Reporter: petersen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Description of problem:
gtk2hs packages are failing to build on i686 in F26 Rawhide with gcc7
due to the addition of a __float128 alignment directive in stddef.h.
Configuring glib-0.13.2.2...
+ '[' -x Setup ']'
+ LANG=en_US.utf8
+ ./Setup build
Building glib-0.13.2.2...
Preprocessing library glib-0.13.2.2...
gtk2hsC2hs: Error in C header file.
/usr/lib/gcc/i686-redhat-linux/7/include/stddef.h:435: (column 3) [FATAL]
>>> Syntax error!
The symbol `__float128' does not fit here.
Version-Release number of selected component (if applicable):
gtk2hs-buildtools-0.13.2.2
gcc-7.0.1-0.10.fc26
How reproducible:
100%
Steps to Reproduce:
1. try to build ghc-glib, ghc-gio, ghc-pango, ghc-gtk3, etc
Actual results:
see above
Expected results:
no failure
Additional info:
Upstream report https://github.com/gtk2hs/gtk2hs/issues/200
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1119711
Bug ID: 1119711
Summary: 2nd and 3rd level bulleted lists do not get a proper
bullet symbol
Product: Fedora
Version: 20
Component: pandoc
Assignee: petersen(a)redhat.com
Reporter: bexelbie(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Created attachment 918117
--> https://bugzilla.redhat.com/attachment.cgi?id=918117&action=edit
Picture of the broken bullets in Libre Office Writer
Description of problem:
When converting to ODT from Markdown and HTML, second and third level bullets
in a bulleted list are the "missing symbol" symbol.
Version-Release number of selected component (if applicable):
On Fedora 20:
pandoc 1.12.3.3
Compiled with texmath 0.6.6.1, highlighting-kate 0.5.6.
How reproducible:
Always
Steps to Reproduce:
1. Create this markdown document
foo.md
--
* Level 1 OK
* Level 2 broken
* Level 3 broken
* Level 4 OK
--
2. Execute:
pandoc -f markdown -t odt -o foo.odt foo.md
3. Open foo.odt in Libre Office Writer
Actual results:
Messed up bullets (see image)
Expected results:
Proper Bullets
Additional info:
This does not seem to be a problem with reference.odt. The style settings
there all appear OK. My best guess is that pandoc is forcing either a font or
bullet symbol that isn't shipped on Fedora and is overriding the default
styling in reference.odt.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aGV1Z1to6a&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1366679
Bug ID: 1366679
Summary: No execstack on MIPS
Product: Fedora
Version: rawhide
Component: hugs98
Assignee: petersen(a)redhat.com
Reporter: michal.toman(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Blocks: 1242747 (MIPS)
Created attachment 1190443
--> https://bugzilla.redhat.com/attachment.cgi?id=1190443&action=edit
No-execstack-on-MIPS.patch
Description of problem:
We are trying to bring Fedora to MIPS platform and this requires updating
hugs98 SPEC not to require execstack. We have no working execstack build on
MIPS at this moment. Other than that hugs98 builds and seems to be working
properly.
Actual results:
Build fails because execstack is required.
Expected results:
Build passes.
Additional info:
Attaching dist-git patch. It would be nice to have this in F25 as well.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1242747
[Bug 1242747] Fedora for MIPS (mipsel, mips64el) tracker bug
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1208326
Bug ID: 1208326
Summary: ghc-snap-core-0.9.7.0 is available
Product: Fedora
Version: rawhide
Component: ghc-snap-core
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Latest upstream release: 0.9.7.0
Current version/release in rawhide: 0.9.6.4-1.fc22
URL: http://hackage.haskell.org/package/snap-core
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring
Please keep in mind that with any upstream change, there may also be packaging
changes that need to be made. Specifically, please remember that it is your
responsibility to review the new version to ensure that the licensing is still
correct and that no non-free or legally problematic items have been added
upstream.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=yENA5ar4xu&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1166415
Bug ID: 1166415
Summary: shake-0.14 is available
Product: Fedora
Version: rawhide
Component: shake
Keywords: FutureFeature, Triaged
Assignee: petersen(a)redhat.com
Reporter: upstream-release-monitoring(a)fedoraproject.org
QA Contact: extras-qa(a)fedoraproject.org
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Latest upstream release: 0.14
Current version/release in Fedora Rawhide: 0.11.4-5.fc21
URL: http://hackage.haskell.org/package/shake
Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy
More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring Soon this service
will be implemented by a new system: https://release-monitoring.org/
It will require to manage monitored projects via a new web interface. Please
make yourself familiar with the new system to ease the transition.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=Pxiv2Lsm6v&a=cc_unsubscribe