File NetAddr-IP-4.052.tar.gz uploaded to lookaside cache by pghmcfc

2011-10-26 Thread Paul Howarth
A file has been added to the lookaside cache for perl-NetAddr-IP:

703eedbb46ea57330a20b94c07430923  NetAddr-IP-4.052.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-NetAddr-IP] Update to 4.052

2011-10-26 Thread Paul Howarth
commit 712fd1da14bf14ab166eac9fcdd16cf103cda9da
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 26 09:27:42 2011 +0100

Update to 4.052

- New upstream release 4.052
  - In InetBase.pm v0.03:
- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
  array; modify InetBase.pm to work around this
- Remove reference to Config{osname}
  - In Lite.pm v1.35:
- Add support for Math::BigInt to NetAddr::IP::Lite
- Use Math::BigInt::Calc for creating BigInt values and fall back to
  NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
- BR: perl(Data::Dumper) and perl(Math::BigInt)
- Add runtime dependency on perl(Math::BigInt) for performance and 
consistency
- Update UTF-8 patch to apply cleanly

 ...4.049-UTF8.patch = NetAddr-IP-4.050-UTF8.patch |6 ++--
 perl-NetAddr-IP.spec   |   22 ++-
 sources|2 +-
 3 files changed, 24 insertions(+), 6 deletions(-)
---
diff --git a/NetAddr-IP-4.049-UTF8.patch b/NetAddr-IP-4.050-UTF8.patch
similarity index 93%
rename from NetAddr-IP-4.049-UTF8.patch
rename to NetAddr-IP-4.050-UTF8.patch
index dbe0c58..076ad0a 100644
--- a/NetAddr-IP-4.049-UTF8.patch
+++ b/NetAddr-IP-4.050-UTF8.patch
@@ -11,16 +11,16 @@
  copyright  notice and license for this module.
 --- NetAddr-IP/Lite/Lite.pm
 +++ NetAddr-IP/Lite/Lite.pm
-@@ -1381,7 +1381,7 @@
+@@ -1474,7 +1474,7 @@
  
- =head1 AUTHOR
+ =head1 AUTHORS
  
 -Luis E. Mu�oz Eltluismu...@cpan.orgegt,
 +Luis E. Muñoz Eltluismu...@cpan.orgegt,
  Michael Robinton Eltmich...@bizsystems.comegt
  
  =head1 WARRANTY
-@@ -1391,7 +1391,7 @@
+@@ -1484,7 +1484,7 @@
  
  =head1 COPYRIGHT
  
diff --git a/perl-NetAddr-IP.spec b/perl-NetAddr-IP.spec
index 3bd2bb5..c642971 100644
--- a/perl-NetAddr-IP.spec
+++ b/perl-NetAddr-IP.spec
@@ -1,19 +1,22 @@
 Name:   perl-NetAddr-IP
-Version:4.049
+Version:4.052
 Release:1%{?dist}
 Summary:Manages IPv4 and IPv6 addresses and subnets
 License:GPLv2+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/NetAddr-IP/
 Source0:
http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
-Patch0: NetAddr-IP-4.049-UTF8.patch
+Patch0: NetAddr-IP-4.050-UTF8.patch
 BuildRequires:  perl(AutoLoader)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(Exporter)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Math::BigInt)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Socket6)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+Requires:   perl(Math::BigInt)
 
 # Don't provide private Perl libs or redundant unversioned provides
 %global __provides_exclude 
^(perl\\(NetAddr::IP(::(InetBase|Util(PP)?))?\\)$|Util\\.so)
@@ -49,12 +52,27 @@ make test
 %{perl_vendorarch}/auto/NetAddr/
 %{perl_vendorarch}/NetAddr/
 %{_mandir}/man3/NetAddr::IP.3pm*
+%{_mandir}/man3/NetAddr::IP::Calc.3pm*
 %{_mandir}/man3/NetAddr::IP::InetBase.3pm*
 %{_mandir}/man3/NetAddr::IP::Lite.3pm*
 %{_mandir}/man3/NetAddr::IP::Util.3pm*
 %{_mandir}/man3/NetAddr::IP::UtilPP.3pm*
 
 %changelog
