[Bug 1128100] Review Request: python-markups - A wrapper around various text markups

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128100

Volker Fröhlich  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #8 from Volker Fröhlich  ---
Thank you, Mayorga!

You didn't say which branches you want to create, but just in case you don't
know: F20 has no python3-textile.

I was wondering whether the description is accurate and not misleading, in
regards to "(these two are supported by default)."

However, APPROVED!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129630] Review Request: riemann-c-client - The riemann C client

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129630



--- Comment #3 from Christopher Meng  ---
Have been tracking this for months.

1. Requires:%{name} = %{version}
Requires:protobuf-c-devel

https://fedoraproject.org/wiki/Packaging:Guidelines#Requiring_Base_Package

Thus:

Requires:%{name}%{?_isa} = %{version}-%{release}
Requires:protobuf-c-devel%{?_isa}

Just out of curiousity, why not add json-devel here as well?

2. %configure \
--disable-static

As you only use one option here, no need to use \.

3. %post
/sbin/ldconfig

%postun
/sbin/ldconfig

->

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

4. In Fedora,

%dir %{_includedir}/riemann/
%dir %{_includedir}/riemann/proto/
%{_includedir}/riemann/*.h
%{_includedir}/riemann/proto/*.h

Can be:

%{_includedir}/riemann/

That's when you want to use a simpler way, not when you want to explicitly list
files.

5. Changelog invalid:

http://fedoraproject.org/wiki/Packaging:Guidelines#Changelogs

6. %setup -q -n riemann-c-client-%{version}

->

%setup -q

7. Source tag without full link.

8. Drop Group tag.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1116177] Review Request: cross-kernel-headers - Header files for the Linux kernel for use by glibc

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1116177

Siddhesh Poyarekar  changed:

   What|Removed |Added

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



--- Comment #6 from Siddhesh Poyarekar  ---
RPMLINT:

> $ rpmlint cross-kernel-headers.spec 
> cross-kernel-headers.spec:80: W: non-standard-group Development/System \
> cross-kernel-headers.spec:103: W: non-standard-group Development/System \

Using macros to generate headers.  Should be OK IMO.

> cross-kernel-headers.spec:169: W: macro-in-comment %{rpmprefix}

Escape the %.

> cross-kernel-headers.spec:216: W: mixed-use-of-spaces-and-tabs (spaces: line 
> 216, tab: line 13)

There's a stray space.

> 0 packages and 1 specfiles checked; 0 errors, 4 warnings.

VISUAL INSPECTION:

%do_package mips-linux-gnu  %{build_mips}  
mips64-linux-gnu

 ^^ Don't you mean %do_symlink?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129630] Review Request: riemann-c-client - The riemann C client

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129630



--- Comment #2 from Peter Czanik  ---
I prepared this package originally for SUSE, where I had to support everything
from ancient SLES to latest openSUSE Factory release. But now I hope I cleaned
up that mess properly :) New spec and source rpms are uploaded:

Spec URL: http://peter.czanik.hu/fedora/riemann-c-client.spec
SRPM URL: http://peter.czanik.hu/fedora/riemann-c-client-1.2.1-2.fc22.src.rpm

The test suit does not seem to be ready yet:

DEBUG:

DEBUG: Testsuite summary for riemann-c-client 1.2.1
DEBUG:

DEBUG: # TOTAL: 0
DEBUG: # PASS:  0
DEBUG: # SKIP:  0
DEBUG: # XFAIL: 0
DEBUG: # FAIL:  0
DEBUG: # XPASS: 0
DEBUG: # ERROR: 0
DEBUG:


-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1069635] Review Request: derrick - A Simple Network Stream Recorder

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1069635

Fabian Affolter  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #9 from Fabian Affolter  ---
New Package SCM Request
===
Package Name: derrick
Short Description: A Simple Network Stream Recorder
Owners: fab
Branches: f20 f21 el6 epel7
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1069635] Review Request: derrick - A Simple Network Stream Recorder

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1069635



--- Comment #8 from Fabian Affolter  ---
Thanks for the review.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129903] Review Request: python-hgapi - Python API to Mercurial using the command-line interface

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129903



--- Comment #1 from Christopher Meng  ---
All tests failed with:

FileNotFoundError: [Errno 2] No such file or directory: 'hg'

I guess there is something wrong with the %check section.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1046690] Review Request: libwapcaplet - a string internment library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1046690

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #7 from Christopher Meng  ---
Package Change Request
==
Package Name: libwapcaplet
New Branches: f20
Owners: dtardon caolanm cicku

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1046691] Review Request: libparserutils - a library for building efficient parsers

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1046691

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #5 from Christopher Meng  ---
Package Change Request
==
Package Name: libparserutils
New Branches: f20
Owners: dtardon caolanm cicku

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1046692] Review Request: libcss - a CSS parser and selection engine

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1046692

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #5 from Christopher Meng  ---
Package Change Request
==
Package Name: libcss
New Branches: f20
Owners: dtardon caolanm cicku

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1046693] Review Request: libhubbub - an HTML5 compliant parsing library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1046693

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #6 from Christopher Meng  ---
Package Change Request
==
Package Name: libhubbub
New Branches: f20
Owners: dtardon caolanm cicku

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1046688] Review Request: netsurf-buildsystem - makefiles shared by NetSurf projects

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1046688

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #9 from Christopher Meng  ---
Package Change Request
==
Package Name: netsurf-buildsystem
New Branches: f20
Owners: dtardon caolanm cicku

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1069635] Review Request: derrick - A Simple Network Stream Recorder

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1069635

Christopher Meng  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #7 from Christopher Meng  ---
PACKAGE APPROVED.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129903] Review Request: python-hgapi - Python API to Mercurial using the command-line interface

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129903

Christopher Meng  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||i...@cicku.me
   Assignee|nob...@fedoraproject.org|i...@cicku.me
  Flags||fedora-review?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129691] Review Request: libde265 - Open H.265 video codec implementation

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129691

Christopher Meng  changed:

   What|Removed |Added

 Blocks||182235 (FE-Legal)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=182235
[Bug 182235] Fedora Legal Tracker
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129903] New: Review Request: python-hgapi - Python API to Mercurial using the command-line interface

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129903

Bug ID: 1129903
   Summary: Review Request: python-hgapi - Python API to Mercurial
using the command-line interface
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: juj...@jujens.eu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
http://jenselme.perso.centrale-marseille.fr/visible/SPECS/python-hgapi.spec
SRPM URL:
http://jenselme.perso.centrale-marseille.fr/visible/SRPMS/python-hgapi-1.7.1-1.fc20.src.rpm
Description:
hgapi is a pure-Python API to Mercurial, that uses the command-line interface
instead of the internal Mercurial API. The rationale for this is twofold: the
internal API is unstable, and it is GPL.

hgapi works for all versions of Mercurial, and will instantly reflect any
changes to the repository (including hgrc).

Fedora Account System Username: jujens

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129902] New: Review Request: python-gitapi - gitapi is a pure-Python API to git, which uses the command-line interface

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129902

Bug ID: 1129902
   Summary: Review Request: python-gitapi - gitapi is a
pure-Python API to git, which uses the command-line
interface
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: juj...@jujens.eu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
http://jenselme.perso.centrale-marseille.fr/visible/SPECS/python-gitapi.spec
SRPM URL:
http://jenselme.perso.centrale-marseille.fr/visible/SRPMS/python-gitapi-1.0.0-1.fc20.src.rpm
Description: 
gitapi is a pure-Python API to git, which uses the command-line interface.

Fedora Account System Username: jujens

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1128045] Review Request: perl-IO-Tee - Multiplex output to multiple output handles

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128045

Nick Bebout  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #11 from Nick Bebout  ---
New Package SCM Request
===
Package Name: perl-IO-Tee
Short Description: Multiplex output to multiple output handles
Upstream URL: http://search.cpan.org/dist/IO-Tee/
Owners: nb
Branches: el5 el6 epel7 f19 f20 f21
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1069635] Review Request: derrick - A Simple Network Stream Recorder

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1069635



--- Comment #6 from Fabian Affolter  ---
(In reply to Christopher Meng from comment #5)
> configure has check for uthash, please BR uthash-devel and drop the bundled
> code.

Nice catch.

%changelog
* Wed Aug 13 2014 Fabian Affolter  - 0.3-3
- Remove embedded uthash

Updated files:
SPEC file: http://fab.fedorapeople.org/packages/SRPMS/derrick.spec
SRPM: http://fab.fedorapeople.org/packages/SRPMS/derrick-0.3-3.fc20.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129889] New: Review Request: fig - Punctual, lightweight development environments using Docker

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129889

Bug ID: 1129889
   Summary: Review Request: fig - Punctual, lightweight
development environments using Docker
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: admil...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: https://maxamillion.fedorapeople.org/fig.spec
SRPM URL: https://maxamillion.fedorapeople.org/fig-0.5.1-2.fc22.src.rpm
Description: Punctual, lightweight development environments using Docker
Fedora Account System Username: maxamillion

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1127212] Review Request: python-oslo-utils - OpenStack Oslo Utility library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127212

Alan Pevec  changed:

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||python-oslo-utils-0.1.1-1.f
   ||c22
 Resolution|--- |RAWHIDE
Last Closed||2014-08-13 16:39:12



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1081434] Review Request: ip2location - IP2location library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1081434



--- Comment #35 from Guruswamy Basavaiah  ---
In replay to Michael Schwendt comment #33

SPEC URL: http://www.ip2location.com/rpm/ip2location-c.spec
SRPM URL: http://www.ip2location.com/rpm/ip2location-c-6.0.3-4.fc20.src.rpm

1) Okay, I will contact him directly. 
2) Okay.
3) I am the upstream developer of ip2location, hence no patches were created
directly upstream source tar ball was modified. 
4) Documentation files are included now. 
5) Agreed with you. Removed the required tag and introduced provides tag in
data package.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 875213] Review Request: python-cssselect - Parses CSS3 Selectors and translates them to XPath 1.0

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=875213

Eric Smith  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #17 from Eric Smith  ---
Package Change Request
==
Package Name: python-cssselect
New Branches: epel7
Owners: kevin brouhaha

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1113310] Review Request: python-libnacl - Python ctypes wrapper for libsodium

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1113310



--- Comment #14 from Erik Johnson  ---
There aren't any elses in the top of the spec anymore. How are you building
this? Maybe you have a cached version of the SPEC file?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1110386] Review Request: codec2 - Next-Generation Digital Voice for Two-Way Radio

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1110386

František Dvořák  changed:

   What|Removed |Added

   Assignee|val...@civ.zcu.cz   |nob...@fedoraproject.org



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1109717] Review Request: python-evtx - Windows Event Log parsing library and tools

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1109717

Antonio Trande  changed:

   What|Removed |Added

 CC||anto.tra...@gmail.com



--- Comment #6 from Antonio Trande  ---
I think there are some changes to do according to the Packaging Guidelines for
Python.
https://fedoraproject.org/wiki/Packaging:Python

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1109751] Review Request: python-emcee - The Python ensemble sampling toolkit for affine-invariant MCMC

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1109751



--- Comment #5 from Erik Johnson  ---
Great, thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1110386] Review Request: codec2 - Next-Generation Digital Voice for Two-Way Radio

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1110386

František Dvořák  changed:

   What|Removed |Added

  Flags|fedora-review?  |



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1109751] Review Request: python-emcee - The Python ensemble sampling toolkit for affine-invariant MCMC

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1109751

Erik Johnson  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1128366] Review Request: lis - A library for solving linear equations and eigenvalue problems

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128366



--- Comment #8 from Fedora Update System  ---
lis-1.4.56-1.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/lis-1.4.56-1.fc20

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1128366] Review Request: lis - A library for solving linear equations and eigenvalue problems

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1128366

Fedora Update System  changed:

   What|Removed |Added

 Status|POST|MODIFIED



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1048493] Review Request: icecat - GNU version of Firefox browser

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1048493



--- Comment #35 from Russell Golden  ---
(In reply to Antonio Trande from comment #33)
> @Russell.
> HTTPS-everywhere is already packaged in Fedora so I prefer to not package it
> in Icecat. Is HTTPS-everywhere extension in Fedora ready to be used in
> Icecat too?
> 
> Thanks.

Upstream does its Linux testing on Debian, which only ships Icecat. I'm pretty
much the main source for Fedora/RHEL testing. I imagine that any such issues
have long since been hammered out.

Naturally, whether Icecat looks in the same path for extensions as Firefox is
another story. If it doesn't, I can just add a symlink to the spec file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129809] New: Review Request: remmina-plugin-teamviewer - Remmina protocol plugin to open a RDP connection with TeamViewer

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129809

Bug ID: 1129809
   Summary: Review Request: remmina-plugin-teamviewer - Remmina
protocol plugin to open a RDP connection with
TeamViewer
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: pa...@hubbitus.info
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/Hubbitus/Fedora-packaging/dc274cff4facd03831dc35b296ecc02f7e195324/SPECS/remmina-plugin-teamviewer.spec
SRPM URL:
http://hubbitus.info/rpm/Fedora20/remmina-plugin-teamviewer/remmina-plugin-teamviewer-1.0.0.2-1.fc22.src.rpm
Description: Remmina Plugin TeamViewer is a free software protocol plugin to
establish
connections using TeamViewer, a remote control application with many
features and capable of connecting even through NAT, both for Windows,
Linux and others operating systems.

It require proprietary TeamViewer software! As it is in Fedora it is not listed
in dep, so you must install it separately!
Fedora Account System Username: Hubbitus

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1113310] Review Request: python-libnacl - Python ctypes wrapper for libsodium

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1113310



--- Comment #13 from Sergio Pascual  ---
Well, it fails.

https://kojipkgs.fedoraproject.org//work/tasks/1923/7291923/build.log

It seems that the __python2 macro is undefined. It maybe related with the
redefinitions you do on the first lines of the spec file. It's a little bit
difficult to understand how the macros are substituted with all the "%ifs" and
"%elses".

A suggestion, create a simple spec that builds in rawhide and add the
conditionals for epel later. Or put them in the specfiles in their own branches

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129805] New: Review Request: remmina-plugin-rdesktop - Remmina protocol plugin to open a RDP connection with rdesktop

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129805

Bug ID: 1129805
   Summary: Review Request: remmina-plugin-rdesktop - Remmina
protocol plugin to open a RDP connection with rdesktop
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: pa...@hubbitus.info
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/Hubbitus/Fedora-packaging/dc274cff4facd03831dc35b296ecc02f7e195324/SPECS/remmina-plugin-rdesktop.spec
SRPM URL:
http://hubbitus.info/rpm/Fedora20/remmina-plugin-rdesktop/remmina-plugin-rdesktop-1.0.0.3-1.fc22.src.rpm
Description: Remmina Plugin RDesktop is a free software protocol plugin to
establish a
RDP connection using RDesktop which sometimes performs better than the
FreeRDP integrated plugin in Remmina and also provides a lot of features
like clipboard sync, remote folders support, remote audio,
seamless RDP and various settings for performances.
Fedora Account System Username: Hubbitus

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1113310] Review Request: python-libnacl - Python ctypes wrapper for libsodium

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1113310



--- Comment #12 from Sergio Pascual  ---
I have launched this scratch build in rawhide

http://koji.fedoraproject.org/koji/taskinfo?taskID=7291922

I will check it later

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1109751] Review Request: python-emcee - The Python ensemble sampling toolkit for affine-invariant MCMC

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1109751



--- Comment #4 from Sergio Pascual  ---
Yes, only in f20+ for the moment

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1117906] Review Request: python-scikit-image - Image processing in Python

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1117906

Sergio Pascual  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #11 from Sergio Pascual  ---
New Package SCM Request
===
Package Name: python-scikit-image
Short Description: Image processing in Python
Upstream URL: http://scikit-image.org/
Owners: sergiopr
Branches: f21 f20
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1113310] Review Request: python-libnacl - Python ctypes wrapper for libsodium

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1113310



--- Comment #11 from Sergio Pascual  ---
I'm currently on vacation, I will try to do the review as time permits

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129630] Review Request: riemann-c-client - The riemann C client

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129630

Ralf Corsepius  changed:

   What|Removed |Added

 CC||rc040...@freenet.de



--- Comment #1 from Ralf Corsepius  ---
This package needs quite some amount of work:

* Many rpm anachronisms inside of this spec, which are not neccessary with
modern rpm (BuildRoot, %defattr etc.)

* The BR: xz is for the xz-compressed tarball?
Rpm knows to handle xz-compressed tarballs for quite some time.

* The package is not split into *-devel and  package properly.
Only the *.so belongs into *devel, *.so.* into 

* Don't ship *.la.

* Feel strongly encouraged to not ship static libs (%configure
--disable-static)
If you insist on doing so, put them into a *-static subpackage.

* The package seems to contain a test suite but doesn't exercise it?
Is there a special reason for not doing so?

* The %attr's are unnecessary and partially wrong (rpm warns about it).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1126459] Review Request: libqqwing - library for sudoku generation and solving

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1126459



--- Comment #5 from Kalev Lember  ---
Having the main package depend on a subpackage is very common. Nothing wrong
with doing that.

Just a random example that does this:
http://pkgs.fedoraproject.org/cgit/evince.git/tree/evince.spec

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1113310] Review Request: python-libnacl - Python ctypes wrapper for libsodium

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1113310



--- Comment #10 from Erik Johnson  ---
That build failure was an upstream bug, which is fixed in 1.3.2. I've updated
the spec, here are the new files:

New SPEC: http://terminalmage.net/redhat/python-libnacl/python-libnacl.spec
New SRPM:
http://terminalmage.net/redhat/python-libnacl/python-libnacl-1.3.2-1.el6.src.rpm

It builds now on rawhide, as well as EPEL5.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129700] Review Request: php-ircmaxell-security-lib - A Base Security Library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129700



--- Comment #3 from Remi Collet  ---
Damn...
Spec:
https://raw.githubusercontent.com/remicollet/remirepo/d8d9c455b42d35109eab1a1408d4560db49cddff/php/php-ircmaxell-security-lib/php-ircmaxell-security-lib.spec
Srpm:
http://rpms.famillecollet.com/SRPMS/php-ircmaxell-security-lib-1.0.0-2.remi.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129700] Review Request: php-ircmaxell-security-lib - A Base Security Library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129700



--- Comment #2 from Remi Collet  ---
Good catch !

https://github.com/remicollet/remirepo/commit/d8d9c455b42d35109eab1a1408d4560db49cddff

Spec:
https://raw.githubusercontent.com/remicollet/remirepo/d8d9c455b42d35109eab1a1408d4560db49cddff/php/php-ircmaxell-security-lib/php-ircmaxell-security-lib.spec
Srpm: http://rpms.famillecollet.com/SRPMS/?C=M;O=D

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129700] Review Request: php-ircmaxell-security-lib - A Base Security Library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129700

Shawn Iwinski  changed:

   What|Removed |Added

 CC||shawn.iwin...@gmail.com



--- Comment #1 from Shawn Iwinski  ---
Found in lib path: /usr/share/php/SecurityLib/composer.json

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129700] Review Request: php-ircmaxell-security-lib - A Base Security Library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129700

Remi Collet  changed:

   What|Removed |Added

 Blocks||1129714




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1129714
[Bug 1129714] Review Request: php-ircmaxell-random-lib - A Library For
Generating Secure Random Numbers
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129714] Review Request: php-ircmaxell-random-lib - A Library For Generating Secure Random Numbers

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129714

Remi Collet  changed:

   What|Removed |Added

 Depends On||1129700




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1129700
[Bug 1129700] Review Request: php-ircmaxell-security-lib - A Base Security
Library
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129714] New: Review Request: php-ircmaxell-random-lib - A Library For Generating Secure Random Numbers

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129714

Bug ID: 1129714
   Summary: Review Request: php-ircmaxell-random-lib - A Library
For Generating Secure Random Numbers
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: fed...@famillecollet.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/remicollet/remirepo/e98e681b1eedcd64031ee5a8031bba4d15d02755/php/php-ircmaxell-random-lib/php-ircmaxell-random-lib.spec
SRPM URL:
http://rpms.famillecollet.com/SRPMS/php-ircmaxell-random-lib-1.0.0-1.remi.src.rpm
Description: 
A library for generating random numbers and strings of various strengths.

This library is useful in security contexts.

Fedora Account System Username: remi

-- This is an optional dependency of ZendFramework 2

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677



--- Comment #3 from Stefan Ringel  ---
build i.o. 

rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7289778

f22:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7289919

f22-candidate:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7289991

f21:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7290177

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129691] Review Request: libde265 - Open H.265 video codec implementation

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129691



--- Comment #1 from Joachim Bauch  ---
Koji build looks good:
http://koji.fedoraproject.org/koji/taskinfo?taskID=7290541

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677



--- Comment #2 from Stefan Ringel  ---
(In reply to Stefan Ringel from comment #0)
> Spec URL: ftp://stefanringel.de/pub/gstreamer1-rtsp-server.spec
> SRPM URL:
> ftp://stefanringel.de/pub/gstreamer1-rtsp-server-1.4.0-0.fc22.src.rpm
> Description: 
> 
> gstreamer rtsp server version 1.x 
> 
> Fedora Account System Username: stefanringel

Spec URL: http://stefanringel.de/pub/gstreamer1-rtsp-server.spec
SRPM URL:
http://stefanringel.de/pub/gstreamer1-rtsp-server-1.4.0-0.fc22.src.rpm

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129700] New: Review Request: php-ircmaxell-security-lib - A Base Security Library

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129700

Bug ID: 1129700
   Summary: Review Request: php-ircmaxell-security-lib - A Base
Security Library
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: fed...@famillecollet.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://raw.githubusercontent.com/remicollet/remirepo/b49ebcc217a2990adb27cfbf23f9b9e2bda94ed3/php/php-ircmaxell-security-lib/php-ircmaxell-security-lib.spec
SRPM URL:
http://rpms.famillecollet.com/SRPMS/php-ircmaxell-security-lib-1.0.0-1.remi.src.rpm
Description: 
This is a base set of libraries used in other projects.
This isn't useful on its own...

Optional dependency: php-gmp or php-bcmath

Fedora Account System Username: remi

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129691] Review Request: libde265 - Open H.265 video codec implementation

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129691

Joachim Bauch  changed:

   What|Removed |Added

 Blocks||177841 (FE-NEEDSPONSOR)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129691] New: Review Request: libde265 - Open H.265 video codec implementation

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129691

Bug ID: 1129691
   Summary: Review Request: libde265 - Open H.265 video codec
implementation
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@joachim-bauch.de
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: http://www.joachim-bauch.de/static/fedora/libde265.spec
SRPM URL: http://www.joachim-bauch.de/static/fedora/libde265-0.8-1.fc20.src.rpm

Description:
libde265 is an open source implementation of the H.265 video codec.
It is written from scratch for simplicity and efficiency. Its simple
API makes it easy to integrate it into other software.

Fedora Account System Username: fancycode

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677

Petr Šabata  changed:

   What|Removed |Added

 Blocks||177841 (FE-NEEDSPONSOR)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677

Stefan Ringel  changed:

   What|Removed |Added

   See Also||https://bugzilla.redhat.com
   ||/show_bug.cgi?id=1129638



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677



--- Comment #1 from Stefan Ringel  ---
it is needed for gnome-dvb-daemon update to version 0.2.90

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129677] New: Review Request: gstreamer1-rtsp-server - gstreamer rtsp server version 1.x

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129677

Bug ID: 1129677
   Summary: Review Request: gstreamer1-rtsp-server - gstreamer
rtsp server version 1.x
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Assignee: nob...@fedoraproject.org
  Reporter: m...@stefanringel.de
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: ftp://stefanringel.de/pub/gstreamer1-rtsp-server.spec
SRPM URL: ftp://stefanringel.de/pub/gstreamer1-rtsp-server-1.4.0-0.fc22.src.rpm
Description: 

gstreamer rtsp server version 1.x 

Fedora Account System Username: stefanringel

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 913481] Review Request: perl-Net-SFTP-Foreign - SSH File Transfer Protocol client for Perl

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=913481

Petr Šabata  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2014-08-13 08:59:32



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1057915] Review Request: perl-HTTP-Request-Form - Construct HTTP::Request objects for form processing

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1057915



--- Comment #7 from Petr Šabata  ---
Ping.  Consider pushing the package :)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 875406] Review Request: perl-Math-Combinatorics - Perl lib to perform combinations and permutations on lists

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=875406

Petr Šabata  changed:

   What|Removed |Added

 Status|NEW |CLOSED
 CC||psab...@redhat.com
 Resolution|--- |NOTABUG
Last Closed||2014-08-13 08:39:15



--- Comment #10 from Petr Šabata  ---
Closing for inactivity.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 839091] Review Request: kyua-atf-compat - ATF compatibility tools

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=839091

Julio Merino  changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |WONTFIX
Last Closed||2014-08-13 07:55:09



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1129630] New: Review Request: riemann-c-client - The riemann C client

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1129630

Bug ID: 1129630
   Summary: Review Request: riemann-c-client - The riemann C
client
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: pcza...@fang.fa.gau.hu
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL: http://peter.czanik.hu/fedora/riemann-c-client.spec
SRPM URL: http://peter.czanik.hu/fedora/riemann-c-client-1.2.1-1.fc22.src.rpm
Description: This is a C client library for the Riemann monitoring system,
providing a convenient and simple API, high test coverage and a copyleft
license, along with API and ABI stability. It is also the dependency of the
syslog-ng incubator project, which I plan to submit next.
Fedora Account System Username: czanik

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1084190] Review Request: hamekoz-tiempos - Simple app to calculate diff between two dates

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084190



--- Comment #14 from Ismael Olea  ---
Created attachment 926374
  --> https://bugzilla.redhat.com/attachment.cgi?id=926374&action=edit
Failed build: 0.1.1-3 with mock + rawhide

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1127914] Review Request: python-jsonrpclib - JSON-RPC v2.0 client library for Python

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127914

Jon Ciesla  changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1127914] Review Request: python-jsonrpclib - JSON-RPC v2.0 client library for Python

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127914



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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1084190] Review Request: hamekoz-tiempos - Simple app to calculate diff between two dates

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1084190



--- Comment #13 from Ismael Olea  ---
v0.1.1-3 doesn't build to me in mock+rawhide. I add te build.log.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1127914] Review Request: python-jsonrpclib - JSON-RPC v2.0 client library for Python

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1127914

Ihar Hrachyshka  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #4 from Ihar Hrachyshka  ---
New Package SCM Request
===
Package Name: python-jsonrpclib
Short Description: JSON-RPC v2.0 client library for Python
Upstream URL: https://pypi.python.org/pypi/jsonrpclib
Owners: ihrachyshka
Branches: f21 el6 epel7
InitialCC:

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1118740] Review Request: fakesystemd - Minimal docker-specific package to satisfy systemd Provides

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1118740

Jon Ciesla  changed:

   What|Removed |Added

  Flags|fedora-cvs? |



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1118740] Review Request: fakesystemd - Minimal docker-specific package to satisfy systemd Provides

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1118740



--- Comment #11 from Jon Ciesla  ---
Then it would seem that the upstream is Fedora, you could use
http://fedoraproject.org or something.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1119158] Review Request: perl-URL-Encode - Encoding and decoding of application/x-www-form-urlencoded encoding

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1119158



--- Comment #3 from Petr Šabata  ---
(In reply to Christopher Meng from comment #2)
> (In reply to Petr Šabata from comment #1)
> > FIX: Missing lots of builddeps for the bundled Module::Install -- base,
> > Config, Cwd, ExtUtils::MM_Unix, Fcntl, File::Find, File::Path, Pod::Text,
> > vars
> 
> Question, will this be absorbed by guideline? IMO these are not important or
> should the building environment auto detect these? Since Module::Install is
> often bundled.

The reason for listing those is exactly the same as listing any other.  The
module is used at build time and it has these dependencies.  Bundled modules
(if used for build only) are no special case.

If you don't feel like going through the inc/ directory, one way to deal with
this is removing it, dropping it from MANIFEST and BR'ing inc::Module::Install.
 However, given this may change how your package gets built, you may want to
stick with just checking inc for dependencies, too.  It's not that much work,
really.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1118740] Review Request: fakesystemd - Minimal docker-specific package to satisfy systemd Provides

2014-08-13 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1118740

Václav Pavlín  changed:

   What|Removed |Added

  Flags||fedora-cvs?



-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review