[Bug 503031] Review Request: easystroke - Gesture-recognition application for X11

2009-06-02 Thread bugzilla
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=503031





--- Comment #8 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 03:18:11 
EDT ---
I have problem with build under F-9:

---
g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic -o easystroke actiondb.o
actions.o annotate.o composite.o dbus-server.o fire.o gesture.o grabber.o
main.o prefdb.o prefs.o shape.o stats.o util.o water.o win.o stroke.o gui.o
desktop.o version.o -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-lboost_serialization -lXtst `pkg-config gtkmm-2.4 dbus-glib-1 --libs`
stroke.o: In function `stroke_compare':
/builddir/build/BUILD/easystroke-0.4.4/stroke.c:191: undefined reference to
`step.3612'
/builddir/build/BUILD/easystroke-0.4.4/stroke.c:199: undefined reference to
`step.3612'
/builddir/build/BUILD/easystroke-0.4.4/stroke.c:187: undefined reference to
`step.3612'
/builddir/build/BUILD/easystroke-0.4.4/stroke.c:195: undefined reference to
`step.3612'
collect2: ld returned 1 exit status
make: *** [easystroke] Error 1


Any idea how resolving this?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503490] Review Request: ayttm - Universal Instant Messaging Client

2009-06-02 Thread bugzilla
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=503490


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||panem...@gmail.com
 AssignedTo|nob...@fedoraproject.org|panem...@gmail.com
   Flag||fedora-review?




--- Comment #1 from Parag AN(पराग) panem...@gmail.com  2009-06-02 03:22:05 
EDT ---
1) can you put complete download url as
http://downloads.sourceforge.net/ayttm/ayttm-0.5.0-89.zip

2) exclude .la files also by removing following from %files
%{_libdir}/ayttm/*.la

3) can you use desktop-file-install to install desktop files as given at
http://fedoraproject.org/wiki/PackagingGuidelines#desktop-file-install_usage

4) don't add following to %files
%{_datadir}/locale/*/LC_MESSAGES/ayttm.mo
instead use
http://fedoraproject.org/wiki/PackagingGuidelines#Handling_Locale_Files

5) you don't need
Requires: gdb
Requires: gtk2 = 2.12.0
Requires: glib2 = 2.0.0

6) drop versions from 
BuildRequires: gtk2-devel = 2.12.0
BuildRequires: glib2-devel = 2.0.0

7) remove unnecessary things from SPEC like
# If you want stripped RPM with no crash dialog use
# --define nodebug 1 in rpmbuild commandline
%if %{nodebug} != 1
%define nodebug 0
%endif

AND
%if %{nodebug} == 0

%define optflags -g

%ifnarch x86_64 # x86_64 does not have brp-compress
%define __spec_install_post %{_libdir}/rpm/brp-compress
%endif

%endif

%define debug_package %{nil}

8) also %build should contain only
%configure --enable-smtp --enable-jasper-filter --sysconfdir=%{_sysconfdir} 

9) Use following in %install to preserve timestamps if any need to be
make install DESTDIR=$RPM_BUILD_ROOT INSTALL=install -p

10) You have missing BR: openssl-devel, jasper-devel, esound-devel

11) upstream naming looks odd that uses release numbers also.

12) also we need patch to port spell checker from pspell to hunspell in
configure.ac

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #31 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 03:32:06 
EDT ---
Let's do some cosmetics:

1) Move out these and correct other spec code to works without these
definitions:
---
#definerel snapshot-2009-05-31-r889
#definerel2 0.12.r889.20090531
%definerel %{version}
%definerel2 1
 
* 

2) Comment included %patch0 and %source1 files!

3) %setup line can be: %setup -q -a 1

4) %cmake can be: %cmake_kde4 

5) after removing %define lines you must change:

cp -R %{_builddir}/%{name}-%{rel}/html/* \
to 
cp -R %{_builddir}/%{name}-%{version}/html/* \

6) .desktop file do not contain mimetype key, so we can now remove these lines
from %post and %postun:

update-desktop-database  /dev/null || :

(This is my mistake ;) )

7) Maybe the most important thing!

Are you sure that we can make package for internet radio as a nonfree package,
and just install them to Kradio works properly, without need to rebuild
(compile) Kradio4 with needed BR: -devel packages???

Because, if we must build Kradio4 package with nonfree -devel dependencies,
than Kradio4 must fo to RPM Fusion for full functionality.

I ask because I saw that builder, at configure time ask for these nonfree devel
dependencies...

Can you chack this on some way?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503031] Review Request: easystroke - Gesture-recognition application for X11

2009-06-02 Thread bugzilla
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=503031





--- Comment #9 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 03:41:43 EDT ---
easystroke-0.4.4-3.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/easystroke-0.4.4-3.fc10

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503031] Review Request: easystroke - Gesture-recognition application for X11

2009-06-02 Thread bugzilla
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=503031





--- Comment #10 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 03:41:49 EDT ---
easystroke-0.4.4-3.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/easystroke-0.4.4-3.fc11

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 502986] Review Request: ytree- A filemanager similar to XTree

2009-06-02 Thread bugzilla
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=502986





--- Comment #13 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 04:24:02 EDT ---
ytree-1.92-3.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/ytree-1.92-3.fc11

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503662] Review Request: saab-fonts - OTF Saab Punjabi Font

2009-06-02 Thread bugzilla
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=503662


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+




--- Comment #1 from Parag AN(पराग) panem...@gmail.com  2009-06-02 04:34:59 
EDT ---
+ koji build = http://koji.fedoraproject.org/koji/taskinfo?taskID=1388894
+ rpmlint is silent
- seems /usr/share/fonts/saab is created twice so remove following line from
SPEC
%dir %{_fontdir}
+ verified upstream source as
aa8a32819d51b701a1d45a674d17432937f06ac3  saab.0.91.zip
+ Otherwise following fonts packaging guidelines.

Should:
1) SHOULD: If the source package does not include license text(s) as a separate
file from upstream, the packager SHOULD query upstream to include it. 


APPROVED.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503175] Review Request: perl-Crypt-GPG - Perl Object Oriented Interface to GnuPG

2009-06-02 Thread bugzilla
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=503175


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+




--- Comment #10 from Parag AN(पराग) panem...@gmail.com  2009-06-02 04:53:39 
EDT ---
As you are more confident enough about your packaging I am approving this based
on comment#2.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 502191] Review Request: chromium-bsu - Fast paced, arcade-style, top-scrolling space shooter

2009-06-02 Thread bugzilla
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=502191


Bug 502191 depends on bug 501323, which changed state.

Bug 501323 Summary: Please update ftgl to 2.1.3rc5
https://bugzilla.redhat.com/show_bug.cgi?id=501323

   What|Old Value   |New Value

 Status|ASSIGNED|CLOSED
 Resolution||RAWHIDE



-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503662] Review Request: saab-fonts - OTF Saab Punjabi Font

2009-06-02 Thread bugzilla
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=503662


A S Alam aa...@redhat.com changed:

   What|Removed |Added

   Flag||fedora-cvs?




--- Comment #2 from A S Alam aa...@redhat.com  2009-06-02 05:01:37 EDT ---
Thanks

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503175] Review Request: perl-Crypt-GPG - Perl Object Oriented Interface to GnuPG

2009-06-02 Thread bugzilla
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=503175


Robert Scheck red...@linuxnetz.de changed:

   What|Removed |Added

   Flag||fedora-cvs?




--- Comment #11 from Robert Scheck red...@linuxnetz.de  2009-06-02 05:03:37 
EDT ---
Parag, thanks for your review.


New Package CVS Request
===
Package Name: perl-Crypt-GPG
Short Description: Perl Object Oriented Interface to GnuPG
Owners: robert
Branches: EL-4 EL-5 F-10 F-11
InitialCC: perl-sig

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503662] Review Request: saab-fonts - OTF Saab Punjabi Font

2009-06-02 Thread bugzilla
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=503662





--- Comment #3 from A S Alam aa...@redhat.com  2009-06-02 05:04:11 EDT ---
New Package CVS Request
===
Package Name: saab-fonts
Short Description: Punjabi OTF fonts
Owners: aalam
Branches: F-11
InitialCC: fonts-sig

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 490210] Review Request: moc - A ncurses-based audio player (This is my first package-sponsor needed!)

2009-06-02 Thread bugzilla
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=490210


Joel Andres Granados jgran...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|NEW




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 496433] Tracker: packages from Russian Fedora

2009-06-02 Thread bugzilla
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=496433


Bug 496433 depends on bug 490210, which changed state.

Bug 490210 Summary: Review Request: moc - A ncurses-based audio player (This is 
my first package-sponsor needed!)
https://bugzilla.redhat.com/show_bug.cgi?id=490210

   What|Old Value   |New Value

 Status|CLOSED  |ASSIGNED
 Resolution|WONTFIX |



-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 490210] Review Request: moc - A ncurses-based audio player (This is my first package-sponsor needed!)

2009-06-02 Thread bugzilla
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=490210


Joel Andres Granados jgran...@redhat.com changed:

   What|Removed |Added

   Keywords||Reopened
 Status|CLOSED  |ASSIGNED
 CC||jgran...@redhat.com
 Resolution|WONTFIX |




--- Comment #12 from Joel Andres Granados jgran...@redhat.com  2009-06-02 
05:17:42 EDT ---
I'd like to explore the possibility of moc in fedora.  I like it quite a lot
:).  My proposal srpm is in
http://jgranado.fedorapeople.org/packages/moc/moc-2.5.0-1.fc10.src.rpm.  I need
to address a little issue with the initial configuration, after which I will
post a new srpm and spec file.

In the mean time, I have a question regarding the deps:  What happens if a
fedora package has a dependency on a rpmfusion package.  I think some moc
plugins are in rpmfusion.  Does this mean that moc belongs in rpmfusion?  If
moc is in rpmfusion, will it have a place in bugzilla?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 502477] Review Request: arista - Easy to use multimedia transcoder for the GNOME Desktop

2009-06-02 Thread bugzilla
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=502477





--- Comment #5 from Michal Nowak mno...@redhat.com  2009-06-02 05:32:06 EDT 
---
Just a note: for Fedora, the Automatic updates should be turned off by default.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 502986] Review Request: ytree- A filemanager similar to XTree

2009-06-02 Thread bugzilla
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=502986





--- Comment #14 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 05:58:06 EDT ---
ytree-1.92-3.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/ytree-1.92-3.fc10

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #32 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
06:06:35 EDT ---

 
 4) %cmake can be: %cmake_kde4 

I was already using %cmake_kde4. Where did you see only %cmake??

 
 5) after removing %define lines you must change:
 
 cp -R %{_builddir}/%{name}-%{rel}/html/* \
 to 
 cp -R %{_builddir}/%{name}-%{version}/html/* \
 
 6) .desktop file do not contain mimetype key, so we can now remove these lines
 from %post and %postun:
 
 update-desktop-database  /dev/null || :
 
 (This is my mistake ;) )
 
 7) Maybe the most important thing!

 
 Are you sure that we can make package for internet radio as a nonfree package,
 and just install them to Kradio works properly, without need to rebuild
 (compile) Kradio4 with needed BR: -devel packages???
 
 Because, if we must build Kradio4 package with nonfree -devel dependencies,
 than Kradio4 must fo to RPM Fusion for full functionality.
 
 I ask because I saw that builder, at configure time ask for these nonfree 
 devel
 dependencies...

It checks for them, but the build goes just fine this way.

 
 Can you chack this on some way?  

Well, I am using kradio4 exactly this way. I built and installed the Fedora
package, and then installed only the internet radio package. It is working just
fine.

I made all the modifications, but I kept the release as 1, If you do not mind,
because I would like to deploy the Fedora package using 1 for its first
release.

For now I only update the Fedora package. Same URLS.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 474787] Review Request: stxxl - C++ STL drop-in replacement for extremely large datasets

2009-06-02 Thread bugzilla
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=474787





--- Comment #19 from D Haley my...@yahoo.com  2009-06-02 06:21:29 EDT ---

SPEC URL: http://dhd.selfip.com/427e/stxxl-8.spec
SRPM URL: http://dhd.selfip.com/427e/stxxl-1.2.1-8.fc10.src.rpm

rpmlint:
$ rpmlint stxxl.spec ../SRPMS/stxxl-1.2.1-8.fc10.src.rpm
../RPMS/i386/stxxl-1.2.1-8.fc10.i386.rpm
..//RPMS/i386/stxxl-devel-1.2.1-8.fc10.i386.rpm
../RPMS/i386/stxxl-doc-1.2.1-8.fc10.i386.rpm
../RPMS/i386/stxxl-debuginfo-1.2.1-8.fc10.i386.rpm
5 packages and 1 specfiles checked; 0 errors, 0 warnings.

koji:
F9:http://koji.fedoraproject.org/koji/taskinfo?taskID=1389134
F10:http://koji.fedoraproject.org/koji/taskinfo?taskID=1389156
F11:http://koji.fedoraproject.org/koji/taskinfo?taskID=1389127

I removed the noarch entirely, as my rpm does not support this directive per
sub-package, but rather attempts to provide it across all packages. This causes
rpmlint to be annoyed about libs in a noarch package.

The wiki says that this feature is coming *soon* but is not here yet, but maybe
both it and I are out of date?:
https://fedoraproject.org/wiki/Features/NoarchSubpackages

So here is my revision. The only difference from -7 is the removal of the
noarch directive.

With regards to the build system, at this time it is more work to make it
autoconf friendly than to just keep the current system chugging along. Maybe
next release :-).

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 452427] Review Request: awesome - Extremely fast, small, dynamic and awesome floating and tiling window manager

2009-06-02 Thread bugzilla
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=452427


Alexey Torkhov atork...@gmail.com changed:

   What|Removed |Added

 CC||atork...@gmail.com




--- Comment #54 from Alexey Torkhov atork...@gmail.com  2009-06-02 06:53:33 
EDT ---
As cairo maintainer denying to include XKB support into main cairo package,
what if cairo-experimental package will be made to include those such
extensions like XKB? It can work in two ways:

1. Rename library to libcairo-experimental.so, and link awesome against it. But
here is high risk that both cairo libraries will be loaded.

2. Put libcairo.so to an alternative path like /usr/lib/cairo-expermental and
add it to ld.so search path so it loaded instead of main cairo.
(freetype-freeworld in RPM Fusion work this way.) This way it will override
system cairo.

I’m inclined to try second way. What do you think about it?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503031] Review Request: easystroke - Gesture-recognition application for X11

2009-06-02 Thread bugzilla
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=503031





--- Comment #11 from Parag AN(पराग) panem...@gmail.com  2009-06-02 07:14:07 
EDT ---
(In reply to comment #8)
 I have problem with build under F-9:
 
 ---
 g++ -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
 --param=ssp-buffer-size=4 -m64 -mtune=generic -o easystroke actiondb.o
 actions.o annotate.o composite.o dbus-server.o fire.o gesture.o grabber.o
 main.o prefdb.o prefs.o shape.o stats.o util.o water.o win.o stroke.o gui.o
 desktop.o version.o -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
 -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
 -lboost_serialization -lXtst `pkg-config gtkmm-2.4 dbus-glib-1 --libs`
 stroke.o: In function `stroke_compare':
 /builddir/build/BUILD/easystroke-0.4.4/stroke.c:191: undefined reference to
 `step.3612'
 /builddir/build/BUILD/easystroke-0.4.4/stroke.c:199: undefined reference to
 `step.3612'
 /builddir/build/BUILD/easystroke-0.4.4/stroke.c:187: undefined reference to
 `step.3612'
 /builddir/build/BUILD/easystroke-0.4.4/stroke.c:195: undefined reference to
 `step.3612'
 collect2: ld returned 1 exit status
 make: *** [easystroke] Error 1
 
 
 Any idea how resolving this?  

