rpms/perl-Net-Patricia/EL-6 import.log, NONE, 1.1 .cvsignore, 1.6, 1.7 perl-Net-Patricia.spec, 1.13, 1.14 sources, 1.6, 1.7

Orion Poplawski orion at fedoraproject.org
Thu Jul 1 18:55:29 UTC 2010


Author: orion

Update of /cvs/pkgs/rpms/perl-Net-Patricia/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv8593/EL-6

Modified Files:
	.cvsignore perl-Net-Patricia.spec sources 
Added Files:
	import.log 
Log Message:
Update to 1.17_01 from devel


--- NEW FILE import.log ---
perl-Net-Patricia-1_17_01-1_fc14:EL-6:perl-Net-Patricia-1.17_01-1.fc14.src.rpm:1278010518


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	24 Feb 2010 19:13:45 -0000	1.6
+++ .cvsignore	1 Jul 2010 18:55:29 -0000	1.7
@@ -1 +1 @@
-Net-Patricia-1.16.tar.gz
+Net-Patricia-1.17_01.tar.gz


Index: perl-Net-Patricia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/perl-Net-Patricia.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-Net-Patricia.spec	24 Feb 2010 19:13:45 -0000	1.13
+++ perl-Net-Patricia.spec	1 Jul 2010 18:55:29 -0000	1.14
@@ -1,13 +1,20 @@
 Name:           perl-Net-Patricia
-Version:        1.16
+Version:        1.17_01
 Release:        1%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
-License:        GPLv2+
+License:        Distributable, see COPYING
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-Patricia/
-Source0:        http://search.cpan.org/CPAN/authors/id/P/PH/PHILIPP/Net-Patricia-%{version}.tar.gz
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-BuildRequires:  perl(ExtUtils::MakeMaker) perl(Socket6)
+Source0:        http://www.cpan.org/modules/by-module/Net/Net-Patricia-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
+BuildRequires:  perl(Socket6)
+BuildRequires:  perl(version)
+BuildRequires:  perl(Net::CIDR::Lite) >= 0.20
+Requires:       perl(Socket6)
+Requires:       perl(version)
+Requires:       perl(Net::CIDR::Lite) >= 0.20
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -34,11 +41,11 @@ rm -rf $RPM_BUILD_ROOT
 
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
-find $RPM_BUILD_ROOT -type f \
-  \( -name .packlist -o -name '*.bs' -size 0 \) -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
-chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
@@ -48,12 +55,27 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc COPYING Changes README
+%doc Changes COPYING README
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Net*
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 23 2010 Philip Prindeville <philipp at fedoraproject.org> - 1.17_01-1
+- 1.17 was yanked from CPAN because of a missing update, hence 1.17_01.
+
+* Wed May 19 2010 Philip Prindeville <philipp at fedoraproject.org > - 1.17-3
+- update changelog
+
+* Wed May 19 2010 Philip Prindeville <philipp at fedoraproject.org > - 1.17-2
+- Refresh .spec file with cpanspec.
+
+* Wed May 19 2010 Philip Prindeville <philipp at fedoraproject.org > - 1.17-1
+- new upstream version, official release
+
+* Tue May 04 2010 Marcela Maslanova <mmaslano at redhat.com> - 1.16-2
+- Mass rebuild with perl-5.12.0
+
 * Fri Feb 24 2010 Philip Prindeville <philipp at fedoraproject.org > - 1.16-1
 - new upstream version, official release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/EL-6/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	24 Feb 2010 19:13:45 -0000	1.6
+++ sources	1 Jul 2010 18:55:29 -0000	1.7
@@ -1 +1 @@
-0b3d6bdc2426ababe0c95304fd58d6eb  Net-Patricia-1.16.tar.gz
+4ee634972ffaacf120e1cfcb8ff29d1a  Net-Patricia-1.17_01.tar.gz




More information about the perl-devel mailing list