[Bug 949311] Review Request: python-workerpool - Multithreaded job distribution module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949311

Mamoru TASAKA mtas...@fedoraproject.org changed:

   What|Removed |Added

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

--- Comment #8 from Mamoru TASAKA mtas...@fedoraproject.org ---
Okay.

--
  This package (python-workerpool) is APPROVED by
  mtasaka
--

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

[Bug 957573] Review Request: php-aws-sdk - amazon web services sdk for php

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957573

Remi Collet fed...@famillecollet.com changed:

   What|Removed |Added

 CC||fed...@famillecollet.com

--- Comment #19 from Remi Collet fed...@famillecollet.com ---
Sorry to get here a bit late. But I really thinkg this package shouldn't have
been approved.


1/ a lot of file are docs.

Better solution to move docs in docs, is to change role in the package.xml,
this allow to keep pear metadata consistent (check pear list aws/sdk)

So, for example:

sed -e '/_samples/s/role=php/role=doc/' \
-e '/_docs/s/role=php/role=doc/' \
-e '/_compatibility_test/s/role=php/role=doc/' \
-e '/_sql/s/role=php/role=doc/' \
-e '/LICENSE/s/role=php/role=doc/' \
-e '/README/s/role=php/role=doc/' \
package.xml %{pear_name}-%{version}/%{name}.xml

Of course, this is an upstream bug which should be reported and fixed upstream.


2/ bundled libraries
- AWSSDKforPHP/lib/cachecore
- AWSSDKforPHP/lib/dom
- AWSSDKforPHP/lib/yaml
- AWSSDKforPHP/lib/requestcore

Guidelines prohibit this.
https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries

At least symfony/yaml is available in pear channel so upstream so use a pear
dependency.

And this will solves the Licensing issue.


3/ cacert.pem

I think this shouldn't be package, isn't the system one enough
(ca-certificates) ?

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

[Bug 949371] Review Request: StarCluster - Tool for managing computing clusters hosted on Amazon's EC2

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949371

--- Comment #6 from Mamoru TASAKA mtas...@fedoraproject.org ---
Okay, basically okay. I will also wait for license clarification.

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

[Bug 957573] Review Request: php-aws-sdk - amazon web services sdk for php

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957573

--- Comment #20 from Remi Collet fed...@famillecollet.com ---
This package can't even be installed... as it requires 2 opcode cache (xcache
and apc), and, by design, only one can be installed.

I think this should be a admin option (not a mandatory requires)

As this are used for user data cache (not for opcode cache), I think requiring
a user data only cache will be better (APCU will be a dropin replacement for
APC, when approved, as APC is going to be removed from repo).

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

[Bug 957573] Review Request: php-aws-sdk - amazon web services sdk for php

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957573

--- Comment #21 from Remi Collet fed...@famillecollet.com ---
Please also check phpci output

---
PHP COMPAT INFO EXTENSION SUMMARY
---
  EXTENSION EXT min/Max   PHP min/Max COUNT
---
  Core  4.0.0 4.0.03019
  PDO 5.1.0   5
  Reflection  5.0.0   2
  SPL   5.1.0 5.0.0  97
  SimpleXML   5.0.0  22
  XCache1.0   4.3.0   4
  apc   3.0.134.3.0   4
  ctype   4.0.4   2
  curl4.0.2 257
  date4.0.0  59
  dom 5.0.0  13
  hash  1.1   4.0.0  13
  json  5.2.0 5.2.0  49
  libxml5.1.0 5.0.0   2
  mbstring4.0.6   2
  memcache  0.2   4.3.11  3
  memcached 0.1.0 5.2.0   2
  openssl 4.0.4   7
  pcre4.0.0  60
  session 4.0.0   9
C sqlite3   0.7   5.3.0   1
  standard  4.0.0 4.0.01690
  zlib  1.0   4.0.0  16
---


Per PHP Guidelines : PHP extensions must have a Requires on all of the
dependent extensions (php-date, php-gd, php-mbstring, ...). These extensions
are virtual Provides of the php sub-packages.

For example,  as this library requires dom, you must requires php-dom (not
php-xml).
Especially in Fedora = 19, with php 5.5, there is a lot of change in
extension/package split.

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

[Bug 958149] Review Request: fox - C++ based Toolkit for developing Graphical User Interfaces

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958149

Mamoru TASAKA mtas...@fedoraproject.org changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #5 from Mamoru TASAKA mtas...@fedoraproject.org ---
Okay, thank you.

New Package SCM Request
===
Package Name: fox
Short Description: C++ based Toolkit for developing Graphical User Interfaces
Owners: mtasaka
Branches: f19 f18 f17
InitialCC:

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

[Bug 821220] cxxtools - A collection of general-purpose C++ classes

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=821220

--- Comment #19 from Ville Skyttä ville.sky...@iki.fi ---
No need to reference this bug in updates, the package has been in the repos for
a long time already.

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

[Bug 959509] Review Request: trac10 - Enhanced wiki and issue tracking system

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959509

Volker Fröhlich volke...@gmx.at changed:

   What|Removed |Added

 Status|ASSIGNED|NEW
 CC||volke...@gmx.at

--- Comment #1 from Volker Fröhlich volke...@gmx.at ---
You can drop defattr, clean section, rm in the install section and the
buildroot definition.

python_sitelib should be defined already and I think you should BR
python2-devel: https://fedoraproject.org/wiki/Packaging:Python

Please use the sysconfdir macro instead of /etc.

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

[Bug 717473] Review Request: SeqAn - Biological sequence analysis library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=717473

--- Comment #12 from Volker Fröhlich volke...@gmx.at ---
Adam, what are your plans about SeqAn? If you don't plan to proceed, we can
close this ticket.

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

[Bug 866183] Review Request: python-mididings - A MIDI router and processor

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=866183

Volker Fröhlich volke...@gmx.at changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
  Flags|needinfo?   |
Last Closed||2013-05-04 05:47:13

--- Comment #18 from Volker Fröhlich volke...@gmx.at ---
Another week, closing

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

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

Mario Blättermann mario.blaetterm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mario.blaetterm...@gmail.co
   ||m
   Assignee|nob...@fedoraproject.org|mario.blaetterm...@gmail.co
   ||m
  Flags||fedora-review?

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

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

Mario Blättermann mario.blaetterm...@gmail.com changed:

   What|Removed |Added

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

--- Comment #1 from Mario Blättermann mario.blaetterm...@gmail.com ---
Scratch build for Rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5330460

$ rpmlint -i -v *
libodfgen.src: I: checking
libodfgen.src: W: spelling-error %description -l en_US pluggable - plug gable,
plug-gable, plugged
The value of this tag appears to be misspelled. Please double-check.

libodfgen.src: W: spelling-error %description -l en_US libwpd - libido
The value of this tag appears to be misspelled. Please double-check.

libodfgen.src: W: spelling-error %description -l en_US libwpg - libel
The value of this tag appears to be misspelled. Please double-check.

libodfgen.src: W: spelling-error %description -l en_US libreoffice -
interoffice
The value of this tag appears to be misspelled. Please double-check.