Not sure what's happening here. Also having no F9 installed machine now.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #33 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
07:41:11 EDT ---
If you are using F10 x86_64, I have the packages here:

http://orion.lcg.ufrj.br/RPMS/myrpms-f10-x86_64/repoview/kradio4.html

http://orion.lcg.ufrj.br/RPMS/myrpms-f10-x86_64/repoview/kradio4-internetradio.html


The first one is the Fedora version. If you install just it, you will not be
able
to play internet stations. After installing the second one, you will.

The first one was generated with mock, and no internetradio package was created
in the process.

The second one was created using the full .src.rpm.


This is the build log of the Fedora package:

http://orion.lcg.ufrj.br/temp/build.log

As you can see, no ffmpeg or libmms available, but the combination of the two
packages gives us the full functionality.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #34 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 07:52:50 
EDT ---
(In reply to comment #32)
  
  4) %cmake can be: %cmake_kde4 
 
 I was already using %cmake_kde4. Where did you see only %cmake??

I'm talking about drop parameters right from %cmake_kde4 (path parameter in
this case ;) )

  I ask because I saw that builder, at configure time ask for these nonfree 
  devel
  dependencies...
 
 It checks for them, but the build goes just fine this way.

Yes, but how you know that compiler, if do not find headers from these -devel
dependencies, will not compile an essential part of the code that allows the
later use of codes from run-time dependencies?



 Well, I am using kradio4 exactly this way. I built and installed the Fedora
 package, and then installed only the internet radio package. It is working 
 just
 fine.


