[cpanspec/el6] (6 commits) ...Merge remote-tracking branch 'remotes/origin/f14' into el6

2012-05-15 Thread Steven Pritchard
Summary of changes:

  c6f5916... Fix typo that causes a failure to update the common directo (*)
  1d769ae... - rebuild against perl 5.10.1 (*)
  12616dd... Rebuilding to fix broken rawhide dep (*)
  c7cc6ca... Rebuild against perl-5.12 (*)
  a171a49... dist-git conversion (*)
  93bdc08... Merge remote-tracking branch 'remotes/origin/f14' into el6

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

[cpanspec/el6: 6/6] Merge remote-tracking branch 'remotes/origin/f14' into el6

2012-05-15 Thread Steven Pritchard
commit 93bdc08904dea8e2c1104f5407ae638c14d34c4a
Merge: 3fffe26 a171a49
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue May 15 16:55:00 2012 -0500

Merge remote-tracking branch 'remotes/origin/f14' into el6

 cpanspec.spec |   14 --
 1 files changed, 12 insertions(+), 2 deletions(-)
---
--
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-HTTP-BrowserDetect/el6: 12/12] Update to rawhide and fix .gitignore.

2012-01-23 Thread Steven Pritchard
commit 34e19373d9289e4d9d3e1e75aed129fa5ef39506
Merge: 1b40897 0403f9b
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Jan 23 16:17:52 2012 -0600

Update to rawhide and fix .gitignore.

 .gitignore   |2 +-
 perl-HTTP-BrowserDetect.spec |   63 ++---
 sources  |2 +-
 3 files changed, 54 insertions(+), 13 deletions(-)
---
diff --cc .gitignore
index 9ea6ff3,258ad9f..4702278
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,1 @@@
- HTTP-BrowserDetect-0.99.tar.gz
 -HTTP-BrowserDetect-1.10.tar.gz
+ /HTTP-BrowserDetect-1.21.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-HTTP-BrowserDetect/el6] (12 commits) ...Update to rawhide and fix .gitignore.

2012-01-23 Thread Steven Pritchard
Summary of changes:

  93ab3cf... Fix typo that causes a failure to update the common directo (*)
  1ceaad2... - rebuild against perl 5.10.1 (*)
  86c1c7c... - Mass rebuild with perl-5.12.0 (*)
  b4fe345... - PERL_INSTALL_DIR = DESTDIR - update by Fedora::App::Main (*)
  485a48e... - bump (*)
  858628f... dist-git conversion (*)
  00b113d... - 661697 rebuild for fixing problems with vendorach/lib (*)
  70de10c... - Update to 1.21. - BR Module::Build and build with that. - (*)
  cff401d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  b74cf9e... Perl mass rebuild (*)
  0403f9b... - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass (*)
  34e1937... Update to rawhide and fix .gitignore.

(*) 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-HTTP-BrowserDetect/el6] Add Module-Build.patch to allow building against older Module::Build in EL6.

2012-01-23 Thread Steven Pritchard
commit fa378787b3ca25648efa458cb866e8697e2c939e
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Jan 23 16:39:05 2012 -0600

Add Module-Build.patch to allow building against older Module::Build in EL6.

 Module-Build.patch   |   27 +++
 perl-HTTP-BrowserDetect.spec |8 +++-
 2 files changed, 34 insertions(+), 1 deletions(-)
---
diff --git a/Module-Build.patch b/Module-Build.patch
new file mode 100644
index 000..f52ea10
--- /dev/null
+++ b/Module-Build.patch
@@ -0,0 +1,27 @@
+--- HTTP-BrowserDetect-1.21/Build.PL.orig  2010-12-22 23:23:56.0 
-0600
 HTTP-BrowserDetect-1.21/Build.PL   2012-01-23 16:34:24.150245660 -0600
+@@ -2,7 +2,7 @@
+ use strict;
+ use warnings;
+ 
+-use Module::Build 0.3601;
++use Module::Build 0.35;
+ 
+ 
+ my %module_build_args = (
+@@ -10,13 +10,13 @@
+ 'Data::Dump' = '0',
+ 'English' = '0',
+ 'FindBin' = '0',
+-'Module::Build' = '0.3601',
++'Module::Build' = '0.35',
+ 'Test::More' = '0',
+ 'YAML' = '0'
+   },
+   'configure_requires' = {
+ 'ExtUtils::MakeMaker' = '6.31',
+-'Module::Build' = '0.3601'
++'Module::Build' = '0.35'
+   },
+   'dist_abstract' = 'Determine Web browser, version, and platform from an 
HTTP user agent string',
+   'dist_author' = [
diff --git a/perl-HTTP-BrowserDetect.spec b/perl-HTTP-BrowserDetect.spec
index bbb53e7..ceffdeb 100644
--- a/perl-HTTP-BrowserDetect.spec
+++ b/perl-HTTP-BrowserDetect.spec
@@ -1,11 +1,12 @@
 Name:   perl-HTTP-BrowserDetect
 Summary:Determine the Web browser, version, and platform from an HTTP 
user agent string
 Version:1.21
-Release:4%{?dist}
+Release:5%{?dist}
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/HTTP-BrowserDetect/
 Source0:
http://www.cpan.org/authors/id/O/OA/OALDERS/HTTP-BrowserDetect-%{version}.tar.gz
 
+Patch0: Module-Build.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Data::Dump)
@@ -26,6 +27,8 @@ at 
http://www.mozilla.org/docs/web-developer/sniffer/browser_type.html.
 %prep
 %setup -q -n HTTP-BrowserDetect-%{version}
 
+%patch0 -p1
+
 %build
 %{__perl} Build.PL installdirs=vendor
 ./Build
@@ -51,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Jan 23 2012 Steven Pritchard st...@kspei.com 1.21-5
+- Add Module-Build.patch to allow building against older Module::Build in EL6.
+
 * Fri Jan 13 2012 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.21-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
--
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

Re: Broken dependencies: perl-Pugs-Compiler-Rule

2011-11-08 Thread Steven Pritchard
On Tue, Nov 08, 2011 at 02:29:00PM +, Paul Howarth wrote:
 I've raised https://fedorahosted.org/rel-eng/ticket/4976 about this.
 Steve, perhaps you could log in there with your FAS credentials and
 confirm that this package needs to be blocked?

I see it has already been blocked.

Thanks.
--
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-Pugs-Compiler-Rule/f16] Upstream is dead, and package no longer builds.

2011-10-24 Thread Steven Pritchard
commit db9acb06cb99d56922c9d7452ad551af236696bb
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Oct 24 15:11:21 2011 -0500

Upstream is dead, and package no longer builds.

 .gitignore|1 -
 Pugs-Compiler-Rule-filter-requires.sh |4 -
 dead.package  |1 +
 perl-Pugs-Compiler-Rule.spec  |  134 -
 sources   |1 -
 5 files changed, 1 insertions(+), 140 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..cc2318b
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream is dead, and package no longer builds.
\ No newline at end of file
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Pugs-Compiler-Rule] Upstream is dead, and package no longer builds.

2011-10-24 Thread Steven Pritchard
commit 2f4f56e1429c4c12ccc4dca89db542a264b85616
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Oct 24 15:10:56 2011 -0500

Upstream is dead, and package no longer builds.

 .gitignore|1 -
 Pugs-Compiler-Rule-filter-requires.sh |4 -
 dead.package  |1 +
 perl-Pugs-Compiler-Rule.spec  |  134 -
 sources   |1 -
 5 files changed, 1 insertions(+), 140 deletions(-)
---
diff --git a/dead.package b/dead.package
new file mode 100644
index 000..cc2318b
--- /dev/null
+++ b/dead.package
@@ -0,0 +1 @@
+Upstream is dead, and package no longer builds.
\ No newline at end of file
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: Killing perl-Pugs-Compiler-Rule

2011-10-24 Thread Steven Pritchard
On Fri, Oct 21, 2011 at 10:03:10AM +0200, Petr Pisar wrote:
 Steven, I cannot see corresponding ticket for rel-engs. This error still pops
 up in regualar repository summaries.

Sorry, I wasn't aware of the proper procedure to go through for this.
(This is the first time I've retired a package.)

I've done everything except the rel-eng ticket.  When I try to create
that, I get TICKET_CREATE privileges are required to perform this
operation.  I'm assuming I need to login with my FAS account?  (Again,
I've never had to create a rel-eng ticket...)
--
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


Re: News from rebuild

2011-10-03 Thread Steven Pritchard
On Mon, Oct 03, 2011 at 01:59:15PM +0200, Petr Pisar wrote:
 The only remaining package is perl-Pugs-Compiler-Rule which is broken
 for long time https://bugzilla.redhat.com/show_bug.cgi?id=611015,
 upstream is dead and current maintainer Steven Pritchard is not fixing
 it. There had been already an irresponsive process with Steven
 https://bugzilla.redhat.com/show_bug.cgi?id=614982 that has been
 stopped.

It needs to go.  I didn't want to admit it at the time, but it's pretty
obviously dead.
--
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-Spoon/el6] (14 commits) ...Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
Summary of changes:

  202a07d... Fix typo that causes a failure to update the common directo (*)
  fab9989... - rebuild against perl 5.10.1 (*)
  7e90ff9... - Mass rebuild with perl-5.12.0 (*)
  ae1bd6f... dist-git conversion (*)
  d4849f3... - 661697 rebuild for fixing problems with vendorach/lib (*)
  9f62542... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  868ba26... - Rework filters (Cause of broken deps). (*)
  4148871... - BR: perl-IO-All, to assure getting the right perl(IO::All (*)
  cd69447... - Revert temporary hack BR: perl-IO-All (Not required any (*)
  e20c1bb... - Remove bogus rm %{__perl_provides}. (*)
  5d604b4... Bump release. (*)
  2967504... Perl mass rebuild (*)
  dbc219c... add new filter (*)
  2bc51fb... Merge branch 'master' into el6

(*) 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-Spoon/el6: 14/14] Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
commit 2bc51fbf9ccda51a078c8509042998eeaf681995
Merge: 4b6e05f dbc219c
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Oct 2 16:15:44 2011 -0500

Merge branch 'master' into el6

 Spoon-filter-provides.sh |3 --
 perl-Spoon.spec  |   53 +
 2 files changed, 43 insertions(+), 13 deletions(-)
---
--
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-Kwiki/el6] (11 commits) ...Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
Summary of changes:

  4e63cfd... Fix typo that causes a failure to update the common directo (*)
  6b232b3... - rebuild against perl 5.10.1 (*)
  3d09d43... - Mass rebuild with perl-5.12.0 (*)
  488b782... dist-git conversion (*)
  1d21a3e... - 661697 rebuild for fixing problems with vendorach/lib (*)
  6014c0d... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  6151e31... - Switch to using perl-filters/Abandon filter-requires.sh   (*)
  641b97b... - Revert temporary hack BR: perl-IO-All (Not required any (*)
  fe05133... Perl mass rebuild (*)
  c2c01ea... RPM 4.9 dependency filtering added (*)
  9d0a2db... Merge branch 'master' into el6

(*) 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-Kwiki/el6: 11/11] Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
commit 9d0a2dbe9ea6e142a670a8d941b3cc6bd4a28fec
Merge: 35e5965 c2c01ea
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Oct 2 16:39:33 2011 -0500

Merge branch 'master' into el6

 Kwiki-filter-requires.sh |3 --
 perl-Kwiki.spec  |   47 ++---
 2 files changed, 39 insertions(+), 11 deletions(-)
---
--
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-Kwiki-Archive-Rcs/el6] (11 commits) ...Merge with devel.

2011-10-02 Thread Steven Pritchard
Summary of changes:

  d809638... Fix typo that causes a failure to update the common directo (*)
  7bf7f0d... - rebuild against perl 5.10.1 (*)
  de9a8c3... - Mass rebuild with perl-5.12.0 (*)
  c5fad85... dist-git conversion (*)
  6968f34... - 661697 rebuild for fixing problems with vendorach/lib (*)
  8db4e35... - Update to 0.16. - Update Source0 URL. (*)
  3686ef5... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  04dd5fb... Perl mass rebuild (*)
  d9d2c5c... Perl mass rebuild (*)
  275ae4a... Add IO::All BR (*)
  a5cdd7c... Merge with devel.

(*) 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-Kwiki-Archive-Rcs/el6: 11/11] Merge with devel.