libodfgen.src: W: invalid-license MPLv2.0+
The value of the License tag was not recognized.  Known values are: AAL,
Abstyles, Adobe, ADSL, AFL, Afmparse, AGPLv1, AGPLv3, AGPLv3
with exceptions, AMDPLPA, AML, AMPAS BSD, APAFML, APSL 2.0, APSL
2.0+, ARL, Artistic 2.0, Artistic clarified, ASL 1.0, ASL 1.0+,
ASL 1.1, ASL 1.1+, ASL 2.0, ASL 2.0+, Bahyph, Barr, Beerware,
BeOpen, Bibtex, BitTorrent, Boost, Borceux, BSD, BSD Protection,
BSD with advertising, BSD with attribution, CATOSL, CC0, CeCILL,
CeCILL-B, CeCILL-C, CDDL, CNRI, Condor, Copyright only, CPAL,
CPL, Crossword, Crystal Stacker, Cube, diffmark, DOC, Dotseqn,
DSDP, dvipdfm, ECL 1.0, ECL 2.0, eCos, EFL 2.0, EFL 2.0+,
eGenix, Entessa, EPL, ERPL, EU Datagrid, EUPL 1.1, Eurosym,
Fair, FSFUL, FSFULLR, FTL, Giftware, GL2PS, Glide, Glulxe,
gnuplot, GPL+, GPL+ or Artistic, GPL+ with exceptions, GPLv1, GPLv2
or Artistic, GPLv2+ or Artistic, GPLv2, GPLv2 with exceptions,
GPLv2+, GPLv2+ with exceptions, GPLv3, GPLv3 with exceptions,
GPLv3+, GPLv3+ with exceptions, HaskellReport, IBM, IJG,
ImageMagick, iMatix, Imlib2, Intel ACPI, Interbase, ISC, Jabber,
JasPer, JPython, Julius, Knuth, Latex2e, LBNL BSD, Leptonica,
LGPLv2, LGPLv2 with exceptions, LGPLv2+, LGPLv2+ or Artistic, LGPLv2+
with exceptions, LGPLv3, LGPLv3 with exceptions, LGPLv3+, LGPLv3+ with
exceptions, Lhcyr, libtiff, LLGPL, Logica, LPL, LPPL,
MakeIndex, mecab-ipadic, midnight, MirOS, MIT, MITNFA, MIT with
advertising, mod_macro, Motosoto, MPLv1.0, MPLv1.0+, MPLv1.1,
MPLv1.1+, MPLv2.0, MS-PL, MS-RL, MTLL, Mup, Naumen, NCSA,
NetCDF, Netscape, Newmat, Newsletr, NGPL, NLPL, Nokia, NOSL,
Noweb, OML, OpenLDAP, OpenPBS, OpenSSL, OReilly, OSL 1.0, OSL
1.0+, OSL 1.1, OSL 1.1+, OSL 2.0, OSL 2.0+, OSL 2.1, OSL 2.1+,
OSL 3.0, OSL 3.0+, Par, Phorum, PHP, PlainTeX, Plexus,
PostgreSQL, psfrag, psutils, Public Domain, Python, Qhull, QPL,
Rdisc, RiceBSD, Romio, RPSL, Rsfs, Ruby, Saxpath, SCEA,
SCRIP, Sendmail, Sleepycat, SISSL, SLIB, SNIA, SPL, STMPL,
SWL, TCL, Teeworlds, Threeparttable, TMate, TORQUEv1.1, TOSL,
TPL, UCD, Vim, VNLSL, VOSTROM, VSL, W3C, Webmin, Wsuipa,
WTFPL, wxWidgets, Xerox, xinetd, xpp, XSkat, YPLv1.1, Zed,
Zend, zlib, zlib with acknowledgement, ZPLv1.0, ZPLv1.0+, ZPLv2.0,
ZPLv2.0+, ZPLv2.1, ZPLv2.1+, CDL, FBSDDL, GFDL, IEEE, LDPL,
OFSFDL, Open Publication, Public Use, Verbatim, CC-BY, CC-BY-ND,
CC-BY-SA, DMTF, DSL, EFML, Free Art, GeoGratis, Green OpenMusic,
OAL, AMS, Arphic, Baekmuk, Bitstream Vera, DoubleStroke,
Hershey, IPA, Liberation, Lucida, MgOpen, mplus, OFL, PTFL,
STIX, Utopia, Wadalab, XANO, Redistributable, no modification
permitted, Freely redistributable without restriction.

libodfgen.src: I: checking-url http://sourceforge.net/projects/libwpd/ (timeout
10 seconds)
libodfgen.src: I: checking-url
http://downloads.sourceforge.net/libwpd/libodfgen-0.0.0.tar.xz (timeout 10
seconds)
libodfgen.i686: I: checking
libodfgen.i686: W: spelling-error %description -l en_US pluggable - plug
gable, plug-gable, plugged
The value of this tag appears to be misspelled. Please double-check.

libodfgen.i686: W: spelling-error %description -l en_US libwpd - libido
The value of this tag appears to be misspelled. Please double-check.

libodfgen.i686: W: spelling-error %description -l en_US libwpg - libel
The value of this tag appears to be misspelled. Please double-check.

libodfgen.i686: W: spelling-error %description -l en_US libreoffice -
interoffice
The value of this tag appears to be misspelled. Please double-check.

libodfgen.i686: W: invalid-license MPLv2.0+
The value of the License tag was not recognized.  Known values are: AAL,
Abstyles, Adobe, ADSL, AFL, Afmparse, AGPLv1, AGPLv3, AGPLv3
with exceptions, AMDPLPA, AML, AMPAS BSD, APAFML, APSL 2.0, APSL
2.0+, ARL, Artistic 2.0, Artistic clarified, ASL 1.0, ASL 1.0+,
ASL 1.1, ASL 1.1+, ASL 2.0, 

[Bug 957693] Review Request: gfal2-python - Python bindings for gfal 2.0

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957693

Mario Blättermann mario.blaetterm...@gmail.com changed:

   What|Removed |Added

 CC||mario.blaetterm...@gmail.co
   ||m

--- Comment #2 from Mario Blättermann mario.blaetterm...@gmail.com ---
rpmlint output (based on the f20 koji build):

$ rpmlint -i -v *
gfal2-python.src: I: checking
gfal2-python.src: W: spelling-error Summary(en_US) gfal - gal, goal, fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.src: W: spelling-error %description -l en_US gfal - gal, goal,
fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.src: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python.src: I: checking-url
http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/gfal2-python/gfal2-python-1.2.0.tar.gz
(timeout 10 seconds)
gfal2-python.i686: I: checking
gfal2-python.i686: W: spelling-error Summary(en_US) gfal - gal, goal, fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.i686: W: spelling-error %description -l en_US gfal - gal, goal,
fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.i686: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python.i686: W: private-shared-object-provides
/usr/lib/python2.7/site-packages/gfal2.so gfal2.so
A shared object soname provides is provided by a file in a path from which
other packages should not directly load shared objects from.  Such shared
objects should thus not be depended on and they should not result in provides
in the containing package.  Get rid of the provides if appropriate, for
example by filtering it out during build.  Note that in some cases this may
require disabling rpmbuild's internal dependency generator.

gfal2-python.x86_64: I: checking
gfal2-python.x86_64: W: spelling-error Summary(en_US) gfal - gal, goal, fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.x86_64: W: spelling-error %description -l en_US gfal - gal, goal,
fall
The value of this tag appears to be misspelled. Please double-check.

gfal2-python.x86_64: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python.x86_64: W: private-shared-object-provides
/usr/lib64/python2.7/site-packages/gfal2.so gfal2.so()(64bit)
A shared object soname provides is provided by a file in a path from which
other packages should not directly load shared objects from.  Such shared
objects should thus not be depended on and they should not result in provides
in the containing package.  Get rid of the provides if appropriate, for
example by filtering it out during build.  Note that in some cases this may
require disabling rpmbuild's internal dependency generator.

