commit 65ec29cddb9d5eb40055d8392eff91af28c5dba3 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sat May 7 09:00:39 2011 +0200 update to 0.225 .gitignore | 1 + perl-parent.spec | 15 ++++++--------- sources | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8180bdb..2745434 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ parent-0.223.tar.gz /parent-0.224.tar.gz +/parent-0.225.tar.gz diff --git a/perl-parent.spec b/perl-parent.spec index c26f508..2643072 100644 --- a/perl-parent.spec +++ b/perl-parent.spec @@ -1,13 +1,12 @@ Name: perl-parent Epoch: 1 -Version: 0.224 -Release: 2%{?dist} +Version: 0.225 +Release: 1%{?dist} Summary: Establish an ISA relationship with base classes at compile time License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/parent/ Source0: http://search.cpan.org/CPAN/authors/id/C/CO/CORION/parent-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -41,8 +40,6 @@ find . -type f -exec chmod -c -x {} + make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; @@ -53,16 +50,16 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) %doc Changes t/ %{perl_privlib}/* %{_mandir}/man3/* %changelog +* Sat May 07 2011 Iain Arnell <iarnell@xxxxxxxxx> 1:0.225-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Wed Feb 09 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1:0.224-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 20eab07..82811d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d099b13cf30f4ab9dec79532b53abac3 parent-0.224.tar.gz +cd8a62a28b3fa1c6d43973a9cb6b7796 parent-0.225.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel