rpms/perl-Hash-WithDefaults/EL-5 .cvsignore, 1.1, 1.2 Makefile, 1.2, 1.3 perl-Hash-WithDefaults.spec, 1.1, 1.2

2010-03-09 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-Hash-WithDefaults/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23346

Modified Files:
.cvsignore Makefile perl-Hash-WithDefaults.spec 
Log Message:
update to latest from devel branch


Index: .cvsignore
===
RCS file: /cvs/pkgs/rpms/perl-Hash-WithDefaults/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore  25 Apr 2007 19:40:01 -  1.1
+++ .cvsignore  10 Mar 2010 04:47:15 -  1.2
@@ -0,0 +1 @@
+Hash-WithDefaults-0.04.tar.gz




Index: perl-Hash-WithDefaults.spec
===
RCS file: 
/cvs/pkgs/rpms/perl-Hash-WithDefaults/EL-5/perl-Hash-WithDefaults.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- perl-Hash-WithDefaults.spec 25 Apr 2007 20:27:39 -  1.1
+++ perl-Hash-WithDefaults.spec 10 Mar 2010 04:47:15 -  1.2
@@ -1,8 +1,8 @@
 Name:   perl-Hash-WithDefaults
 Version:0.04
-Release:2%{?dist}
+Release:7%{?dist}
 Summary:Class for hashes with key-casing requirements supporting 
defaults
-License:GPL or Artistic
+License:GPL+ or Artistic
 Group:  Development/Libraries
 URL:http://search.cpan.org/dist/Hash-WithDefaults/
 Source0:
http://www.cpan.org/authors/id/J/JE/JENDA/Hash-WithDefaults-%{version}.tar.gz
@@ -49,6 +49,21 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.04-7
+- rebuild against perl 5.10.1
+
+* Sat Jul 25 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering rel-...@lists.fedoraproject.org 
- 0.04-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Wed Mar  5 2008 Tom spot Callaway tcall...@redhat.com 0.04-3
+- rebuild for new perl
+
 * Wed Apr 25 2007 Chris Weyl cw...@alumni.drew.edu 0.04-2
 - bump
 

--
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-PerlIO-gzip/EL-5 perl-PerlIO-gzip.spec,1.7,1.8

2010-03-09 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24039

Modified Files:
perl-PerlIO-gzip.spec 
Log Message:
* Wed Mar 10 2010 Iain Arnell iarn...@gmail.com 0.18-7.1
- manually strip private Perl libs from autoprov output again



Index: perl-PerlIO-gzip.spec
===
RCS file: /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-5/perl-PerlIO-gzip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-PerlIO-gzip.spec   7 Dec 2009 13:21:45 -   1.7
+++ perl-PerlIO-gzip.spec   10 Mar 2010 04:54:30 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-PerlIO-gzip
 Version:0.18
-Release:7%{?dist}
+Release:7%{?dist}.1
 Summary:Perl extension to provide a PerlIO layer to gzip/gunzip
 # See Makefile.PL, gzip.xs, etc.
 License:GPL+ or Artistic
@@ -22,6 +22,11 @@ BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
+# don't provide the private XS.so() lib
+%global _use_internal_dependency_generator 0
+%global provfind /bin/sh -c grep -v '%perl_vendorarch.*\\.so$' | 
%__find_provides
+%global __find_provides %provfind
+
 %description
 PerlIO::gzip provides a PerlIO layer that manipulates files in the format
 used by the gzip program. Compression and decompression are implemented.
@@ -64,6 +69,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 10 2010 Iain Arnell iarn...@gmail.com 0.18-7.1
+- manually strip private Perl libs from autoprov output again
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.18-7
 - rebuild against perl 5.10.1
 

--
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-PerlIO-gzip/EL-4 perl-PerlIO-gzip.spec,1.7,1.8

2010-03-09 Thread Iain Arnell
Author: iarnell

Update of /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24187

Modified Files:
perl-PerlIO-gzip.spec 
Log Message:
* Wed Mar 10 2010 Iain Arnell iarn...@gmail.com 0.18-7.1
- manually strip private Perl libs from autoprov output again



Index: perl-PerlIO-gzip.spec
===
RCS file: /cvs/pkgs/rpms/perl-PerlIO-gzip/EL-4/perl-PerlIO-gzip.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- perl-PerlIO-gzip.spec   7 Dec 2009 13:21:45 -   1.7
+++ perl-PerlIO-gzip.spec   10 Mar 2010 04:55:22 -  1.8
@@ -1,6 +1,6 @@
 Name:   perl-PerlIO-gzip
 Version:0.18
-Release:7%{?dist}
+Release:7%{?dist}.1
 Summary:Perl extension to provide a PerlIO layer to gzip/gunzip
 # See Makefile.PL, gzip.xs, etc.
 License:GPL+ or Artistic
@@ -22,6 +22,11 @@ BuildRequires:  perl(Test::More)
 
 %{?perl_default_filter}
 
+# don't provide the private XS.so() lib
+%global _use_internal_dependency_generator 0
+%global provfind /bin/sh -c grep -v '%perl_vendorarch.*\\.so$' | 
%__find_provides
+%global __find_provides %provfind
+
 %description
 PerlIO::gzip provides a PerlIO layer that manipulates files in the format
 used by the gzip program. Compression and decompression are implemented.
@@ -64,6 +69,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 10 2010 Iain Arnell iarn...@gmail.com 0.18-7.1
+- manually strip private Perl libs from autoprov output again
+
 * Mon Dec  7 2009 Stepan Kasal ska...@redhat.com - 0.18-7
 - rebuild against perl 5.10.1
 

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


[Bug 569298] Branch perl-Hash-WithDefaults for EPEL

2010-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #3 from Fedora Update System upda...@fedoraproject.org 2010-03-09 
23:57:04 EST ---
perl-Hash-WithDefaults-0.04-7.el5 has been submitted as an update for Fedora
EPEL 5.
http://admin.fedoraproject.org/updates/perl-Hash-WithDefaults-0.04-7.el5

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


[Bug 569299] Branch perl-PerlIO-gzip for EPEL

2010-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #2 from Fedora Update System upda...@fedoraproject.org 2010-03-10 
00:03:51 EST ---
perl-PerlIO-gzip-0.18-7.el4.1 has been submitted as an update for Fedora EPEL
4.
http://admin.fedoraproject.org/updates/perl-PerlIO-gzip-0.18-7.el4.1

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


[Bug 569299] Branch perl-PerlIO-gzip for EPEL

2010-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

--- Comment #3 from Fedora Update System upda...@fedoraproject.org 2010-03-10 
00:03:58 EST ---
perl-PerlIO-gzip-0.18-7.el5.1 has been submitted as an update for Fedora EPEL
5.
http://admin.fedoraproject.org/updates/perl-PerlIO-gzip-0.18-7.el5.1

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


[Bug 567120] perl-Set-Scalar: please update to v1.25 and create EPEL branches

2010-03-09 Thread bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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

Ralf Corsepius rc040...@freenet.de changed:

   What|Removed |Added

 CC||rc040...@freenet.de

--- Comment #10 from Ralf Corsepius rc040...@freenet.de 2010-03-10 00:57:39 
EST ---
Please also update FC12 and FC11.

Updating EPEL5 and FC14/FC13 only is not helpful.

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