[Bug 1075605] Review Request: ghc-distributive - Haskell 98 Distributive functors -- Dual to Traversable

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1075605



--- Comment #5 from Ricky Elrod  ---
Updated.

Spec URL:
http://codeblock.fedorapeople.org/packages/ghc-distributive/ghc-distributive.spec
SRPM URL:
http://codeblock.fedorapeople.org/packages/ghc-distributive/ghc-distributive-0.4.4-1.fc21.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 1008083] Review Request: hoogle - Haskell API Search

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1008083

Jens Petersen  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
   Assignee|shakthim...@gmail.com   |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 1179947] Review Request: python-parsley - Parsing and pattern matching made easy

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179947



--- Comment #3 from Eduardo Echeverria  ---
Let's see this rpmlint output 
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/terml 02755L
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/ometa 02755L
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/terml/_generated 02755L
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/ometa/_generated 02755L
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/terml/test 02755L
python-parsley.noarch: E: non-standard-dir-perm /usr/share/doc/python-parsley
02755L
python-parsley.noarch: E: non-standard-dir-perm
/usr/lib/python2.7/site-packages/ometa/test 02755L

I will take like example te directory ometa.
On the pristine source if we make:

stat -c "%a %n" ometa
the output is
755 ometa <= this is OK

No, we will take the rpm
rpm2cpio python-parsley-1.2-2.fc22.noarch.rpm  | cpio -idmv

stat -c "%a %n" ometa
2755 ometa <= this is not OK

Try to investigate why the installed source is taking these permissions, or
simply change the permissions of the directory to the correct value in %files
section.

