[Bug 911186] Review Request: mocha - A simple, flexible, fun test framework for Node.js

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=911186

Jamie Nguyen jamieli...@fedoraproject.org changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 02:35:21

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VDkImUB8psa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 910139] Review Request: nodejs-qs - Query string parser for Node.js

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910139

--- Comment #11 from Fedora Update System upda...@fedoraproject.org ---
nodejs-qs-0.5.5-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/nodejs-qs-0.5.5-1.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KprDgYnJ1Ia=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924351] Review Request: perl-DB_File - Perl5 access to Berkeley DB version 1.x

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924351

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|nob...@fedoraproject.org|psab...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mYgb8PT8yPa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920778] Review Request: python-MultipartPostHandler2 - A handler for urllib2 to enable multipart form uploading

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920778

Bohuslav Slavek Kabrda bkab...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-review+

--- Comment #6 from Bohuslav Slavek Kabrda bkab...@redhat.com ---
The newlines are actually a correct behaviour. In Python 3, the read() method
of the opener object returns 'bytes' object. This is because it can't determine
the encoding of the URL content prior to reading it.
When you print a 'bytes' object in Python 3, this is exactly what happens. As
mentioned in [1], it is up to your program to determine the encoding from the
'bytes' object and then decode it properly into string. Therefore, if you use

print(opener.open(validatorURL, params).read().decode('utf-8'))

everything will work as you expect and it is also actually the correct
behaviour, so to say.

[1] http://docs.python.org/3/library/urllib.request.html#examples

Anyway, the specfile and SRPM look good, so please fix this nit before
importing, the package is


APPROVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=utBMPGoiwQa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924169] Review Request: perl-constant - Perl pragma to declare constants

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924169

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-constant-1.27-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 04:10:35

--- Comment #7 from Petr Pisar ppi...@redhat.com ---
Thank you for the review and the repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ntiyJJ7e7ia=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] New: Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

Bug ID: 924619
   Summary: Review Request: perl-Env - Perl module that imports
environment variables as scalars or arrays
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://ppisar.fedorapeople.org/perl-Env/perl-Env.spec
SRPM URL: http://ppisar.fedorapeople.org/perl-Env/perl-Env-1.04-1.fc20.src.rpm
Description:
Perl maintains environment variables in a special hash named %ENV. For when
this access method is inconvenient, the Perl module Env allows environment
variables to be treated as scalar or array variables.

Fedora Account System Username: ppisar


This package will dual-live with core perl modules after sub-packaging them
from perl.spec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xrYKZusc8ma=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 906481] Review Request: erlang-cowboy - Small, fast, modular HTTP server written in Erlang

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906481

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

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #10 from Peter Lemenkov lemen...@gmail.com ---
(In reply to comment #9)
 Thanks for fixing this tiny issue.
 koji build runs fine now, see:
   http://koji.fedoraproject.org/koji/taskinfo?taskID=5145002
 
 I have no more comments and am happy with this version.
 Therefore this package is:
 
 APPROVED.

Thanks!

New Package SCM Request
===
Package Name: erlang-cowboy
Short Description: Small, fast, modular HTTP server written in Erlang
Owners: peter
Branches: f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=obZ2iIi5sna=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 923564] Review Request: NetworkManager-ssh - NetworkManager VPN plugin for SSH

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=923564

--- Comment #8 from Dan Fruehauf malko...@gmail.com ---
Hi Eduardo,

Seems almost like I manage to get one step forward and three steps back :)

 - Fixed changelog in spec file, including only changes to spec (packaging
wise)

 - Building RPM with .gz and not .xz
   - Verified the github URL is valid
(https://github.com/danfruehauf/NetworkManager-ssh/archive/8767415030da697a1a08cb536166c0ca7bb037b2/NetworkManager-ssh-0.0.3-8767415.tar.gz)

 - Remove scriptlets
   - If there's nothing in %post and $postun, should the sections exist anyway?

 - %{checkout} is defined by hand and conforming what I could understand in the
URL you've provided

 - I've changed the %{checkout} tag to conform the standards, although it's not
100% clear. An example in that file would make things heaps clearer...
   - What is exactly %{alphatag}? Is it defined at all? %{X}?
   - Currently I have 'Release: 2.%{checkout}%{?dist}'
   - Release (2, or %{X}) is separated by a comma from %{checkout}
   - %{checkout} is 20130322git%{shortcommit} - much like '20110102git9e88d7e'
in the URL

 - But I'm not using epoch anyway anymore anywhere! No versioned dependencies

I've posted a new .spec and SRPM:
Spec URL: http://nm-ssh.cloudapp.net/NetworkManager-ssh.spec
SRPM URL:
http://nm-ssh.cloudapp.net/NetworkManager-ssh-0.0.3-2.20130322git8767415.fc18.src.rpm

I really hope we're making some sort of progress, I'm really trying my best as
you can see... :)
Many thanks,
Dan.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pvjudxU81ja=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

Hans de Goede hdego...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
  Flags||fedora-review+

--- Comment #2 from Hans de Goede hdego...@redhat.com ---
Hi,

Full review done:

Good:
- rpmlint checks return:
gimp-high-pass-filter.noarch: W: no-documentation
2 packages and 0 specfiles checked; 0 errors, 1 warnings.
- package meets naming guidelines
- package meets packaging guidelines
- license (GPLv2+) OK, matches source
  - text not in doc, but given the special nature of the upstream repo that