2011-10-02 Thread Steven Pritchard
commit a5cdd7cdd4305c8dd57a2ff62828c12a71fd89ae
Merge: 1afc1e8 275ae4a
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Oct 2 16:45:21 2011 -0500

Merge with devel.

 .gitignore  |2 +-
 perl-Kwiki-Archive-Rcs.spec |   32 +---
 sources |2 +-
 3 files changed, 31 insertions(+), 5 deletions(-)
---
diff --cc .gitignore
index 4b69623,a8fd7cb..da8f318
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,1 @@@
--Kwiki-Archive-Rcs-0.15.tar.gz
+ /Kwiki-Archive-Rcs-0.16.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-Kwiki-Attachments/el6] (11 commits) ...Merge with devel.

2011-10-02 Thread Steven Pritchard
Summary of changes:

  31b6ac8... Fix typo that causes a failure to update the common directo (*)
  c202641... - rebuild against perl 5.10.1 (*)
  11bbdc6... - Mass rebuild with perl-5.12.0 (*)
  147b161... dist-git conversion (*)
  6e07b17... - 661697 rebuild for fixing problems with vendorach/lib (*)
  df914f5... Update to 0.21. (*)
  d54e41a... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  254cfd7... Perl mass rebuild (*)
  417371e... Perl mass rebuild (*)
  fe39321... Add IO::All BR (*)
  94bc9a9... Merge with devel.

(*) 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-Kwiki-Attachments/el6: 11/11] Merge with devel.

2011-10-02 Thread Steven Pritchard
commit 94bc9a92baac13c3a5c91991775dab019a956247
Merge: 9b04bec fe39321
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Oct 2 16:55:19 2011 -0500

Merge with devel.

 .gitignore  |2 +-
 perl-Kwiki-Attachments.spec |   29 +++--
 sources |2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)
---
diff --cc .gitignore
index 53dad4f,b583fc6..b079ab9
--- a/.gitignore
+++ b/.gitignore
@@@ -1,1 -1,2 +1,1 @@@
--Kwiki-Attachments-0.18.tar.gz
+ /Kwiki-Attachments-0.21.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-Kwiki-Diff/el6] (10 commits) ...Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
Summary of changes:

  9d8a19b... Fix typo that causes a failure to update the common directo (*)
  624a03c... - rebuild against perl 5.10.1 (*)
  a68ed91... - Mass rebuild with perl-5.12.0 (*)
  38a6e4a... dist-git conversion (*)
  cdf87a2... - 661697 rebuild for fixing problems with vendorach/lib (*)
  d981328... - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass (*)
  6c3fe3a... Perl mass rebuild (*)
  f8996e6... Perl mass rebuild (*)
  75185e7... Add IO::All BR (*)
  2e796d1... Merge branch 'master' into el6

(*) 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-Kwiki-Diff/el6: 10/10] Merge branch 'master' into el6

2011-10-02 Thread Steven Pritchard
commit 2e796d12dd4293c1b098324a223c9f1250ffedd4
Merge: cfe8136 75185e7
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Oct 2 16:58:36 2011 -0500

Merge branch 'master' into el6

 perl-Kwiki-Diff.spec |   24 +++-
 1 files changed, 23 insertions(+), 1 deletions(-)
---
--
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 BerkeleyDB-0.49.tar.gz uploaded to lookaside cache by steve

2011-09-18 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-BerkeleyDB:

8a1883f87ba82fc1614a636c8f899ea5  BerkeleyDB-0.49.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-BerkeleyDB] Update to 0.49. BR Cwd (not in core now).

2011-09-18 Thread Steven Pritchard
commit a51705d5633533d9630957d408d8deb14eb21159
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Sep 18 17:37:53 2011 -0500

Update to 0.49.
BR Cwd (not in core now).

 perl-BerkeleyDB.spec |9 +++--
 sources  |2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/perl-BerkeleyDB.spec b/perl-BerkeleyDB.spec
index bd040a2..213efa2 100644
--- a/perl-BerkeleyDB.spec
+++ b/perl-BerkeleyDB.spec
@@ -9,8 +9,8 @@
 %global db_ver %(sed '/DB_VERSION_STRING/!d;s/.*Berkeley 
DB[[:space:]]*\\([^:]*\\):.*/\\1/' /usr/include/db.h 2/dev/null || echo 4.0.0)
 
 Name:   perl-BerkeleyDB
-Version:0.48
-Release:2%{?dist}
+Version:0.49
+Release:1%{?dist}
 Summary:Interface to Berkeley DB
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -18,6 +18,7 @@ URL:http://search.cpan.org/dist/BerkeleyDB/
 Source0:
http://www.cpan.org/authors/id/P/PM/PMQS/BerkeleyDB-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  %{db_pkg}-devel
+BuildRequires:  perl(Cwd)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # For make test.
 BuildRequires:  perl(MLDBM)
@@ -79,6 +80,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/BerkeleyDB.3pm*
 
 %changelog
+* Sun Sep 18 2011 Steven Pritchard st...@kspei.com 0.49-1
+- Update to 0.49.
+- BR Cwd (not in core now).
+
 * Sun Jun 19 2011 Paul Howarth p...@city-fan.org - 0.48-2
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 9b4b0e4..1b6301b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a37422a3ee116bc1f9f928a4a36edc31  BerkeleyDB-0.48.tar.gz
+8a1883f87ba82fc1614a636c8f899ea5  BerkeleyDB-0.49.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 amavisd-new-2.6.6.tar.gz uploaded to lookaside cache by steve

2011-09-18 Thread Steven Pritchard
A file has been added to the lookaside cache for amavisd-new:

6bddb725115c2682110b82d41494df73  amavisd-new-2.6.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


[amavisd-new/f16] - Update to 2.6.6. - Make /var/spool/amavisd g+x (BZ 548234). - %%ghost /var/run/amavisd and add /et

2011-09-18 Thread Steven Pritchard
Summary of changes:

  6af342f... - Update to 2.6.6. - Make /var/spool/amavisd g+x (BZ 548234 (*)

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


[amavisd-new] - Update to 2.6.6. - Make /var/spool/amavisd g+x (BZ 548234). - %%ghost /var/run/amavisd and add /et

2011-09-18 Thread Steven Pritchard
Summary of changes:

  6af342f... - Update to 2.6.6. - Make /var/spool/amavisd g+x (BZ 548234 (*)

(*) 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-Module-Install] - Update to 1.00. - Update build dependencies: + Archive::Tar = 1.44 + ExtUtils::Install = 1.5

2011-03-11 Thread Steven Pritchard
commit cc3cb9a7e56cb36379d6c7fdee1012773d3ccde7
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Fri Mar 11 08:47:02 2011 -0600

- Update to 1.00.
- Update build dependencies:
  + Archive::Tar = 1.44
  + ExtUtils::Install = 1.52
  + ExtUtils::ParseXS = 2.19
  + JSON = 2.14
  + LWP::UserAgent = 5.812
  + Module::Build = 0.29
  + Module::CoreList = 2.17
  + Module::ScanDeps = 0.89
- Update description (pulled from module).

 .gitignore   |1 +
 perl-Module-Install.spec |   40 +++-
 sources  |2 +-
 3 files changed, 29 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9a4820d..f89c637 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Module-Install-0.95.tar.gz
+/Module-Install-1.00.tar.gz
diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec
index 766ecf1..2ebf3ec 100644
--- a/perl-Module-Install.spec
+++ b/perl-Module-Install.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Install
-Version:0.95
-Release:3%{?dist}
+Version:1.00
+Release:1%{?dist}
 Summary:Standalone, extensible Perl module installer
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -13,18 +13,19 @@ BuildArch:  noarch
 # certain modules than is supported. (Especially under F-10.) However, 
 # all tests pass and AFAICT everything works just fine in normal usage.
 
-BuildRequires:  perl(Archive::Tar) 
+BuildRequires:  perl(Archive::Tar) = 1.44
 BuildRequires:  perl(CPAN)
-BuildRequires:  perl(Devel::PPPort) 
-BuildRequires:  perl(ExtUtils::Install) 
+BuildRequires:  perl(Devel::PPPort)
+BuildRequires:  perl(ExtUtils::Install) = 1.52
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(ExtUtils::ParseXS)
+BuildRequires:  perl(ExtUtils::ParseXS) = 2.19
 BuildRequires:  perl(File::Remove) = 1.42
 BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(JSON)
-BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(Module::CoreList)
-BuildRequires:  perl(Module::ScanDeps)
+BuildRequires:  perl(JSON) = 2.14
+BuildRequires:  perl(LWP::UserAgent) = 5.812
+BuildRequires:  perl(Module::Build) = 0.29
+BuildRequires:  perl(Module::CoreList) = 2.17
+BuildRequires:  perl(Module::ScanDeps) = 0.89
 BuildRequires:  perl(PAR::Dist) = 0.29
 BuildRequires:  perl(Parse::CPAN::Meta) = 1.39
 BuildRequires:  perl(Test::CPAN::Meta) = 0.07
@@ -39,14 +40,14 @@ Requires:   perl(Module::Build)
 Requires:   perl(Module::CoreList)
 Requires:   perl(Module::ScanDeps)
 Requires:   perl(PAR::Dist) = 0.29
-Requires:   perl(YAML::Tiny) 
+Requires:   perl(YAML::Tiny)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
 Module::Install is a package for writing installers for CPAN (or CPAN-like)
 distributions that are clean, simple, minimalist, act in a strictly correct
-manner with both the ExtUtils::MakeMaker and Module::Build build systems,
-and will run on any Perl installation version 5.004 or newer.
+manner with ExtUtils::MakeMaker, and will run on any Perl installation
+version 5.005 or newer.
 
 %prep
 %setup -q -n Module-Install-%{version}
@@ -79,6 +80,19 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 10 2011 Steven Pritchard st...@kspei.com 1.00-1
+- Update to 1.00.
+- Update build dependencies:
+  + Archive::Tar = 1.44
+  + ExtUtils::Install = 1.52
+  + ExtUtils::ParseXS = 2.19
+  + JSON = 2.14
+  + LWP::UserAgent = 5.812
+  + Module::Build = 0.29
+  + Module::CoreList = 2.17
+  + Module::ScanDeps = 0.89
+- Update description (pulled from module).
+
 * Tue Feb 08 2011 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.95-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 64865bd..bd03914 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-719fff3ea983818b176dea8770ccaa8e  Module-Install-0.95.tar.gz
+09067a39ba0330257f216effcf7f827c  Module-Install-1.00.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


Re: cpanspec - proposal of default behaviour

2011-01-28 Thread Steven Pritchard
On Fri, Jan 28, 2011 at 05:20:55PM +0100, Marcela Mašláňová wrote:
 I'd like to propose a change in default behaviour of cpanspec. There
 shouldn't be defined buildroot, called rm -rf in build phase, etc. These
 changes are optional, the old behaviour can be triggered with --epel
 option. [1]

There's already a --old option.  Wouldn't it make more sense to expand
that, or maybe make it cumulative?  (-o to get recent behavior, -oo to
get %check || : and other cruft like that?)

 I'd like to see this change soon at least in rawhide, because I have to
 manually fix it in all my reviews. If you don't have time for this, I
 could attach it as a patch in Fedora's cpanspec. Just let me know, what
 do you prefer.

I've been working for a while now on a new version that looks for build
dependencies in tests.  If you wouldn't mind testing that out, I'd be
happy to make the change there...

The source is on github:  http://github.com/silug/cpanspec
--
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 Parse-CPAN-Packages-2.33.tar.gz uploaded to lookaside cache by steve

2010-12-28 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Parse-CPAN-Packages:

baac1b04c87bc7d24770ce2019494cae  Parse-CPAN-Packages-2.33.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Parse-CPAN-Packages] - Update to 2.33. - Update Source0 URL.

2010-12-28 Thread Steven Pritchard
commit c5e7a8951a7897167960d7bb1fe155ffb4f6d88f
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 28 17:08:08 2010 -0600

- Update to 2.33.
- Update Source0 URL.

 .gitignore|1 +
 perl-Parse-CPAN-Packages.spec |   10 +++---
 sources   |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6d1223..de1bc4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Parse-CPAN-Packages-2.31.tar.gz
+/Parse-CPAN-Packages-2.33.tar.gz
diff --git a/perl-Parse-CPAN-Packages.spec b/perl-Parse-CPAN-Packages.spec
index c275bdf..f08d830 100644
--- a/perl-Parse-CPAN-Packages.spec
+++ b/perl-Parse-CPAN-Packages.spec
@@ -1,11 +1,11 @@
 Name:   perl-Parse-CPAN-Packages
-Version:2.31
-Release:5%{?dist}
+Version:2.33
+Release:1%{?dist}
 Summary:Parse 02packages.details.txt.gz
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Parse-CPAN-Packages/
-Source0:
http://www.cpan.org/authors/id/L/LB/LBROCARD/Parse-CPAN-Packages-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/M/MI/MITHALDU/Parse-CPAN-Packages-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Compress::Zlib)
@@ -55,6 +55,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 2.33-1
+- Update to 2.33.
+- Update Source0 URL.
+
 * Tue Dec 21 2010 Marcela Maslanova mmasl...@redhat.com - 2.31-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index d97b268..7829298 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77f124c01c14f9e4ff764320e9412426  Parse-CPAN-Packages-2.31.tar.gz
+baac1b04c87bc7d24770ce2019494cae  Parse-CPAN-Packages-2.33.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Pod-Readme-0.11.tar.gz uploaded to lookaside cache by steve

2010-12-28 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Pod-Readme:

5846d5fad616daf941862c44b3512ba7  Pod-Readme-0.11.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-IO-Tty] - Update to 1.10. - Use fixperms macro instead of our own chmod incantation. - Update Source0 URL. -