gfal2-python-debuginfo.x86_64: I: checking
gfal2-python-debuginfo.x86_64: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python-doc.i686: I: checking
gfal2-python-doc.i686: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python-doc.x86_64: I: checking
gfal2-python-doc.x86_64: I: checking-url
https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2-python (timeout 10 seconds)
gfal2-python.spec: I: checking-url
http://grid-deployment.web.cern.ch/grid-deployment/dms/lcgutil/tar/gfal2-python/gfal2-python-1.2.0.tar.gz
(timeout 10 seconds)
6 packages and 1 specfiles checked; 0 errors, 8 warnings.



W: private-shared-object-provides /usr/lib/python2.7/site-packages/gfal2.so
gfal2.so
Don't know what it means and how this could be fixed. Any explanation is
welcome.

Please use python2-devel instead of python-devel:
https://fedoraproject.org/wiki/Packaging:Python#BuildRequires

glib2-devel is redundant, it is needed by gfal2-devel anyway. Please drop it
from BR.



$ rpm -qpR gfal2-python-1.2.0-0.fc20.i686.rpm
boost(x86-32)
libboost_python-mt.so.1.53.0
libc.so.6
libc.so.6(GLIBC_2.0)
libc.so.6(GLIBC_2.1.3)
libc.so.6(GLIBC_2.4)
libgcc_s.so.1
libgcc_s.so.1(GCC_3.0)
libgfal2.so.2
libgfal_transfer.so.2
libglib-2.0.so.0
libgthread-2.0.so.0
libm.so.6
libpython2.7.so.1.0
libstdc++.so.6
libstdc++.so.6(CXXABI_1.3)
libstdc++.so.6(GLIBCXX_3.4)
libstdc++.so.6(GLIBCXX_3.4.11)
libstdc++.so.6(GLIBCXX_3.4.9)
python(abi) = 2.7
python(x86-32)
rpmlib(CompressedFileNames) = 3.0.4-1
rpmlib(FileDigests) = 4.6.0-1
rpmlib(PayloadFilesHavePrefix) = 4.0-1
rtld(GNU_HASH)
rpmlib(PayloadIsXz) = 5.2-1

Obviously your explicit runtime requirements are unneeded. Both Boost and
Python are picked up automatically.

The -doc subpackage doesn't contain any arch specific files, please tag it as
BuildArch: noarch. Moreover, the 

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

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

--- Comment #2 from David Tardon dtar...@redhat.com ---
New Package SCM Request
===
Package Name: libodfgen
Short Description: An ODF generator library
Owners: dtardon caolanm
Branches: f19
InitialCC:

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

[Bug 953101] Review Request: razorqt - Lightweight desktop toolbox

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953101

--- Comment #52 from Eugene A. Pivnev ti.eug...@gmail.com ---
(In reply to comment #51)
 OK, this scratch builds OK, so I'm not going to worry about th install log
 in fedora-review

Koji just builds packages but not tries to install them. Not?
So - what final resume will be: to use lang files - or not?
I propose to leave _prepared_ spec - but not use them. Untill fedora-review
will be ok.

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

[Bug 717473] Review Request: SeqAn - Biological sequence analysis library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=717473

Adam Huffman bl...@verdurin.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |WONTFIX
  Flags|needinfo?(bl...@verdurin.co |
   |m)  |
Last Closed||2013-05-04 10:56:54

--- Comment #13 from Adam Huffman bl...@verdurin.com ---
No, I'll close this so someone else can take over.

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

[Bug 958150] Review Request: xfe - X File Explorer File Manager

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958150

--- Comment #3 from Mamoru TASAKA mtas...@fedoraproject.org ---
Thank you for initial comments.

For items listed in Issues:
* Although SN_API_NOT_YET_FROZEN is quite messy, now xfe is changed to
  use system-wide startup-notification
* I think xvt.c is just MIT, however clarification anyway is requested
  on legal mailing list.

http://mtasaka.fedorapeople.org/Review_request/xfe-related/xfe.spec
http://mtasaka.fedorapeople.org/Review_request/xfe-related/xfe-1.34-2.fc.src.rpm

* Sat May  4 2013 Mamoru TASAKA mtas...@fedoraproject.org - 1.34-2
- Try to use system-wide startup-notification

Mock build log for F-19:
http://mtasaka.fedorapeople.org/Review_request/xfe-related/MOCK-xfe.log

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

[Bug 955804] Review Request: nzbget - Command-line based binary newsgrabber for nzb files

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=955804

Mario Blättermann mario.blaetterm...@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||mario.blaetterm...@gmail.co
   ||m
   Assignee|nob...@fedoraproject.org|mario.blaetterm...@gmail.co
   ||m
  Flags||fedora-review?

--- Comment #1 from Mario Blättermann mario.blaetterm...@gmail.com ---
Scratch build for Rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=5330729

$ rpmlint -i -v *
nzbget.src: I: checking
nzbget.src: W: spelling-error Summary(en_US) newsgrabber - news grabber,
news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.src: W: spelling-error Summary(en_US) nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.src: W: spelling-error %description -l en_US newsgrabber - news
grabber, news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.src: W: spelling-error %description -l en_US nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.src: I: checking-url http://nzbget.sourceforge.net/ (timeout 10 seconds)
nzbget.src: I: checking-url
http://downloads.sourceforge.net/project/nzbget/nzbget-stable/10.2/nzbget-10.2.tar.gz
(timeout 10 seconds)
nzbget.i686: I: checking
nzbget.i686: W: spelling-error Summary(en_US) newsgrabber - news grabber,
news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.i686: W: spelling-error Summary(en_US) nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.i686: W: spelling-error %description -l en_US newsgrabber - news
grabber, news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.i686: W: spelling-error %description -l en_US nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.i686: I: checking-url http://nzbget.sourceforge.net/ (timeout 10
seconds)
nzbget.i686: E: wrong-script-end-of-line-encoding /usr/sbin/nzbgetd
This script has wrong end-of-line encoding, usually caused by creation or
modification on a non-Unix system. It will prevent its execution.

nzbget.i686: E: incorrect-fsf-address /usr/share/doc/nzbget-10.2/COPYING
The Free Software Foundation address in this file seems to be outdated or
misspelled.  Ask upstream to update the address, or if this is a license file,
possibly the entire file with a new copy available from the FSF.

nzbget.i686: W: no-manual-page-for-binary nzbget
Each executable in standard binary directories should have a man page.

nzbget.i686: W: no-manual-page-for-binary nzbgetd
Each executable in standard binary directories should have a man page.

nzbget.i686: W: no-manual-page-for-binary nzbget-postprocess.sh
Each executable in standard binary directories should have a man page.

nzbget.x86_64: I: checking
nzbget.x86_64: W: spelling-error Summary(en_US) newsgrabber - news grabber,
news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.x86_64: W: spelling-error Summary(en_US) nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.x86_64: W: spelling-error %description -l en_US newsgrabber - news
grabber, news-grabber, grabber
The value of this tag appears to be misspelled. Please double-check.

nzbget.x86_64: W: spelling-error %description -l en_US nzb - nib, nab, nob
The value of this tag appears to be misspelled. Please double-check.