is ok
- spec file legible, in am. english
- source matches upstream
- package compiles on devel (x86)
- no missing BR
- no unnecessary BR
- no locales
- not relocatable
- owns all directories that it creates
- no duplicate files
- permissions ok
- macro use consistent
- code, not content
- no need for -docs
- no need for .desktop file

Should fix (but not a blocker):
- Summaries should not begin with A or The, so please drop the A  from
the Summary

Approved!


Note now that you've been sponsored, it is no longer my duty as your sponsor
to review your packages. I did this one as it was very straight-forward. But
for your next package, please don't assign the review to me.

The easiest way to get a review done is to find someone to swap reviews with,
usually this is done by sending a mail to the fedora-devel list with as
subject: Review swaps and then you say I've this and this package to be
reviewed, if you can review one for me, I'll review one of your packages (or
some such in your own words).

An added advantages in doing review swaps is that it keeps things fair, you
will end up doing approx. as much reviews as that others are doing reviews for
you.

Regards,

Hans

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZnzMftYpbZa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] New: Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

Bug ID: 924645
   Summary: Review Request: perl-Exporter - Implements default
import method for modules
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://ppisar.fedorapeople.org/perl-Exporter/perl-Exporter.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-Exporter/perl-Exporter-5.67-1.fc20.src.rpm
Description:
The Exporter module implements an import method which allows a module to
export functions and variables to its users' name spaces. Many modules use
Exporter rather than implementing their own import method because Exporter
provides a highly flexible interface, with an implementation optimized for
the common case.

Fedora Account System Username: ppisar

-
This package will dual-live with core perl modules, after sub-packaging them
from perl.spec

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=YGDp1DUCDAa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 905396] Review Request: rubygem-vagrant - Provisioning and deployment of virtual instances

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=905396

--- Comment #2 from Ingvar Hagelund ing...@linpro.no ---
Vagrant-1.1.2 was released upstream a few days ago, so I have updated my fedora
packages.

Upstream no longer releases a prebuilt gem, but the tree can be fetched from
github.

spec: http://users.linpro.no/ingvar/vagrant/f18/specs/rubygem-vagrant.spec
srpm:
http://users.linpro.no/ingvar/vagrant/f18/src/rubygem-vagrant-1.1.2-1.src.rpm

A yum repo for Fedora 18 with rubygem-vagrant, and all deps and builddeps is
available at http://users.linpro.no/ingvar/vagrant/

Missing deps in Fedora:

rubygem-childprocess = 0.3.7  0.4.0 (0.3.6 in rawhide)
Fix: Update package to 0.3.7

rubygem-json = 1.6.6  1.7.0 (1.6.8 in f18, 1.7.5 in rawhide)
Fix: f18 works, but rawhide will be broken

rubygem-log4r = 1.1.9  2.0.0
Fix: Build new package, bz905240

rubygem-net-ssh = 2.6.6 (2.2.1 in f18)
Fix: rebuild f18 package from rawhide

rubygem-net-scp = 1.1.0 (1.0.4 in rawhide)
Fix: Update package to 1.1.0 

According to the gemspec, it needs rspec-* ~ 2.11.0, but it seems to build
fine with 2.8.0 from f18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=7P3hebsWGFa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924351] Review Request: perl-DB_File - Perl5 access to Berkeley DB version 1.x

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924351

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |
  Flags||fedora-review+

--- Comment #2 from Petr Šabata psab...@redhat.com ---
All perfect, approving.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=YEWoN1qngya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924351] Review Request: perl-DB_File - Perl5 access to Berkeley DB version 1.x

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924351

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #3 from Petr Pisar ppi...@redhat.com ---
New Package SCM Request
===
Package Name: perl-DB_File
Short Description: Perl5 access to Berkeley DB version 1.x
Owners: ppisar jplesnik psabata
Branches: 
InitialCC: perl-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ojgge92EKda=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|nob...@fedoraproject.org|psab...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=r3XBejyzIWa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

Jiri Popelka jpope...@redhat.com changed:

   What|Removed |Added

 CC||jpope...@redhat.com
   Assignee|nob...@fedoraproject.org|jpope...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TUdP76Axwea=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

--- Comment #3 from Palle Ravn ravn...@gmail.com ---
Thank you very much, I just thought I still needed training wheels :)

Regards,
Palle

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=U24VmZvWG1a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

Jiri Popelka jpope...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |
  Flags||fedora-review+

--- Comment #2 from Jiri Popelka jpope...@redhat.com ---
I pushed the spec  srpm through fedora-review and haven't spotted any problem.
I won't put the whole review here because it's the same as in bug #917740,
comment #1.

I checked the Obsoletes  Provides in mariadb and community-mysql and it is as
Honza described above.

I consider this package APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FhLYNtZVrwa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924675] New: Review Request: epoptes - Computer lab management tool for LTSP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924675

Bug ID: 924675
   Summary: Review Request: epoptes - Computer lab management tool