OK then, it will be enough :)

 
 For now I only update the Fedora package. Same URLS.  

This is OK, because this bug thread isn't for debating about forbidden staff.
These we can discuss on RPM Fusion, when you prepare package ;)

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #35 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 07:56:04 
EDT ---
(In reply to comment #33)
 
 As you can see, no ffmpeg or libmms available, but the combination of the two
 packages gives us the full functionality.  


OK, sorry on bothering but this is important thing to clean up before build
package for Fedora repo...

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #36 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 08:11:15 
EDT ---
I checked once again your spec and now looks good :)
(for nonfree package please send me a link to RPM Fusion.)

Now, I APPROVED.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715


Zarko (grof) zarko.pin...@gmail.com changed:

   What|Removed |Added

   Flag|fedora-review?  |fedora-review+




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #37 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
08:13:11 EDT ---
(In reply to comment #35)
 (In reply to comment #33)
  
  As you can see, no ffmpeg or libmms available, but the combination of the 
  two
  packages gives us the full functionality.  
 
 
 OK, sorry on bothering but this is important thing to clean up before build
 package for Fedora repo...  


No. The test was really necessary. That is why I used mock for makeing
sure there was no trace of either ffmpeg or libmms during the build.

And you are right. The parameter following %cmake_kde4 is not really necessary.
Removed (same URLS).

The only thing is that the versions and releases must be the same for Fedora
and rpmfusion. That is why I want to start in 1, so I can keep track in my mind
where we begun, without having to look in the changelog section.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #38 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
08:15:34 EDT ---
(In reply to comment #36)
 I checked once again your spec and now looks good :)
 (for nonfree package please send me a link to RPM Fusion.)
 
 Now, I APPROVED.  

Thanks a lot for all your help!

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #39 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 08:23:33 
EDT ---
KRadio4 is a great program and it deserve to be in fedora repo ;)

BTW, do you maybe want to review my packages of btnx and btnx-conf programs?
(daemon for using more than three mouse buttons) 

https://bugzilla.redhat.com/show_bug.cgi?id=502591
https://bugzilla.redhat.com/show_bug.cgi?id=502592

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503727] New: Review Request: sblim-cmpi-dhcp - SBLIM WBEM-SMT DHCP