+* Wed Oct 26 2011 Paul Howarth p...@city-fan.org 4.052-1
+- update to 4.052
+  - in InetBase.pm v0.03:
+- Socket6 prior to version 0.23 does not have AF_INET6 in the EXPORT_OK
+  array; modify InetBase.pm to work around this
+- remove reference to Config{osname}
+  - in Lite.pm v1.35:
+- add support for Math::BigInt to NetAddr::IP::Lite
+- use Math::BigInt::Calc for creating BigInt values and fall back to
+  NetAddr::IP::Calc if Math::BigInt is not present (fixes CPAN RT#71869)
+- BR: perl(Data::Dumper) and perl(Math::BigInt)
+- add runtime dependency on perl(Math::BigInt) for performance and consistency
+- update UTF-8 patch to apply cleanly
+
 * Thu Oct 20 2011 Paul Howarth p...@city-fan.org - 4.049-1
 - update to 4.049
   - in Lite v1.32:
diff --git a/sources b/sources
index afe438a..0d653bc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3021d2db44fe151012b7fcef99127cc4  NetAddr-IP-4.049.tar.gz
+703eedbb46ea57330a20b94c07430923  NetAddr-IP-4.052.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-NetAddr-IP] Created tag perl-NetAddr-IP-4.052-1.fc17

2011-10-26 Thread Paul Howarth
The lightweight tag 'perl-NetAddr-IP-4.052-1.fc17' was created pointing to:

 712fd1d... Update to 4.052
--
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 748130] perl-NetAddr-IP-4.050 is available

2011-10-26 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=748130

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

   What|Removed |Added

 Status|NEW |CLOSED
   Fixed In Version||perl-NetAddr-IP-4.052-1.fc1
   ||7
 Resolution||RAWHIDE
Last Closed||2011-10-26 04:37:41

--- Comment #2 from Paul Howarth p...@city-fan.org 2011-10-26 04:37:41 EDT ---
(In reply to comment #1)
 Test suite for 4.050 is failing on x86_64:
 
 https://rt.cpan.org/Public/Bug/Display.html?id=71869

This was fixed in 4.051 but that had issues with Math::BigInt::Calc  0.40,
which were resolved in 4.052.

-- 
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 749157] New: perl-Dancer-1.3080 is available

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

Summary: perl-Dancer-1.3080 is available

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

   Summary: perl-Dancer-1.3080 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-Dancer
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: j...@di.uminho.pt, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com, psab...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---


Latest upstream release: 1.3080
Current version in Fedora Rawhide: 1.3072
URL: http://search.cpan.org/dist/Dancer/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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 746941] perl-Mojolicious-2.11 is available

2011-10-26 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=746941

Upstream Release Monitoring upstream-release-monitor...@fedoraproject.org 
changed:

   What|Removed |Added

Summary|perl-Mojolicious-2.10 is|perl-Mojolicious-2.11 is
   |available   |available

--- Comment #6 from Upstream Release Monitoring 
upstream-release-monitor...@fedoraproject.org 2011-10-26 06:45:18 EDT ---
Latest upstream release: 2.11
Current version in Fedora Rawhide: 1.99
URL: http://search.cpan.org/dist/Mojolicious/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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 749158] New: perl-MIME-EncWords-1.012.4 is available

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

Summary: perl-MIME-EncWords-1.012.4 is available

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

   Summary: perl-MIME-EncWords-1.012.4 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-MIME-EncWords
AssignedTo: xav...@bachelot.org
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: xav...@bachelot.org, fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---


Latest upstream release: 1.012.4
Current version in Fedora Rawhide: 1.012.3
URL: http://search.cpan.org/dist/MIME-EncWords/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

-- 
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 749163] New: perl-XML-LibXSLT-1.74 is available

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

Summary: perl-XML-LibXSLT-1.74 is available

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

   Summary: perl-XML-LibXSLT-1.74 is available
   Product: Fedora
   Version: rawhide
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Keywords: FutureFeature, Triaged
  Severity: unspecified
  Priority: unspecified
 Component: perl-XML-LibXSLT
AssignedTo: mmasl...@redhat.com
ReportedBy: upstream-release-monitor...@fedoraproject.org
 QAContact: extras...@fedoraproject.org
CC: z...@fastmail.fm, fedora-perl-devel-l...@redhat.com,
mmasl...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---


Latest upstream release: 1.74
Current version in Fedora Rawhide: 1.73
URL: http://search.cpan.org/dist/XML-LibXSLT/