for LTSP
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ensla...@enslaver.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://enslaver.fedorapeople.org/project/epoptes/epoptes.spec
SRPM URL:
http://enslaver.fedorapeople.org/project/epoptes/epoptes-0.5.6-1.20130322.05.fc18.src.rpm
Description: Epoptes (a Greek word for overseer) is an open source computer lab
management and monitoring tool for LTSP. It allows for screen broadcasting and
monitoring, remote command execution, message sending, imposing restrictions
like screen locking or sound muting the clients and much more
Fedora Account System Username: Enslaver

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=xqywIvbu4ua=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

--- Comment #4 from Palle Ravn ravn...@gmail.com ---
New Package SCM Request
===
Package Name: gimp-high-pass-filter
Short Description: High-pass filter for the GIMP
Owners: paller
Branches: f17 f18
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FnRVljASLGa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920309] Review Request: ocl-icd - OpenCL ICD Bindings

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920309

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

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||lemen...@gmail.com
   Assignee|nob...@fedoraproject.org|lemen...@gmail.com
  Flags||fedora-review?

--- Comment #1 from Peter Lemenkov lemen...@gmail.com ---
I'll review it.

But first of all I have a questions.

* Could you please explain the current situation with open OpenCL
implementations in drivers?

* So far I found this project, opencl-utils (available in Fedora), and pocl (
http://pocl.sourceforge.net/ ). Is it possible to build, link and execute an
OpenCL program with some of these? I mean w/o waiting for open videodrivers to
catch up. I fully realize that this wouldn't be fast w/o GPU help but anyway -
is it possible?

Thanks in advance! Now let's do the official part.

REVIEW:

Legend: + = PASSED, - = FAILED, 0 = Not Applicable

+ rpmlint is almost silent (the only warning may be safely ignored)


sulaco ~/rpmbuild/SPECS: rpmlint ../RPMS/ppc/ocl-icd-*
../SRPMS/ocl-icd-2.0.2-1.fc19.src.rpm 
ocl-icd.src: W: invalid-url Source0: ocl-icd-20130309.tar.bz2
4 packages and 0 specfiles checked; 0 errors, 1 warnings.
sulaco ~/rpmbuild/SPECS: 


+ The package is named according to the  Package Naming Guidelines.
+ The spec file name matches the base package %{name}, in the format
%{name}.spec.
+ The package meets the Packaging Guidelines.
+ The package is licensed with a Fedora approved license and meets the
Licensing Guidelines.

- The License field in the package spec file MUST match the actual license. I
think it's 2-clause BSD, not MIT:

*
http://en.wikipedia.org/wiki/BSD_licenses#2-clause_license_.28.22Simplified_BSD_License.22_or_.22FreeBSD_License.22.29
* https://fedoraproject.org/wiki/Licensing:BSD?rd=Licensing/BSD#2ClauseBSD

So correct licensing tag is BSD.

- The file, containing the text of the license(s) for the package, MUST BE
included in %doc. Please mark it as %doc.

+ The spec file is written in American English.
+ The spec file for the package is legible.

- I don't know how to regenerate tarball used for building a package. Please
add to the spec-file's header something like this:

* http://pkgs.fedoraproject.org/cgit/b43-tools.git/tree/b43-tools.spec#n15

+ The package successfully compiles and builds into binary rpms on at least one
primary architecture.
+ All build dependencies are listed in BuildRequires.
0 No need to handle locales.
+ The package stores shared library files in some of the dynamic linker's
default paths, and it calls ldconfig in %post and %postun.
+ The package does NOT bundle copies of system libraries.
0 The package is not designed to be relocatable.

- The package MUST own all directories that it creates. You forgot to mark
%{_datadir}/doc/ocl-icd as %dir in the devel sub-package's %files section. So
it should look like this:

%files devel
%defattr(-,root,root,-)
%{_includedir}/ocl_icd.h
%{_libdir}/pkgconfig/ocl-icd.pc
%{_libdir}/pkgconfig/OpenCL.pc
%{_libdir}/libOpenCL.so
%dir %{_datadir}/doc/ocl-icd
%dir %{_datadir}/doc/ocl-icd/examples
%{_datadir}/doc/ocl-icd/examples/ocl_icd_bindings.c
%{_datadir}/doc/ocl-icd/examples/ocl_icd_loader.map

+ The package does not list a file more than once in the spec file's %files
listings.
+ Permissions on files are set properly.
+ The package consistently uses macros.
+ The package contains code, or permissible content.
0 No extremely large documentation files.
+ Anything, the package includes as %doc, does not affect the runtime of the
application.
+ Header files are stored in a -devel package.
0 No static libraries.
+ The pkgconfig(.pc) files are stored in a -devel package and necessary runtime
requirement added.
+ The library file(s) that end in .so (without suffix) is(are) stored in a
-devel package.

- The -devel package MUST require the base package using a fully versioned
dependency: Requires: %{name}%{?_isa} = %{version}-%{release}. Note %{?_isa}
additional tag.

+ The package does NOT contain any .la libtool archives.
0 Not a GUI application.
+ The package does not own files or directories already owned by other
packages.
+ All filenames in rpm packages are valid UTF-8.



So here is a summary (with few more small proposals):

* Fix Licence field.
* Add COPYING as %doc
* Add a description of how to regenerate tarball used for building
* Add missing unowned directory in *-devel
* Add _isa to the dependency on the main package (in the devel sub-package). 
* You may drop %defattr(-,root,root,-) - it's no longer needed since RHEL5 /
Fedora 6.
* Regarding this - autoreconf -v --install || exit 1. You'd better use
autoreconf -ivf (note f switch).

I'm looking forward to hearing from you!

-- 
You are receiving this mail 

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

--- Comment #1 from Petr Šabata psab...@redhat.com ---
Missing BRs:
perl(vars) from t/array.t:12
perl(warnings) from Makefile.PL:3

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=K0OorpBXaea=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924682] New: Review Request: gimp-elsamuko - Elsamukos script collection for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924682