2009-06-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: sblim-cmpi-dhcp - SBLIM WBEM-SMT DHCP

https://bugzilla.redhat.com/show_bug.cgi?id=503727

   Summary: Review Request: sblim-cmpi-dhcp - SBLIM WBEM-SMT DHCP
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: medium
 Component: Package Review
AssignedTo: nob...@fedoraproject.org
ReportedBy: vcrho...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: nott...@redhat.com, fedora-package-review@redhat.com
   Estimated Hours: 0.0
Classification: Fedora
Target Release: ---


Spec URL: http://vcrhonek.fedorapeople.org/sblim-cmpi-dhcp/sblim-cmpi-dhcp.spec
SRPM URL:
http://vcrhonek.fedorapeople.org/sblim-cmpi-dhcp/sblim-cmpi-dhcp-0.5.5-1.fc10.src.rpm
Description: The cmpi-dhcp package provides access to the DHCP configuration
data
via CIMOM technology/infrastructure.
It contains the DHCP CIM Model, CMPI Provider with the DHCP task specific
Resource Access.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503031] Review Request: easystroke - Gesture-recognition application for X11

2009-06-02 Thread bugzilla
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=503031





--- Comment #12 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 08:28:37 
EDT ---
(In reply to comment #11)
  Any idea how resolving this?  
 
 Not sure what's happening here. Also having no F9 installed machine now.  

Never mind, if I'll not resolve that, then nothing of F-9 branch (for a couple
of days it will be obsolete)

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #40 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
08:40:24 EDT ---
(In reply to comment #39)
 KRadio4 is a great program and it deserve to be in fedora repo ;)
 
 BTW, do you maybe want to review my packages of btnx and btnx-conf programs?
 (daemon for using more than three mouse buttons) 
 
 https://bugzilla.redhat.com/show_bug.cgi?id=502591
 https://bugzilla.redhat.com/show_bug.cgi?id=502592  

