Author: philipp Update of /cvs/pkgs/rpms/perl-Net-Patricia/F-12 In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23777 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-12/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- .cvsignore 6 May 2009 16:32:02 -0000 1.4 +++ .cvsignore 8 Jan 2010 22:37:02 -0000 1.5 @@ -1 +1 @@ -Net-Patricia-1.15.tar.gz +Net-Patricia-1.15_07.tar.gz Index: perl-Net-Patricia.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-12/perl-Net-Patricia.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- perl-Net-Patricia.spec 26 Jul 2009 13:44:06 -0000 1.11 +++ perl-Net-Patricia.spec 8 Jan 2010 22:37:02 -0000 1.12 @@ -1,13 +1,13 @@ Name: perl-Net-Patricia -Version: 1.15 -Release: 2%{?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,12 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Fri Jan 8 2010 Stepan Kasal <skasal@xxxxxxxxxx> - 1.15_07-1 +- new upstream version, recommended by the upstream maintainer + +* Mon Dec 7 2009 Stepan Kasal <skasal@xxxxxxxxxx> - 1.15-3 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.15-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Net-Patricia/F-12/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- sources 6 May 2009 16:32:02 -0000 1.4 +++ sources 8 Jan 2010 22:37:02 -0000 1.5 @@ -1 +1 @@ -c068c3e061cca7fc6c721e56930465f8 Net-Patricia-1.15.tar.gz +2a3c90e0ce3dce93da17d61338feb5af Net-Patricia-1.15_07.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl Fedora-perl-devel-list mailing list Fedora-perl-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-perl-devel-list