Bug ID: 924682
   Summary: Review Request: gimp-elsamuko - Elsamukos script
collection for the GIMP
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ravn...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://gimp-elsamuko.zom.dk/gimp-elsamuko.spec
SRPM URL: http://gimp-elsamuko.zom.dk/gimp-elsamuko-22-1.fc18.src.rpm

Description: Script collection for the GIMP, requested by the Fedora design
team.

Fedora Account System Username: paller

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tjucCZyhbza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920778] Review Request: python-MultipartPostHandler2 - A handler for urllib2 to enable multipart form uploading

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920778

--- Comment #7 from Miro Hrončok mhron...@redhat.com ---
(In reply to comment #6)
 Therefore, if you use
 
 print(opener.open(validatorURL, params).read().decode('utf-8'))
 
 everything will work as you expect and it is also actually the correct
 behaviour, so to say.

Can't say that



+ /usr/bin/python3 MultipartPostHandler-example.py
Traceback (most recent call last):
  File MultipartPostHandler-example.py, line 29, in module
main()
  File MultipartPostHandler-example.py, line 26, in main
validateFile(http://www.google.com;)
  File MultipartPostHandler-example.py, line 19, in validateFile
print(opener.open(validatorURL, params).read().decode('utf-8'))
UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in position
1422: ordinal not in range(128)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Ywc67rcMlma=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
   Assignee|nob...@fedoraproject.org|psab...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=clDFnDLW9ca=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920778] Review Request: python-MultipartPostHandler2 - A handler for urllib2 to enable multipart form uploading

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920778

--- Comment #8 from Bohuslav Slavek Kabrda bkab...@redhat.com ---
That is of course assuming that the page is really encoded using utf-8. For me,
iso-8859-2 works for www.google.com - I guess google adapts that to your actual
location. You can try e.g. www.python.org, that is in utf-8 for everyone.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=phgVSixCQ7a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

--- Comment #2 from Petr Pisar ppi...@redhat.com ---
Updated package is on the same addresses.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=bBbRYGjRnta=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 808336] Review Request: dia-gnomeDIAicons - Beautiful icon set for dia diagram editor

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=808336

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

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 07:04:20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=278ueCGitda=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 798109] Review Request: utouch-frame - Touch Frame Library

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=798109

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

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Blocks||201449 (FE-DEADREVIEW)
 Resolution|--- |NOTABUG
Last Closed||2013-03-22 07:05:47

--- Comment #6 from Peter Lemenkov lemen...@gmail.com ---
Ok, it's time to close this.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=zmulC2yJmAa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |
  Flags||fedora-review+

--- Comment #1 from Petr Šabata psab...@redhat.com ---
No real issues found, approving.

RPM can't figure out Exporter::Heavy's version (for obvious reasons).  You
could provide it manually.  Or just filter out this module completely.  It's
private anyway.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=mczqlGWmwya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 916676] Review Request: python-django14 - A high-level Python Web framework

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=916676

Stephen Gallagher sgall...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||sgall...@redhat.com
   Assignee|nob...@fedoraproject.org|sgall...@redhat.com
  Flags||fedora-review?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=iRYmgI1Vmba=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

Petr Šabata psab...@redhat.com changed:

   What|Removed |Added

  Flags|fedora-review?  |
  Flags||fedora-review+

--- Comment #3 from Petr Šabata psab...@redhat.com ---
Fixed, approving.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rrmNOk7S3Ya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 916676] Review Request: python-django14 - A high-level Python Web framework

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=916676

Stephen Gallagher sgall...@redhat.com changed:

   What|Removed |Added

  Flags||needinfo?(mru...@redhat.com
   ||)

--- Comment #1 from Stephen Gallagher sgall...@redhat.com ---
Comments on the spec file:

Nitpicks:
Drop the conditionals on RHEL4+ and F12+. This is never going to be packaged on
either of those platforms.

Similarly, there are useless conditionals for fedora = 9 in the files section.
We can include the *.egg-info on all modern platforms.

Use %{pkgname} in Source0:



And now from fedora-review (full text below):

You need to install the LICENSE-JQUERY.txt as well.
Binary eggs are supposed to be removed in %prep. Please remove and rebuild the
test eggs. If they cannot be rebuilt, please skip those specific tests, since
we cannot verify their veracity.



Package Review
==

Key:
[x] = Pass
[!] = Fail
[-] = Not applicable
[?] = Not evaluated
[ ] = Manual review needed


Issues:
===
- If (and only if) the source package includes the text of the license(s) in
  its own file, then that file, containing the text of the license(s) for the
  package is included in %doc.
  Note: Cannot find LICENSE-JQUERY.txt in rpm(s)
  See: http://fedoraproject.org/wiki/Packaging/LicensingGuidelines#License_Text