Of course. I have been using imwheel for a similar purpose, but
it is currently unmaintained. Maybe it is time for getting a replacement ...

Just give some time to install and learn how to use the package.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 426750] Review Request: ghc-utf8-string - Support reading and writing UTF8 Strings

2009-06-02 Thread bugzilla
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=426750





--- Comment #8 from Jens Petersen peter...@redhat.com  2009-06-02 08:50:44 
EDT ---
Sorry Zach, but could you update to cabal2spec-0.16 which is now in
f11-updates?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715


Paulo Roma Cavalcanti pro...@gmail.com changed:

   What|Removed |Added

   Flag||fedora-cvs+




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715





--- Comment #41 from Zarko (grof) zarko.pin...@gmail.com  2009-06-02 09:10:55 
EDT ---
CVS Request must looks like this:

New Package CVS Request
===
Package Name: kradio4
Short Description: V4L/V4L2-Radio Application for KDE4
Owners: your FAS name
Branches: F-9 F-10 F-11
InitialCC:  your FAC name

and fedora-cvs flag MUST set to: ? (not to plus sign, plus sign will give CVS
admin)

please, correct this...


Look here for details:
https://fedoraproject.org/wiki/PackageMaintainers/CVSAdminProcedure

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 474787] Review Request: stxxl - C++ STL drop-in replacement for extremely large datasets

2009-06-02 Thread bugzilla
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=474787





--- Comment #20 from Michael Schwendt mschwe...@gmail.com  2009-06-02 
09:26:44 EDT ---
 I removed the noarch entirely, as my rpm does not support this
 directive per sub-package,

It works in Fedora 10 (RPM 4.6.0) and above.

 This causes rpmlint to be annoyed about libs in a noarch package.

rpmlint must be new enough:
https://admin.fedoraproject.org/updates/F10/FEDORA-2009-2946

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492715] Review Request: KRadio4 - V4L/V4L2-Radio Application for KDE4

2009-06-02 Thread bugzilla
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=492715


Paulo Roma Cavalcanti pro...@gmail.com changed:

   What|Removed |Added

   Flag|fedora-cvs+ |fedora-cvs?




--- Comment #42 from Paulo Roma Cavalcanti pro...@gmail.com  2009-06-02 
09:35:21 EDT ---
New Package CVS Request
===
Package Name: kradio4
Short Description: V4L/V4L2-Radio Application for KDE4
Owners: roma
Branches: F-9 F-10 F-11
InitialCC: roma


Thanks Zarko. I must have a full night of sleep ...

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 460974] Review Request: xmobar - status bar for X

2009-06-02 Thread bugzilla
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=460974





--- Comment #4 from Jens Petersen peter...@redhat.com  2009-06-02 09:41:37 
EDT ---
Sorry update to cabal2spec-0.16 or later.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] New: Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: libssh - A library implementing the SSH2 protocol 
(0xbadc0de version)

https://bugzilla.redhat.com/show_bug.cgi?id=503742

   Summary: Review Request: libssh - A library implementing the
SSH2 protocol (0xbadc0de version)
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: medium
 Component: Package Review
AssignedTo: nob...@fedoraproject.org
ReportedBy: jchad...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: nott...@redhat.com, fedora-package-review@redhat.com
   Estimated Hours: 0.0
Classification: Fedora
Target Release: ---


Spec URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh.spec
SRPM URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh-0.2-1.fc11.src.rpm
Description: 
The SSH library with
-Full C library functions for manipulating a client-side SSH connection 
-Fully configurable sessions
-Support for AES-128,AES-192,AES-256,blowfish, in cbc mode  
-use multiple SSH connections in a same process, at same time.  
-usable SFTP implementation 
-Public key and password authentication

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
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=503742


Matej Cepl mc...@redhat.com changed:

   What|Removed |Added

 AssignedTo|nob...@fedoraproject.org|mc...@redhat.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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 468229] Review Request: python-wsgiref - WSGI (PEP 333) Reference Library

2009-06-02 Thread bugzilla
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=468229





--- Comment #10 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 09:51:57 EDT ---
python-wsgiref-0.1.2-3.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/python-wsgiref-0.1.2-3.fc11

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 468229] Review Request: python-wsgiref - WSGI (PEP 333) Reference Library

2009-06-02 Thread bugzilla
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=468229





--- Comment #11 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 09:52:03 EDT ---
python-wsgiref-0.1.2-3.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/python-wsgiref-0.1.2-3.fc10

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
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=503742


Matej Cepl mc...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Flag||fedora-review?




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503662] Review Request: saab-fonts - OTF Saab Punjabi Font

2009-06-02 Thread bugzilla
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=503662


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

 Blocks||230182




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 468230] Review Request: TurboGears2 - Next generation Front-to-back web development megaframework built on Pylons

2009-06-02 Thread bugzilla
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=468230





--- Comment #3 from Luke Macken lmac...@redhat.com  2009-06-02 09:49:11 EDT 
---
http://lmacken.fedorapeople.org/rpms/TurboGears2-2.0-2.el5.src.rpm
http://lmacken.fedorapeople.org/rpms/TurboGears2.spec

* Mon Jun 01 2009 Luke Macken lmac...@redhat.com 2.0-2
- Conditionally include wsgiref

* Sun May 31 2009 Luke Macken lmac...@redhat.com 2.0-1
- Update to 2.0 final.
- Add python-repoze-what-pylons and python-webflash to the BuildRequires
- Disable the test suite until we package chameleon.genshi