2010-12-28 Thread Steven Pritchard
commit eeed77fd4d6c7e480e0e2c6fe4465d27c52a8b70
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 28 16:04:06 2010 -0600

- Update to 1.10.
- Use fixperms macro instead of our own chmod incantation.
- Update Source0 URL.
- BR Test::More.

 .gitignore   |1 +
 perl-IO-Tty.spec |   15 +++
 sources  |2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f83c1c..3f0f39d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-Tty-1.08.tar.gz
+/IO-Tty-1.10.tar.gz
diff --git a/perl-IO-Tty.spec b/perl-IO-Tty.spec
index 7237736..761d17c 100644
--- a/perl-IO-Tty.spec
+++ b/perl-IO-Tty.spec
@@ -1,15 +1,16 @@
 Name:   perl-IO-Tty
-Version:1.08
-Release:6%{?dist}
+Version:1.10
+Release:1%{?dist}
 Summary:Perl interface to pseudo tty's
 
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/IO-Tty/
-Source0:
http://www.cpan.org/authors/id/R/RG/RGIERSIG/IO-Tty-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 # don't provide private Perl libs
@@ -37,7 +38,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -57,6 +58,12 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 1.10-1
+- Update to 1.10.
+- Use fixperms macro instead of our own chmod incantation.
+- Update Source0 URL.
+- BR Test::More.
+
 * Mon Dec 20 2010 Marcela Maslanova mmasl...@redhat.com - 1.08-6
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 3d0e6e5..67c89eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e99d819a6f8c11ae105b770cc508a4fc  IO-Tty-1.08.tar.gz
+46baec86a145e57f0ec661fa412b097c  IO-Tty-1.10.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-Module-Info] Update to 0.32.

2010-12-28 Thread Steven Pritchard
commit 311659914e7955a6b19f18a2aecae9b6636d2c37
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 28 16:27:42 2010 -0600

Update to 0.32.

 .gitignore|1 +
 perl-Module-Info.spec |7 +--
 sources   |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 54b52b6..62faa62 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Module-Info-0.31.tar.gz
+/Module-Info-0.32.tar.gz
diff --git a/perl-Module-Info.spec b/perl-Module-Info.spec
index 8dab5cf..df6d8ab 100644
--- a/perl-Module-Info.spec
+++ b/perl-Module-Info.spec
@@ -1,6 +1,6 @@
 Name:   perl-Module-Info
-Version:0.31
-Release:9%{?dist}
+Version:0.32
+Release:1%{?dist}
 Summary:Information about Perl modules
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{__perl_provides}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 0.32-1
+- Update to 0.32.
+
 * Mon Dec 20 2010 Marcela Maslanova mmasl...@redhat.com - 0.31-9
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 20bcdcd..84f5f2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c891812ff4ab0ab3c851ecfa0812a18c  Module-Info-0.31.tar.gz
+6af6f7859d959eac9f85dda8896d2d51  Module-Info-0.32.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 Module-Install-1.00.tar.gz uploaded to lookaside cache by steve

2010-12-28 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Module-Install:

09067a39ba0330257f216effcf7f827c  Module-Install-1.00.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 PadWalker-1.92.tar.gz uploaded to lookaside cache by steve

2010-12-28 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-PadWalker:

304722b441c15634bdb048685800ee3a  PadWalker-1.92.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-Net-CIDR-Lite] - Update to 0.21. - Improve Summary. - Drop our generated copies of the license text. - Add BR Test:

2010-12-28 Thread Steven Pritchard
commit de170241813699fad67042d63cd71d8dc2a25b3c
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 28 16:36:42 2010 -0600

- Update to 0.21.
- Improve Summary.
- Drop our generated copies of the license text.
- Add BR Test::More.

 .gitignore  |1 +
 perl-Net-CIDR-Lite.spec |   23 +--
 sources |2 +-
 3 files changed, 15 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index de14fb8..ccd69af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-CIDR-Lite-0.20.tar.gz
+/Net-CIDR-Lite-0.21.tar.gz
diff --git a/perl-Net-CIDR-Lite.spec b/perl-Net-CIDR-Lite.spec
index 5ad5eeb..1eef2d3 100644
--- a/perl-Net-CIDR-Lite.spec
+++ b/perl-Net-CIDR-Lite.spec
@@ -1,7 +1,7 @@
 Name:   perl-Net-CIDR-Lite
-Version:0.20
-Release:9%{?dist}
-Summary:Net::CIDR::Lite Perl module
+Version:0.21
+Release:1%{?dist}
+Summary:Perl extension for merging IPv4 or IPv6 CIDR addresses
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Net-CIDR-Lite/
@@ -9,14 +9,14 @@ Source0:
http://www.cpan.org/authors/id/D/DO/DOUGW/Net-CIDR-Lite-%{versio
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
-# For make test.
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
-Faster alternative to Net::CIDR when merging a large number of CIDR
-address ranges. Works for IPv4 and IPv6 addresses.
+Faster alternative to Net::CIDR when merging a large number of CIDR address
+ranges. Works for IPv4 and IPv6 addresses.
 
 %prep
 %setup -q -n Net-CIDR-Lite-%{version}
@@ -35,9 +35,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl  COPYING
-perldoc -t perlartistic  Artistic
-
 %check
 make test
 
@@ -46,11 +43,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README COPYING Artistic
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 0.21-1
+- Update to 0.21.
+- Improve Summary.
+- Drop our generated copies of the license text.
+- Add BR Test::More.
+
 * Tue Dec 21 2010 Marcela Maslanova mmasl...@redhat.com - 0.20-9
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 407b349..469c6da 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54998db6b297ffc8a20adb91ea744200  Net-CIDR-Lite-0.20.tar.gz
+12280b3754886b876918f03f53aee4f5  Net-CIDR-Lite-0.21.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-PadWalker] Update to 1.92.

2010-12-28 Thread Steven Pritchard
commit 08be0a8ec4607a86bd4249768565c0c3f9ce17b0
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 28 17:01:20 2010 -0600

Update to 1.92.

 .gitignore  |1 +
 perl-PadWalker.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 78e216e..d777b45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PadWalker-1.9.tar.gz
+/PadWalker-1.92.tar.gz
diff --git a/perl-PadWalker.spec b/perl-PadWalker.spec
index f96734f..875b0f3 100644
--- a/perl-PadWalker.spec
+++ b/perl-PadWalker.spec
@@ -1,6 +1,6 @@
 Name:   perl-PadWalker
-Version:1.9
-Release:5%{?dist}
+Version:1.92
+Release:1%{?dist}
 Summary:Play with other peoples' lexical variables
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 28 2010 Steven Pritchard st...@kspei.com 1.92-1
+- Update to 1.92.
+
 * Tue Dec 21 2010 Marcela Maslanova mmasl...@redhat.com - 1.9-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 32d774c..cb418c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d7e25f522294aee21d8a5b4c1c70ed9  PadWalker-1.9.tar.gz
+304722b441c15634bdb048685800ee3a  PadWalker-1.92.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-ExtUtils-Depends] - Update to 0.303. - Update Source0 URL.

2010-12-27 Thread Steven Pritchard
commit 061cb05e14aa98df69b3a3deae392346edcb0bf2
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Dec 27 17:07:07 2010 -0600

- Update to 0.303.
- Update Source0 URL.

 .gitignore |1 +
 perl-ExtUtils-Depends.spec |   17 ++---
 sources|2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a723f19..3c41144 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ExtUtils-Depends-0.302.tar.gz
+/ExtUtils-Depends-0.303.tar.gz
diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec
index 3c6a42a..f5c8432 100644
--- a/perl-ExtUtils-Depends.spec
+++ b/perl-ExtUtils-Depends.spec
@@ -1,20 +1,19 @@
 Name:   perl-ExtUtils-Depends
-Version:0.302
-Release:5%{?dist}
+Version:0.303
+Release:1%{?dist}
 Summary:Easily build XS extensions that depend on XS extensions
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/ExtUtils-Depends/
-Source0:
http://search.cpan.org/CPAN/authors/id/T/TS/TSCH/ExtUtils-Depends-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
-Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
-
 BuildRequires:  perl(Data::Dumper)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(IO::File)
+BuildRequires:  perl(Test::More)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
 This module tries to make it easy to build Perl extensions that use
@@ -52,6 +51,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Dec 23 2010 Steven Pritchard st...@kspei.com 0.303-1
+- Update to 0.303.
+- Update Source0 URL.
+
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 0.302-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index f5d1d02..067d112 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-db46426f0599668da95c21b53b532508  ExtUtils-Depends-0.302.tar.gz
+2aaf6511d697c680368246fa1645beb6  ExtUtils-Depends-0.303.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 GSSAPI-0.28.tar.gz uploaded to lookaside cache by steve

2010-12-27 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-GSSAPI:

65f00a0749212af064289c8a05e59b3f  GSSAPI-0.28.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 HTTP-BrowserDetect-1.21.tar.gz uploaded to lookaside cache by steve

2010-12-27 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-HTTP-BrowserDetect:

892afec8e383c46d3da36cad545d86e9  HTTP-BrowserDetect-1.21.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 ExtUtils-Depends-0.303.tar.gz uploaded to lookaside cache by steve

2010-12-23 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-ExtUtils-Depends:

2aaf6511d697c680368246fa1645beb6  ExtUtils-Depends-0.303.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 CPAN-DistnameInfo-0.11.tar.gz uploaded to lookaside cache by steve

2010-12-22 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-CPAN-DistnameInfo:

d19baa973d48b10f4d34f61f4bac0ee0  CPAN-DistnameInfo-0.11.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 DateTime-Format-Strptime-1.5000.tar.gz uploaded to lookaside cache by steve

2010-12-22 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-DateTime-Format-Strptime:

ccd7e8fe4276c258e325e0bbce3f8e74  DateTime-Format-Strptime-1.5000.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-CPAN-DistnameInfo] Update to 0.11.

2010-12-22 Thread Steven Pritchard
commit a050e714839b3de10437da239fe51217f5087e34
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 22 17:37:59 2010 -0600

Update to 0.11.

 .gitignore  |1 +
 perl-CPAN-DistnameInfo.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac296d3..92d81b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 CPAN-DistnameInfo-0.09.tar.gz
 /CPAN-DistnameInfo-0.10.tar.gz
+/CPAN-DistnameInfo-0.11.tar.gz
diff --git a/perl-CPAN-DistnameInfo.spec b/perl-CPAN-DistnameInfo.spec
index dcb7f47..b88dc7d 100644
--- a/perl-CPAN-DistnameInfo.spec
+++ b/perl-CPAN-DistnameInfo.spec
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-DistnameInfo
-Version:0.10
-Release:2%{?dist}
+Version:0.11
+Release:1%{?dist}
 Summary:Extract distribution name and version from a distribution 
