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-utf8-string - Support reading and writing UTF8 Strings
https://bugzilla.redhat.com/show_bug.cgi?id=503250
Summary: Review Request: ghc-utf8-string - Support reading and
writing UTF8 Strings
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Status Whiteboard: NotReady
Severity: medium
Priority: low
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: oglesbyzm(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
Clone Of: 426750
Spec URL: http://zoglesby.fedorapeople.org/ghc-hinotify.spec
SRPM URL: http://zoglesby.fedorapeople.org/ghc-utf8-string-0.3.4-1.fc11.src.rpm
Description: This library provides a wrapper to the Linux Kernel's inotify
feature,allowing applications to subscribe to notifications when a file is
accessed or modified.
--
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: Directory ownership problem: /etc/bash_completion.d
https://bugzilla.redhat.com/show_bug.cgi?id=487012
Summary: Directory ownership problem: /etc/bash_completion.d
Product: Fedora
Version: 10
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: darcs
AssignedTo: jeremy(a)hinegardner.org
ReportedBy: michel.sylvan(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, jeremy(a)hinegardner.org,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Description of problem:
darcs installs a script in /etc/bash_completion.d, but does not own the
directory or Requires: bash-completion.
Since the script can be considered a 'plug-in', and thus we should not force
bash-completion on people who do not need it, the solution ought to be to
simply own the directory in question. This is what bzr, git and rpmlint do.
Version-Release number of selected component (if applicable):
darcs-2.2.0-1.fc10
How reproducible:
Always
Steps to Reproduce:
1. Install darcs
2. rpm -ql darcs | grep bash
Actual results:
darcs does not own /etc/bash_completion.d but installs a file in it
Expected results:
darcs owns the directory as well
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: Updating a release bump resets ghc's internal package list
https://bugzilla.redhat.com/show_bug.cgi?id=493450
Summary: Updating a release bump resets ghc's internal package
list
Product: Fedora
Version: 10
Platform: All
OS/Version: Linux
Status: NEW
Severity: high
Priority: high
Component: ghc
AssignedTo: bos(a)serpentine.com
ReportedBy: bos(a)serpentine.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
loupgaroublond(a)gmail.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Last night, I installed a rawhide version of ghc 6.10.1 in place of the F10
version I had been running. I also had packages such as ghc-X11 installed at
the time. When I ran "ghc-pkg list" after the update, the X11 and other such
packages were no longer visible.
We need to develop a mechanism to make it possible to make minor updates to ghc
without requiring that all devel packages be reinstalled afterwards :-(
--
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.
https://bugzilla.redhat.com/show_bug.cgi?id=426754
Zach Oglesby <oglesbyzm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oglesbyzm(a)gmail.com
--
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.
https://bugzilla.redhat.com/show_bug.cgi?id=479800
--- Comment #3 from Jens Petersen <petersen(a)redhat.com> 2009-05-20 22:54:31 EDT ---
Well I guess the submission needs updating to the latest template. :)
--
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: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
https://bugzilla.redhat.com/show_bug.cgi?id=480422
Summary: ghc-gtk2hs-gtkglext %post Requires gtkglext-devel
Product: Fedora
Version: 10
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: low
Component: gtk2hs
AssignedTo: bos(a)serpentine.com
ReportedBy: loganjerry(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: petersen(a)redhat.com, bos(a)serpentine.com,
fedora-haskell-list(a)redhat.com
Classification: Fedora
Description of problem:
I installed ghc-gtk2hs-gtkglext without gtkglext-devel installed. The %post
script failed. Running it by hand produced this output:
# ghc-pkg-6.8.3 update --auto-ghci-libs
/usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf
Reading package info from
"/usr/lib64/ghc-6.8.3/gtk2hs-0.9.13/gtkglext.package.conf" ... done.
WARNING: unversioned dependencies are deprecated, and will NOT be accepted by
GHC 6.10: base
ghc-pkg: /usr/include/gtkglext-1.0 doesn't exist or isn't a directory (use
--force to override)
That directory doesn't exist unless gtkglext-devel is installed.
Version-Release number of selected component (if applicable):
ghc-gtk2hs-gtkglext-0.9.13-3.fc10.x86_64
How reproducible:
Always
Steps to Reproduce:
1. Make sure gtkglext-devel is not installed.
2. Install ghc-gtk2hs-gtkglext.
Actual results:
The %post script fails.
Expected results:
The %post script should succeed at building HSgtkglext.o.
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.
https://bugzilla.redhat.com/show_bug.cgi?id=479800
--- Comment #2 from Conrad Meyer <konrad(a)tylerc.org> 2009-05-19 03:39:59 EDT ---
Well? Is there something I should be responding to? :D
--
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.