- Binary eggs must be removed in %prep
  Note: Binary egg files not removed in %prep:
  ./tests/regressiontests/app_loading/eggs/modelapp.egg
  ./tests/regressiontests/app_loading/eggs/brokenapp.egg
  ./tests/regressiontests/app_loading/eggs/nomodelapp.egg
  ./tests/regressiontests/app_loading/eggs/omelet.egg
  ./tests/regressiontests/utils/eggs/test_egg.egg
  ./tests/regressiontests/templates/eggs/tagsegg.egg
  See:
http://fedoraproject.org/wiki/Packaging:Python#Packaging_eggs_and_setuptools_concerns


= MUST items =

Generic:
[ ]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[ ]: Package contains no bundled libraries without FPC exception.
[ ]: Changelog in prescribed format.
[ ]: Sources contain only permissible code or content.
[ ]: Each %files section contains %defattr if rpm  4.4
 Note: %defattr present but not needed
[ ]: Package contains desktop file if it is a GUI application.
[ ]: Development files must be in a -devel package
[ ]: Package requires other packages for directories it uses.
[ ]: Package uses nothing in %doc for runtime.
[ ]: Package is not known to require ExcludeArch.
[ ]: Fully versioned dependency in subpackages, if present.
 Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in python-
 django14-doc
[ ]: Package complies to the Packaging Guidelines
[ ]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses found:
 BSD (3 clause), Apache (v2.0), MIT/X11 (BSD like), PSF (v2),
 Unknown or generated. 5 files have unknown license. Detailed output of
 licensecheck in /dev/shm/rpm/review-python-django14/licensecheck.txt
[ ]: License file installed when any subpackage combination is installed.
[ ]: Package consistently uses macro is (instead of hard-coded directory
 names).
[ ]: Package is named according to the Package Naming Guidelines.
[ ]: Package does not generate any conflict.
[ ]: Package obeys FHS, except libexecdir and /usr/target.
[ ]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.
[ ]: Package must own all directories that it creates.
[ ]: Package does not own files or directories owned by other packages.
[ ]: Requires correct, justified where necessary.
[ ]: Spec file is legible and written in American English.
[ ]: Package contains systemd file(s) if in need.
[ ]: Large documentation must go in a -doc subpackage.
 Note: Documentation size is 30720 bytes in 3 files.
[x]: All build dependencies are listed in BuildRequires, except for any that
 are listed in the exceptions section of Packaging Guidelines.
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[x]: %config files are marked noreplace or the reason is justified.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Spec file lacks Packager, Vendor, PreReq tags.
[x]: Package use %makeinstall only when make install' ' DESTDIR=... doesn't
 work.
[x]: Package is named using only allowed ASCII characters.
[x]: No %config files under /usr.
[x]: Package do not use a name that already exist
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as 

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

Palle Ravn ravn...@gmail.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yY5dmZRiLIa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 834747] Review Request: gps - IDE for C and Ada

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=834747

Pavel Zhukov pzhu...@redhat.com changed:

   What|Removed |Added

 CC||pzhu...@redhat.com
  Flags||needinfo?(jul...@vgai.de)

--- Comment #13 from Pavel Zhukov pzhu...@redhat.com ---
Any progress?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=vlUEOjPvDla=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785453] Review Request: php-horde-Horde-Mail - Horde Mail Library

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785453

--- Comment #9 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Pd4013Yyw4a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785484] Review Request: php-horde-Horde-Template - Horde Template System

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785484

--- Comment #8 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JBWdBZouG0a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924750] New: Review Request: perl-ExtUtils-ParseXS - Module and a script for converting Perl XS code into C code

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924750

Bug ID: 924750
   Summary: Review Request: perl-ExtUtils-ParseXS - Module and a
script for converting Perl XS code into C code
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL:
http://ppisar.fedorapeople.org/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-ExtUtils-ParseXS/perl-ExtUtils-ParseXS-3.18-1.fc20.src.rpm
Description:
ExtUtils::ParseXS will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and creates
the glue necessary to let Perl access those functions.

Fedora Account System Username: ppisar


This package will dual-live with core perl modules.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZOQfOOm4hHa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785492] Review Request: php-horde-Horde-Controller - Horde Controller libraries

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785492

--- Comment #13 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rtSgxltZ8Ga=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785494] Review Request: php-horde-Horde-Compress - Horde Compression API

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785494

--- Comment #14 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Ia27w3rsVya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 906481] Review Request: erlang-cowboy - Small, fast, modular HTTP server written in Erlang

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906481

--- Comment #11 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Wr8WmEw0HRa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 909802] Review Request: ghc-unix-time - Unix time parser/formatter and utilities

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=909802

--- Comment #6 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=2IL0vFw1K8a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 910639] Review Request: ghc-entropy - A platform independent entropy source

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910639

--- Comment #6 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aZH1Fl0yAEa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920022] Review Request: ghc-xml-types - Basic types for representing XML

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920022

--- Comment #8 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ngxoDGFcOua=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924351] Review Request: perl-DB_File - Perl5 access to Berkeley DB version 1.x

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924351

--- Comment #4 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=rhVwxLgdVZa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

--- Comment #5 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0K1Dj6fpgia=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924351] Review Request: perl-DB_File - Perl5 access to Berkeley DB version 1.x

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924351

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-DB_File-1.827-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 09:17:37

