[Bug 731907] package in EPEL has bogus version

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Paul Howarth p...@city-fan.org changed:

   What|Removed |Added

 CC||p...@city-fan.org

--- Comment #1 from Paul Howarth p...@city-fan.org 2011-08-19 04:32:12 EDT ---
The version number is like it is to maintain the upgrade path from previous
versions with 4-digit version numbers such as 0.2603 that upstream has released
in the past. Reverting to upstream's current 2-digit format would require an
epoch bump, which would still make the EPEL package rpm-newer than packages
containing more recent code from elsewhere, unless they too did the same epoch
bump. It is unfortunate that perl's and rpm's ideas of version numbering don't
line up with each other; that's the underlying cause of the problem.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Locale-Maketext-Lexicon] Upstream update.

2011-08-19 Thread corsepiu
commit c73c5a702ebb5b15c7a5956022dfa400174ae674
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 19 10:55:23 2011 +0200

Upstream update.

 .gitignore|3 +--
 perl-Locale-Maketext-Lexicon.spec |   19 +++
 sources   |2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5c6343d..6b468c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-Locale-Maketext-Lexicon-0.82.tar.gz
-/Locale-Maketext-Lexicon-0.84.tar.gz
+/Locale-Maketext-Lexicon-0.86.tar.gz
diff --git a/perl-Locale-Maketext-Lexicon.spec 
b/perl-Locale-Maketext-Lexicon.spec
index 58ad6da..8344316 100644
--- a/perl-Locale-Maketext-Lexicon.spec
+++ b/perl-Locale-Maketext-Lexicon.spec
@@ -1,6 +1,6 @@
 Name:  perl-Locale-Maketext-Lexicon
-Version:   0.84
-Release:   3%{?dist}
+Version:   0.86
+Release:   1%{?dist}
 Summary:   Extract translatable strings from source
 License:   MIT
 Group: Development/Libraries
@@ -12,11 +12,19 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo $version))
 
 BuildRequires: perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(HTML::Parser) = 3.56
+# optional, not yet in Fedora: BuildRequires:  perl(Lingua::EN::Sentence) = 
0.25
+BuildRequires:  perl(PPI) = 1.203
+BuildRequires:  perl(Template) = 2.20
+BuildRequires:  perl(Template::Constants) = 2.75
+BuildRequires:  perl(YAML) = 0.66
+BuildRequires:  perl(YAML::Loader) =  0.66
+BuildRequires:  perl(Locale::Maketext) = 1.17
+
 # Required by the tests
 BuildRequires:  /usr/bin/msgunfmt
-BuildRequires:  perl(YAML) = 0.66
-BuildRequires:  perl(Template) = 2.20
 BuildRequires:  perl(Test::Pod) = 1.00
+
 BuildArch: noarch
 
 # rpm doesn't catch this
@@ -59,6 +67,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 19 2011 Ralf Corsépius corse...@fedoraproject.org - 0.86-1
+- Upstream update.
+
 * Wed Jul 20 2011 Petr Sabata con...@redhat.com - 0.84-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 41edc6c..debb672 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fe98887b9a7aea88e34bef036d81ff22  Locale-Maketext-Lexicon-0.84.tar.gz
+c21d481b23f0848cdb92d1fb5aaf29ff  Locale-Maketext-Lexicon-0.86.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

[perl-Locale-Maketext-Lexicon/f16] Upstream update.

2011-08-19 Thread corsepiu
Summary of changes:

  c73c5a7... Upstream update. (*)

(*) This commit already existed in another branch; no separate mail sent
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Plack-0.9982.tar.gz uploaded to lookaside cache by corsepiu

2011-08-19 Thread corsepiu
A file has been added to the lookaside cache for perl-Plack:

5dc7c6b8fec4b51adc5ff076a0aacc8c  Plack-0.9982.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Plack] Upstream update.

2011-08-19 Thread corsepiu
commit 8ddc36b6dcd0dc8a970beec4d3651df5a68eb6c1
Author: Ralf Corsépius corse...@fedoraproject.org
Date:   Fri Aug 19 12:30:48 2011 +0200

Upstream update.

 .gitignore  |2 +-
 perl-Plack.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1e8a720..cd2dca0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/Plack-0.9980.tar.gz
+/Plack-0.9982.tar.gz
diff --git a/perl-Plack.spec b/perl-Plack.spec
index 485516d..9e91302 100644
--- a/perl-Plack.spec
+++ b/perl-Plack.spec
@@ -1,6 +1,6 @@
 Name:   perl-Plack