* Tue Oct 28 2008 Luke Macken lmac...@redhat.com 1.9.7.0.3.b1dev.r5627
- Update to a svn snapshot to support tgext.authorization instead of
  tg.ext.repoze.who

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 480999] Review Request: python-webflash - Portable flash messages for WSGI apps

2009-06-02 Thread bugzilla
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=480999





--- Comment #6 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 09:51:13 EDT ---
python-webflash-0.1-0.1.a9.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/python-webflash-0.1-0.1.a9.fc11

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 480999] Review Request: python-webflash - Portable flash messages for WSGI apps

2009-06-02 Thread bugzilla
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=480999





--- Comment #7 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 09:51:18 EDT ---
python-webflash-0.1-0.1.a9.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/python-webflash-0.1-0.1.a9.fc10

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503586] Review Request: python-tgext-crud - Crud Controller Extension for TG2

2009-06-02 Thread bugzilla
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=503586





--- Comment #4 from Luke Macken lmac...@redhat.com  2009-06-02 09:58:52 EDT 
---
Since all of the MUST items have passed, is this package approved?  I will
contact upstream (Chris Percious) about adding the license file to the
tarballs.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
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=503742


Peter Lemenkov lemen...@gmail.com changed:

   What|Removed |Added

 CC||lemen...@gmail.com




--- Comment #1 from Peter Lemenkov lemen...@gmail.com  2009-06-02 10:00:35 
EDT ---
What's the difference between this library and that one:
http://cvs.fedoraproject.org/viewvc/rpms/libssh2/

?

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224





--- Comment #39 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:17:14 EDT ---
rabbitmq-server-1.5.5-2.fc9 has been pushed to the Fedora 9 stable repository. 
If problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|1.5.5-2.fc11|1.5.5-2.fc9




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||1.5.5-2.fc11
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 499102] Review Request: perl-HTML-TreeBuilder-XPath - Add XPath support to HTML::TreeBuilder

2009-06-02 Thread bugzilla
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=499102


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||0.10-1.fc11
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224





--- Comment #38 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:15:27 EDT ---
rabbitmq-server-1.5.5-2.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 498147] Review Request: perl-App-Nopaste - Easy access to any pastebin

2009-06-02 Thread bugzilla
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=498147





--- Comment #14 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:18:07 EDT ---
perl-App-Nopaste-0.10-2.fc10 has been pushed to the Fedora 10 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 499102] Review Request: perl-HTML-TreeBuilder-XPath - Add XPath support to HTML::TreeBuilder

2009-06-02 Thread bugzilla
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=499102





--- Comment #9 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:16:45 EDT ---
perl-HTML-TreeBuilder-XPath-0.10-1.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 497948] Review Request: mulk - Non-interactive multi-connection network downloader with image filtering and Metalink support.

2009-06-02 Thread bugzilla
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=497948


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version||0.4.1-2.fc9




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 491518] Review Request: openttd - Transport system simulation game

2009-06-02 Thread bugzilla
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=491518


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|ON_QA




--- Comment #25 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:19:35 EDT ---
openttd-0.7.1-0.3.rc2.fc10 has been pushed to the Fedora 10 testing repository.
 If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update openttd'.  You can provide
feedback for this update here:
http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5730

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 498147] Review Request: perl-App-Nopaste - Easy access to any pastebin

2009-06-02 Thread bugzilla
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=498147


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||0.10-2.fc10
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 500283] Review Request: perl-Catalyst-View-Email - Send Email from Catalyst

2009-06-02 Thread bugzilla
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=500283





--- Comment #7 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:21:07 EDT ---
perl-Catalyst-View-Email-0.13-1.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501006] Review Request: xine-ui - A skinned xlib-based gui for xine-lib

2009-06-02 Thread bugzilla
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=501006





--- Comment #22 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:20:23 EDT ---
xine-ui-0.99.5-11.fc9 has been pushed to the Fedora 9 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501006] Review Request: xine-ui - A skinned xlib-based gui for xine-lib

2009-06-02 Thread bugzilla
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=501006





--- Comment #23 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:21:20 EDT ---
xine-ui-0.99.5-11.fc11 has been pushed to the Fedora 11 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501006] Review Request: xine-ui - A skinned xlib-based gui for xine-lib

2009-06-02 Thread bugzilla
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=501006


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version||0.99.5-11.fc9




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 497948] Review Request: mulk - Non-interactive multi-connection network downloader with image filtering and Metalink support.

2009-06-02 Thread bugzilla
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=497948





--- Comment #12 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:17:53 EDT ---
mulk-0.4.1-2.fc9 has been pushed to the Fedora 9 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492221] Review Request: dssi-vst - DSSI plugin wrapper for VST plugins

2009-06-02 Thread bugzilla
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=492221





--- Comment #10 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:20:37 EDT ---
dssi-vst-0.8-2.fc9 has been pushed to the Fedora 9 testing repository.  If
problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing-newkey update dssi-vst'.  You can
provide feedback for this update here:
http://admin.fedoraproject.org/updates/F9/FEDORA-2009-5736

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492221] Review Request: dssi-vst - DSSI plugin wrapper for VST plugins

2009-06-02 Thread bugzilla
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=492221


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|ON_QA




--- Comment #9 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:20:09 EDT ---
dssi-vst-0.8-2.fc10 has been pushed to the Fedora 10 testing repository.  If
problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update dssi-vst'.  You can provide
feedback for this update here:
http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5732

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 502101] Review Request: agedu - An utility for tracking down wasted disk space

