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

Paul Howarth pghmcfc at fedoraproject.org
Mon Sep 30 10:05:01 UTC 2013


commit 8bc552f748cce73e1457fefa1176b402b86fbf2d
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Sep 30 11:03:09 2013 +0100

    Update to 0.028
    
    - New upstream release 0.028
      - Revert "Removed clean and realclean actions"
      - Build .c and .o in temp/ instead of lib
      - Got rid of IO layers
      - Separate libdoc and bindoc checks

 perl-Module-Build-Tiny.spec |   15 +++++++++++++--
 sources                     |    2 +-
 2 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/perl-Module-Build-Tiny.spec b/perl-Module-Build-Tiny.spec
index 5e1b529..ae70e7e 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.027
+Version:	0.028
 Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
@@ -23,6 +23,7 @@ BuildRequires:	perl(JSON::PP) >= 2
 BuildRequires:	perl(Pod::Man)
 BuildRequires:	perl(TAP::Harness) >= 3.0
 # Test
+BuildRequires:	perl(blib)
 BuildRequires:	perl(Carp)
 BuildRequires:	perl(Cwd)
 BuildRequires:	perl(Data::Dumper)
@@ -30,6 +31,9 @@ BuildRequires:	perl(File::ShareDir)
 BuildRequires:	perl(File::Spec)
 BuildRequires:	perl(File::Temp)
 BuildRequires:	perl(IO::File)
+BuildRequires:	perl(IO::Handle)
+BuildRequires:	perl(IPC::Open2)
+BuildRequires:	perl(IPC::Open3)
 BuildRequires:	perl(Test::More)
 BuildRequires:	perl(Test::Pod) >= 1.41
 BuildRequires:	perl(XSLoader)
@@ -60,7 +64,7 @@ perl Build.PL --installdirs=vendor
 ./Build install --destdir=%{buildroot} --create_packlist=0
 
 %check
-RELEASE_TESTING=1 ./Build test
+AUTHOR_TESTING=1 RELEASE_TESTING=1 ./Build test
 
 %files
 %doc Changes LICENSE README Todo
@@ -68,6 +72,13 @@ RELEASE_TESTING=1 ./Build test
 %{_mandir}/man3/Module::Build::Tiny.3pm*
 
 %changelog
+* Mon Sep 30 2013 Paul Howarth <paul at city-fan.org> - 0.028-1
+- Update to 0.028
+  - Revert "Removed clean and realclean actions"
+  - Build .c and .o in temp/ instead of lib
+  - Got rid of IO layers
+  - Separate libdoc and bindoc checks
+
 * Mon Sep  9 2013 Paul Howarth <paul at city-fan.org> - 0.027-1
 - Update to 0.027
   - Various documentation updates
diff --git a/sources b/sources
index 2f0a005..234fa13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b4202f87fb001e4d92ac3d57eaaf3673  Module-Build-Tiny-0.027.tar.gz
+b6b7952040359c94f42fd90a195b28a5  Module-Build-Tiny-0.028.tar.gz



More information about the perl-devel mailing list