-Version:0.9980
-Release:2%{?dist}
+Version:0.9982
+Release:1%{?dist}
 Summary:Perl Superglue for Web frameworks and Web Servers (PSGI 
toolkit)
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -105,6 +105,9 @@ make test TEST_APACHE2=1 TEST_FCGI_CLIENT=1
 %{_mandir}/man3/*
 
 %changelog
+* Fri Aug 19 2011 Ralf Corsépius corse...@fedoraproject.org 0.9982-1
+- Upstream update.
+
 * Tue Jul 19 2011 Petr Sabata con...@redhat.com - 0.9980-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 3f88360..29ad270 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-63078abb9e4ca860179de4c808a2a93f  Plack-0.9980.tar.gz
+5dc7c6b8fec4b51adc5ff076a0aacc8c  Plack-0.9982.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Broken dependencies: perl-NOCpulse-Gritch

2011-08-19 Thread buildsys


perl-NOCpulse-Gritch has broken dependencies in the rawhide tree:
On x86_64:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-NOCpulse-Gritch-1.27.9-1.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Pugs-Compiler-Rule

2011-08-19 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the rawhide tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Eval-LineNumbers

2011-08-19 Thread buildsys


perl-Eval-LineNumbers has broken dependencies in the F-16 tree:
On x86_64:
perl-Eval-LineNumbers-0.31-1.fc15.noarch requires 
perl(:MODULE_COMPAT_5.12.4)
On i386:
perl-Eval-LineNumbers-0.31-1.fc15.noarch requires 
perl(:MODULE_COMPAT_5.12.4)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Test-Vars

2011-08-19 Thread buildsys


perl-Test-Vars has broken dependencies in the F-16 tree:
On x86_64:
perl-Test-Vars-0.001-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.4)
On i386:
perl-Test-Vars-0.001-2.fc15.noarch requires perl(:MODULE_COMPAT_5.12.4)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-CGI-Application-Structured-Tools

2011-08-19 Thread buildsys


perl-CGI-Application-Structured-Tools has broken dependencies in the F-16 tree:
On x86_64:
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl(tmpl_var
On i386:
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl(tmpl_var)
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
main_module)
perl-CGI-Application-Structured-Tools-0.013-3.fc16.noarch requires 
perl(tmpl_var
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Gtk2-WebKit

2011-08-19 Thread buildsys


perl-Gtk2-WebKit has broken dependencies in the F-16 tree:
On x86_64:
perl-Gtk2-WebKit-0.09-1.fc15.x86_64 requires perl(:MODULE_COMPAT_5.12.4)
On i386:
perl-Gtk2-WebKit-0.09-1.fc15.i686 requires perl(:MODULE_COMPAT_5.12.4)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Data-Section-Simple

2011-08-19 Thread buildsys


perl-Data-Section-Simple has broken dependencies in the F-16 tree:
On x86_64:
perl-Data-Section-Simple-0.02-2.fc15.noarch requires 
perl(:MODULE_COMPAT_5.12.4)
On i386:
perl-Data-Section-Simple-0.02-2.fc15.noarch requires 
perl(:MODULE_COMPAT_5.12.4)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Pugs-Compiler-Rule

2011-08-19 Thread buildsys


perl-Pugs-Compiler-Rule has broken dependencies in the F-16 tree:
On x86_64:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Pugs-Compiler-Rule-0.37-9.fc16.noarch requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Perlbal-XS-HTTPHeaders

2011-08-19 Thread buildsys


perl-Perlbal-XS-HTTPHeaders has broken dependencies in the F-16 tree:
On x86_64:
perl-Perlbal-XS-HTTPHeaders-0.20-3.fc15.x86_64 requires 
perl(:MODULE_COMPAT_5.12.3)
On i386:
perl-Perlbal-XS-HTTPHeaders-0.20-3.fc15.i686 requires 
perl(:MODULE_COMPAT_5.12.3)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Broken dependencies: perl-Shipwright

2011-08-19 Thread buildsys


perl-Shipwright has broken dependencies in the F-16 tree:
On x86_64:
perl-Shipwright-2.4.24-2.fc16.noarch requires perl(that)
On i386:
perl-Shipwright-2.4.24-2.fc16.noarch requires perl(that)
Please resolve this as soon as possible.


--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 731907] package in EPEL has bogus version

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Jack Tanner i...@hotmail.com 2011-08-19 16:03:05 EDT ---
Updating to the latest upstream code in EPEL would make third-party packages
unnecessary. If RPMforge ever needs to replace the EPEL package, it can
introduce an epoch then. The version now in EPEL is buggy, so it either needs
to be updated or removed altogether.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 731907] package in EPEL has bogus version

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #3 from Paul Howarth p...@city-fan.org 2011-08-19 16:35:35 EDT ---
Hmm, even the version in Rawhide is well out of date.

Steve, is there some reason you're holding back from updating this, or are you
just too busy at the moment? I could push updates for you if that's the case.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 664090] [abrt] gscan2pdf-0.9.31-1.fc14: Process /usr/bin/perl was killed by signal 11 (SIGSEGV)

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Bernard Johnson bjohn...@symetrix.com changed:

   What|Removed |Added

 CC||fedora-perl-devel-list@redh
   ||at.com
  Component|gscan2pdf   |perl-forks

--- Comment #6 from Bernard Johnson bjohn...@symetrix.com 2011-08-19 17:35:20 
EDT ---
possibly a crash in perl-forks based on the stack trace

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 722604] please upgrade to HTML-Format-2.09

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

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

   What|Removed |Added

   Fixed In Version|perl-HTML-Format-2.09-1.fc1 |perl-HTML-Format-2.09-1.fc1
   |4   |5

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 722604] please upgrade to HTML-Format-2.09

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #4 from Fedora Update System upda...@fedoraproject.org 2011-08-19 
17:58:55 EDT ---
perl-HTML-Format-2.09-1.fc14 has been pushed to the Fedora 14 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[Bug 722604] please upgrade to HTML-Format-2.09

2011-08-19 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #5 from Fedora Update System upda...@fedoraproject.org 2011-08-19 
17:59:18 EDT ---
perl-HTML-Format-2.09-1.fc15 has been pushed to the Fedora 15 stable
repository.  If problems still persist, please make note of it in this bug
report.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel