commit 34b4643cd326f1786240990c6607ef5d1749f426 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Wed Apr 27 05:21:52 2011 +0200 update to 0.14 .gitignore | 1 + perl-Devel-PartialDump.spec | 14 ++++++-------- sources | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) --- diff --git a/.gitignore b/.gitignore index 46c35f6..052aa4f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Devel-PartialDump-0.13.tar.gz +/Devel-PartialDump-0.14.tar.gz diff --git a/perl-Devel-PartialDump.spec b/perl-Devel-PartialDump.spec index ded9acf..7676fe9 100644 --- a/perl-Devel-PartialDump.spec +++ b/perl-Devel-PartialDump.spec @@ -1,13 +1,12 @@ Name: perl-Devel-PartialDump -Version: 0.13 -Release: 3%{?dist} +Version: 0.14 +Release: 1%{?dist} Summary: Partial dumping of data structures, optimized for argument printing # from PartialDump.pm License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Devel-PartialDump/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/Devel-PartialDump-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Moose) @@ -31,8 +30,6 @@ This module is a data dumper optimized for logging of arbitrary parameters. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; @@ -43,9 +40,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes @@ -53,6 +47,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Wed Apr 27 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.14-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.13-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index e5e1b9e..9003d19 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54c96daed7cab9f36ac371a209d1c445 Devel-PartialDump-0.13.tar.gz +0b4ce86dc1ef111c1098c3cf6be66b83 Devel-PartialDump-0.14.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