2009-06-02 Thread bugzilla
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=502101


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|ON_QA




--- Comment #13 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:21:48 EDT ---
agedu-0-1.r8442.fc11 has been pushed to the Fedora 11 testing repository.  If
problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update agedu'.  You can provide
feedback for this update here:
http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5743

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 476789] Review Request: python-repoze-what - Authorization for WSGI applications

2009-06-02 Thread bugzilla
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=476789


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|ON_QA




--- Comment #15 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:21:40 EDT ---
python-repoze-what-1.0.8-1.fc11 has been pushed to the Fedora 11 testing
repository.  If problems still persist, please make note of it in this bug
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-repoze-what'.  You can
provide feedback for this update here:
http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5742

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501006] Review Request: xine-ui - A skinned xlib-based gui for xine-lib

2009-06-02 Thread bugzilla
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=501006


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|0.99.5-11.fc9   |0.99.5-11.fc11




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 500283] Review Request: perl-Catalyst-View-Email - Send Email from Catalyst

2009-06-02 Thread bugzilla
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=500283


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||0.13-1.fc11
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492181] Review Request: gpxe - A network boot loader

2009-06-02 Thread bugzilla
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=492181





--- Comment #41 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:27:25 EDT ---
gpxe-0.9.7-4.fc10 has been pushed to the Fedora 10 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492181] Review Request: gpxe - A network boot loader

2009-06-02 Thread bugzilla
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=492181


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|0.9.7-4.fc9 |0.9.7-4.fc10




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 499102] Review Request: perl-HTML-TreeBuilder-XPath - Add XPath support to HTML::TreeBuilder

2009-06-02 Thread bugzilla
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=499102





--- Comment #10 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:26:52 EDT ---
perl-HTML-TreeBuilder-XPath-0.10-1.fc10 has been pushed to the Fedora 10 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 499102] Review Request: perl-HTML-TreeBuilder-XPath - Add XPath support to HTML::TreeBuilder

2009-06-02 Thread bugzilla
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=499102


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|0.10-1.fc11 |0.10-1.fc10




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492181] Review Request: gpxe - A network boot loader

2009-06-02 Thread bugzilla
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=492181


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version||0.9.7-4.fc9
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492181] Review Request: gpxe - A network boot loader

2009-06-02 Thread bugzilla
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=492181





--- Comment #40 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:25:43 EDT ---
gpxe-0.9.7-4.fc9 has been pushed to the Fedora 9 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 462529] Review Request: python-feedcache - Wrapper for Mark Pilgrim's FeedParser module which caches feed content

2009-06-02 Thread bugzilla
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=462529





--- Comment #5 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:27:49 EDT ---
python-feedcache-1.3-2.fc10 has been submitted as an update for Fedora 10.
http://admin.fedoraproject.org/updates/python-feedcache-1.3-2.fc10

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 476789] Review Request: python-repoze-what - Authorization for WSGI applications

2009-06-02 Thread bugzilla
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=476789





--- Comment #16 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:26:43 EDT ---
python-repoze-what-1.0.8-1.fc10 has been pushed to the Fedora 10 testing
repository.  If problems still persist, please make note of it in this bug
report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update python-repoze-what'.  You can
provide feedback for this update here:
http://admin.fedoraproject.org/updates/F10/FEDORA-2009-5753

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|1.5.5-2.fc9 |1.5.5-2.fc10




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 478921] Review Request: globus-io - Globus Toolkit - uniform I/O interface

2009-06-02 Thread bugzilla
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=478921


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||6.3-1.fc11
 Resolution||NEXTRELEASE




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503592] Review Request: python-sprox - A package for creation of web widgets directly from database schema

2009-06-02 Thread bugzilla
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=503592


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||panem...@gmail.com
 AssignedTo|nob...@fedoraproject.org|panem...@gmail.com
   Flag||fedora-review?




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 478921] Review Request: globus-io - Globus Toolkit - uniform I/O interface

2009-06-02 Thread bugzilla
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=478921





--- Comment #9 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:32:29 EDT ---
globus-io-6.3-1.fc11 has been pushed to the Fedora 11 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 481224] Review Request: rabbitmq-server - An AMQP server written in Erlang

2009-06-02 Thread bugzilla
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=481224





--- Comment #40 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:32:03 EDT ---
rabbitmq-server-1.5.5-2.fc10 has been pushed to the Fedora 10 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501134] Review Request: rubygem-mongrel_cluster - GemPlugin wrapper for the mongrel HTTP server

2009-06-02 Thread bugzilla
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=501134





--- Comment #13 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:32:17 EDT ---
rubygem-mongrel_cluster-1.0.5-2.fc10 has been pushed to the Fedora 10 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 497948] Review Request: mulk - Non-interactive multi-connection network downloader with image filtering and Metalink support.

2009-06-02 Thread bugzilla
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=497948





--- Comment #13 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:34:33 EDT ---
mulk-0.4.1-2.fc10 has been pushed to the Fedora 10 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503591] Review Request: python-catwalk - A way to view your models using TurboGears

2009-06-02 Thread bugzilla
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=503591


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||panem...@gmail.com
 AssignedTo|nob...@fedoraproject.org|panem...@gmail.com
   Flag||fedora-review?




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503754] New: Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: libssh - A library implementing the SSH2 protocol 
(0xbadc0de version)

https://bugzilla.redhat.com/show_bug.cgi?id=503754

   Summary: Review Request: libssh - A library implementing the
