Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ghc-data-default - A class for types with a default value
https://bugzilla.redhat.com/show_bug.cgi?id=737228
Summary: Review Request: ghc-data-default - A class for types
with a default value
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-haskell-list(a)redhat.com,
package-review(a)lists.fedoraproject.org
Blocks: 648247
Classification: Fedora
Story Points: ---
Type: ---
Spec file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-default.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/ghc-data-default-0.3.0-1.fc…
New dependency on ghc-dlist.
rpmlint output:
rpmlint -i ghc-data-default-0.3.0-1.fc14.i686.rpm
ghc-data-default-0.3.0-1.fc14.src.rpm
ghc-data-default-devel-0.3.0-1.fc14.i686.rpm
3 packages and 0 specfiles checked; 0 errors, 0 warnings.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=837388
Bug ID: 837388
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: 17
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: Bluetile doesn't work properly with Java GUI apps
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: t.hlavnicka(a)centrum.cz
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: bluetile
Product: Fedora
Description of problem:
Bluetile doesn't work properly with Java GUI applications. Some Java GUI
elements are not gaining focus after mouse clicks (like text areas) and its not
possible to work with those elements.
Version-Release number of selected component (if applicable):
bluetile-0.6-5.fc17
java-1.7.0-openjdk-1.7.0.3-2.2.1.fc17.8
How reproducible:
Using any Java Swing application (like Netbeans) with text areas.
Actual results:
User can't write anything into text area.
Expected results:
Being able to write into focused text area.
Additional info:
This is tested only on x86 plaform. I am using Bluetile with Xfce desktop.
Bluetile is working properly in Fedora 15 and openjdk 1.6.0 (tested on x86 and
x86_64)
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=827975
Bug ID: 827975
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: ghc-hledger-lib-0.18 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-hledger-lib
Product: Fedora
Latest upstream release: 0.18
Current version in Fedora Rawhide: 0.17
URL: http://hackage.haskell.org/packages/archive/hledger-lib/
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
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: FTBS: build failure on PPC64, `IO' is applied to too many type arguments'
https://bugzilla.redhat.com/show_bug.cgi?id=803812
Summary: FTBS: build failure on PPC64, `IO' is applied to too
many type arguments'
Product: Fedora
Version: 17
Platform: powerpc
OS/Version: Linux
Status: NEW
Severity: high
Priority: high
Component: ghc-gio
AssignedTo: petersen(a)redhat.com
ReportedBy: karsten(a)redhat.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Description of problem:
[14 of 24] Compiling System.GIO.File.FileInfo (
dist/build/System/GIO/File/FileInfo.hs, dist/build/System/GIO/File/FileInfo.o )
System/GIO/File/FileInfo.chs:269:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeBool':
fileInfoGetAttributeBool :: FileInfoClass info =>
info -> String -> IO Bool bool
System/GIO/File/FileInfo.chs:278:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeWord32':
fileInfoGetAttributeWord32 :: FileInfoClass info =>
info -> String -> IO Word32 bool
System/GIO/File/FileInfo.chs:287:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeInt32':
fileInfoGetAttributeInt32 :: FileInfoClass info =>
info -> String -> IO Int32 bool
System/GIO/File/FileInfo.chs:296:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeWord64':
fileInfoGetAttributeWord64 :: FileInfoClass info =>
info -> String -> IO Word64 bool
System/GIO/File/FileInfo.chs:305:5:
`IO' is applied to too many type arguments
In the type signature for `fileInfoGetAttributeInt64':
fileInfoGetAttributeInt64 :: FileInfoClass info =>
info -> String -> IO Int64 bool
error: Bad exit status from /var/tmp/rpm-tmp.sEL96Y (%build)
Version-Release number of selected component (if applicable):
ghc-gio-0.12.2-1.fc17
How reproducible:
always
Steps to Reproduce:
1.ppc-koji build --scratch f17 ghc-gio-0.12.2-1.fc17.src.rpm
2.
3.
Actual results:
http://ppc.koji.fedoraproject.org/koji/taskinfo?taskID=439435
Expected results:
Additional info:
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: cab-0.1.10 is available
https://bugzilla.redhat.com/show_bug.cgi?id=788515
Summary: cab-0.1.10 is available
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Keywords: FutureFeature, Triaged
Severity: unspecified
Priority: unspecified
Component: cab
AssignedTo: petersen(a)redhat.com
ReportedBy: upstream-release-monitoring(a)fedoraproject.org
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Latest upstream release: 0.1.10
Current version in Fedora Rawhide: 0.1.9
URL: http://hackage.haskell.org/packages/archive/cab/
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
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=839234
Bug ID: 839234
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
mathstuf(a)gmail.com
Assignee: mathstuf(a)gmail.com
Summary: hledger-0.18.2 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: hledger
Product: Fedora
Latest upstream release: 0.18.2
Current version in Fedora Rawhide: 0.17
URL: http://hackage.haskell.org/packages/archive/hledger/
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
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=834876
Bug ID: 834876
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-resourcet-0.3.3 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-resourcet
Product: Fedora
Latest upstream release: 0.3.3
Current version in Fedora Rawhide: 0.3.2.2
URL: http://hackage.haskell.org/packages/archive/resourcet/
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
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=832656
Bug ID: 832656
Keywords: FutureFeature, Triaged
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: haskell-devel(a)lists.fedoraproject.org,
petersen(a)redhat.com
Assignee: petersen(a)redhat.com
Summary: ghc-wai-extra-1.2.0.5 is available
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: upstream-release-monitoring(a)fedoraproject.org
Type: ---
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: ghc-wai-extra
Product: Fedora
Latest upstream release: 1.2.0.5
Current version in Fedora Rawhide: 1.2.0.4
URL: http://hackage.haskell.org/packages/archive/wai-extra/
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
--
You are receiving this mail because:
You are on the CC list for the bug.
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: derive - A program and library to derive instances for data types
Alias: ghc-derive
https://bugzilla.redhat.com/show_bug.cgi?id=712270
Summary: Review Request: derive - A program and library to
derive instances for data types
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: lakshminaras2002(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com, fedora-package-review(a)redhat.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Story Points: ---
Spec file : http://narasim.fedorapeople.org/package_reviews/derive.spec
SRPM file :
http://narasim.fedorapeople.org/package_reviews/derive-2.5.2-1.fc14.src.rpm
Koji build : http://koji.fedoraproject.org/koji/taskinfo?taskID=3122647
rpmlint output:
derive.i686: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell,
Skellum
The value of this tag appears to be misspelled. Please double-check.
derive.i686: W: name-repeated-in-summary C derive
The name of the package is repeated in its summary. This is often redundant
information and looks silly in various programs' output. Make the summary
brief and to the point without including redundant information in it.
derive.i686: W: no-manual-page-for-binary derive
Each executable in standard binary directories should have a man page.
derive.src: W: spelling-error Summary(en_US) Haskell -> Gaskell, Gaitskell,
Skellum
The value of this tag appears to be misspelled. Please double-check.
derive.src: W: name-repeated-in-summary C derive
The name of the package is repeated in its summary. This is often redundant
information and looks silly in various programs' output. Make the summary
brief and to the point without including redundant information in it.
ghc-derive-prof.i686: E: devel-dependency ghc-derive-devel
Your package has a dependency on a devel package but it's not a devel package
itself.
ghc-derive-prof.i686: W: no-documentation
The package contains no documentation (README, doc, etc). You have to include
documentation files.
ghc-derive-prof.i686: W: devel-file-in-non-devel-package
/usr/lib/ghc-7.0.2/derive-2.5.2/libHSderive-2.5.2_p.a
A development file (usually source code) is located in a non-devel package. If
you want to include source code in your package, be sure to create a
development package.
5 packages and 1 specfiles checked; 1 errors, 7 warnings.
Required for yi
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.