filename
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 22 2010 Steven Pritchard st...@kspei.com 0.11-1
+- Update to 0.11.
+
 * Wed Dec 15 2010 Marcela Maslanova mmasl...@redhat.com - 0.10-2
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index ce92416..fa7f809 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-299cd9b778ddc3f9255415f60bdb5afb  CPAN-DistnameInfo-0.10.tar.gz
+d19baa973d48b10f4d34f61f4bac0ee0  CPAN-DistnameInfo-0.11.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 Exception-Class-1.32.tar.gz uploaded to lookaside cache by steve

2010-12-22 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Exception-Class:

83788ad5a2c5e946877e4ec362e19622  Exception-Class-1.32.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-DateTime-Format-Strptime] Update to 1.5000.

2010-12-22 Thread Steven Pritchard
commit 987af045a3432bd8092b35fddf8f963d139969f0
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 22 17:44:35 2010 -0600

Update to 1.5000.

 .gitignore |1 +
 perl-DateTime-Format-Strptime.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67949d9..825cbb1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 DateTime-Format-Strptime-1.2000.tar.gz
+/DateTime-Format-Strptime-1.5000.tar.gz
diff --git a/perl-DateTime-Format-Strptime.spec 
b/perl-DateTime-Format-Strptime.spec
index 5b79a3e..0d0c2a4 100644
--- a/perl-DateTime-Format-Strptime.spec
+++ b/perl-DateTime-Format-Strptime.spec
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Format-Strptime
-Version:1.2000
-Release:3%{?dist}
+Version:1.5000
+Release:1%{?dist}
 Summary:Parse and format strp and strf time patterns
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 22 2010 Steven Pritchard st...@kspei.com 1.5000-1
+- Update to 1.5000.
+
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.2000-3
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 7329335..777237f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e0218294f983629cf781990ed61f3ba  DateTime-Format-Strptime-1.2000.tar.gz
+ccd7e8fe4276c258e325e0bbce3f8e74  DateTime-Format-Strptime-1.5000.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-Exception-Class] - Update to 1.32. - License is now Artistic 2.0. - Switch back to building with ExtUtils::MakeMaker/

2010-12-22 Thread Steven Pritchard
commit 9aaae27863ac89acfd3d5f163c347b3cd0511c19
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 22 19:05:45 2010 -0600

- Update to 1.32.
- License is now Artistic 2.0.
- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.  (Dave
  Rolsky needs to make up his mind.)
- Add README to docs.

 .gitignore|1 +
 perl-Exception-Class.spec |   27 ++-
 sources   |2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d617e48..9b7005e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Exception-Class-1.29.tar.gz
+/Exception-Class-1.32.tar.gz
diff --git a/perl-Exception-Class.spec b/perl-Exception-Class.spec
index 2d3b2ba..200806c 100644
--- a/perl-Exception-Class.spec
+++ b/perl-Exception-Class.spec
@@ -1,8 +1,8 @@
 Name:   perl-Exception-Class
-Version:1.29
-Release:5%{?dist}
+Version:1.32
+Release:1%{?dist}
 Summary:Module that allows you to declare real exception classes in 
Perl
-License:GPL+ or Artistic
+License:Artistic 2.0
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Exception-Class/
 Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/Exception-Class-%{version}.tar.gz
@@ -10,7 +10,7 @@ BuildRoot:  
%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Class::Data::Inheritable) = 0.02
 BuildRequires:  perl(Devel::StackTrace) = 1.20
-BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More) = 0.46
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.04
@@ -26,31 +26,40 @@ modules in a Java-esque manner.
 chmod a-x lib/Exception/Class.pm
 
 %build
-%{__perl} Build.PL installdirs=vendor
-./Build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 export IS_MAINTAINER=1
-./Build test
+make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes LICENSE
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 22 2010 Steven Pritchard st...@kspei.com 1.32-1
+- Update to 1.32.
+- License is now Artistic 2.0.
+- Switch back to building with ExtUtils::MakeMaker/Makefile.PL.  (Dave
+  Rolsky needs to make up his mind.)
+- Add README to docs.
+
 * Thu Dec 16 2010 Marcela Maslanova mmasl...@redhat.com - 1.29-5
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index 9f923c3..a6cfeac 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b9a91cd9eb10a02a9b53880359d2228b  Exception-Class-1.29.tar.gz
+83788ad5a2c5e946877e4ec362e19622  Exception-Class-1.32.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-DateTime] Update DateTime to 0.66. Update DateTime::TimeZone to 1.26. Update URL for FAQ in description. BR Cl

2010-12-21 Thread Steven Pritchard
commit e6a81aa80c449f4901e4345a00047604b29c6e85
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 21 11:32:08 2010 -0600

Update DateTime to 0.66.
Update DateTime::TimeZone to 1.26.
Update URL for FAQ in description.
BR Class::Load and parent.

 .gitignore |3 +++
 perl-DateTime.spec |   14 +++---
 sources|4 ++--
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 07c1eea..b26be3e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,6 @@ DateTime-0.53.tar.gz
 DateTime-TimeZone-1.10.tar.gz
 /DateTime-0.63.tar.gz
 /DateTime-TimeZone-1.22.tar.gz
+/DateTime-0.66.tar.gz
+/DateTime-Locale-0.45.tar.gz
+/DateTime-TimeZone-1.26.tar.gz
diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index 794b1b1..a6f539a 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
-%define DT_version 0.63
+%define DT_version 0.66
 %define DTLocale_version 0.45
-%define DTTimeZone_version 1.22
+%define DTTimeZone_version 1.26
 
 Name:   perl-DateTime
 # must now be 0.xx00 to preserve upgrade path:
@@ -16,6 +16,7 @@ Source1:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{
 Source2:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-%{DTLocale_version}.tar.gz
 BuildRoot:  %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XX)
 BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl(Class::Load)
 BuildRequires:  perl(Class::Singleton) = 1.03
 BuildRequires:  perl(ExtUtils::CBuilder)
 BuildRequires:  perl(File::Find::Rule)
@@ -30,6 +31,7 @@ BuildRequires:  perl(Test::More) = 0.34
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Pod) = 1.14
 BuildRequires:  perl(Test::Pod::Coverage) = 1.08
+BuildRequires:  perl(parent)
 Requires:   perl(Class::Singleton) = 1.03
 Requires:   perl(Params::Validate) = 0.91
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -50,7 +52,7 @@ DateTime is a class for the representation of date/time 
combinations, and
 is part of the Perl DateTime project. For details on this project please
 see http://datetime.perl.org/. The DateTime site has a FAQ which may help
 answer many how do I do X? questions. The FAQ is at
-http://datetime.perl.org/?FAQ.
+http://datetime.perl.org/wiki/datetime/page/FAQ
 
 %prep
 %setup -q -T -c -n DateTimeBundle -a 0
@@ -143,6 +145,12 @@ rm -rf $RPM_BUILD_ROOT
 %{perl_vendorarch}/DateTime*.pm
 
 %changelog
+* Sun Dec 12 2010 Steven Pritchard st...@kspei.com 1:0.6600-1
+- Update DateTime to 0.66.
+- Update DateTime::TimeZone to 1.26.
+- Update URL for FAQ in description.
+- BR Class::Load and parent.
+
 * Sat Oct 09 2010 Iain Arnell iarn...@gmail.com 1:0.6300-1
 - Update DateTime to 0.63
 - Update DateTime::TimeZone to 1.22
diff --git a/sources b/sources
index cc89db6..2563fb8 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-599dc1c02b2b6a2d9a3b450393ec5af0  DateTime-0.63.tar.gz
-0ab81bcd48fdbee2f563ed8a281f9856  DateTime-TimeZone-1.22.tar.gz
+9399b5b430da65ac0b9056c0182a805b  DateTime-0.66.tar.gz
 8ba6a4b70f8fa7d987529c2e2c708862  DateTime-Locale-0.45.tar.gz
+4a5b5e90044f4a1736c214386d0bc7f8  DateTime-TimeZone-1.26.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File PAR-Dist-0.47.tar.gz uploaded to lookaside cache by steve

2010-12-21 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-PAR-Dist:

ea5fd9791e40f7c2524a45139bea23a2  PAR-Dist-0.47.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-PAR-Dist] Update to 0.47.

2010-12-21 Thread Steven Pritchard
commit 9f9c3e915a9da01156907bc8234c8ec385d27eb3
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 21 17:14:29 2010 -0600

Update to 0.47.

 .gitignore |1 +
 perl-PAR-Dist.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 534b502..9a840d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 PAR-Dist-0.46.tar.gz
+/PAR-Dist-0.47.tar.gz
diff --git a/perl-PAR-Dist.spec b/perl-PAR-Dist.spec
index 4977568..5f16650 100644
--- a/perl-PAR-Dist.spec
+++ b/perl-PAR-Dist.spec
@@ -1,6 +1,6 @@
 Name:   perl-PAR-Dist
-Version:0.46
-Release:4%{?dist}
+Version:0.47
+Release:1%{?dist}
 Summary:Toolkit for creating and manipulating Perl PAR distributions
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 21 2010 Steven Pritchard st...@kspei.com 0.47-1
+- Update to 0.47.
+
 * Tue Dec 21 2010 Marcela Maslanova mmasl...@redhat.com - 0.46-4
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index d6db479..995c2e7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fd629e651bfc7de7dc4b182a93ed897e  PAR-Dist-0.46.tar.gz
+ea5fd9791e40f7c2524a45139bea23a2  PAR-Dist-0.47.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File Math-BigInt-GMP-1.32.tar.gz uploaded to lookaside cache by steve

2010-12-21 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Math-BigInt-GMP:

50422b339e4c0987314bf08fd65d3855  Math-BigInt-GMP-1.32.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-Set-Infinite] Update to 0.65.

2010-12-21 Thread Steven Pritchard
commit 989128014d774262ae722c94313ebf743e7bf7d8
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 21 11:35:09 2010 -0600

Update to 0.65.

 .gitignore |1 +
 perl-Set-Infinite.spec |7 +--
 sources|2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 797152e..8183ee6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Set-Infinite-0.63.tar.gz
+/Set-Infinite-0.65.tar.gz
diff --git a/perl-Set-Infinite.spec b/perl-Set-Infinite.spec
index a8ee5ee..6dc8625 100644
--- a/perl-Set-Infinite.spec
+++ b/perl-Set-Infinite.spec
@@ -1,6 +1,6 @@
 Name:   perl-Set-Infinite
-Version:0.63
-Release:5%{?dist}
+Version:0.65
+Release:1%{?dist}
 Summary:Sets of intervals
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 21 2010 Steven Pritchard st...@kspei.com 0.65-1
+- Update to 0.65.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.63-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 97ceaf8..5b5dafa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8c573e00f3152db222de08b104b74c31  Set-Infinite-0.63.tar.gz
+d7577c5ed8fceb2ebd1247a4c4a3e825  Set-Infinite-0.65.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 Set-Infinite-0.65.tar.gz uploaded to lookaside cache by steve

2010-12-21 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Set-Infinite:

d7577c5ed8fceb2ebd1247a4c4a3e825  Set-Infinite-0.65.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-Math-BigInt-GMP] *** PLEASE NOTE ***

2010-12-21 Thread Steven Pritchard
commit 273a0c4fa4668013948f88516275ffc4e45ee5ed
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 21 17:15:26 2010 -0600

*** PLEASE NOTE ***

This release doesn't build.  I will look into the problem.  In the mean
time, I've reported it upstream.

  https://rt.cpan.org/Ticket/Display.html?id=64121

Changelog:
* Update to 1.32.
* Update Source0 URL.
* BR threads.

 .gitignore|1 +
 perl-Math-BigInt-GMP.spec |   12 +---
 sources   |2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 17eeab8..b6adeea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Math-BigInt-GMP-1.24.tar.gz
+/Math-BigInt-GMP-1.32.tar.gz
diff --git a/perl-Math-BigInt-GMP.spec b/perl-Math-BigInt-GMP.spec
index d45b54c..9209b7d 100644
--- a/perl-Math-BigInt-GMP.spec
+++ b/perl-Math-BigInt-GMP.spec
@@ -1,17 +1,18 @@
 Name:   perl-Math-BigInt-GMP
-Version:1.24
-Release:7%{?dist}
+Version:1.32
+Release:1%{?dist}
 Summary:Math::BigInt::GMP Perl module
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Math-BigInt-GMP/
-Source0:
http://www.cpan.org/authors/id/T/TE/TELS/math/Math-BigInt-GMP-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/F/FL/FLORA/Math-BigInt-GMP-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gmp-devel
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod)
 BuildRequires:  perl(Test::Pod::Coverage) = 1.08