Maybe this problem does not ocurred when you did ometa/* because the wilcard
declare all files within a directory to be owned by the package.I don't make
it. Because you has to be carefull with the directories that are shared by
other packages. If you want back to the latest behaviour and that resolves this
problem. Don't hesitate to do it. 


- in %check section, is not running any test.

+ cd /builddir/build/BUILD
+ cd Parsley-1.2
+ /usr/bin/python2 terml/test/test_terml.py
+ exit 0

Due to that this is a unittest, I think you can run python -m unittest 
Export $PYTHONPATH first.

if the test cannot be run for some reason, just put a comment in %check,
explaining why

Please, fix the permissions and consider the package approved,  after that.

Package Review
==

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



= MUST items =

Generic:
[x]: Package is licensed with an open-source compatible license and meets
 other legal requirements as defined in the legal section of Packaging
 Guidelines.
[x]: License field in the package spec file matches the actual license.
 Note: Checking patched sources after %prep for licenses. Licenses found:
 "Unknown or generated". 60 files have unknown license. Detailed output of
 licensecheck in /home/echevemaster/test-packages/1179947-python-
 parsley/licensecheck.txt
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
 Provides are present.x[ ]: Requires correct, justified where necessary.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[x]: Package is not known to require an ExcludeArch tag.
[-]: Large documentation must go in a -doc subpackage. Large could be size
 (~1MB) or number of files.
 Note: Documentation size is 20480 bytes in 3 files.
[x]: Package complies to the Packaging Guidelines
[x]: Package successfully compiles and builds into binary rpms on at least one
 supported primary architecture.
[x]: Package installs properly.
[!]: Rpmlint is run on all rpms the build produces.
 Note: There are rpmlint messages (see attachment).
[x]: 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.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: All build dependencies are listed in BuildRequires, except for any that
 are listed in the exceptions section of Packaging Guidelines.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
 beginning of %install.
[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]: Package use %makeinstall only when make install' ' DESTDIR=... d

[Bug 1180378] New: Review Request: rubygem-sigdump - ruby signal handler which dumps backtrace of running threads and number of allocated objects per class

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180378

Bug ID: 1180378
   Summary: Review Request: rubygem-sigdump - ruby signal handler
which dumps backtrace of running threads and number of
allocated objects per class
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: ggill...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: package-review@lists.fedoraproject.org



Spec URL:
https://fedorapeople.org/~ggillies/for_review/rubygem-sigdump/rubygem-sigdump.spec

SRPM URL:
https://fedorapeople.org/~ggillies/for_review/rubygem-sigdump/rubygem-sigdump-0.2.2-1.fc21.src.rpm

Description: In short: SIGQUIT of Java VM for Ruby.

Server applications (like Rails app) cause performance problems, deadlock or
memory swapping from time to time. But it's painful to reproduce such kind of
problems. If we can get information from a running process without restarting
it, it's really helpful.

sigdump gem installs a signal handler which dumps backtrace of running threads
and number of allocated objects per class.

Fedora Account System Username: ggillies

-- 
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 1078371] Review Request: js-jquery1 - JavaScript DOM manipulation, event handling, and AJAX library - for legacy browsers

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1078371



--- Comment #11 from Jens Petersen  ---
ping? :)

-- 
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 923574] Review Request: ghc-cipher-aes - Fast AES cipher implementation with advanced mode of operations

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=923574

Jens Petersen  changed:

   What|Removed |Added

 Whiteboard|NotReady needs  |NotReady
   |crypto-cipher-types |



--- Comment #3 from Jens Petersen  ---
Latest version is 0.2.9.

-- 
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 1075605] Review Request: ghc-distributive - Haskell 98 Distributive functors -- Dual to Traversable

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1075605



--- Comment #4 from Jens Petersen  ---
ping :)

-- 
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 630276] Review Request: ghc-clientsession - Store session data in a cookie

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=630276

Jens Petersen  changed:

   What|Removed |Added

 Status|ASSIGNED|NEW



-- 
You are receiving this mail because:
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 1171750] Review Request: nodejs-dtree - Command-line tool to view the dependency tree of any single js file

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171750

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-dtree-0.0.7-1.fc21   |nodejs-dtree-0.0.7-1.el6



--- Comment #11 from Fedora Update System  ---
nodejs-dtree-0.0.7-1.el6 has been pushed to the Fedora EPEL 6 stable
repository.

-- 
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 1173206] Review Request: nodejs-minstache - Mini mustache template engine

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173206

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-minstache-1.2.0-1.el |nodejs-minstache-1.2.0-1.el
   |7   |6



--- Comment #15 from Fedora Update System  ---
nodejs-minstache-1.2.0-1.el6 has been pushed to the Fedora EPEL 6 stable
repository.

-- 
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 1140914] Review Request: ghc-conduit-extra - Conduit adapters for common libraries

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1140914



--- Comment #13 from Fedora Update System  ---
ghc-conduit-extra-1.0.0.1-2.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 839754] Review Request: perl-Rose-DB-Object - Extensible, high performance object-relational mapper (ORM)

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=839754

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version||perl-Rose-DB-Object-0.813-1
   ||.el7
 Resolution|RAWHIDE |ERRATA



--- Comment #6 from Fedora Update System  ---
perl-Rose-DB-Object-0.813-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1171750] Review Request: nodejs-dtree - Command-line tool to view the dependency tree of any single js file

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171750

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-dtree-0.0.7-1.el6|nodejs-dtree-0.0.7-1.el7



--- Comment #12 from Fedora Update System  ---
nodejs-dtree-0.0.7-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1173206] Review Request: nodejs-minstache - Mini mustache template engine

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173206

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-minstache-1.2.0-1.fc |nodejs-minstache-1.2.0-1.el
   |20  |7



--- Comment #14 from Fedora Update System  ---
nodejs-minstache-1.2.0-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1173387] Review Request: nodejs-browser-request - Browser port of the Node.js 'request' package

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173387

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-browser-request-0.3. |nodejs-browser-request-0.3.
   |3-1.el7 |3-1.el6



--- Comment #13 from Fedora Update System  ---
nodejs-browser-request-0.3.3-1.el6 has been pushed to the Fedora EPEL 6 stable
repository.

-- 
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 1172603] Review Request: golang-github-ghodss-yaml - A better way to marshal and unmarshal YAML in Golang

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1172603

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|golang-github-ghodss-yaml-0 |golang-github-ghodss-yaml-0
   |-0.2.git4fb5c72.fc20|-0.2.git4fb5c72.el6



--- Comment #15 from Fedora Update System  ---
golang-github-ghodss-yaml-0-0.2.git4fb5c72.el6 has been pushed to the Fedora
EPEL 6 stable repository.  If problems still persist, please make note of it in
this bug report.

-- 
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 1175673] Review Request: golang-github-abbot-go-http-auth - Basic and Digest HTTP Authentication for golang http

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175673

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|golang-github-abbot-go-http |golang-github-abbot-go-http
   |-auth-0-0.1.gitc0ef453.fc20 |-auth-0-0.1.gitc0ef453.el6



--- Comment #10 from Fedora Update System  ---
golang-github-abbot-go-http-auth-0-0.1.gitc0ef453.el6 has been pushed to the
Fedora EPEL 6 stable repository.

-- 
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 1176809] Review Request: nodejs-end-of-stream - Call a callback when a readable/writable/duplex stream has completed or failed

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176809

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-end-of-stream-1.1.0- |nodejs-end-of-stream-1.1.0-
   |1.el7   |1.el6



--- Comment #13 from Fedora Update System  ---
nodejs-end-of-stream-1.1.0-1.el6 has been pushed to the Fedora EPEL 6 stable
repository.

-- 
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 1175771] Review Request: golang-github-jonboulle-clockwork - A fake clock for golang

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175771

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|golang-github-jonboulle-clo |golang-github-jonboulle-clo
   |ckwork-0-0.1.git3f831b6.fc2 |ckwork-0-0.1.git3f831b6.el6
   |0   |



--- Comment #12 from Fedora Update System  ---
golang-github-jonboulle-clockwork-0-0.1.git3f831b6.el6 has been pushed to the
Fedora EPEL 6 stable repository.

-- 
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 547427] Review Request: cciss_vol_status - show status of logical drives attached to HP Smartarray controllers

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=547427

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
   Fixed In Version|cciss_vol_status-1.06-2.el4 |cciss_vol_status-1.11-1.el7
 Resolution|--- |ERRATA
Last Closed|2010-01-04 10:17:35 |2015-01-08 21:57:28



--- Comment #20 from Fedora Update System  ---
cciss_vol_status-1.11-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
You are receiving this mail because:
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 1173387] Review Request: nodejs-browser-request - Browser port of the Node.js 'request' package

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173387

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-browser-request-0.3. |nodejs-browser-request-0.3.
   |3-1.fc20|3-1.el7



--- Comment #12 from Fedora Update System  ---
nodejs-browser-request-0.3.3-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1176880] Review Request: nodejs-hash_file - A simple utility for getting a hash of a file

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176880

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-hash_file-0.1.1-1.fc |nodejs-hash_file-0.1.1-1.el
   |20  |7



--- Comment #11 from Fedora Update System  ---
nodejs-hash_file-0.1.1-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1112938] Review Request: ghc-mime-types - Basic mime-type handling types and functions

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1112938

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|ghc-mime-types-0.1.0.4-1.fc |ghc-mime-types-0.1.0.4-1.el
   |20  |7



--- Comment #12 from Fedora Update System  ---
ghc-mime-types-0.1.0.4-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1176809] Review Request: nodejs-end-of-stream - Call a callback when a readable/writable/duplex stream has completed or failed

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176809

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-end-of-stream-1.1.0- |nodejs-end-of-stream-1.1.0-
   |1.fc20  |1.el7



--- Comment #12 from Fedora Update System  ---
nodejs-end-of-stream-1.1.0-1.el7 has been pushed to the Fedora EPEL 7 stable
repository.

-- 
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 1085881] Review Request: golang-github-spf13-cobra - A Commander for modern go CLI interactions

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1085881

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|golang-github-spf13-cobra-0 |golang-github-spf13-cobra-0
   |-0.5.gite1e66f7.fc21|-0.5.gite1e66f7.el6



--- Comment #21 from Fedora Update System  ---
golang-github-spf13-cobra-0-0.5.gite1e66f7.el6 has been pushed to the Fedora
EPEL 6 stable repository.  If problems still persist, please make note of it in
this bug report.

-- 
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 1018092] Review Request: barman - Backup and Recovery Manager for PostgreSQL

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1018092

Dale Macartney  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #21 from Dale Macartney  ---
Resubmitting. It seems the branch didn't get created. 

Package Change Request
==
Package Name: barman
New Branches: epel7
Owners: dbmacartney

-- 
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 1172976] Review Request: nodejs-follow - Extremely robust, fault-tolerant CouchDB changes follower

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1172976

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-follow-0.11.4-2.fc21 |nodejs-follow-0.11.4-2.fc20



--- Comment #13 from Fedora Update System  ---
nodejs-follow-0.11.4-2.fc20 has been pushed to the Fedora 20 stable repository.

-- 
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 1176811] Review Request: nodejs-duplexify - Turn a writeable and readable stream into a single streams2 duplex stream

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176811

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-duplexify-3.2.0-1.fc |nodejs-duplexify-3.2.0-1.fc
   |21  |20



--- Comment #11 from Fedora Update System  ---
nodejs-duplexify-3.2.0-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1082401] Review Request: nodejs-lazystream - Create streams lazily when they are read from or written to

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1082401

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-lazystream-0.1.0-1.f |nodejs-lazystream-0.1.0-1.f
   |c21 |c20



--- Comment #17 from Fedora Update System  ---
nodejs-lazystream-0.1.0-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1176807] Review Request: nodejs-typedarray - TypedArray polyfill for old browsers

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176807

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-typedarray-0.0.6-1.f |nodejs-typedarray-0.0.6-1.f
   |c21 |c20



--- Comment #10 from Fedora Update System  ---
nodejs-typedarray-0.0.6-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1176808] Review Request: nodejs-through2 - A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176808

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-through2-0.6.3-1.fc2 |nodejs-through2-0.6.3-1.fc2
   |1   |0



--- Comment #16 from Fedora Update System  ---
nodejs-through2-0.6.3-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1172968] Review Request: nodejs-event-stream - Construct pipes of streams of events

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1172968

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-event-stream-3.1.7-1 |nodejs-event-stream-3.1.7-1
   |.fc21   |.fc20



--- Comment #10 from Fedora Update System  ---
nodejs-event-stream-3.1.7-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1171236] Review Request: nodejs-got - Simplified HTTP/HTTPS requests

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1171236

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-got-2.2.0-1.fc21 |nodejs-got-2.2.0-1.fc20



--- Comment #12 from Fedora Update System  ---
nodejs-got-2.2.0-1.fc20 has been pushed to the Fedora 20 stable repository.

-- 
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 1173683] Review Request: pg-semver - A semantic version data type for PostgreSQL

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173683

Fedora Update System  changed:

   What|Removed |Added

 Status|MODIFIED|ON_QA



--- Comment #9 from Fedora Update System  ---
pg-semver-0.5.0-2.fc21 has been pushed to the Fedora 21 testing repository.

-- 
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 1172977] Review Request: nodejs-nano - Minimalistic couchdb driver for Node.js

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1172977

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-nano-6.0.2-1.fc21|nodejs-nano-6.0.2-1.fc20



--- Comment #10 from Fedora Update System  ---
nodejs-nano-6.0.2-1.fc20 has been pushed to the Fedora 20 stable repository.

-- 
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 1082401] Review Request: nodejs-lazystream - Create streams lazily when they are read from or written to

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1082401

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version||nodejs-lazystream-0.1.0-1.f
   ||c21
 Resolution|RAWHIDE |ERRATA



--- Comment #16 from Fedora Update System  ---
nodejs-lazystream-0.1.0-1.fc21 has been pushed to the Fedora 21 stable
repository.

-- 
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 1177463] Review Request: nodejs-stream-spigot - Testing or converting simple functions into Readable streams

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177463

Fedora Update System  changed:

   What|Removed |Added

   Fixed In Version|nodejs-stream-spigot-3.0.4- |nodejs-stream-spigot-3.0.4-
   |1.fc21  |1.fc20



--- Comment #10 from Fedora Update System  ---
nodejs-stream-spigot-3.0.4-1.fc20 has been pushed to the Fedora 20 stable
repository.

-- 
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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274



--- Comment #11 from Fedora Update System  ---
rubygem-liquid-3.0.0-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/rubygem-liquid-3.0.0-2.fc21

-- 
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 1174408] Review Request: libblockdev - A library for low-level manipulation with block devices

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174408



--- Comment #8 from Šimon Lukašík  ---
:o)

-- 
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 1159091] Review Request: openra - Libre/Free Real Time Strategy project that recreates the famous Command & Conquer titles

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1159091



--- Comment #3 from Raphael Groner  ---
I am waiting for upstream. They promised a patch to remove the b0rken feature
to use mono-nat (bundled 3rdparty).

-- 
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 1177071] Review Request: publican-icaro - Documentation brand for icaro

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177071

Eduardo Mayorga  changed:

   What|Removed |Added

 CC||e...@mayorgalinux.com



--- Comment #1 from Eduardo Mayorga  ---
Why the copyright in the licence gives credit to this person?

Copyright (C) 2004 Sam Hocevar 

-- 
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 905304] Review Request: OpenDMARC - Domain-based Message Authentication, Reporting & Conformance (DMARC) milter and library

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=905304
Bug 905304 depends on bug 1022349, which changed state.

Bug 1022349 Summary: Allow opendmarc to bind to a port
https://bugzilla.redhat.com/show_bug.cgi?id=1022349

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |ERRATA



-- 
You are receiving this mail because:
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 1159091] Review Request: openra - Libre/Free Real Time Strategy project that recreates the famous Command & Conquer titles

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1159091

Raphael Groner  changed:

   What|Removed |Added

 Blocks||1166916
 Depends On|1166916 |




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1166916
[Bug 1166916] Review Request: fuzzynet - Fuzzy Logic Library for Mono
-- 
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 1166916] Review Request: fuzzynet - Fuzzy Logic Library for Mono

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1166916

Raphael Groner  changed:

   What|Removed |Added

 Blocks|1159091 |
 Depends On||1159091
 Whiteboard||NotReady



--- Comment #4 from Raphael Groner  ---
Setting *depends* on openra review cause that library has no other intention
currently than to unbundle from openra.


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1159091
[Bug 1159091] Review Request: openra - Libre/Free Real Time Strategy
project that recreates the famous Command & Conquer titles
-- 
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 1176277] Review Request: Shinobi - Meta build system for Ninja

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1176277

Ivan Romanov  changed:

   What|Removed |Added

  Flags||needinfo?(bjoern.esser@gmai
   ||l.com)



--- Comment #27 from Ivan Romanov  ---
Björn, I looked to the latest .spec and did local rpmbuild test so seems now
issue with flags is resolved. Can be package approved now?

-- 
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 1151842] Review Request: apx - QIX clone, cut into and claim the square area

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1151842



--- Comment #13 from Raphael Groner  ---
ping?

-- 
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 675234] Review Request: duply - Wrapper for duplicity

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=675234



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

-- 
You are receiving this mail because:
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 675234] Review Request: duply - Wrapper for duplicity

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=675234

Jon Ciesla  changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
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 675234] Review Request: duply - Wrapper for duplicity

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=675234

Thomas Moschny  changed:

   What|Removed |Added

  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #16 from Thomas Moschny  ---
Package Change Request
==
Package Name: duply
New Branches: epel7
Owners: thm

-- 
You are receiving this mail because:
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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274



--- Comment #10 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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

Ken Dreyer  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #9 from Ken Dreyer  ---

New Package SCM Request
===
Package Name: rubygem-liquid
Short Description: A secure, non-evaling end user template engine with
aesthetic markup
Upstream URL: http://www.liquidmarkup.org
Owners: ktdreyer
Branches: 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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361

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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361

Ethan Gafford  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #6 from Ethan Gafford  ---


New Package SCM Request
===
Package Name: sahara-image-elements
Short Description: Sahara-image-elements provides the ability to create the
images necessary to generate data processing clusters
Upstream URL: https://github.com/openstack/sahara-image-elements
Owners: egafford
Branches: f20 f21 epel7
InitialCC: hguemar

-- 
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 1175601] Review Request: rubygem-glu - Glu bindings for the opengl gem

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175601

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 1175601] Review Request: rubygem-glu - Glu bindings for the opengl gem

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175601



--- Comment #4 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 1122233] Review Request: nodejs-readable-stream - Streams2, a user-land copy of the stream library from Node.js v0.10.x

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122233



--- Comment #11 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 1122233] Review Request: nodejs-readable-stream - Streams2, a user-land copy of the stream library from Node.js v0.10.x

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122233

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 1122216] Review Request: nodejs-core-util-is - The util.is functions introduced in Node v0.12

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122216

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 1122218] Review Request: nodejs-debuglog - Backport of util.debuglog from node v0.11

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122218

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 1122218] Review Request: nodejs-debuglog - Backport of util.debuglog from node v0.11

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122218



--- Comment #11 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 1122216] Review Request: nodejs-core-util-is - The util.is functions introduced in Node v0.12

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122216



--- Comment #11 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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274



--- Comment #8 from Jon Ciesla  ---
WARNING: No description provided.
WARNING: Requested package name rubygem-liquid Short A secure, non-evaling
end user template engine with aesthetic markup doesn't match bug summary
rubygem-liquid

-- 
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 179910] Review Request: commoncpp2 - commoncpp C++ framework

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=179910



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

-- 
You are receiving this mail because:
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 179910] Review Request: commoncpp2 - commoncpp C++ framework

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=179910

Jon Ciesla  changed:

   What|Removed |Added

  Flags|fedora-cvs? |fedora-cvs+



-- 
You are receiving this mail because:
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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361

hgue...@redhat.com changed:

   What|Removed |Added

 CC||hgue...@redhat.com



--- Comment #5 from hgue...@redhat.com ---
@Ethan: FYI, my FAS account is hguemar

-- 
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 1175601] Review Request: rubygem-glu - Glu bindings for the opengl gem

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175601



--- Comment #3 from Ken Dreyer  ---
(In reply to Mamoru TASAKA from comment #2)
> Thank you!
> 
> By the way, when shipping C extension, on F-21 and above shipping
> "gem.build_complete" file is a MUST, otherwise there will be an error like
> bug 1179979 .

Thanks for figuring that out. What an odd bug. (and I'm sure you meant bug
1179543 here :)

-- 
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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

Ken Dreyer  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #7 from Ken Dreyer  ---
Thanks very much for the review!

New Package SCM Request
===
Package Name: rubygem-liquid
Short A secure, non-evaling end user template engine with aesthetic markup
Upstream URL: http://www.liquidmarkup.org
Owners: ktdreyer
Branches: 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 1122233] Review Request: nodejs-readable-stream - Streams2, a user-land copy of the stream library from Node.js v0.10.x

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122233



--- Comment #10 from Parag  ---
Forgot to add that POC of this package has approved for above request see
https://bugzilla.redhat.com/show_bug.cgi?id=1179942#c4

-- 
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 1122218] Review Request: nodejs-debuglog - Backport of util.debuglog from node v0.11

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122218



--- Comment #10 from Parag  ---
Forgot to add that POC of this package has approved for above request see
https://bugzilla.redhat.com/show_bug.cgi?id=1179942#c4

-- 
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 1122216] Review Request: nodejs-core-util-is - The util.is functions introduced in Node v0.12

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122216



--- Comment #10 from Parag  ---
Forgot to add that POC of this package has approved for above request see
https://bugzilla.redhat.com/show_bug.cgi?id=1179942#c4

-- 
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 1122216] Review Request: nodejs-core-util-is - The util.is functions introduced in Node v0.12

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122216

Parag  changed:

   What|Removed |Added

 CC||pnem...@redhat.com
  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #9 from Parag  ---
Package Change Request
==
Package Name: nodejs-core-util-is
New Branches: el6
Owners: pnemade

-- 
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 1122233] Review Request: nodejs-readable-stream - Streams2, a user-land copy of the stream library from Node.js v0.10.x

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122233

Parag  changed:

   What|Removed |Added

 CC||pnem...@redhat.com
  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #9 from Parag  ---
Package Change Request
==
Package Name: nodejs-readable-stream
New Branches: el6
Owners: pnemade

-- 
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 1122218] Review Request: nodejs-debuglog - Backport of util.debuglog from node v0.11

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1122218

Parag  changed:

   What|Removed |Added

 CC||pnem...@redhat.com
  Flags|fedora-cvs+ |fedora-cvs?



--- Comment #9 from Parag  ---
Package Change Request
==
Package Name: nodejs-debuglog
New Branches: el6
Owners: pnemade

-- 
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 1175601] Review Request: rubygem-glu - Glu bindings for the opengl gem

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175601

Mamoru TASAKA  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #2 from Mamoru TASAKA  ---
Thank you!

By the way, when shipping C extension, on F-21 and above shipping
"gem.build_complete" file is a MUST, otherwise there will be an error like bug
1179979 .

New Package SCM Request
===
Package Name: rubygem-glu
Short Description: Glu bindings for the opengl gem
Upstream URL: https://github.com/larskanis/glu
Owners: mtasaka
Branches: 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 1038274] Review Request: rubygem-liquid - A secure, non-evaling end user template engine with aesthetic markup

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1038274

Mamoru TASAKA  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #6 from Mamoru TASAKA  ---
Okay, approving.


  This package (rubygem-liquid) is APPROVED
  by mtasaka


-- 
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 179910] Review Request: commoncpp2 - commoncpp C++ framework

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=179910

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com
  Flags||fedora-cvs?



--- Comment #13 from Jan Grulich  ---
Package Change Request
==
Package Name: commoncpp2
New Branches: epel7
Owners: ixs

-- 
You are receiving this mail because:
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 1179484] Review Request: python-cram - Simple testing framework for command line applications

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179484



--- Comment #7 from Ken Dreyer  ---
(In reply to Boris Ranto from comment #6)
> One more thing: the spec file says the licence is BSD while it should say
> GPLv2.

Great catch, sorry about that. It was another bad copy-and-paste from a
previous package.

New version:

* Thu Jan 08 2015 Ken Dreyer  - 0.6-4
- Correct License tag (RHBZ #1179484)

Exact change in Git:
https://fedorapeople.org/cgit/ktdreyer/public_git/python-cram.git/commit/?id=b7b1ec572a055a901b60bbc67d80a40726569490

Spec URL: https://ktdreyer.fedorapeople.org/reviews/python-cram.spec
SRPM URL:
https://ktdreyer.fedorapeople.org/reviews/python-cram-0.6-4.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 992985] Review Request: okteta - Binary/hex editor

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992985

Jan Grulich  changed:

   What|Removed |Added

  Flags|fedora-cvs? |



--- Comment #11 from Jan Grulich  ---
Sorry, the additional branch is not needed. I could not find it, because the
package was called before kdesdk-okteta.

-- 
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 992985] Review Request: okteta - Binary/hex editor

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=992985

Jan Grulich  changed:

   What|Removed |Added

  Flags||fedora-cvs?



--- Comment #10 from Jan Grulich  ---
Package Change Request
==
Package Name: okteta
New Branches: epel7
Owners: jgrulich rdieter kkofler dvratil ltinkl rnovacek

-- 
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 1173683] Review Request: pg-semver - A semantic version data type for PostgreSQL

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173683



--- Comment #8 from Fedora Update System  ---
pg-semver-0.5.0-2.fc21 has been submitted as an update for Fedora 21.
https://admin.fedoraproject.org/updates/pg-semver-0.5.0-2.fc21

-- 
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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361



--- Comment #4 from Jon Ciesla  ---
karlthe...@gmail.com is not a valid FAS account.  Also, don't request f22,
rawhide is automatically provided.

-- 
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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361

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 1173683] Review Request: pg-semver - A semantic version data type for PostgreSQL

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173683



--- Comment #7 from Fedora Update System  ---
pg-semver-0.5.0-2.fc20 has been submitted as an update for Fedora 20.
https://admin.fedoraproject.org/updates/pg-semver-0.5.0-2.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 1173683] Review Request: pg-semver - A semantic version data type for PostgreSQL

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1173683

Fedora Update System  changed:

   What|Removed |Added

 Status|ASSIGNED|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 1180132] Review Request: perl-File-Share - Extend File::ShareDir to local libraries

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180132



--- Comment #4 from Petr Šabata  ---
Thanks, both.

-- 
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 1174408] Review Request: libblockdev - A library for low-level manipulation with block devices

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1174408

Bohuslav "Slavek" Kabrda  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #7 from Bohuslav "Slavek" Kabrda  ---
Ok, so I was trying really hard to find a problem I could report, but I didn't
manage :) This package looks very good, 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 1177361] Review Request: sahara-image-elements - Image creation tools for Openstack Sahara

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1177361

Haïkel Guémar  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 1180132] Review Request: perl-File-Share - Extend File::ShareDir to local libraries

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180132

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 1180132] Review Request: perl-File-Share - Extend File::ShareDir to local libraries

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1180132



--- Comment #3 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 1179217] Review Request: kf5-baloo - A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179217



--- 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 1179217] Review Request: kf5-baloo - A Tier 3 KDE Frameworks 5 module that provides indexing and search functionality

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179217

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 1179173] Review Request: plasma-desktop - Plasma Desktop

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179173



--- 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 1179173] Review Request: plasma-desktop - Plasma Desktop

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179173

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 1179172] Review Request: plasma-workspace - Plasma workspace applications and applets

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179172

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 1179172] Review Request: plasma-workspace - Plasma workspace applications and applets

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1179172



--- 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 1175312] Review Request: plasma-milou - A dedicated KDE search application built on top of Baloo

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175312

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 1175312] Review Request: plasma-milou - A dedicated KDE search application built on top of Baloo

2015-01-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1175312



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

  1   2   >