--- Comment #5 from Petr Pisar ppi...@redhat.com ---
Thank you for the review and the repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=WC3QruEayLa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920778] Review Request: python-MultipartPostHandler2 - A handler for urllib2 to enable multipart form uploading

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920778

--- Comment #9 from Miro Hrončok mhron...@redhat.com ---
Spec URL:
https://raw.github.com/hroncok/SPECS/master/python-MultipartPostHandler2.spec
SRPM URL:
https://github.com/downloads/hroncok/SPECS/python-MultipartPostHandler2-0.1.1-4.fc18.src.rpm

Solved. Thanks for help.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=tiRXOBamzFa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 920778] Review Request: python-MultipartPostHandler2 - A handler for urllib2 to enable multipart form uploading

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=920778

Miro Hrončok mhron...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #10 from Miro Hrončok mhron...@redhat.com ---
New Package SCM Request
===
Package Name: python-MultipartPostHandler2
Short Description: A handler for urllib2 to enable multipart form uploading
Owners: churchyard bkabrda
Branches: f17 f18 f19

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=w5tM8HCFOza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 906481] Review Request: erlang-cowboy - Small, fast, modular HTTP server written in Erlang

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906481

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

   What|Removed |Added

 Status|NEW |MODIFIED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cqo6Dgk7NDa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 906481] Review Request: erlang-cowboy - Small, fast, modular HTTP server written in Erlang

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906481

--- Comment #12 from Fedora Update System upda...@fedoraproject.org ---
erlang-cowboy-0.8.2-4.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/erlang-cowboy-0.8.2-4.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=HVEdkfvFSla=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

Honza Horak hho...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #3 from Honza Horak hho...@redhat.com ---
New Package SCM Request
===
Package Name: community-mysql
Short Description: MySQL client programs, shared libraries and MySQL daemon
Owners: hhorak tgl
Branches: f19
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=nwBvnP529Ka=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924782] New: Review Request: perl-File-Path - Create or remove directory trees

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924782

Bug ID: 924782
   Summary: Review Request: perl-File-Path - Create or remove
directory trees
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://ppisar.fedorapeople.org/perl-File-Path/perl-File-Path.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-File-Path/perl-File-Path-2.09-1.fc20.src.rpm
Description:
This module provides a convenient way to create directories of arbitrary
depth and to delete an entire directory subtree from the file system.

Fedora Account System Username: ppisar


This package will dual-live with core perl modules, after sub-packaging them
from perl.spec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Q7VUxzzgvTa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

--- Comment #4 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=NjviYFjMWXa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #2 from Petr Pisar ppi...@redhat.com ---
New Package SCM Request
===
Package Name: perl-Exporter
Short Description: Implements default import method for modules
Owners: ppisar jplesnik psabata
Branches: 
InitialCC: perl-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=1tYwhKwC5ka=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Petr Pisar ppi...@redhat.com ---
New Package SCM Request
===
Package Name: perl-Env
Short Description: Perl module that imports environment variables as scalars or
arrays
Owners: ppisar jplesnik psabata
Branches: 
InitialCC: perl-sig

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kR1w4F87NTa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=XgtvBxO0q8a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
gimp-high-pass-filter-1.2-1.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/gimp-high-pass-filter-1.2-1.fc17

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=l4hl9zwpXia=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924511] Review Request: gimp-high-pass-filter - High pass filter for the GIMP

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924511

--- Comment #7 from Fedora Update System upda...@fedoraproject.org ---
gimp-high-pass-filter-1.2-1.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/gimp-high-pass-filter-1.2-1.fc18

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0tsaD5ZiJNa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

--- Comment #5 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=oT5HC5k9s7a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

--- Comment #3 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=0XsPzshZNla=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 910798] Review Request: perl-Text-Tabs+Wrap - Expand tabs and do simple line wrapping

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=910798

--- Comment #4 from Tom spot Callaway tcall...@redhat.com ---
It seems that statement is worded differently from what upstream told the Free
Software Foundation, where this wording was submitted:

  This module may be modified, used, copied, and redistributed at your own
  risk. Although allowed by the preceding license, please do not publicly
  redistribute modified versions of this code with the name Text::Tabs
  unless it passes the unmodified Text::Tabs test suite.

They're 99% the same, but the above wording makes it very very clear that the
test suite restriction is optional. Fedora and the FSF strongly prefer this
wording.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=MPTkANiBqJa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 906481] Review Request: erlang-cowboy - Small, fast, modular HTTP server written in Erlang

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=906481

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

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 10:43:23

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=AVpl1Vy76qa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 918587] Review Request: erlyvideo - Erlang video streaming server

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=918587

Bug 918587 depends on bug 906481, which changed state.

Bug 906481 Summary: Review Request: erlang-cowboy - Small, fast, modular HTTP 
server written in Erlang
https://bugzilla.redhat.com/show_bug.cgi?id=906481

   What|Removed |Added

 Status|MODIFIED|CLOSED
 Resolution|--- |RAWHIDE

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yVdfEcBf9ha=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 894413] Review Request: davmail - DavMail is a POP/IMAP/SMTP/Caldav/Carddav/LDAP gateway for Microsoft Exchange

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=894413

David Xie david.script...@gmail.com changed:

   What|Removed |Added

 CC||david.script...@gmail.com

--- Comment #3 from David Xie david.script...@gmail.com ---
1. There's no Requires section. Should have at least java and jpackage-utils.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KOJp6Qs9FOa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924822] New: Review Request: perl-File-Temp - Return name and handle of a temporary file safely

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924822