+#BuildRequires:  perl(threads)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -54,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 21 2010 Steven Pritchard st...@kspei.com 1.32-1
+- Update to 1.32.
+- Update Source0 URL.
+- BR threads.
+
 * Mon Dec 20 2010 Marcela Maslanova mmasl...@redhat.com - 1.24-7
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index db9d687..f5b265c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-de5bb548f9e8e2254565926eec1d15b2  Math-BigInt-GMP-1.24.tar.gz
+50422b339e4c0987314bf08fd65d3855  Math-BigInt-GMP-1.32.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 Test-Deep-0.108.tar.gz uploaded to lookaside cache by steve

2010-12-18 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Test-Deep:

df17efafc31acb927cc1d950115f4178  Test-Deep-0.108.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-Deep] Update to 0.108. Update Source0 URL.

2010-12-18 Thread Steven Pritchard
commit fbeddb7b38ca15862daa3a8719db5dced1798241
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sat Dec 18 13:04:08 2010 -0600

Update to 0.108.
Update Source0 URL.

 .gitignore  |1 +
 perl-Test-Deep.spec |   10 +++---
 sources |2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b894e51..a2ead33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Deep-0.106.tar.gz
+/Test-Deep-0.108.tar.gz
diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec
index 05920da..1b5baf5 100644
--- a/perl-Test-Deep.spec
+++ b/perl-Test-Deep.spec
@@ -1,11 +1,11 @@
 Name:   perl-Test-Deep
-Version:0.106
-Release:3%{?dist}
+Version:0.108
+Release:1%{?dist}
 Summary:Extremely flexible deep comparison
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Deep/
-Source0:
http://www.cpan.org/authors/id/F/FD/FDALY/Test-Deep-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RJ/RJBS/Test-Deep-%{version}.tar.gz
 Patch0: perl-Test-Deep-0.103-arrayeach.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
@@ -53,6 +53,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Dec 18 2010 Steven Pritchard st...@kspei.com 0.108-1
+- Update to 0.108.
+- Update Source0 URL.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.106-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index b9776f7..d7c5b3d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8cf0066dca9c3c102e4ae8f57173d12f  Test-Deep-0.106.tar.gz
+df17efafc31acb927cc1d950115f4178  Test-Deep-0.108.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-String-ShellQuote] Update to 1.04.

2010-12-18 Thread Steven Pritchard
commit 926a3e154c75ac4c20a89167cbacfc774a344084
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sat Dec 18 13:06:06 2010 -0600

Update to 1.04.

 .gitignore  |1 +
 perl-String-ShellQuote.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44432e8..8d917a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 String-ShellQuote-1.03.tar.gz
+/String-ShellQuote-1.04.tar.gz
diff --git a/perl-String-ShellQuote.spec b/perl-String-ShellQuote.spec
index 28f5ede..ab02db0 100644
--- a/perl-String-ShellQuote.spec
+++ b/perl-String-ShellQuote.spec
@@ -1,6 +1,6 @@
 Name:   perl-String-ShellQuote
-Version:1.03
-Release:9%{?dist}
+Version:1.04
+Release:1%{?dist}
 Summary:Perl module for quoting strings for passing through the shell
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/String::ShellQuote.3*
 
 %changelog
+* Sat Dec 18 2010 Steven Pritchard st...@kspei.com 1.04-1
+- Update to 1.04.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 1.03-9
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index e4826a6..068dbca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b42822efe385f6604f55b0cea5ac0b76  String-ShellQuote-1.03.tar.gz
+da6329dc482b21adf5697cfbd2ac5412  String-ShellQuote-1.04.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-HTML-Mason: 2/3] Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-HTML-Mason

2010-12-17 Thread Steven Pritchard
commit 5fd8bf84014dd7503c796521a3e6f177d6db9538
Merge: d9308cd faa112a
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Fri Dec 17 09:59:51 2010 -0600

Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-HTML-Mason

Conflicts:
perl-HTML-Mason.spec

 perl-HTML-Mason.spec |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --cc perl-HTML-Mason.spec