Please consult the package updates policy before you issue an update to a
stable branch: https://fedoraproject.org/wiki/Updates_Policy

More information about the service that created this bug can be found at:
https://fedoraproject.org/wiki/Upstream_release_monitoring

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


Broken dependencies: perl-Pugs-Compiler-Rule

2011-10-26 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


[Bug 749167] New: cpanspec cannot allocate memory

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

Summary: cpanspec cannot allocate memory

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

   Summary: cpanspec cannot allocate memory
   Product: Fedora
   Version: 16
  Platform: Unspecified
OS/Version: Unspecified
Status: NEW
  Severity: unspecified
  Priority: unspecified
 Component: cpanspec
AssignedTo: st...@silug.org
ReportedBy: mmasl...@redhat.com
 QAContact: extras...@fedoraproject.org
CC: st...@silug.org, fedora-perl-devel-l...@redhat.com
Classification: Fedora
  Story Points: ---
  Type: ---


cpanspec Dancer
Can't fork: Cannot allocate memory at /usr/bin/cpanspec line 898.

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


File Dancer-1.3080.tar.gz uploaded to lookaside cache by mmaslano

2011-10-26 Thread Marcela Mašláňová
A file has been added to the lookaside cache for perl-Dancer:

0c8545adbd76266c15c009cec2cc3bea  Dancer-1.3080.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-Dancer] 1.3080 bump

2011-10-26 Thread Marcela Mašláňová
commit 0a2742a8e28bd6323e48a7efa31083e1ef3924b2
Author: Marcela Mašláňová mmasl...@redhat.com
Date:   Wed Oct 26 13:16:48 2011 +0200

1.3080 bump

 .gitignore   |1 +
 perl-Dancer.spec |5 -
 sources  |2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e734b49..c7276a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Dancer-1.3040.tar.gz
 /Dancer-1.3071.tar.gz
 /Dancer-1.3072.tar.gz
+/Dancer-1.3080.tar.gz
diff --git a/perl-Dancer.spec b/perl-Dancer.spec
index 1a80335..582e87a 100644
--- a/perl-Dancer.spec
+++ b/perl-Dancer.spec
@@ -1,5 +1,5 @@
 Name:   perl-Dancer
-Version:1.3072
+Version:1.3080
 Release:1%{?dist}
 Summary:Lightweight yet powerful web application framework
 License:GPL+ or Artistic
@@ -88,6 +88,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 26 2011 Marcela Mašláňová mmasl...@redhat.com 1.3080-1
+- 1.3080 bump
+
 * Wed Aug 24 2011 Petr Sabata con...@redhat.com - 1.3072-1
 - 1.3072 bump
 
diff --git a/sources b/sources
index d128e88..2c7dd73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7ecf0bf6b28ba5ed0e7a6f82919394b1  Dancer-1.3072.tar.gz
+0c8545adbd76266c15c009cec2cc3bea  Dancer-1.3080.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

[Bug 749163] perl-XML-LibXSLT-1.74 is available

2011-10-26 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=749163

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||psab...@redhat.com
 AssignedTo|mmasl...@redhat.com |psab...@redhat.com

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


File XML-LibXSLT-1.74.tar.gz uploaded to lookaside cache by psabata

2011-10-26 Thread Petr Sabata
A file has been added to the lookaside cache for perl-XML-LibXSLT:

f0682d791dcf3391776b3e983f8bd328  XML-LibXSLT-1.74.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-XML-LibXSLT] 1.74 bump

2011-10-26 Thread Petr Sabata
commit eb157dd6dcd6f528d44cb2eab0efb7519bfa10d2
Author: Petr Sabata con...@redhat.com
Date:   Wed Oct 26 14:25:00 2011 +0200

1.74 bump

 .gitignore|1 +
 perl-XML-LibXSLT.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b15b39..e1bbbc1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ XML-LibXSLT-1.70.tar.gz
 /XML-LibXSLT-1.71.tar.gz
 /XML-LibXSLT-1.72.tar.gz
 /XML-LibXSLT-1.73.tar.gz
+/XML-LibXSLT-1.74.tar.gz
diff --git a/perl-XML-LibXSLT.spec b/perl-XML-LibXSLT.spec
index ecd98f9..9bf8eca 100644
--- a/perl-XML-LibXSLT.spec
+++ b/perl-XML-LibXSLT.spec
@@ -1,6 +1,6 @@
 Name:  perl-XML-LibXSLT
 # NOTE: also update perl-XML-LibXML to a compatible version.  See below why.