Bug ID: 924822
   Summary: Review Request: perl-File-Temp - Return name and
handle of a temporary file safely
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ppi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org

Spec URL: http://ppisar.fedorapeople.org/perl-File-Temp/perl-File-Temp.spec
SRPM URL:
http://ppisar.fedorapeople.org/perl-File-Temp/perl-File-Temp-0.23-1.fc20.src.rpm
Description:
File::Temp can be used to create and open temporary files in a safe way.
There is both a function interface and an object-oriented interface. The
File::Temp constructor or the tempfile() function can be used to return the
name and the open file handle of a temporary file. The tempdir() function
can be used to create a temporary directory.

Fedora Account System Username: ppisar


This package will dual-live with core perl modules after sub-packaging them
from perl.spec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=x8Z6kG0UZda=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785472] Review Request: php-horde-Horde-Db - Horde Database Libraries

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785472

--- Comment #15 from Fedora Update System upda...@fedoraproject.org ---
php-horde-Horde-Db-2.0.2-1.el6, php-horde-Horde-LoginTasks-2.0.2-4.el6,
php-horde-Horde-Stream-Filter-2.0.1-4.el6, php-horde-Horde-Token-2.0.3-3.el6
has been pushed to the Fedora EPEL 6 testing repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jXQztmBjAoa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785469] Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785469

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

   What|Removed |Added

 Status|MODIFIED|ON_QA

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=htqoK2F7XIa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785469] Review Request: php-horde-Horde-LoginTasks - Horde Login Tasks System

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785469

--- Comment #18 from Fedora Update System upda...@fedoraproject.org ---
php-horde-Horde-Db-2.0.2-1.el6, php-horde-Horde-LoginTasks-2.0.2-4.el6,
php-horde-Horde-Stream-Filter-2.0.1-4.el6, php-horde-Horde-Token-2.0.3-3.el6
has been pushed to the Fedora EPEL 6 testing repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pVEcUfwKAIa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785451] Review Request: php-horde-Horde-Token - Horde Token API

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785451

--- Comment #13 from Fedora Update System upda...@fedoraproject.org ---
php-horde-Horde-Db-2.0.2-1.el6, php-horde-Horde-LoginTasks-2.0.2-4.el6,
php-horde-Horde-Stream-Filter-2.0.1-4.el6, php-horde-Horde-Token-2.0.3-3.el6
has been pushed to the Fedora EPEL 6 testing repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ZpirYBL6e7a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785452] Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785452

--- Comment #16 from Fedora Update System upda...@fedoraproject.org ---
php-horde-Horde-Db-2.0.2-1.el6, php-horde-Horde-LoginTasks-2.0.2-4.el6,
php-horde-Horde-Stream-Filter-2.0.1-4.el6, php-horde-Horde-Token-2.0.3-3.el6
has been pushed to the Fedora EPEL 6 testing repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JxPSHyZ2IQa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785452] Review Request: php-horde-Horde-Stream-Filter - Horde Stream filters

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785452

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

   What|Removed |Added

 Status|MODIFIED|ON_QA

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=wJcPhqdCtUa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785451] Review Request: php-horde-Horde-Token - Horde Token API

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785451

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

   What|Removed |Added

 Status|MODIFIED|ON_QA

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=DANsndnN1na=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 785472] Review Request: php-horde-Horde-Db - Horde Database Libraries

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=785472

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

   What|Removed |Added

 Status|MODIFIED|ON_QA

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6flQaDUtxWa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

Honza Horak hho...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2013-03-22 11:26:15

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=w92HRJpjtMa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924345] Review Request: community-mysql - Renaming package mysql to community-mysql

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924345

Honza Horak hho...@redhat.com changed:

   What|Removed |Added

 Resolution|NOTABUG |RAWHIDE

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=jZPQxPqobza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 917740] Review Request: MySQL - Renaming package mysql to MySQL

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=917740

Honza Horak hho...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 11:27:02

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=e43wq6RrqGa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924822] Review Request: perl-File-Temp - Return name and handle of a temporary file safely

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924822

--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Sub-packaged in perl-5.16.3-265.fc20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ELpC6SPqh7a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924782] Review Request: perl-File-Path - Create or remove directory trees

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924782

--- Comment #1 from Petr Pisar ppi...@redhat.com ---
Sub-packaged in perl-5.16.3-265.fc20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yG4Eo8SQ2Ga=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

--- Comment #6 from Petr Pisar ppi...@redhat.com ---
Sub-packaged in perl-5.16.3-265.fc20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=J3guT74dv4a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

--- Comment #4 from Petr Pisar ppi...@redhat.com ---
Sub-packaged in perl-5.16.3-265.fc20.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=D2Lg6Al5Vea=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829038] Review Request: drupal6-freelinking - Freelinking module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829038

--- Comment #5 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-freelinking
Short Description: The freelinking module implements a filter for the easier
creation of HTML links to other pages.
Owners: afsilva mwoodson siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=r02zQUGuBaa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829038] Review Request: drupal6-freelinking - Freelinking module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829038

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=TRuAnEDJs0a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924619] Review Request: perl-Env - Perl module that imports environment variables as scalars or arrays

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924619

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Env-1.04-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 12:02:32

--- Comment #7 from Petr Pisar ppi...@redhat.com ---
Thank you for the review and the repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=F0pn6MVyIKa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 924645] Review Request: perl-Exporter - Implements default import method for modules

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924645

Petr Pisar ppi...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-Exporter-5.67-1.fc20
 Resolution|--- |RAWHIDE
Last Closed||2013-03-22 12:02:31

--- Comment #5 from Petr Pisar ppi...@redhat.com ---
Thank you for the review and the repository.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=fgWbW0qFR5a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 828444] Review Request: drupal6-context_menu_block - Context Menu Block Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828444

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #5 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-context_menu_block
Short Description: Allows the Menu Block module to be aware of contexts
provided by the Context module
Owners: ansilva mwoodson siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=EZzsZVCzvza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 828444] Review Request: drupal6-context_menu_block - Context Menu Block Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828444

--- Comment #6 from Jon Ciesla limburg...@gmail.com ---
ansilva is not a valid FAS account.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=JRIGt1Zr96a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829038] Review Request: drupal6-freelinking - Freelinking module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829038

--- Comment #6 from Jon Ciesla limburg...@gmail.com ---
mwoodson is not in the packager group.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=6P920livXXa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 828849] Review Request: drupal6-faq - FAQ Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828849

--- Comment #11 from Anderson Silva ansi...@redhat.com ---

Spec URL: http://people.redhat.com/~ansilva/drupal6-faq.spec
SRPM URL: http://people.redhat.com/~ansilva/drupal6-faq-1.13-6.fc18.src.rpm

fixed all 3 above.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pn4sQssRAma=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829730] Review Request: drupal6-imagefield - Image Field Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829730

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-imagefield.spec
Short Description: ImageField provides an image upload field for CCK.
Owners: ansilva mwoodson siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=PDbHapwcQza=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829730] Review Request: drupal6-imagefield - Image Field Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829730

--- Comment #5 from Anderson Silva ansi...@redhat.com ---
(In reply to comment #4)
 New Package SCM Request
 ===
 Package Name: drupal6-imagefield.spec
 Short Description: ImageField provides an image upload field for CCK.
 Owners: ansilva mwoodson siwinski
 Branches: f17 f18 f19 el6
 InitialCC:

Sorry, incorrect fedora username:

New Package SCM Request
===
Package Name: drupal6-imagefield.spec
Short Description: ImageField provides an image upload field for CCK.
Owners: afsilva mwoodson siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=cYNIR2KYwsa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829038] Review Request: drupal6-freelinking - Freelinking module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829038

--- Comment #7 from Anderson Silva ansi...@redhat.com ---
Jon,

I've reached to Matt, I guess he needs to maintain a package first.

AS

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=pGhWRmGByqa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 828444] Review Request: drupal6-context_menu_block - Context Menu Block Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828444

--- Comment #7 from Anderson Silva ansi...@redhat.com ---
I hate when i do this... I used my red hat user instead of my fedora.. I am
removing mwoodson too:

New Package SCM Request
===
Package Name: drupal6-context_menu_block
Short Description: Allows the Menu Block module to be aware of contexts
provided by the Context module
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=aRYa9mwv8Aa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829730] Review Request: drupal6-imagefield - Image Field Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829730

--- Comment #6 from Anderson Silva ansi...@redhat.com ---
one more fix... removing mwoodson for now

New Package SCM Request
===
Package Name: drupal6-imagefield.spec
Short Description: ImageField provides an image upload field for CCK.
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=NIitHmc6zGa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829730] Review Request: drupal6-imagefield - Image Field Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829730

--- Comment #7 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

Leave .spec out of the package name.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=kvDQutJNFfa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829067] Review Request: drupal6-imageapi - Image API Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829067

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-imageapi
Short Description: This module allows users with proper permissions to upload
images into Drupal.
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Kyn9vFY2I3a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829718] Review Request: drupal6-imagecache_profiles - Image cache for User Profiles for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829718

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-imagecache_profiles.spec
Short Description: This module allows you to set user profile pictures that are
consistent on user profile
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=VjwWrKTzD4a=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829733] Review Request: drupal6-image_resize_filter - Image Resize Filter module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829733

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-image_resize_filter
Short Description:  This filter makes it easy to resize images, especially when
combined with a WYSIWYG editor such as tinyMCE or CKeditor.
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=Vw2NaXQwaxa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829067] Review Request: drupal6-imageapi - Image API Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829067

--- Comment #5 from Jon Ciesla limburg...@gmail.com ---
Git done (by process-git-requests).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=ClRNA4rrASa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 828998] Review Request: drupal6-media_vimeo - Vimeo Video Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=828998

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #7 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-media_vimeo
Short Description: This module adds support for videos by the Vimeo provider to
Embedded Media Field
Owners: siwinski afsilva
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=FOxfUiwHeCa=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 829021] Review Request: drupal6-media_youku - Youku Video Module for Drupal6

2013-03-22 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=829021

Anderson Silva ansi...@redhat.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #4 from Anderson Silva ansi...@redhat.com ---
New Package SCM Request
===
Package Name: drupal6-media_youku
Short Description: Provides support for the Youku video provider for Embedded
Media Field
Owners: afsilva siwinski
Branches: f17 f18 f19 el6
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=yhpKIPRy2Ya=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

  1   2   3   4   >