index 77ede91,47e24fe..15e5444
--- a/perl-HTML-Mason.spec
+++ b/perl-HTML-Mason.spec
@@@ -100,11 -99,9 +100,14 @@@ rm -rf $RPM_BUILD_ROOT %{__perl_require
  %dir %{_localstatedir}/www/mason
  
  %changelog
 +* Sun Dec 12 2010 Steven Pritchard st...@kspei.com 1:1.45-1
 +- Update to 1.45.
 +- Drop build.patch (now in the upstream release).
 +- BR CGI, Log::Any, and Test::Deep.
 +
+ * Fri Dec 17 2010 Marcela Maslanova mmasl...@redhat.com - 1:1.42-6
+ - 661697 rebuild for fixing problems with vendorach/lib
+ 
  * Mon May 03 2010 Marcela Maslanova mmasl...@redhat.com - 1:1.42-5
  - switch off test for meantime, before update of this package
  
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-HTML-Mason] (3 commits) ...Bump changelog date to today to avoid conflict. (Build was waiting for perl-Log-Any to be available

2010-12-17 Thread Steven Pritchard
Summary of changes:

  d9308cd... Update to 1.45. Drop build.patch (now in the upstream relea
  5fd8bf8... Merge branch 'master' of ssh://pkgs.fedoraproject.org/perl-
  1d7292e... Bump changelog date to today to avoid conflict.  (Build was
--
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 Log-Any-0.11.tar.gz uploaded to lookaside cache by steve

2010-12-16 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Log-Any:

9186d94ee2ae7cada408fc5faf86d975  Log-Any-0.11.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-Log-Any] Package import.

2010-12-16 Thread Steven Pritchard
commit 27e0e385917d7e34d4fc1bdfae254944f77a159d
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Thu Dec 16 14:36:52 2010 -0600

Package import.

 .gitignore|1 +
 perl-Log-Any.spec |   52 
 sources   |1 +
 3 files changed, 54 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..fa12124 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Log-Any-0.11.tar.gz
diff --git a/perl-Log-Any.spec b/perl-Log-Any.spec
new file mode 100644
index 000..6481b3c
--- /dev/null
+++ b/perl-Log-Any.spec
@@ -0,0 +1,52 @@
+Name:   perl-Log-Any
+Version:0.11
+Release:1%{?dist}
+Summary:Bringing loggers and listeners together
+License:GPL+ or Artistic
+Group:  Development/Libraries
+URL:http://search.cpan.org/dist/Log-Any/
+Source0:
http://www.cpan.org/authors/id/J/JS/JSWARTZ/Log-Any-%{version}.tar.gz
+BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildArch:  noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::Simple)
+Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
+
+%description
+Log::Any allows CPAN modules to safely and efficiently log messages, while
+letting the application choose (or decline to choose) a logging mechanism
+such as Log::Dispatch or Log::Log4perl.
+
+%prep
+%setup -q -n Log-Any-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc Changes README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Sat Feb 13 2010 Steven Pritchard st...@kspei.com 0.11-1
+- Specfile autogenerated by cpanspec 1.79.
+- Add --skipdeps to Makefile.PL to avoid attempting to download dependencies.
diff --git a/sources b/sources
index e69de29..ef613b5 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+9186d94ee2ae7cada408fc5faf86d975  Log-Any-0.11.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 MLDBM-2.04.tar.gz uploaded to lookaside cache by steve

2010-12-14 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-MLDBM:

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


[perl-MLDBM] Update to 2.04. Fix find option order. Use fixperms macro instead of our own chmod incantation. Upda

2010-12-14 Thread Steven Pritchard
commit 6823491fc52c52cd1ff5e2257e46079e4428f37d
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 14 12:37:31 2010 -0600

Update to 2.04.
Fix find option order.
Use fixperms macro instead of our own chmod incantation.
Update Source0 URL.
Minor cosmetic changes to resemble cpanspec output.
BR Module::Build and build with that.
BR Test::More.

 .gitignore  |1 +
 perl-MLDBM.spec |   52 +++-
 sources |2 +-
 3 files changed, 29 insertions(+), 26 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e688f60..efe2de9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 MLDBM-2.01.tar.gz
+/MLDBM-2.04.tar.gz
diff --git a/perl-MLDBM.spec b/perl-MLDBM.spec
index 4dee830..149fd03 100644
--- a/perl-MLDBM.spec
+++ b/perl-MLDBM.spec
@@ -1,59 +1,61 @@
 Name:   perl-MLDBM
-Version:2.01
-Release:10%{?dist}
+Version:2.04
+Release:1%{?dist}
 Summary:Store multi-level hash structure in single level tied hash
-
-Group:  Development/Libraries
 License:GPL+ or Artistic
+Group:  Development/Libraries
 URL:http://search.cpan.org/dist/MLDBM/
-Source0:
http://www.cpan.org/authors/id/C/CH/CHAMAS/MLDBM-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/MLDBM-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(FreezeThaw)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
-This module can serve as a transparent interface to any TIEHASH package that is
-required to store arbitrary perl data, including nested references.  Thus, this
-module can be used for storing references and other arbitrary data within DBM
-databases.
-
+This module can serve as a transparent interface to any TIEHASH package
+that is required to store arbitrary perl data, including nested references.
+Thus, this module can be used for storing references and other arbitrary
+data within DBM databases.
 
 %prep
 %setup -q -n MLDBM-%{version}
 
-
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
-
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
 
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
-%check
-make test
+%{_fixperms} $RPM_BUILD_ROOT/*
 
+%check
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
-%{_mandir}/man3/*.3pm*
-
+%{_mandir}/man3/*
 
 %changelog
+* Tue Dec 14 2010 Steven Pritchard st...@kspei.com 2.04-1
+- Update to 2.04.
+- Fix find option order.
+- Use fixperms macro instead of our own chmod incantation.
+- Update Source0 URL.
+- Minor cosmetic changes to resemble cpanspec output.
+- BR Module::Build and build with that.
+- BR Test::More.
+
 * Mon May 03 2010 Marcela Maslanova mmasl...@redhat.com - 2.01-10
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 6cbedf4..6426bfb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-99550ae2cffbc0bb3eb0358631077c10  MLDBM-2.01.tar.gz
+b2793c419136fc11082e1ed1b564aeff  MLDBM-2.04.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Net-FTPServer] Rebuild.

2010-12-14 Thread Steven Pritchard
commit bde8547134392772dfbf69481ea6d323150e5251
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 14 17:33:33 2010 -0600

Rebuild.

 perl-Net-FTPServer.spec |5 -
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-Net-FTPServer.spec b/perl-Net-FTPServer.spec
index cdd22d1..ea549e3 100644
--- a/perl-Net-FTPServer.spec
+++ b/perl-Net-FTPServer.spec
@@ -1,6 +1,6 @@
 Name:   perl-Net-FTPServer
 Version:1.122
-Release:9%{?dist}
+Release:10%{?dist}
 Summary:Secure, extensible and configurable Perl FTP server
 License:GPLv2+
 Group:  Development/Libraries
@@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sbindir}/*
 
 %changelog
+* Tue Dec 14 2010 Steven Pritchard st...@kspei.com 1.122-10
+- Rebuild.
+
 * Tue May 04 2010 Marcela Maslanova mmasl...@redhat.com - 1.122-9
 - Mass rebuild with perl-5.12.0
 
--
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-Base-0.59.tar.gz uploaded to lookaside cache by steve

2010-12-13 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Test-Base:

fa1458d8a940ab784d6fc39a8edc0cae  Test-Base-0.59.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-Base] Update to 0.59.

2010-12-13 Thread Steven Pritchard
commit 722e9d060cde8e802e8d0d7bbdcd00679f7f06ff
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Mon Dec 13 19:27:01 2010 -0600

Update to 0.59.

 .gitignore  |1 +
 perl-Test-Base.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1bed497..d7c3f94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Base-0.58.tar.gz
+/Test-Base-0.59.tar.gz
diff --git a/perl-Test-Base.spec b/perl-Test-Base.spec
index f1f7abe..172d412 100644
--- a/perl-Test-Base.spec
+++ b/perl-Test-Base.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Base
-Version:0.58
-Release:4%{?dist}
+Version:0.59
+Release:1%{?dist}
 Summary:Data Driven Testing Framework
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec 13 2010 Steven Pritchard st...@kspei.com 0.59-1
+- Update to 0.59.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.58-4
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 03d317e..2162cab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a3999c99b32e67c1759ddcb8c2d5a7f6  Test-Base-0.58.tar.gz
+fa1458d8a940ab784d6fc39a8edc0cae  Test-Base-0.59.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 Authen-SASL-2.15.tar.gz uploaded to lookaside cache by steve

2010-12-12 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Authen-SASL:

35929abb2755cf479d548672800aebee  Authen-SASL-2.15.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 Chart-2.4.2.tar.gz uploaded to lookaside cache by steve

2010-12-12 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Chart:

a75183d33b58f77e2e717165b93dbf79  Chart-2.4.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


[perl-Authen-SASL] Update to 2.15. Add example_pl to docs.

2010-12-12 Thread Steven Pritchard
commit cbfe78cee45fc8dbf699431430071ba7f166b860
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Dec 12 14:39:38 2010 -0600

Update to 2.15.
Add example_pl to docs.

 .gitignore|1 +
 perl-Authen-SASL.spec |   12 +---
 sources   |2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75294a1..43b938c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Authen-SASL-2.13.tar.gz
+/Authen-SASL-2.15.tar.gz
diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec
index 3f0dec5..b152e55 100644
--- a/perl-Authen-SASL.spec
+++ b/perl-Authen-SASL.spec
@@ -1,6 +1,6 @@
 Name:   perl-Authen-SASL
-Version:2.13
-Release:3%{?dist}
+Version:2.15
+Release:1%{?dist}
 Summary:SASL Authentication framework for Perl
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -22,6 +22,8 @@ protocols should be able to share.
 %prep
 %setup -q -n Authen-SASL-%{version}
 
+chmod a-x example_pl
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -44,11 +46,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc api.txt Changes
+%doc api.txt Changes example_pl
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 12 2010 Steven Pritchard st...@kspei.com 2.15-1
+- Update to 2.15.
+- Add example_pl to docs.
+
 * Thu Apr 29 2010 Marcela Maslanova mmasl...@redhat.com - 2.13-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 423c850..e8cdc42 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a222f9eecb03919cdff8c7cdca23ba32  Authen-SASL-2.13.tar.gz
+35929abb2755cf479d548672800aebee  Authen-SASL-2.15.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 Convert-PEM-0.08.tar.gz uploaded to lookaside cache by steve

2010-12-12 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Convert-PEM:

a55c927457035806228e62b403551f13  Convert-PEM-0.08.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 CPAN-DistnameInfo-0.10.tar.gz uploaded to lookaside cache by steve

2010-12-12 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-CPAN-DistnameInfo:

299cd9b778ddc3f9255415f60bdb5afb  CPAN-DistnameInfo-0.10.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-Convert-PEM] Update to 0.08. BR Test::Exception and Test::More. Drop extraneous docs.

2010-12-12 Thread Steven Pritchard
commit aca36b39a697297a489d3485f752137b894c7405
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Sun Dec 12 15:11:26 2010 -0600

Update to 0.08.
BR Test::Exception and Test::More.
Drop extraneous docs.

 .gitignore|1 +
 perl-Convert-PEM.spec |   24 ++--
 sources   |2 +-
 3 files changed, 16 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cf7a5a4..d74c152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Convert-PEM-0.07.tar.gz
+/Convert-PEM-0.08.tar.gz
diff --git a/perl-Convert-PEM.spec b/perl-Convert-PEM.spec
index bfe51e5..885b3cd 100644
--- a/perl-Convert-PEM.spec
+++ b/perl-Convert-PEM.spec
@@ -1,6 +1,6 @@
 Name:   perl-Convert-PEM
-Version:0.07
-Release:10%{?dist}
+Version:0.08
+Release:1%{?dist}
 Summary:Read/write encrypted ASN.1 PEM files
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -8,13 +8,15 @@ URL:http://search.cpan.org/dist/Convert-PEM/
 Source0:
http://www.cpan.org/authors/id/B/BT/BTROTT/Convert-PEM-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(Crypt::DES_EDE3)
-BuildRequires:  perl(Convert::ASN1) = 0.10
 BuildRequires:  perl(Class::ErrorHandler)
+BuildRequires:  perl(Convert::ASN1) = 0.10
+BuildRequires:  perl(Crypt::DES_EDE3)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-Requires:   perl(Crypt::DES_EDE3)
-Requires:   perl(Convert::ASN1) = 0.10
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::More)
 Requires:   perl(Class::ErrorHandler)
+Requires:   perl(Convert::ASN1) = 0.10
+Requires:   perl(Crypt::DES_EDE3)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -38,9 +40,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
-perldoc -t perlgpl  COPYING
-perldoc -t perlartistic  Artistic
-
 %check
 make test
 
@@ -49,11 +48,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README ToDo COPYING Artistic
+%doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Sun Dec 12 2010 Steven Pritchard st...@kspei.com 0.08-1
+- Update to 0.08.
+- BR Test::Exception and Test::More.
+- Drop extraneous docs.
+
 * Fri Apr 30 2010 Marcela Maslanova mmasl...@redhat.com - 0.07-10
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index af43589..f319575 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d2188dd87446004c8da882b5a1f20412  Convert-PEM-0.07.tar.gz
+a55c927457035806228e62b403551f13  Convert-PEM-0.08.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 DateTime-0.66.tar.gz uploaded to lookaside cache by steve

2010-12-12 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-DateTime:

9399b5b430da65ac0b9056c0182a805b  DateTime-0.66.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 Test-Exception-0.31.tar.gz uploaded to lookaside cache by steve

2010-12-10 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Test-Exception:

adb57ca7614d15e5b307bf5e024b35a8  Test-Exception-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Test-Exception] Update to 0.31.

2010-12-10 Thread Steven Pritchard
commit 47e224a3357bb26417d7dc3388db65fe9b490152
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Fri Dec 10 11:23:22 2010 -0600

Update to 0.31.

 .gitignore   |1 +
 perl-Test-Exception.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3929f40..6698b6c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Exception-0.29.tar.gz
+/Test-Exception-0.31.tar.gz
diff --git a/perl-Test-Exception.spec b/perl-Test-Exception.spec
index bec8510..3d19d0c 100644
--- a/perl-Test-Exception.spec
+++ b/perl-Test-Exception.spec
@@ -1,6 +1,6 @@
 Name:   perl-Test-Exception
-Version:0.29
-Release:2%{?dist}
+Version:0.31
+Release:1%{?dist}
 Summary:Library of test functions for exception based Perl code
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Dec 10 2010 Steven Pritchard st...@kspei.com 0.31-1
+- Update to 0.31.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.29-2
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index e88ea9b..5a484ba 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9aea475db531d4fd4ce40cf25a0acd14  Test-Exception-0.29.tar.gz
+adb57ca7614d15e5b307bf5e024b35a8  Test-Exception-0.31.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-YAML-Syck] Update to 1.17. Update Source0 URL. BR JSON (for tests).

2010-12-08 Thread Steven Pritchard
commit 30612deec31dd0a16cc09f535839c82e7ad80dce
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 09:09:43 2010 -0600

Update to 1.17.
Update Source0 URL.
BR JSON (for tests).

 .gitignore  |1 +
 perl-YAML-Syck.spec |   14 ++
 sources |2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 26c8a26..ac17710 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 YAML-Syck-1.07.tar.gz
+/YAML-Syck-1.17.tar.gz
diff --git a/perl-YAML-Syck.spec b/perl-YAML-Syck.spec
index 2b23766..2e1a5d4 100644
--- a/perl-YAML-Syck.spec
+++ b/perl-YAML-Syck.spec
@@ -1,15 +1,16 @@
 Name:   perl-YAML-Syck
-Version:1.07 
-Release:4%{?dist}
+Version:1.17 
+Release:1%{?dist}
 Summary:Fast, lightweight YAML loader and dumper
 License:BSD and MIT
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/YAML-Syck/
-Source0:
http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/YAML-Syck-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AV/AVAR/YAML-Syck-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(Devel::Leak)
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(JSON)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Devel::Leak)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %{?perl_default_filter}
@@ -52,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 07 2010 Steven Pritchard st...@kspei.com 1.17-1
+- Update to 1.17.
+- Update Source0 URL.
+- BR JSON (for tests).
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 1.07-4
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index c92767c..5d41c86 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-410ef7e24185de2a04390e0543876cad  YAML-Syck-1.07.tar.gz
+f788529ad4b2c2fd037ccdfd5e7a88ab  YAML-Syck-1.17.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File YAML-0.72.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-YAML:

35f8107367a5ba8c50965eca0ea7c370  YAML-0.72.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-YAML] Update to 0.72.

2010-12-08 Thread Steven Pritchard
commit 2e0508e99bfaf9c8624e80d0edd67c7c462c65d7
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 09:26:35 2010 -0600

Update to 0.72.

 .gitignore |1 +
 perl-YAML.spec |5 -
 sources|2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a14ebdd..e754a87 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 YAML-0.71.tar.gz
+/YAML-0.72.tar.gz
diff --git a/perl-YAML.spec b/perl-YAML.spec
index cfd841f..33d3c86 100644
--- a/perl-YAML.spec
+++ b/perl-YAML.spec
@@ -1,5 +1,5 @@
 Name:   perl-YAML
-Version:0.71
+Version:0.72
 Release:1%{?dist}
 Summary:YAML Ain't Markup Language (tm)
 License:GPL+ or Artistic
@@ -61,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/YAML*.3*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 0.72-1
+- Update to 0.72.
+
 * Wed Aug 18 2010 Paul Howarth p...@city-fan.org - 0.71-1
 - Update to 0.71 (use UTF-8 encoding in LoadFile/DumpFile: CPAN RT#25434)
 - Enable AUTOMATED_TESTING
diff --git a/sources b/sources
index 4fe9055..ec13446 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0f7cf232dd43c28c0e3767d672d6887  YAML-0.71.tar.gz
+35f8107367a5ba8c50965eca0ea7c370  YAML-0.72.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


[perl-Text-Reform] Update to 1.20. Update Source0 URL. BR Module::Build and build with it. Add demo directory to docs.

2010-12-08 Thread Steven Pritchard
commit db9c6442be0f89ce9106d5abfc671f39cfac9027
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 18:04:13 2010 -0600

Update to 1.20.
Update Source0 URL.
BR Module::Build and build with it.
Add demo directory to docs.

 .gitignore|1 +
 perl-Text-Reform.spec |   30 ++
 sources   |2 +-
 3 files changed, 20 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c1a914..048cfc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Reform-v1.12.2.tar.gz
+/Text-Reform-1.20.tar.gz
diff --git a/perl-Text-Reform.spec b/perl-Text-Reform.spec
index 5c1b001..0115ac7 100644
--- a/perl-Text-Reform.spec
+++ b/perl-Text-Reform.spec
@@ -1,16 +1,17 @@
 Name:   perl-Text-Reform
-Version:1.12.2
-Release:11%{?dist}
+Version:1.20
+Release:1%{?dist}
 Summary:Manual text wrapping and reformatting
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Reform/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Reform-v%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/C/CH/CHORNY/Text-Reform-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
-BuildRequires:  perl(version)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Pod) = 1.14 
+BuildRequires:  perl(version)
 
 Requires:   perl(TeX::Hyphen)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
@@ -20,19 +21,18 @@ The module supplies a re-entrant, highly configurable 
replacement for the
 built-in Perl format() mechanism.
 
 %prep
-%setup -q -n Text-Reform-v%{version}
+%setup -q -n Text-Reform-%{version}
 chmod 644 Changes README lib/Text/*.pm
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
@@ -40,18 +40,24 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 
2/dev/null \;
 %check
 # the testsuite fails for locales with decimal point != ., i.e. it
 # fails for almost all European languages except en
-LC_NUMERIC=C make test
+LC_NUMERIC=C ./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README demo/
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 1.20-1
+- Update to 1.20.
+- Update Source0 URL.
+- BR Module::Build and build with it.
+- Add demo directory to docs.
+
 * Fri May 14 2010 Ralf Corsépius corse...@fedoraproject.org - 1.12.2-11
 - Bump release for perl-5.12.0.
 
diff --git a/sources b/sources
index 6ba74de..66efa2f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c2dc7c1d885e5d977831d798dd31e99b  Text-Reform-v1.12.2.tar.gz
+f37f5834f3dc221eacd09bdfcfe40918  Text-Reform-1.20.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

File Text-WordDiff-0.05.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Text-WordDiff:

e0dd883f1b208b02a63f8da1de4a2061  Text-WordDiff-0.05.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 Text-Reform-1.20.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Text-Reform:

f37f5834f3dc221eacd09bdfcfe40918  Text-Reform-1.20.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-Text-WordDiff] Update to 0.05.

2010-12-08 Thread Steven Pritchard
commit 1a3b167071a87f5180f83c98c3fb20e06119c5bb
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 17:46:53 2010 -0600

Update to 0.05.

 .gitignore  |1 +
 perl-Text-WordDiff.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index afbe874..1e6ac7d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-WordDiff-0.04.tar.gz
+/Text-WordDiff-0.05.tar.gz
diff --git a/perl-Text-WordDiff.spec b/perl-Text-WordDiff.spec
index 7930e7b..32018c4 100644
--- a/perl-Text-WordDiff.spec
+++ b/perl-Text-WordDiff.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-WordDiff
-Version:0.04
-Release:5%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:Track changes between documents
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 0.05-1
+- Update to 0.05.
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 0.04-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index b18d4c5..0049624 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c647ac82c5d63f022a152ab298c7b331  Text-WordDiff-0.04.tar.gz
+e0dd883f1b208b02a63f8da1de4a2061  Text-WordDiff-0.05.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 Text-Diff-HTML-0.06.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Text-Diff-HTML:

27d6447eebebcfb620977aba8a9b9300  Text-Diff-HTML-0.06.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-Text-Diff-HTML] Update to 0.06.

2010-12-08 Thread Steven Pritchard
commit 8b2f39dbb47c0a15cf7e6de7640bc29bbf9ef504
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 18:24:20 2010 -0600

Update to 0.06.

 .gitignore   |1 +
 perl-Text-Diff-HTML.spec |7 +--
 sources  |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2beab5d..c427697 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Diff-HTML-0.05.tar.gz
+/Text-Diff-HTML-0.06.tar.gz
diff --git a/perl-Text-Diff-HTML.spec b/perl-Text-Diff-HTML.spec
index 91fcc63..6a90419 100644
--- a/perl-Text-Diff-HTML.spec
+++ b/perl-Text-Diff-HTML.spec
@@ -1,6 +1,6 @@
 Name:   perl-Text-Diff-HTML
-Version:0.05
-Release:5%{?dist}
+Version:0.06
+Release:1%{?dist}
 Summary:XHTML format for Text::Diff::Unified
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 0.06-1
+- Update to 0.06.
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 0.05-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index c1e727b..efb4862 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d04d1dc25c9ba97955a4400a608da5d2  Text-Diff-HTML-0.05.tar.gz
+27d6447eebebcfb620977aba8a9b9300  Text-Diff-HTML-0.06.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 Text-Autoformat-1.669002.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Text-Autoformat:

c2c400207f49a769e32b5b1b660b07f7  Text-Autoformat-1.669002.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-Text-Autoformat] Update to 1.669002. BR version and Module::Build (and build with that). Include config.emacs and con

2010-12-08 Thread Steven Pritchard
commit 3bcc05a5777f59cdbec42e3615e0d53e2349d596
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 18:37:23 2010 -0600

Update to 1.669002.
BR version and Module::Build (and build with that).
Include config.emacs and config.vim in docs.

 .gitignore|1 +
 perl-Text-Autoformat.spec |   28 +---
 sources   |2 +-
 3 files changed, 19 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d6f66dc..4965030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Text-Autoformat-v1.14.0.tar.gz
+/Text-Autoformat-1.669002.tar.gz
diff --git a/perl-Text-Autoformat.spec b/perl-Text-Autoformat.spec
index 8cbed75..ffa9fb4 100644
--- a/perl-Text-Autoformat.spec
+++ b/perl-Text-Autoformat.spec
@@ -1,15 +1,17 @@
 Name:   perl-Text-Autoformat
-Version:1.14.0
-Release:7%{?dist}
+Version:1.669002
+Release:1%{?dist}
 Summary:Automatic text wrapping and reformatting
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Text-Autoformat/
-Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-v%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DC/DCONWAY/Text-Autoformat-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(ExtUtils::MakeMaker), perl(Test::More)
+BuildRequires:  perl(Module::Build)
+BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Text::Reform) = 1.11
+BuildRequires:  perl(version)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 # Filter out perl(Hang) and perl(NullHang) auto-provides.
@@ -29,39 +31,43 @@ The module also supplies a re-entrant, highly configurable 
replacement for
 the built-in Perl format() mechanism.
 
 %prep
-%setup -q -n Text-Autoformat-v%{version}
+%setup -q -n Text-Autoformat-%{version}
 chmod a-x lib/Text/Autoformat.pm Changes README
 
 sed -e 's,@@PERL_PROV@@,%{real_perl_provides},' %{SOURCE99}  
%{__perl_provides}
 chmod +x %{__perl_provides}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT %{__perl_provides}
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes README config.emacs config.vim
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 1.669002-1
+- Update to 1.669002.
+- BR version and Module::Build (and build with that).
+- Include config.emacs and config.vim in docs.
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 1.14.0-7
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 7a95f95..92992c2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-06958fdf5d9acffc7d68e37cc606de72  Text-Autoformat-v1.14.0.tar.gz
+c2c400207f49a769e32b5b1b660b07f7  Text-Autoformat-1.669002.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 Test-NoWarnings-1.02.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Test-NoWarnings:

6c5ae5613c66d6b5e4f0799085571a64  Test-NoWarnings-1.02.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-Output] Update to 0.16. Update Source0 URL. Add LICENSE to docs.

2010-12-08 Thread Steven Pritchard
commit 547a4b4518c7e415414de1996b40835c38a9aec8
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 18:40:01 2010 -0600

Update to 0.16.
Update Source0 URL.
Add LICENSE to docs.

 .gitignore|1 +
 perl-Test-Output.spec |   13 +
 sources   |2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 086a1c0..2d4f184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-Output-0.12.tar.gz
+/Test-Output-0.16.tar.gz
diff --git a/perl-Test-Output.spec b/perl-Test-Output.spec
index 5dd904c..88a1d98 100644
--- a/perl-Test-Output.spec
+++ b/perl-Test-Output.spec
@@ -1,11 +1,11 @@
 Name:   perl-Test-Output
-Version:0.12
-Release:5%{?dist}
+Version:0.16
+Release:1%{?dist}
 Summary:Utilities to test STDOUT and STDERR messages
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-Output/
-Source0:
http://www.cpan.org/authors/id/S/SS/SSORICHE/Test-Output-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/B/BD/BDFOY/Test-Output-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -48,11 +48,16 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README TODO
+%doc Changes LICENSE README TODO
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 0.16-1
+- Update to 0.16.
+- Update Source0 URL.
+- Add LICENSE to docs.
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 0.12-5
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 2e5b09b..4fc01e2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5b0a877a98f716af6cc150c1a1d6dc59  Test-Output-0.12.tar.gz
+d7a4bd06f682089bd0b432e6df94cfef  Test-Output-0.16.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 Test-Output-0.16.tar.gz uploaded to lookaside cache by steve

2010-12-08 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Test-Output:

d7a4bd06f682089bd0b432e6df94cfef  Test-Output-0.16.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-NoWarnings] Update to 1.02. Update Source0 URL. BR Test::Builder and Test::More, plus update versioned Test::Tes

2010-12-08 Thread Steven Pritchard
commit 60d95d79d91dac26a97d0064a3b6f3013f932a83
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Wed Dec 8 18:51:08 2010 -0600

Update to 1.02.
Update Source0 URL.
BR Test::Builder and Test::More, plus update versioned Test::Tester BR.
CHANGES renamed to Changes, and LGPL renamed to LICENSE.

 .gitignore|1 +
 perl-Test-NoWarnings.spec |   18 +-
 sources   |2 +-
 3 files changed, 15 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 130a7a7..9ba1de0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Test-NoWarnings-0.084.tar.gz
+/Test-NoWarnings-1.02.tar.gz
diff --git a/perl-Test-NoWarnings.spec b/perl-Test-NoWarnings.spec
index 6578d84..b6a1552 100644
--- a/perl-Test-NoWarnings.spec
+++ b/perl-Test-NoWarnings.spec
@@ -1,16 +1,18 @@
 Name:   perl-Test-NoWarnings
-Version:0.084
-Release:7%{?dist}
+Version:1.02
+Release:1%{?dist}
 Summary:Make sure you didn't emit any warnings while testing
 License:LGPLv2+
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Test-NoWarnings/
-Source0:
http://www.cpan.org/authors/id/F/FD/FDALY/Test-NoWarnings-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/A/AD/ADAMK/Test-NoWarnings-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(Devel::StackTrace)
 BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::Tester) = 0.103
+BuildRequires:  perl(Test::Builder) = 0.86
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Test::Tester) = 0.107
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
 %description
@@ -46,11 +48,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LGPL README
+%doc Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Dec 08 2010 Steven Pritchard st...@kspei.com 1.02-1
+- Update to 1.02.
+- Update Source0 URL.
+- BR Test::Builder and Test::More, plus update versioned Test::Tester BR.
+- CHANGES renamed to Changes, and LGPL renamed to LICENSE.
+
 * Thu May 06 2010 Marcela Maslanova mmasl...@redhat.com - 0.084-7
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index 7ad279c..bff6d38 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-26341294a4062e9e7d8a643485ca78d4  Test-NoWarnings-0.084.tar.gz
+6c5ae5613c66d6b5e4f0799085571a64  Test-NoWarnings-1.02.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-BerkeleyDB/el6/master: 12/12] Sync with rawhide.

2010-12-07 Thread Steven Pritchard
commit c8550842012e10312c157dc7ffa90c4159ab6817
Merge: 4906ac0 a0afb94
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 7 13:17:47 2010 -0600

Sync with rawhide.

 .gitignore   |2 +-
 perl-BerkeleyDB.spec |   72 +++---
 sources  |2 +-
 3 files changed, 64 insertions(+), 12 deletions(-)
---
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-de...@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel


File YAML-Tiny-1.44.tar.gz uploaded to lookaside cache by steve

2010-12-07 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-YAML-Tiny:

143dc3457545174976748eeec3e44dbb  YAML-Tiny-1.44.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-YAML-Tiny] Update to 1.44.

2010-12-07 Thread Steven Pritchard
commit 1d3b5cc43cdbb57986ad5762f8687819241216a1
Author: Steven Pritchard steven.pritch...@gmail.com
Date:   Tue Dec 7 14:21:57 2010 -0600

Update to 1.44.

 .gitignore  |1 +
 perl-YAML-Tiny.spec |7 +--
 sources |2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8a903d2..f069b14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 YAML-Tiny-1.40.tar.gz
+/YAML-Tiny-1.44.tar.gz
diff --git a/perl-YAML-Tiny.spec b/perl-YAML-Tiny.spec
index 57017e1..debe5e3 100644
--- a/perl-YAML-Tiny.spec
+++ b/perl-YAML-Tiny.spec
@@ -1,6 +1,6 @@
 Name:   perl-YAML-Tiny
-Version:1.40
-Release:3%{?dist}
+Version:1.44
+Release:1%{?dist}
 Summary:Read/Write YAML files with as little code as possible
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -54,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 07 2010 Steven Pritchard st...@kspei.com 1.44-1
+- Update to 1.44.
+
 * Fri May 07 2010 Marcela Maslanova mmasl...@redhat.com - 1.40-3
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index f06c62b..923e659 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-412bba484e5a3ab53308a0d731d853a6  YAML-Tiny-1.40.tar.gz
+143dc3457545174976748eeec3e44dbb  YAML-Tiny-1.44.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 YAML-Syck-1.17.tar.gz uploaded to lookaside cache by steve

2010-12-07 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-YAML-Syck:

f788529ad4b2c2fd037ccdfd5e7a88ab  YAML-Syck-1.17.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 Apache-Session-1.89.tar.gz uploaded to lookaside cache by steve

2010-11-02 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-Apache-Session:

a21d1fbb30723e8d155c1936c7d9a37c  Apache-Session-1.89.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


rpms/perl-DateTime-Format-Strptime/EL-6 .cvsignore, 1.4, 1.5 perl-DateTime-Format-Strptime.spec, 1.9, 1.10 sources, 1.4, 1.5 perl-DateTime-Format-Strptime-004_locale_defaults.patch, 1.1, NONE

2010-07-09 Thread Steven Pritchard
Author: steve

Update of /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1188

Modified Files:
.cvsignore perl-DateTime-Format-Strptime.spec sources 
Removed Files:
perl-DateTime-Format-Strptime-004_locale_defaults.patch 
Log Message:
Sync with devel branch.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore  22 Sep 2008 18:23:05 -  1.4
+++ .cvsignore  9 Jul 2010 15:45:12 -   1.5
@@ -1 +1 @@
-DateTime-Format-Strptime-1.0800.tgz
+DateTime-Format-Strptime-1.2000.tar.gz


Index: perl-DateTime-Format-Strptime.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-6/perl-DateTime-Format-Strptime.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-DateTime-Format-Strptime.spec  26 Jul 2009 05:38:56 -  1.9
+++ perl-DateTime-Format-Strptime.spec  9 Jul 2010 15:45:12 -   1.10
@@ -1,16 +1,16 @@
 Name:   perl-DateTime-Format-Strptime
-Version:1.0800
-Release:3%{?dist}
+Version:1.2000
+Release:2%{?dist}
 Summary:Parse and format strp and strf time patterns
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-Format-Strptime/
-Source0:
http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tgz
-Patch0: perl-DateTime-Format-Strptime-004_locale_defaults.patch
+Source0:
http://www.cpan.org/authors/id/R/RI/RICKM/DateTime-Format-Strptime-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
-BuildRequires:  perl(DateTime) = 0.4304
-BuildRequires:  perl(DateTime::Locale) = 0.41
+BuildRequires:  perl(Class::ISA)
+BuildRequires:  perl(DateTime) = 0.44
+BuildRequires:  perl(DateTime::Locale) = 0.45
 BuildRequires:  perl(DateTime::TimeZone) = 0.79
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Params::Validate) = 0.64
@@ -25,7 +25,6 @@ returns the DateTime object associated.
 
 %prep
 %setup -q -n DateTime-Format-Strptime-%{version}
-%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -54,10 +53,27 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
-* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0800-3
+* Tue Jun 15 2010 Petr Sabata psab...@redhat.com - 1.2000-1
+- Update to the latest upstream release
+
+* Fri Apr 30 2010 Marcela Maslanova mmasl...@redhat.com - 1.1000-2
+- Mass rebuild with perl-5.12.0
+
+* Tue Feb 16 2010 Paul Howarth p...@city-fan.org 1.1000-1
+- Fix FTBFS (#564718) by bumping buildreq version of perl(DateTime) from 0.4304
+  to 0.44 (RPM considers 0.4304  0.44, unlike perl) and bumping version to
+  1.1000 for compatibility with DateTime::Locale 0.43 (upstream ticket 19)
+- Update buildreq version requirement for perl(DateTime::Locale) to 0.43
+- Drop test patch, no longer needed
+- Run additional tests for full locale coverage
+
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com 1.0800-4
+- Rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
1.0800-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 1.0800-2
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
1.0800-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
 * Fri Aug 29 2008 Steven Pritchard st...@kspei.com 1.0800-1
@@ -68,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 - Patch t/004_locale_defaults.t to work around change in DateTime::Locale.
 
 * Tue Mar 04 2008 Tom spot Callaway tcall...@redhat.com 1.0702-2
-- rebuild for new perl
+- Rebuild for new perl
 
 * Thu Jan 03 2008 Steven Pritchard st...@kspei.com 1.0702-1
 - Update to 1.0702.


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-Strptime/EL-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources 22 Sep 2008 18:23:05 -  1.4
+++ sources 9 Jul 2010 15:45:12 -   1.5
@@ -1 +1 @@
-930bdda4cbf0e5414a70759861655a12  DateTime-Format-Strptime-1.0800.tgz
+8e0218294f983629cf781990ed61f3ba  DateTime-Format-Strptime-1.2000.tar.gz


--- perl-DateTime-Format-Strptime-004_locale_defaults.patch DELETED ---

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


File CPAN-DistnameInfo-0.09.tar.gz uploaded to lookaside cache by steve

2010-02-13 Thread Steven Pritchard
A file has been added to the lookaside cache for perl-CPAN-DistnameInfo:

d402bfb2974875ea1309dace53f13aeb  CPAN-DistnameInfo-0.09.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


rpms/perl-BerkeleyDB/devel .cvsignore, 1.13, 1.14 perl-BerkeleyDB.spec, 1.26, 1.27 sources, 1.13, 1.14

2010-02-13 Thread Steven Pritchard
Author: steve

Update of /cvs/pkgs/rpms/perl-BerkeleyDB/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11199

Modified Files:
.cvsignore perl-BerkeleyDB.spec sources 
Log Message:
Update to 0.41.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore  2 Sep 2009 18:30:44 -   1.13
+++ .cvsignore  13 Feb 2010 20:00:58 -  1.14
@@ -1 +1 @@
-BerkeleyDB-0.39.tar.gz
+BerkeleyDB-0.41.tar.gz


Index: perl-BerkeleyDB.spec
===
RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/perl-BerkeleyDB.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- perl-BerkeleyDB.spec7 Dec 2009 11:21:44 -   1.26
+++ perl-BerkeleyDB.spec13 Feb 2010 20:00:58 -  1.27
@@ -1,6 +1,6 @@
 Name:   perl-BerkeleyDB
-Version:0.39
-Release:2%{?dist}
+Version:0.41
+Release:1%{?dist}
 Summary:Perl extension for Berkeley DB version 2, 3 or 4
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 
 %changelog
+* Sat Feb 13 2010 Steven Pritchard st...@kspei.com 0.41-1
+- Update to 0.41.
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.39-2
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-BerkeleyDB/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources 2 Sep 2009 18:30:44 -   1.13
+++ sources 13 Feb 2010 20:00:59 -  1.14
@@ -1 +1 @@
-da4cff937216a147162a6df76cae8096  BerkeleyDB-0.39.tar.gz
+5941c90783a55ca4280c2963bbe1ac83  BerkeleyDB-0.41.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


rpms/perl-CPAN-DistnameInfo/devel .cvsignore, 1.4, 1.5 perl-CPAN-DistnameInfo.spec, 1.9, 1.10 sources, 1.4, 1.5

2010-02-13 Thread Steven Pritchard
Author: steve

Update of /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv11775

Modified Files:
.cvsignore perl-CPAN-DistnameInfo.spec sources 
Log Message:
Update to 0.09.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore  12 May 2009 21:27:03 -  1.4
+++ .cvsignore  13 Feb 2010 20:05:54 -  1.5
@@ -1 +1 @@
-CPAN-DistnameInfo-0.08.tar.gz
+CPAN-DistnameInfo-0.09.tar.gz


Index: perl-CPAN-DistnameInfo.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/perl-CPAN-DistnameInfo.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-CPAN-DistnameInfo.spec 4 Dec 2009 02:12:23 -   1.9
+++ perl-CPAN-DistnameInfo.spec 13 Feb 2010 20:05:54 -  1.10
@@ -1,6 +1,6 @@
 Name:   perl-CPAN-DistnameInfo
-Version:0.08
-Release:3%{?dist}
+Version:0.09
+Release:1%{?dist}
 Summary:Extract distribution name and version from a distribution 
filename
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 13 2010 Steven Pritchard st...@kspei.com 0.09-1
+- Update to 0.09.
+
 * Fri Dec  4 2009 Stepan Kasal ska...@redhat.com - 0.08-3
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-CPAN-DistnameInfo/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources 12 May 2009 21:27:03 -  1.4
+++ sources 13 Feb 2010 20:05:54 -  1.5
@@ -1 +1 @@
-b7b03591a3b18b8bc3595560538b0b19  CPAN-DistnameInfo-0.08.tar.gz
+d402bfb2974875ea1309dace53f13aeb  CPAN-DistnameInfo-0.09.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


rpms/perl-DateTime-Event-ICal/devel .cvsignore, 1.2, 1.3 perl-DateTime-Event-ICal.spec, 1.8, 1.9 sources, 1.2, 1.3

2010-02-13 Thread Steven Pritchard
Author: steve

Update of /cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15820

Modified Files:
.cvsignore perl-DateTime-Event-ICal.spec sources 
Log Message:
Update to 0.10.


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  8 Jul 2006 17:04:11 -   1.2
+++ .cvsignore  13 Feb 2010 20:40:23 -  1.3
@@ -1 +1 @@
-DateTime-Event-ICal-0.09.tar.gz
+DateTime-Event-ICal-0.10.tar.gz


Index: perl-DateTime-Event-ICal.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel/perl-DateTime-Event-ICal.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-DateTime-Event-ICal.spec   7 Dec 2009 12:57:41 -   1.8
+++ perl-DateTime-Event-ICal.spec   13 Feb 2010 20:40:23 -  1.9
@@ -1,6 +1,6 @@
 Name:   perl-DateTime-Event-ICal
-Version:0.09
-Release:8%{?dist}
+Version:0.10
+Release:1%{?dist}
 Summary:Perl DateTime extension for computing rfc2445 recurrences
 License:GPL+ or Artistic
 Group:  Development/Libraries
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 13 2010 Steven Pritchard st...@kspei.com 0.10-1
+- Update to 0.10.
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.09-8
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Event-ICal/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 8 Jul 2006 17:04:11 -   1.2
+++ sources 13 Feb 2010 20:40:23 -  1.3
@@ -1 +1 @@
-a68e58f5aac48a739249118d078e9947  DateTime-Event-ICal-0.09.tar.gz
+a32f85ab15c48a813cbed3ee152cccbf  DateTime-Event-ICal-0.10.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


rpms/perl-DateTime-Format-W3CDTF/devel .cvsignore, 1.2, 1.3 perl-DateTime-Format-W3CDTF.spec, 1.8, 1.9 sources, 1.2, 1.3

2010-02-13 Thread Steven Pritchard
Author: steve

Update of /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17000

Modified Files:
.cvsignore perl-DateTime-Format-W3CDTF.spec sources 
Log Message:
Update to 0.05.
Update Source0 URL.
Build with Module::Build.



Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore  28 Aug 2006 16:00:49 -  1.2
+++ .cvsignore  13 Feb 2010 20:46:58 -  1.3
@@ -1 +1 @@
-DateTime-Format-W3CDTF-0.04.tar.gz
+DateTime-Format-W3CDTF-0.05.tar.gz


Index: perl-DateTime-Format-W3CDTF.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/perl-DateTime-Format-W3CDTF.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- perl-DateTime-Format-W3CDTF.spec7 Dec 2009 11:26:31 -   1.8
+++ perl-DateTime-Format-W3CDTF.spec13 Feb 2010 20:46:58 -  1.9
@@ -1,15 +1,15 @@
 Name:   perl-DateTime-Format-W3CDTF
-Version:0.04
-Release:8%{?dist}
+Version:0.05
+Release:1%{?dist}
 Summary:Parse and format W3CDTF datetime strings
 License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/DateTime-Format-W3CDTF/
-Source0:
http://www.cpan.org/authors/id/K/KE/KELLAN/DateTime-Format-W3CDTF-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Format-W3CDTF-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 BuildRequires:  perl(DateTime)
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
 Requires:   perl(:MODULE_COMPAT_%(eval `%{__perl} -V:version`; echo 
$version))
 
@@ -22,21 +22,19 @@ date format of RSS 1.0.
 %setup -q -n DateTime-Format-W3CDTF-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%{__perl} Build.PL installdirs=vendor
+./Build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2/dev/null \;
 
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
-make test
+./Build test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -48,6 +46,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Sat Feb 13 2010 Steven Pritchard st...@kspei.com 0.05-1
+- Update to 0.05.
+- Update Source0 URL.
+- Build with Module::Build.
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.04-8
 - rebuild against perl 5.10.1
 


Index: sources
===
RCS file: /cvs/pkgs/rpms/perl-DateTime-Format-W3CDTF/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources 28 Aug 2006 16:00:49 -  1.2
+++ sources 13 Feb 2010 20:46:58 -  1.3
@@ -1 +1 @@
-5ad0a41bb5de08f9c16395ea311bb491  DateTime-Format-W3CDTF-0.04.tar.gz
+86b23720f1d2f40ca1fec0a4096a5ff4  DateTime-Format-W3CDTF-0.05.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


  1   2   >