SSH2 protocol (0xbadc0de version)
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: medium
 Component: Package Review
AssignedTo: nob...@fedoraproject.org
ReportedBy: jchad...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: nott...@redhat.com, fedora-package-review@redhat.com
   Estimated Hours: 0.0
Classification: Fedora
Target Release: ---


Spec URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh.spec
SRPM URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh-0.2-1.fc11.src.rpm
Description: 
The SSH library with
-Full C library functions for manipulating a client-side SSH connection 
-Fully configurable sessions
-Support for AES-128,AES-192,AES-256,blowfish, in cbc mode  
-use multiple SSH connections in a same process, at same time.  
-usable SFTP implementation 
-Public key and password authentication

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503753] New: Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: libssh - A library implementing the SSH2 protocol 
(0xbadc0de version)

https://bugzilla.redhat.com/show_bug.cgi?id=503753

   Summary: Review Request: libssh - A library implementing the
SSH2 protocol (0xbadc0de version)
   Product: Fedora
   Version: rawhide
  Platform: All
OS/Version: Linux
Status: NEW
  Severity: medium
  Priority: medium
 Component: Package Review
AssignedTo: nob...@fedoraproject.org
ReportedBy: jchad...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: nott...@redhat.com, fedora-package-review@redhat.com
   Estimated Hours: 0.0
Classification: Fedora
Target Release: ---


Spec URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh.spec
SRPM URL:
http://www.benhur.prf.cuni.cz/medved-7/wydobitki/fedora/libssh/libssh-0.2-1.fc11.src.rpm
Description: 
The SSH library with
-Full C library functions for manipulating a client-side SSH connection 
-Fully configurable sessions
-Support for AES-128,AES-192,AES-256,blowfish, in cbc mode  
-use multiple SSH connections in a same process, at same time.  
-usable SFTP implementation 
-Public key and password authentication

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
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=503742





--- Comment #3 from Jan F. Chadima jchad...@redhat.com  2009-06-02 10:37:04 
EDT ---
The libssh has different API.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 478921] Review Request: globus-io - Globus Toolkit - uniform I/O interface

2009-06-02 Thread bugzilla
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=478921





--- Comment #10 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:32:56 EDT ---
globus-io-6.3-1.fc10 has been pushed to the Fedora 10 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501006] Review Request: xine-ui - A skinned xlib-based gui for xine-lib

2009-06-02 Thread bugzilla
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=501006





--- Comment #24 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:35:30 EDT ---
xine-ui-0.99.5-11.fc10 has been pushed to the Fedora 10 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 478921] Review Request: globus-io - Globus Toolkit - uniform I/O interface

2009-06-02 Thread bugzilla
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=478921


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|6.3-1.fc11  |6.3-1.fc10




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 501134] Review Request: rubygem-mongrel_cluster - GemPlugin wrapper for the mongrel HTTP server

2009-06-02 Thread bugzilla
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=501134





--- Comment #14 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:34:48 EDT ---
rubygem-mongrel_cluster-1.0.5-2.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 497948] Review Request: mulk - Non-interactive multi-connection network downloader with image filtering and Metalink support.

2009-06-02 Thread bugzilla
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=497948


Fedora Update System upda...@fedoraproject.org changed:

   What|Removed |Added

   Fixed In Version|0.4.1-2.fc9 |0.4.1-2.fc10




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 492221] Review Request: dssi-vst - DSSI plugin wrapper for VST plugins

2009-06-02 Thread bugzilla
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=492221





--- Comment #11 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:33:08 EDT ---
dssi-vst-0.8-2.fc11 has been pushed to the Fedora 11 testing repository.  If
problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update dssi-vst'.  You can provide
feedback for this update here:
http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5791

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 491518] Review Request: openttd - Transport system simulation game

2009-06-02 Thread bugzilla
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=491518





--- Comment #26 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:36:30 EDT ---
openttd-0.7.1-0.3.rc2.fc11 has been pushed to the Fedora 11 testing repository.
 If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update openttd'.  You can provide
feedback for this update here:
http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5810

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503590] Review Request: python-tgext-admin - Admin Controller add-on for basic TG identity model

2009-06-02 Thread bugzilla
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=503590


Parag AN(पराग) panem...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||panem...@gmail.com
 AssignedTo|nob...@fedoraproject.org|panem...@gmail.com
   Flag||fedora-review?




-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 503742] Review Request: libssh - A library implementing the SSH2 protocol (0xbadc0de version)

2009-06-02 Thread bugzilla
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=503742





--- Comment #2 from Matej Cepl mc...@redhat.com  2009-06-02 10:36:38 EDT ---
*** Bug 503754 has been marked as a duplicate of this bug. ***

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 478921] Review Request: globus-io - Globus Toolkit - uniform I/O interface

2009-06-02 Thread bugzilla
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=478921





--- Comment #11 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:38:01 EDT ---
globus-io-6.3-1.fc9 has been pushed to the Fedora 9 stable repository.  If
problems still persist, please make note of it in this bug report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


[Bug 491758] Review Request: mingw32-opensc - MingGW Windows OpenSC library

2009-06-02 Thread bugzilla
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=491758





--- Comment #17 from Fedora Update System upda...@fedoraproject.org  
2009-06-02 10:36:41 EDT ---
mingw32-opensc-0.11.8-1.fc11 has been pushed to the Fedora 11 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
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.

___
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review


  1   2   3   >