nzbget.x86_64: I: checking-url http://nzbget.sourceforge.net/ (timeout 10
seconds)
nzbget.x86_64: E: wrong-script-end-of-line-encoding /usr/sbin/nzbgetd
This script has wrong end-of-line encoding, usually caused by creation or
modification on a non-Unix system. It will prevent its execution.

nzbget.x86_64: E: incorrect-fsf-address /usr/share/doc/nzbget-10.2/COPYING
The Free Software Foundation address in this file seems to be outdated or
misspelled.  Ask upstream to update the address, or if this is a license file,
possibly the entire file with a new copy available from the FSF.

nzbget.x86_64: W: no-manual-page-for-binary nzbget
Each executable in standard binary directories should have a man page.

nzbget.x86_64: W: no-manual-page-for-binary nzbgetd
Each executable in standard binary directories should have a man page.

nzbget.x86_64: W: no-manual-page-for-binary nzbget-postprocess.sh
Each executable in standard binary directories should have a man page.

nzbget-debuginfo.i686: I: checking
nzbget-debuginfo.i686: I: checking-url 

[Bug 911044] Review Request: nodejs-pg - PostgreSQL client for Node.js - pure JavaScript and libpq with the same API

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=911044

--- Comment #2 from Jamie Nguyen jamieli...@fedoraproject.org ---
The 1.1.0 version has a new dependency on the unpackaged buffer-writer, which
itself has a dependency on the unpackaged cloned. I'll be more than happy to
post those for review once I'm available, but for now I'll leave it up to you
whether you want to pass nodejs-pg now or wait until the dependencies are
packaged so that it's possible to update to 1.1.0.

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

[Bug 953101] Review Request: razorqt - Lightweight desktop toolbox

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=953101

--- Comment #53 from Eugene A. Pivnev ti.eug...@gmail.com ---
Hm... I tried in my own host - packages with lang files are installing ok.
Seems that fedora-review has bugs.

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

[Bug 957929] Review Request: nodejs-get - A slightly higher-level HTTP client for node

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957929

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

   What|Removed |Added

 Status|NEW |MODIFIED

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

[Bug 957929] Review Request: nodejs-get - A slightly higher-level HTTP client for node

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957929

--- Comment #6 from Fedora Update System upda...@fedoraproject.org ---
nodejs-get-1.2.1-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/nodejs-get-1.2.1-2.fc18

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

[Bug 958149] Review Request: fox - C++ based Toolkit for developing Graphical User Interfaces

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958149

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |
  Flags||fedora-cvs+

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

[Bug 958149] Review Request: fox - C++ based Toolkit for developing Graphical User Interfaces

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958149

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

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

[Bug 959165] Review Request: mate-file-manager-share - Easy sharing folder via Samba (CIFS protocol)

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959165

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

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

[Bug 959165] Review Request: mate-file-manager-share - Easy sharing folder via Samba (CIFS protocol)

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959165

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |
  Flags||fedora-cvs+

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

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |
  Flags||fedora-cvs+

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

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

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

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

[Bug 959645] New: Review Request: drupal7-domain - A domain-based access control system

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959645

Bug ID: 959645
   Summary: Review Request: drupal7-domain - A domain-based access
control system
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-domain.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-domain-3.9-1.fc18.src.rpm

Description:
The Domain Access project is a suite of modules that provide tools for running
a group of affiliated sites from one Drupal installation and a single shared
database. The module allows you to share users, content, and configurations
across a group of sites such as:
* example.com
* one.example.com
* two.example.com
* my.example.com
* thisexample.com -- can use any domain string
* example.com:3000 -- treats non-standard ports as unique

By default, these sites share all tables in your Drupal installation. The
Domain Prefix module (for Drupal 6) allows for selective, dynamic table
prefixing for advanced users.

Fedora Account System Username: siwinski

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

[Bug 959645] Review Request: drupal7-domain - A domain-based access control system

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959645

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-domain

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

[Bug 959646] New: Review Request: domain_locale - Adds language handling functionality per domain basis

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959646

Bug ID: 959646
   Summary: Review Request: domain_locale - Adds language handling
functionality per domain basis
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-domain_locale.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-domain_locale-1.0-0.1.beta1.fc18.src.rpm

Description:
Domain Locale allows to customize language sets per domain for Drupal installs
using Domain Access and core Locale module. This module also offers drush
integration.

You need this module if:
* you want a different default language on different domains
* you want a different language set for each different domain

Fedora Account System Username: siwinski

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

[Bug 959645] Review Request: drupal7-domain - A domain-based access control system

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959645

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Blocks||959646 (d7-domain_locale)

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

[Bug 959646] Review Request: drupal7-domain_locale - Adds language handling functionality per domain basis

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959646

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Depends On||959645 (drupal7-domain)
Summary|Review Request: |Review Request:
   |domain_locale - Adds|drupal7-domain_locale -
   |language handling   |Adds language handling
   |functionality per domain|functionality per domain
   |basis   |basis
  Alias||d7-domain_locale

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

[Bug 959647] New: Review Request: drupal7-l10n_pconfig - Plural formula configurator

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959647

Bug ID: 959647
   Summary: Review Request: drupal7-l10n_pconfig - Plural formula
configurator
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-l10n_pconfig.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-l10n_pconfig-1.2-1.fc18.src.rpm

Description:
The plural formula configurator sets sensible defaults for plural forms when
adding languages and lets you edit the plural formula for all languages on the
web interface.

Drupal does not expose these fields for editing due to the complexity of plural
forms. You should make sure to only give permissions to edit language details
to those, who will likely not screw up your plural formulas.

Fedora Account System Username: siwinski

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

[Bug 959648] New: Review Request: drupal7-potx - Translation template extractor

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959648

Bug ID: 959648
   Summary: Review Request: drupal7-potx - Translation template
extractor
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-potx.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-potx-1.0-1.fc18.src.rpm

Description:
The Translation template extractor provides a web based and a command line
Gettext translation template extractor interface for Drupal as well as a
reusable API to look for translatable strings and translatability errors.
This tool is used under the hood at http://localize.drupal.org/ as well to
serve as a parsing machine for Drupal.org project releases.

Fedora Account System Username: siwinski

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

[Bug 959649] New: Review Request: drupal7-l10n_server - Localization server

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959649

Bug ID: 959649
   Summary: Review Request: drupal7-l10n_server - Localization
server
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-l10n_server.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-l10n_server-1.0-0.1.dev.20130220.fc18.src.rpm

Description:
The localization server is a set of Drupal modules powering
http://localize.drupal.org/, https://translate.openatrium.com/,
http://localize.openpublishapp.com/ and even the non-Drupal based
http://translate.musescore.org/ among other translation communities.

It provides a generic translation database back-end with a community
localization user interface, which allows people to collaborate on
translating projects to different languages. It currently contains
tools to translate Drupal projects as well as general Gettext based
sources.

Fedora Account System Username: siwinski

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

[Bug 959647] Review Request: drupal7-l10n_pconfig - Plural formula configurator

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959647

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-l10n_pconfig

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

[Bug 959648] Review Request: drupal7-potx - Translation template extractor

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959648

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-potx

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

[Bug 959648] Review Request: drupal7-potx - Translation template extractor

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959648

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Blocks||959649
   ||(drupal7-l10n_server)

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

[Bug 959647] Review Request: drupal7-l10n_pconfig - Plural formula configurator

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959647

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Blocks||959649
   ||(drupal7-l10n_server)

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

[Bug 959649] Review Request: drupal7-l10n_server - Localization server

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959649

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Depends On||959648 (drupal7-potx),
   ||959647
   ||(drupal7-l10n_pconfig)
  Alias||drupal7-l10n_server

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

