[perl-Module-Build-Tiny] Update to 0.020

Paul Howarth pghmcfc at fedoraproject.org
Mon May 20 14:28:16 UTC 2013


commit 338409c9618da63cdefaa5e92d84c688352d2532
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon May 20 15:26:47 2013 +0100

    Update to 0.020
    
    - New upstream release 0.020
      - Accept a --create_packlist argument

 perl-Module-Build-Tiny.spec |    9 ++++++---
 sources                     |    2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec
index aa405f0..adaa7dd 100644
--- a/perl-Module-Build-Tiny.spec
+++ b/perl-Module-Build-Tiny.spec
@@ -1,6 +1,6 @@
 Summary:	A tiny replacement for Module::Build
 Name:		perl-Module-Build-Tiny
-Version:	0.019
+Version:	0.020
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -52,8 +52,7 @@ perl Build.PL --installdirs=vendor
 ./Build
 
 %install
-./Build install --destdir=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
+./Build install --destdir=%{buildroot} --create_packlist=0
 
 %check
 RELEASE_TESTING=1 ./Build test
@@ -64,6 +63,10 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Module::Build::Tiny.3pm*
 
 %changelog
+* Mon May 20 2013 Paul Howarth <paul at city-fan.org> - 0.020-1
+- Update to 0.020
+  - Accept a --create_packlist argument
+
 * Tue Apr 30 2013 Paul Howarth <paul at city-fan.org> - 0.019-1
 - Update to 0.019
   - Accept --pureperl-only
diff --git a/sources b/sources
index 35fc1e0..666b407 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c7ee09377ac34d60cd8616b35782c63  Module-Build-Tiny-0.019.tar.gz
+91f1503e1ec7fc84d75f7be8a7cf26bc  Module-Build-Tiny-0.020.tar.gz



More information about the perl-devel mailing list