rpms/perl-Net-Patricia/F-11 .cvsignore, 1.3, 1.4 perl-Net-Patricia.spec, 1.9, 1.10 sources, 1.3, 1.4

Philip Prindeville philipp at fedoraproject.org
Fri Jan 8 22:23:21 UTC 2010


Author: philipp

Update of /cvs/pkgs/rpms/perl-Net-Patricia/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19973

Modified Files:
	.cvsignore perl-Net-Patricia.spec sources 
Log Message:
Bump to 1.15_07.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-11/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	31 Jan 2006 21:51:53 -0000	1.3
+++ .cvsignore	8 Jan 2010 22:23:20 -0000	1.4
@@ -1 +1 @@
-Net-Patricia-1.014.tar.gz
+Net-Patricia-1.15_07.tar.gz


Index: perl-Net-Patricia.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-11/perl-Net-Patricia.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- perl-Net-Patricia.spec	26 Feb 2009 23:17:10 -0000	1.9
+++ perl-Net-Patricia.spec	8 Jan 2010 22:23:20 -0000	1.10
@@ -1,13 +1,13 @@
 Name:           perl-Net-Patricia
-Version:        1.014
-Release:        7%{?dist}
+Version:        1.15_07
+Release:        1%{?dist}
 Summary:        Patricia Trie perl module for fast IP address lookups
 License:        GPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-Patricia/
-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)
+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)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -34,9 +34,9 @@ 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 f -name '*.bs' -size 0 -exec rm -f {} \;
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
+find $RPM_BUILD_ROOT -type f \
+  \( -name .packlist -o -name '*.bs' -size 0 \) -exec rm {} \;
+find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 
 chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/*
 
@@ -54,6 +54,18 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jan  8 2010 Stepan Kasal <skasal at redhat.com> - 1.15_07-1
+- new upstream version, recommended by the upstream maintainer
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 1.15-3
+- rebuild against perl 5.10.1
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Wed May 6 2009 Orion Poplawski 1.15-1
+- Update to 1.15
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.014-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-11/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	31 Jan 2006 21:51:53 -0000	1.3
+++ sources	8 Jan 2010 22:23:20 -0000	1.4
@@ -1 +1 @@
-16ec73b5b514dbe4275e349fca236c49  Net-Patricia-1.014.tar.gz
+2a3c90e0ce3dce93da17d61338feb5af  Net-Patricia-1.15_07.tar.gz




More information about the Fedora-perl-devel-list mailing list