[Bug 949311] Review Request: python-workerpool - Multithreaded job distribution module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949311

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

  Flags||fedora-cvs?

--- Comment #9 from Orion Poplawski or...@cora.nwra.com ---
New Package SCM Request
===
Package Name: python-workerpool
Short Description: Multithreaded job distribution module
Owners: orion
Branches: f19 f18 el6
InitialCC:

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

[Bug 959650] New: Review Request: drupal7-entity_translation - Allows entities to be translated into different languages

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959650

Bug ID: 959650
   Summary: Review Request: drupal7-entity_translation - Allows
entities to be translated into different languages
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-entity_translation.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-entity_translation-1.0-0.1.beta2.fc18.src.rpm

Description:
Allows (fieldable) entities to be translated into different languages,
by introducing entity/field translation for the new translatable fields
capability in Drupal 7. Maintained by the Drupal core i18n team.

This project does not replace the Internationalization
(http://drupal.org/project/i18n) project, which focuses on enabling a full
multilingual workflow for site admins/builders. Some features, e.g. content
language negotiation or taxonomy translation, might overlap but most of them
are unrelated.

Fedora Account System Username: siwinski

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

[Bug 959651] New: Review Request: drupal7-tmgmt - Translation Management Tool

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959651

Bug ID: 959651
   Summary: Review Request: drupal7-tmgmt - Translation Management
Tool
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-tmgmt.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-tmgmt-1.0-0.1.alpha3.fc18.src.rpm

Description:
The Translation Management Tool (TMGMT) module provides a tool set for
translating content from different sources. The translation can be done
by people or translation services of all kinds. It builds on and uses
existing language tools and data structures in Drupal and can be used
in automated workflow scenarios.

This module does not make i18n or any other language module for Drupal
obsolete. It does only facilitate the translation process.

The second alpha has been released, huge improvements have been made
(see the release notes for details) and there's even more work to do.
Please test the new version and report any bugs that you can find.

Important: The external translator plugins (Microsoft, MyGengo, Nativy,
Supertext) have been moved to separate projects. When any of these plugins,
make sure to download them as well and then run update.php when updating.

Fedora Account System Username: siwinski

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

[Bug 959650] Review Request: drupal7-entity_translation - Allows entities to be translated into different languages

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959650

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-entitytranslation

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

[Bug 959650] Review Request: drupal7-entity_translation - Allows entities to be translated into different languages

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959650

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Blocks||959651 (drupal7-tmgmt)

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

[Bug 959651] Review Request: drupal7-tmgmt - Translation Management Tool

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959651

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

 Depends On||959650
   ||(d7-entitytranslation)
  Alias||drupal7-tmgmt

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

[Bug 959652] New: Review Request: drupal7-l10n_client - Provides on-page localization

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959652

Bug ID: 959652
   Summary: Review Request: drupal7-l10n_client - Provides on-page
localization
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-l10n_client.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-l10n_client-1.2-1.fc18.src.rpm

Description:
This module helps you fix translations on your site as you see the issues.
Just by navigating around your pages, you'll be able to fix translations and
fill in missing ones using the on-page translation editor. At the same time,
if configured properly, the module also submits your translations back to the
community, to localize.drupal.org (http://localize.drupal.org/) or any other
localization server

Fedora Account System Username: siwinski

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

[Bug 959653] New: Review Request: drupal7-l10n_update - Provides automatic downloads and updates for translations

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959653

Bug ID: 959653
   Summary: Review Request: drupal7-l10n_update - Provides
automatic downloads and updates for translations
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-l10n_update.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-l10n_update-1.0-0.1.beta3.fc18.src.rpm

Description:
Automatically download and update your translations fetching them from
localize.drupal.org (http://localize.drupal.org/) or any other
Localization server (http://drupal.org/project/l10n_server).

Fedora Account System Username: siwinski

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

[Bug 959652] Review Request: drupal7-l10n_client - Provides on-page localization

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959652

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-l10n_client

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

[Bug 959653] Review Request: drupal7-l10n_update - Provides automatic downloads and updates for translations

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959653

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-l10n_update

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

[Bug 959654] New: Review Request: drupal7-title - Replaces entity legacy fields with regular fields

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959654

Bug ID: 959654
   Summary: Review Request: drupal7-title - Replaces entity legacy
fields with regular fields
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-title.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-title-1.0-0.1.alpha7.fc18.src.rpm

Description:
While working on the new content translation system
(http://api.drupal.org/api/group/field_language/7) for Drupal 7, we (the Drupal
core i18n team) faced the need to convert node titles to the Field API in order
to make nodes fully translatable.

We were not able to make this happen in Drupal 7 core so we decided to find a
solution for this in contrib: the idea is replacing node titles with fields à
la Automatic Nodetitles (http://drupal.org/project/auto_nodetitle).

This will be exploited by the related Entity Translation
(http://drupal.org/project/entity_translation) project.

Fedora Account System Username: siwinski

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

[Bug 959654] Review Request: drupal7-title - Replaces entity legacy fields with regular fields

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959654

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-title

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

[Bug 959655] New: Review Request: drupal7-transliteration - Converts non-Latin text to US-ASCII and sanitizes file names

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959655

Bug ID: 959655
   Summary: Review Request: drupal7-transliteration - Converts
non-Latin text to US-ASCII and sanitizes file names
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-transliteration.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-transliteration-3.1-1.fc18.src.rpm

Description:
Provides one-way string transliteration (romanization) and cleans file names
during upload by replacing unwanted characters.

Generally spoken, it takes Unicode text and tries to represent it in US-ASCII
characters (universally displayable, unaccented characters) by attempting to
transliterate the pronunciation expressed by the text in some other writing
system to Roman letters.

Fedora Account System Username: siwinski

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

[Bug 959655] Review Request: drupal7-transliteration - Converts non-Latin text to US-ASCII and sanitizes file names

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959655

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-transliteration

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

[Bug 959656] New: Review Request: drupal7-translation_table - UI for quick translation of dynamic strings

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959656

Bug ID: 959656
   Summary: Review Request: drupal7-translation_table - UI for
quick translation of dynamic strings
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-translation_table.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-translation_table-1.0-0.1.beta1.fc18.src.rpm

Description:
UI for quick translation of taxonomies and menus. The i18n module allows for
translation of taxonomy terms and menu items, but the process is tedious - you
need to look up strings you want to translate, there is no overview of what's
already translated etc.

This module presents your taxonomy terms or menu items in a table, and
each language has a corresponding column. Just fill out the translations
and click Save.

Requires the i18n module, and either taxonomy or menu string translation.

Fedora Account System Username: siwinski

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

[Bug 959657] New: Review Request: drupal7-translation_overview - Provides an overview of the translation status of site's content

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959657

Bug ID: 959657
   Summary: Review Request: drupal7-translation_overview -
Provides an overview of the translation status of
site's content
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-translation_overview.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-translation_overview-2.0-0.1.beta1.fc18.src.rpm

Description:
The Translation Overview page provides a table listing the site's nodes and
showing what's been translated into each language. It also lets you assign
priorities for translating nodes into the various languages.

For translations of taxonomy terms and menu items check out the Translation
table (http://drupal.org/project/translation_table) module.

Fedora Account System Username: siwinski

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

[Bug 959658] New: Review Request: drupal7-translation_helpers - Provides methods for other modules to use with translated content

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959658

Bug ID: 959658
   Summary: Review Request: drupal7-translation_helpers - Provides
methods for other modules to use with translated
content
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-translation_helpers.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-translation_helpers-1.0-1.fc18.src.rpm

Description:
Translation helpers enables other modules to respond to changes in the source
translation of a set of translated content. This functionality is useful for
modules that track data by the source translation (node.tnid value).

The module also provides other methods for modules to use with translated
content.

Fedora Account System Username: siwinski

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

[Bug 959656] Review Request: drupal7-translation_table - UI for quick translation of dynamic strings

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959656

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-translation_table

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

[Bug 959657] Review Request: drupal7-translation_overview - Provides an overview of the translation status of site's content

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959657

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-trans_overview

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

[Bug 959658] Review Request: drupal7-translation_helpers - Provides methods for other modules to use with translated content

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959658

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-trans_helpers

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

[Bug 959660] New: Review Request: drupal7-stringoverrides - Provides a quick and easy way of replacing text

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959660

Bug ID: 959660
   Summary: Review Request: drupal7-stringoverrides - Provides a
quick and easy way of replacing text
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-stringoverrides.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-stringoverrides-1.8-1.fc18.src.rpm

Description:
Provides a quick and easy way to replace any text on the site.

Features
* Easily replace anything that's passed through t()
* Locale support, allowing you to override strings in any language
* Ability to import/export *.po files, for easy migration from the Locale
module
* Note that this is not a replacement to Locale as having thousands of
overrides
  can cause more pain then benefit. Use this only if you need a few easy text
  changes.

Fedora Account System Username: siwinski

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

[Bug 959660] Review Request: drupal7-stringoverrides - Provides a quick and easy way of replacing text

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959660

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-stringoverrides

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

[Bug 959662] New: Review Request: drupal7-languageicons - Adds icons to language links

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959662

Bug ID: 959662
   Summary: Review Request: drupal7-languageicons - Adds icons to
language links
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-languageicons.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-languageicons-1.0-1.fc18.src.rpm

Description:
This module provides icons for language links, both for the Language
switcher block and (optionally) for node links. It is a spin-off from
Internationalization (i18n) package.

Fedora Account System Username: siwinski

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

[Bug 959662] Review Request: drupal7-languageicons - Adds icons to language links

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959662

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-languageicons

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

[Bug 959663] New: Review Request: drupal7-language_switcher - Language switcher

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959663

Bug ID: 959663
   Summary: Review Request: drupal7-language_switcher - Language
switcher
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-language_switcher.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-language_switcher-1.0-0.1.beta2.fc18.src.rpm

Description:
Language Switcher for Drupal 7 is an enhancement for core language switcher
block in local module. It's very useful for websites with multi-languages
where you want to display content in different languages side-by-side. Watch
this video (http://www.youtube.com/watch?v=SSRkwLOgC8w) to better understand
the concept.

Features:
* Divide your website page to a number of sections where each sections contains
  nodes in one language.

Fedora Account System Username: siwinski

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

[Bug 959663] Review Request: drupal7-language_switcher - Language switcher

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959663

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-language_switcher

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

[Bug 959664] New: Review Request: drupal7-language_cookie - Allows usage of cookies to remember the user's last language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959664

Bug ID: 959664
   Summary: Review Request: drupal7-language_cookie - Allows usage
of cookies to remember the user's last language
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-language_cookie.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-language_cookie-1.6-1.fc18.src.rpm

Description:
Adds an extra Cookie field to the Language Negotiation settings, allowing the
language to be set according to a cookie.

The cookie name, domain  expiration are configurable in the settings page.

Fedora Account System Username: siwinski

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

[Bug 959664] Review Request: drupal7-language_cookie - Allows usage of cookies to remember the user's last language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959664

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-language_cookie

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

[Bug 959665] New: Review Request: drupal7-lang_dropdown - Provides a dropdown select to switch between available languages

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959665

Bug ID: 959665
   Summary: Review Request: drupal7-lang_dropdown - Provides a
dropdown select to switch between available languages
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-lang_dropdown.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-lang_dropdown-1.5-1.fc18.src.rpm

Description:
Language Switcher Dropdown is a very simple module that exposes a new block,
similar to the default Language Switcher block provided by Locale module.

The new block allows site visitors to switch languages using a drop-down
select list instead of using hyperlinks.

The module also integrates well with Language Icons
(http://drupal.org/project/languageicons) module if installed.

Fedora Account System Username: siwinski

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

[Bug 959665] Review Request: drupal7-lang_dropdown - Provides a dropdown select to switch between available languages

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959665

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-lang_dropdown

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

[Bug 959666] New: Review Request: drupal7-admin_language - Displays administration pages in preferred language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959666

Bug ID: 959666
   Summary: Review Request: drupal7-admin_language - Displays
administration pages in preferred language
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-admin_language.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-admin_language-1.0-0.1.dev.20130226.fc18.src.rpm

Description:
This module lets the administrator see all administration pages in her
preferred language.

You can use this to display the front-end of the site in one language and still
keep most of the back-end in English (or another language of your choice).

You can use the standard Languages page to choose the language of the admin
pages.

Fedora Account System Username: siwinski

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

[Bug 959666] Review Request: drupal7-admin_language - Displays administration pages in preferred language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959666

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-admin_language

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

[Bug 959667] New: Review Request: drupal7-ds - Extend the display options for every entity type

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959667

Bug ID: 959667
   Summary: Review Request: drupal7-ds - Extend the display
options for every entity type
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-ds.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-ds-2.2-1.fc18.src.rpm

Description:
Display Suite allows you to take full control over how your content is
displayed
using a drag and drop interface. Arrange your nodes, views, comments, user data
etc. the way you want without having to work your way through dozens of
template
files. A predefined list of layouts (D7 only) is available for even more drag
and drop fun!

By defining custom view modes (build modes in D6), you can define how one piece
of content should be displayed in different places such as teaser lists, search
results, the full node, views etc.

Watch a screen-cast (http://drupal.org/node/644706) to see it all in action!

Fedora Account System Username: siwinski

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

[Bug 959667] Review Request: drupal7-ds - Extend the display options for every entity type

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959667

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-ds

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

[Bug 959668] New: Review Request: drupal7-crumbs - The ultimate breadcrumbs module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959668

Bug ID: 959668
   Summary: Review Request: drupal7-crumbs - The ultimate
breadcrumbs module
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-crumbs.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-crumbs-1.9-1.fc18.src.rpm

Description:
Crumbs is a powerful breadcrumb-building machine, generating high-quality
breadcrumbs for most every page on your site, with minimal configuration.

The Crumbs engine takes advantage of the hierarchical nature inherent to
breadcrumbs: It calculates the parent of the current page, the parent of
the parent, etc, until it has the complete breadcrumb trail.

Crumbs uses plugins with fine-grained user-defined priorities, for each
step in this process. Plugins for most of your favorite modules are already
built-in, and you can add more.

A lot of stuff that would require laborious configuration with other
breadcrumb-building modules, does work out of the box with Crumbs. And if it
doesn't, there are powerful and ways to configure, customize and extend.

Where in other breadcrumb-customizing modules you need to define complete
breadcrumbs for various pages and their all their children, in Crumbs you
mostly just say A is the parent of B, and it can solve all the rest of
the puzzle by itself.

Fedora Account System Username: siwinski

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

[Bug 959668] Review Request: drupal7-crumbs - The ultimate breadcrumbs module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959668

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||drupal7-crumbs

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

[Bug 959669] New: Review Request: drupal7-cs_adaptive_image - Client-side adaptive image

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959669

Bug ID: 959669
   Summary: Review Request: drupal7-cs_adaptive_image -
Client-side adaptive image
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: shawn.iwin...@gmail.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL:
http://siwinski.fedorapeople.org/rpmbuild/SPECS/drupal7-cs_adaptive_image.spec

SRPM URL:
http://siwinski.fedorapeople.org/rpmbuild/SRPMS/drupal7-cs_adaptive_image-1.0-1.fc18.src.rpm

Description:
The Client-side adaptive image module helps build responsive web designs with
fluid images by providing an Image field formatter that allows you to select
appropriate image styles for various client widths. With this module, you can
ensure that for each Image field only the most appropriately sized image gets
downloaded by the client.

You can serve light images to mobile users while still providing the best
quality images to visitors equipped with large screens.

Some highlights:
* Per-field configuration (for each view mode)
* Relies on JavaScript but provides a clean fallback for clients lacking it
* No cookies required
* No external libraries required
* No extra server configuration needed
* Does not attempt to perform any client OS detection
* Reverse proxy cache friendly

Fedora Account System Username: siwinski

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

[Bug 959669] Review Request: drupal7-cs_adaptive_image - Client-side adaptive image

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959669

Shawn Iwinski shawn.iwin...@gmail.com changed:

   What|Removed |Added

  Alias||d7-cs_adaptive_image

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

[Bug 959672] New: Review Request: libndp - Library for Neighbor Discovery Protocol

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959672

Bug ID: 959672
   Summary: Review Request: libndp - Library for Neighbor
Discovery Protocol
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: jpi...@redhat.com
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://people.redhat.com/jpirko/libndp/libndp.spec
SRPM URL:
http://people.redhat.com/jpirko/libndp/libndp-0.1-1.20130504gitca3c399.fc19.src.rpm
Description:
This package contains a library which provides a wrapper
for IPv6 Neighbor Discovery Protocol.  It also provides a tool
named ndptool for sending and receiving NDP messages.
Fedora Account System Username: jirka

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

[Bug 959674] New: Review Request: jatl - Java Anti-Template Language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959674

Bug ID: 959674
   Summary: Review Request: jatl - Java Anti-Template Language
   Product: Fedora
   Version: rawhide
 Component: Package Review
  Severity: medium
  Priority: medium
  Assignee: nob...@fedoraproject.org
  Reporter: punto...@libero.it
QA Contact: extras...@fedoraproject.org
CC: nott...@redhat.com,
package-review@lists.fedoraproject.org
  Category: ---

Spec URL: http://gil.fedorapeople.org/jatl.spec
SRPM URL: http://gil.fedorapeople.org/jatl-0.2.2-1.fc18.src.rpm
Description: 
Is an extremely lightweight efficient Java library 
to generate XHTML or XML in a micro DSL builder/fluent style.
Fedora Account System Username: gil

This package is needed for Gradle.

Tested on: http://koji.fedoraproject.org/koji/taskinfo?taskID=5331060

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

[Bug 959674] Review Request: jatl - Java Anti-Template Language

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959674

gil cattaneo punto...@libero.it changed:

   What|Removed |Added

 Blocks||652183 (FE-JAVASIG)

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

[Bug 959230] Review Request: libodfgen: an ODF generator library

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959230

David Tardon dtar...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |RAWHIDE
Last Closed||2013-05-04 13:47:48

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

[Bug 959672] Review Request: libndp - Library for Neighbor Discovery Protocol

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=959672

Dan Horák d...@danny.cz changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||d...@danny.cz
   Assignee|nob...@fedoraproject.org|d...@danny.cz
  Flags||fedora-review?

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

[Bug 957568] Review Request: python-carddav - Python CardDAV client compatible with mutt

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=957568

--- Comment #9 from Patrick Uiterwijk puiterw...@gmail.com ---
pycard.conf.sample has been moved to %doc, thanks for pointing that out.

Regarding Source: vs Source0:, this is just kind of personal style as far as I
know. Although, if you can link me to any page saying I am required to do
Source0, please link them to me, and I will change accordingly.


Spec URL: http://puiterwijk.fedorapeople.org/python-carddav.spec
SRPM URL:
http://puiterwijk.fedorapeople.org/python-carddav-0.4.1-2.fc18.src.rpm

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

[Bug 927920] Review Request: php-pecl-msgpack - API for communicating with MessagePack serialization

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=927920

--- Comment #13 from Fedora Update System upda...@fedoraproject.org ---
php-pecl-msgpack-0.5.5-4.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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=KGyrPvLW4na=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 891171] Review Request: npm - Node.js package manager

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=891171

--- Comment #26 from Fedora Update System upda...@fedoraproject.org ---
npm-1.2.17-5.el6, nodejs-chmodr-0.1.0-3.el6, nodejs-tobi-cookie-0.2.0-2.el6,
node-gyp-0.9.5-2.el6, nodejs-abbrev-1.0.4-4.el6, nodejs-ansi-0.1.2-6.el6,
nodejs-archy-0.0.2-7.el6, nodejs-async-0.2.6-2.el6,
nodejs-aws-sign-0.2.0-2.el6, nodejs-bindings-1.1.0-2.el6,
nodejs-block-stream-0.0.6-6.el6, nodejs-boom-0.4.0-2.el6,
nodejs-chownr-0.0.1-8.el6, nodejs-combined-stream-0.0.4-2.el6,
nodejs-config-chain-1.1.5-2.el6, nodejs-couch-login-0.1.15-4.el6,
nodejs-cryptiles-0.2.0-2.el6, nodejs-delayed-stream-0.0.5-4.el6,
nodejs-forever-agent-0.2.0-2.el6, nodejs-form-data-0.0.7-2.el6,
nodejs-fstream-0.1.22-2.el6, nodejs-fstream-ignore-0.0.6-2.el6,
nodejs-fstream-npm-0.1.4-2.el6, nodejs-glob-3.1.21-2.el6,
nodejs-graceful-fs-1.2.0-2.el6, nodejs-hawk-0.12.1-2.el6,
nodejs-hoek-0.8.1-2.el6, nodejs-inherits-1.0.0-8.el6, nodejs-ini-1.1.0-2.el6,
nodejs-init-package-json-0.0.7-5.el6, nodejs-json-stringify-safe-4.0.0-3.el6,
nodejs-lockfile-0.3.0-2.el6, nodejs-lru-cache-2.3.0-2.el6,
nodejs-mime-1.2.9-2.el6, nodejs-minimatch-0.2.11-2.el6,
nodejs-mkdirp-0.3.5-2.el6, nodejs-mute-stream-0.0.3-5.el6,
nodejs-node-uuid-1.4.0-3.el6, nodejs-nopt-2.1.1-2.el6,
nodejs-npmconf-0.0.23-2.el6, nodejs-npmlog-0.0.2-4.el6,
nodejs-npm-registry-client-0.2.20-2.el6, nodejs-oauth-sign-0.2.0-2.el6,
nodejs-once-1.1.1-4.el6, nodejs-opener-1.3.0-6.el6, nodejs-opts-1.2.2-4.el6,
nodejs-osenv-0.0.3-4.el6, nodejs-promzard-0.2.0-5.el6,
nodejs-proto-list-1.2.2-4.el6, nodejs-qs-0.5.6-2.el6, nodejs-read-1.0.4-6.el6,
nodejs-read-installed-0.1.1-2.el6, nodejs-read-package-json-0.3.0-4.el6,
nodejs-request-2.16.6-3.el6, nodejs-retry-0.6.0-4.el6,
nodejs-rimraf-2.1.4-2.el6, nodejs-semver-1.1.4-2.el6,
nodejs-sigmund-1.0.0-4.el6, nodejs-slide-1.1.3-6.el6, nodejs-sntp-0.2.1-2.el6,
nodejs-tar-0.1.17-2.el6, nodejs-tunnel-agent-0.2.0-2.el6,
nodejs-uid-number-0.0.3-6.el6, nodejs-which-1.0.5-6.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.
Unsubscribe from this bug 
https://bugzilla.redhat.com/token.cgi?t=eGejc8wVeta=cc_unsubscribe
___
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 894834] Review Request: mingw-gtkglext - OpenGL Extension to GTK+

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=894834

--- Comment #11 from Erik van Pienbroek erik-fed...@vanpienbroek.nl ---
Please also upload the updated source rpm

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

[Bug 896310] Review Request: odeint - A C++ library for numerically solving Ordinary Differential Equations

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=896310

--- Comment #7 from Rich Mattes richmat...@gmail.com ---
I think it's ok to have the -doc package require the -devel subpackage, in
spite of the rpmlint error (rpmlint is not authoratative, the packaging
guidelines are.)  From reading the packaging guidelines section on
documentation, they suggest that development documentation be included with the
-devel package.  They also say that large documentation should be split off
into a -doc subpackage, but nowhere does it say anything about not being able
to split out development documentation into a separate package.

I think this is also a special case.  There is no base package, and the
documentation pertains to the -devel subpackage.

Finally, the way the spec is currently written, it is impossible to install the
-doc subpackage.  It depends on odeint-2.2-2, which doesn't exist:

$ sudo yum -C localinstall ../RPMS/noarch/odeint-d*
Loaded plugins: auto-update-debuginfo, fastestmirror, langpacks, presto
Examining ../RPMS/noarch/odeint-devel-2.2-2.fc18.noarch.rpm:
odeint-devel-2.2-2.fc18.noarch
Marking ../RPMS/noarch/odeint-devel-2.2-2.fc18.noarch.rpm to be installed
Examining ../RPMS/noarch/odeint-doc-2.2-2.fc18.noarch.rpm:
odeint-doc-2.2-2.fc18.noarch
Marking ../RPMS/noarch/odeint-doc-2.2-2.fc18.noarch.rpm to be installed
Resolving Dependencies
-- Running transaction check
--- Package odeint-devel.noarch 0:2.2-2.fc18 will be installed
--- Package odeint-doc.noarch 0:2.2-2.fc18 will be installed
-- Processing Dependency: odeint = 2.2-2.fc18 for package:
odeint-doc-2.2-2.fc18.noarch
-- Finished Dependency Resolution
Error: Package: odeint-doc-2.2-2.fc18.noarch (/odeint-doc-2.2-2.fc18.noarch)
   Requires: odeint = 2.2-2.fc18
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest


So go ahead and add Requires: %{name}-devel = %{version}-%{release} to the -doc
subpackage

Also, the github upstream URL is broken.  For starters, it looks like the
commit listed in the specfile doesn't exist in the odeint repository.  The
commit for the v2.2 tag, according to
https://github.com/headmyshoulder/odeint-v2/tags, is
421f879c6478ec23ea4e398fb47f8a621ff784e6.

So as per http://fedoraproject.org/wiki/Packaging:SourceURL#Github, the Source0
should read
https://github.com/headmyshoulder/odeint-v2/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz

and %prep should have:
%setup -qn %{name}-v2-%{commit}

That will fix the invalid Source0 messages (I tried it locally and it looks
like everything worked fine.)

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

[Bug 924310] Review Request: mate-document-viewer - Document viewer

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924310

--- Comment #2 from Wolfgang Ulbrich chat-to...@raveit.de ---
Dan,
after 40 days of no action from you, i quess you're revised and have no time to
review the request.
Please do an action over the weekend.
I think you agree that i reset 'assigned to' to nobody after the weekend,
because of non blocking other potential reviewers.

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

[Bug 924263] Review Request: caja-dropbox - Dropbox extension for caja

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924263

--- Comment #1 from Wolfgang Ulbrich chat-to...@raveit.de ---
Dan,
after 40 days of no action from you, i quess you're revised and have no time to
review the request.
Please do an action over the weekend.
I think you agree that i reset 'assigned to' to nobody after the weekend,
because of non blocking other potential reviewers.

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

[Bug 924279] Review Request: mate-character-map - Unicode character picker and font browser

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924279

--- Comment #2 from Wolfgang Ulbrich chat-to...@raveit.de ---
Dan,
after 40 days of no action from you, i quess you're revised and have no time to
review the request.
Please do an action over the weekend.
I think you agree that i reset 'assigned to' to nobody after the weekend,
because of non blocking other potential reviewers.

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

[Bug 924350] Review Request: mate-applet-lockkeys - MATE Keyboard LED indicator

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924350

--- Comment #1 from Wolfgang Ulbrich chat-to...@raveit.de ---
Dan,
after 40 days of no action from you, i quess you're revised and have no time to
review the request.
Please do an action over the weekend.
I think you agree that i reset 'assigned to' to nobody after the weekend,
because of non blocking other potential reviewers.

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

[Bug 924377] Review Request: mate-user-share - Mate user file sharing

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=924377

--- Comment #2 from Wolfgang Ulbrich chat-to...@raveit.de ---
Dan,
after 40 days of no action from you, i quess you're revised and have no time to
review the request.
Please do an action over the weekend.
I think you agree that i reset 'assigned to' to nobody after the weekend,
because of non blocking other potential reviewers.

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

[Bug 949311] Review Request: python-workerpool - Multithreaded job distribution module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949311

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

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

[Bug 949311] Review Request: python-workerpool - Multithreaded job distribution module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949311

Jon Ciesla limburg...@gmail.com changed:

   What|Removed |Added

  Flags|fedora-cvs? |
  Flags||fedora-cvs+

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

[Bug 928841] Review Request: drupal7-theme-zen - Zen is a powerful, yet simple, HTML5 starting theme

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=928841

--- Comment #9 from Jared Smith jsmith.fed...@gmail.com ---
Package is approved.

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

[Bug 869080] Review Request: jcr-api - Java Content Repository Technology (JSR-283) API

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=869080

gil cattaneo punto...@libero.it changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Resolution|--- |NOTABUG
Last Closed||2013-05-04 16:52:59

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

[Bug 949311] Review Request: python-workerpool - Multithreaded job distribution module

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949311

Orion Poplawski or...@cora.nwra.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NEXTRELEASE
Last Closed||2013-05-04 17:03:04

--- Comment #11 from Orion Poplawski or...@cora.nwra.com ---
Checked in and built.  Thanks all!

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

[Bug 949371] Review Request: StarCluster - Tool for managing computing clusters hosted on Amazon's EC2

2013-05-04 Thread bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=949371

Bug 949371 depends on bug 949311, which changed state.

Bug 949311 Summary: Review Request: python-workerpool - Multithreaded job 
distribution module
https://bugzilla.redhat.com/show_bug.cgi?id=949311

   What|Removed |Added

 Status|ASSIGNED|CLOSED
 Resolution|--- |NEXTRELEASE

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

  1   2   >