-Version:   1.73
+Version:   1.74
 Release:   1%{?dist}
 Summary:   Perl module for interfacing to GNOME's libxslt
 Group: Development/Libraries
@@ -8,9 +8,11 @@ License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/XML-LibXSLT/
 Source0:   
http://search.cpan.org/CPAN/authors/id/P/PA/PAJAS/XML-LibXSLT-%{version}.tar.gz
 BuildRequires: perl(Carp)
+BuildRequires: perl(Encode)
 BuildRequires: perl(Exporter)
 BuildRequires: perl(ExtUtils::MakeMaker)
-BuildRequires:  libxslt-devel = 1.1.18, gdbm-devel, libgcrypt-devel, 
libgpg-error-devel
+BuildRequires: perl(Test::More)
+BuildRequires: libxslt-devel = 1.1.18, gdbm-devel, libgcrypt-devel, 
libgpg-error-devel
 Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 # the package shares code with perl-XML-LibXML, we have to require a 
compatible version
 # see https://bugzilla.redhat.com/show_bug.cgi?id=469480
@@ -49,6 +51,9 @@ make test
 %{_mandir}/man3/*.3*
 
 %changelog
+* Wed Oct 26 2011 Petr Sabata con...@redhat.com - 1.74-1
+- 1.74 bump
+
 * Tue Oct 11 2011 Petr Sabata con...@redhat.com - 1.73-1
 - 1.73 bump
 
@@ -159,4 +164,3 @@ make test
 
 * Fri Feb 25 2005 Zing shi...@hotpop.com - 1.57-1
 - First build.
-
diff --git a/sources b/sources
index f779ab9..25113c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99b372c85cae773a073d4387e305c29c  XML-LibXSLT-1.73.tar.gz
+f0682d791dcf3391776b3e983f8bd328  XML-LibXSLT-1.74.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-MIME-tools] Spec file clean-up

2011-10-26 Thread Paul Howarth
commit 13ea9f5d7ca5ebe04ae549343472df4add6b832f
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 26 13:40:58 2011 +0100

Spec file clean-up

- Use patch rather than scripted iconv to fix character encoding
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Nobody else likes macros for commands
- Use %{_fixperms} macro rather than our own chmod incantation
- Explicitly specify all manpages in %files list

 MIME-tools-5.502-UTF8.patch |   11 ++
 perl-MIME-tools.spec|   77 +++---
 2 files changed, 60 insertions(+), 28 deletions(-)
---
diff --git a/MIME-tools-5.502-UTF8.patch b/MIME-tools-5.502-UTF8.patch
new file mode 100644
index 000..c5d1871
--- /dev/null
+++ b/MIME-tools-5.502-UTF8.patch
@@ -0,0 +1,11 @@
+--- MIME-tools/ChangeLog
 MIME-tools/ChangeLog
+@@ -213,7 +213,7 @@
+   * Added MIME::Parser-decode_bodies method.  This lets you force
+   MIME::Tools to store body parts WITHOUT decoding them.  Useful
+   if you need the exact unmangled message source (for example,
+-  for GPG-signing.)  Patch submitted by J�rn Reder.
++  for GPG-signing.)  Patch submitted by Jörn Reder.
+ 
+ 5.418 2005-09-29  David F. Skoll  d...@roaringpenguin.com
+ 
diff --git a/perl-MIME-tools.spec b/perl-MIME-tools.spec
index 629c5c6..fc3961a 100644
--- a/perl-MIME-tools.spec
+++ b/perl-MIME-tools.spec
@@ -1,11 +1,12 @@
 Summary:   Modules for parsing and creating MIME entities in Perl
 Name:  perl-MIME-tools
 Version:   5.502
-Release:   3%{?dist}
+Release:   4%{?dist}
 Group: Development/Libraries
 License:   GPL+ or Artistic
 URL:   http://search.cpan.org/dist/MIME-tools/
 Source0:   
http://search.cpan.org/CPAN/authors/id/D/DS/DSKOLL/MIME-tools-%{version}.tar.gz
+Patch0:MIME-tools-5.502-UTF8.patch
 BuildRequires: perl(ExtUtils::MakeMaker)
 BuildRequires: perl(File::Path)= 1
 BuildRequires: perl(File::Spec)= 0.6
@@ -24,8 +25,8 @@ BuildRequires:perl(Test::Pod)
 BuildRequires: perl(Test::Pod::Coverage)
 BuildRequires: perl(Test::Kwalitee)
 BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Requires:  perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
+Requires:  perl(:MODULE_COMPAT_%(eval `perl -V:version`; echo $version))
 
 %description
 MIME-tools - modules for parsing (and creating!) MIME entities. Modules in this
@@ -38,41 +39,40 @@ parser and tool for building your own MIME parser, and 
utilities.
 %setup -q -n MIME-tools-%{version}
 
 # Fix character encoding
-/usr/bin/iconv -f iso-8859-1 -t utf-8 ChangeLog  ChangeLog.utf8
-%{__mv} ChangeLog.utf8 ChangeLog
+%patch0 -p1
 
 # The more useful examples will go in %%{_bindir}
-%{__mkdir} useful-examples
-%{__mv} examples/mime{dump,encode,explode,postcard,send} useful-examples
+mkdir useful-examples
+mv examples/mime{dump,encode,explode,postcard,send} useful-examples/
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
-%{__make} %{?_smp_mflags}
-
-%clean
-%{__rm} -rf %{buildroot}
+perl Makefile.PL INSTALLDIRS=vendor --skipdeps
+make %{?_smp_mflags}
 
 %install
-%{__rm} -rf %{buildroot}
-%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
-/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
-/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2/dev/null
-%{__chmod} -R u+w %{buildroot}
+rm -rf %{buildroot}
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+find %{buildroot} -depth -type d -exec rmdir {} ';' 2/dev/null
+%{_fixperms} %{buildroot}
 
 # Put the more useful examples in %%{_bindir}
-%{__install} -d -m 755 %{buildroot}%{_bindir}
-%{__install} -d -m 755 %{buildroot}%{_mandir}/man1
+install -d -m 755 %{buildroot}%{_bindir}
+install -d -m 755 %{buildroot}%{_mandir}/man1
 cd useful-examples
 for ex in mime*
 do
-   %{__install} -p -m 755 ${ex} %{buildroot}%{_bindir}/
-   /usr/bin/pod2man ${ex}  %{buildroot}%{_mandir}/man1/${ex}.1
+   install -p -m 755 ${ex} %{buildroot}%{_bindir}/
+   pod2man ${ex}  %{buildroot}%{_mandir}/man1/${ex}.1
 done
 cd -
 
 %check
 # POD Coverage test fails due to lots of undocumented routines
-TEST_POD_COVERAGE=0 %{__make} test
+TEST_POD_COVERAGE=0 make test
+
+%clean
+rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
@@ -90,19 +90,40 @@ TEST_POD_COVERAGE=0 %{__make} test
 %{_mandir}/man1/mimeencode.1*
 %{_mandir}/man1/mimeexplode.1*
 %{_mandir}/man1/mimepostcard.1*
-%{_mandir}/man1/mimesend*
+%{_mandir}/man1/mimesend.1*
 %{_mandir}/man3/MIME::Body.3pm*
-%{_mandir}/man3/MIME::Decoder*
+%{_mandir}/man3/MIME::Decoder.3pm*
+%{_mandir}/man3/MIME::Decoder::Base64.3pm*
+%{_mandir}/man3/MIME::Decoder::BinHex.3pm*
+%{_mandir}/man3/MIME::Decoder::Binary.3pm*

[Bug 749163] perl-XML-LibXSLT-1.74 is available

2011-10-26 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=749163

Petr Sabata psab...@redhat.com changed:

   What|Removed |Added

 Status|ASSIGNED|CLOSED
   Fixed In Version||perl-XML-LibXSLT-1.74-1.fc1
   ||7
 Resolution||RAWHIDE
Last Closed||2011-10-26 08:41:00

-- 
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-MIME-tools] Created tag perl-MIME-tools-5.502-4.fc17

2011-10-26 Thread Paul Howarth
The lightweight tag 'perl-MIME-tools-5.502-4.fc17' was created pointing to:

 13ea9f5... Spec file clean-up
--
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 749167] cpanspec cannot allocate memory

2011-10-26 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=749167

--- Comment #3 from Petr Pisar ppi...@redhat.com 2011-10-26 10:30:51 EDT ---
I see, the sentence 

 In the two-argument (and one-argument) form, one should replace dash ('-')
 with the command.

is just an example for one case. All cases are described in perlipc. Thank you.

So it should mkpipe(2) and fork(2) and dup(2) to read output of forked of
itself. It seems there is not enough memory for fork.

-- 
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-CatalystX-REPL/f15] initial import (rhbz#742559)

2011-10-26 Thread Iain Arnell
Summary of changes:

  733c84d... initial import (rhbz#742559) (*)

(*) 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


[perl-IO-Socket-SSL] Update to 1.48

2011-10-26 Thread Paul Howarth
commit fa11cf0c506a794d4b550fbc93128c62899327ab
Author: Paul Howarth p...@city-fan.org
Date:   Wed Oct 26 19:44:23 2011 +0100

Update to 1.48

- New upstream release 1.48:
  - Further fix for readline fix in 1.45: if the pending data were false 
(like
'0'), it failed to read the rest of the line (CPAN RT#71953)

 perl-IO-Socket-SSL.spec |7 ++-
 sources |2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index c3ea99a..a2a862c 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -4,7 +4,7 @@
 #
 
 Name:  perl-IO-Socket-SSL
-Version:   1.47
+Version:   1.48
 Release:   1%{?dist}
 Summary:   Perl library for transparent SSL
 Group: Development/Libraries
@@ -59,6 +59,11 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL.3pm*
 
 %changelog
+* Wed Oct 26 2011 Paul Howarth p...@city-fan.org - 1.48-1
+- Update to 1.48
+  - further fix for readline fix in 1.45: if the pending data were false (like
+'0'), it failed to read the rest of the line (CPAN RT#71953)
+
 * Fri Oct 21 2011 Paul Howarth p...@city-fan.org - 1.47-1
 - Update to 1.47
   - fix for 1.46 - check for mswin32 needs to be /i
diff --git a/sources b/sources
index 172d85f..34316ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2c0b2f49d9a4abd1829bd9fef1e9242  IO-Socket-SSL-1.47.tar.gz
+c96d57d5089c4eeba2d7a891d7ec5726  IO-Socket-SSL-1.48.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-IO-Socket-SSL] Created tag perl-IO-Socket-SSL-1.48-1.fc17

2011-10-26 Thread Paul Howarth
The lightweight tag 'perl-IO-Socket-SSL-1.48-1.fc17' was created pointing to:

 fa11cf0... Update to 1.48
--
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 Test-Pod-Content-v0.0.6.tar.gz uploaded to lookaside cache by eseyman

2011-10-26 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Test-Pod-Content:

425854a493e10fbc90584417bf212aea  Test-Pod-Content-v0.0.6.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-Test-Pod-Content] Update to 0.0.6, add perl default filter and more BuildRequires

2011-10-26 Thread Emmanuel Seyman
commit 98811797cd7199f237e114b64154d96378f37987
Author: Emmanuel Seyman emmanuel.sey...@club-internet.fr
Date:   Wed Oct 26 23:58:28 2011 +0200

Update to 0.0.6, add perl default filter and more BuildRequires

 .gitignore |1 +
 perl-Test-Pod-Content.spec |   18 ++
 sources|2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b87ea93..ef19146 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Pod-Content-0.0.5.tar.gz
+/Test-Pod-Content-v0.0.6.tar.gz
diff --git a/perl-Test-Pod-Content.spec b/perl-Test-Pod-Content.spec
index a398579..3668c6d 100644
--- a/perl-Test-Pod-Content.spec
+++ b/perl-Test-Pod-Content.spec
@@ -1,19 +1,24 @@
 Name:   perl-Test-Pod-Content
-Version:0.0.5
-Release:3%{?dist}
+Version:0.0.6
+Release:1%{?dist}
 Summary:Test a Pod's content
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Pod-Content/
-Source0:
http://www.cpan.org/authors/id/M/MK/MKUTTER/Test-Pod-Content-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MK/MKUTTER/Test-Pod-Content-v%{version}.tar.gz
 BuildArch:  noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Pod::Simple)
+BuildRequires:  perl(Test::Kwalitee)
 BuildRequires:  perl(Test::Perl::Critic)
+BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
+%{?perl_default_filter}
+
 %description
 This is a very simple module for testing a Pod's content. It is mainly intended
 for testing the content of generated Pod - that is, the Pod included in perl
@@ -21,7 +26,7 @@ modules generated by some mechanism. Another usage example is 
to test whether
 all files contain the same copyright notice.
 
 %prep
-%setup -q -n Test-Pod-Content-%{version}
+%setup -q -n Test-Pod-Content-v%{version}
 
 %build
 %{__perl} Build.PL installdirs=vendor
@@ -42,6 +47,11 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Oct 26 2011 Emmanuel Seyman emmanuel.sey...@club-internet.fr 0.0.6-1
+- Update to 0.0.6
+- Add perl default filter
+- Add BuildRequires for the tests
+
 * Wed Jul 20 2011 Petr Sabata con...@redhat.com - 0.0.5-3
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 6dbdae8..0983010 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-895452aebc0d809413c865452be28d6a  Test-Pod-Content-0.0.5.tar.gz
+425854a493e10fbc90584417bf212aea  Test-Pod-Content-v0.0.6.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


File Alien-SeleniumRC-2.90.tar.gz uploaded to lookaside cache by eseyman

2011-10-26 Thread Emmanuel Seyman
A file has been added to the lookaside cache for perl-Alien-SeleniumRC:

7349d93c58ced2f747ef6a0cbf8bd510  Alien-SeleniumRC-2.90.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-Task-Catalyst/f16] update to 4.02

2011-10-26 Thread Iain Arnell
Summary of changes:

  c56029c... update to 4.02 (*)

(*) 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 Catalyst-Plugin-Singleton-0.2.tar.gz uploaded to lookaside cache by iarnell

2011-10-26 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Catalyst-Plugin-Singleton:

e4045c9ee82b3b44c48dd64660884d9a  Catalyst-Plugin-Singleton-0.2.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


[Bug 742671] perl-Task-Catalyst-4.02 is available

2011-10-26 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=742671

--- Comment #2 from Fedora Update System upda...@fedoraproject.org 2011-10-26 
23:55:55 EDT ---
perl-Task-Catalyst-4.02-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/perl-Task-Catalyst-4.02-1.fc16

-- 
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 742671] perl-Task-Catalyst-4.02 is available

2011-10-26 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=742671

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

   What|Removed |Added

 Status|ASSIGNED|MODIFIED

Bug 742671 depends on bug 742557, which changed state.

Bug 742557 Summary: Review Request: perl-CatalystX-Profile - Profile your 
Catalyst application with Devel::NYTProf
https://bugzilla.redhat.com/show_bug.cgi?id=742557

   What|Old Value   |New Value

 Resolution||ERRATA
 Status|ON_QA   |CLOSED

Bug 742671 depends on bug 742555, which changed state.

Bug 742555 Summary: Review Request: perl-Catalyst-Plugin-Session-Store-DBIC - 
Store your sessions via DBIx::Class
https://bugzilla.redhat.com/show_bug.cgi?id=742555

   What|Old Value   |New Value

 Resolution||ERRATA
 Status|ON_QA   |CLOSED

Bug 742671 depends on bug 742560, which changed state.

Bug 742560 Summary: Review Request: perl-CatalystX-SimpleLogin - Provide a 
simple Login controller which can be reused
https://bugzilla.redhat.com/show_bug.cgi?id=742560

   What|Old Value   |New Value

 Resolution||ERRATA
 Status|ON_QA   |CLOSED

-- 
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-Catalyst-Plugin-Singleton] Upstream has deprecated this package

2011-10-26 Thread Iain Arnell
commit 9c46d17a653ca521d5001d2a4f37183136ab73d7
Author: Iain Arnell iarn...@gmail.com
Date:   Thu Oct 27 06:23:16 2011 +0200

Upstream has deprecated this package

 .gitignore  |1 -
 dead.package|1 +
 perl-Catalyst-Plugin-Singleton.spec |   68 ---
 sources |1 -
 4 files changed, 1 insertions(+), 70 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..8b00067
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream has deprecated this package
\ No newline at end of file
--
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


[pkgdb] perl-Catalyst-Plugin-Singleton (un)retirement

2011-10-26 Thread Fedora PackageDB
Package perl-Catalyst-Plugin-Singleton in Fedora devel has been retired by 
iarnell

To make changes to this package see:
  https://admin.fedoraproject.org/pkgdb/acls/name/perl-Catalyst-Plugin-Singleton
--
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