From 44ecf7523d3822fed3ab4b1535198e98a7dc1695 Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Mon, 10 Oct 2016 14:22:19 +0100
Subject: Update to 0.236

- New upstream release 0.236
  - Add Travis test configuration
  - Make test for PMC availability more reliable
  - Disable benchmark test rt62341.t as it runs out of memory on many smoker
    systems (CPAN RT#118310)
- Simplify find command using -delete
---
 perl-parent.spec | 27 ++++++++++++++++++---------
 sources          |  2 +-
 2 files changed, 19 insertions(+), 10 deletions(-)

diff --git a/perl-parent.spec b/perl-parent.spec
index 7331709..4ce2e0d 100644
--- a/perl-parent.spec
+++ b/perl-parent.spec
@@ -1,7 +1,7 @@
 Name:          perl-parent
 Epoch:         1
-Version:       0.234
-Release:       365%{?dist}
+Version:       0.236
+Release:       1%{?dist}
 Summary:       Establish an ISA relationship with base classes at compile time
 License:       GPL+ or Artistic
 Group:         Development/Libraries
@@ -9,16 +9,20 @@ 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 -nu)
 BuildArch:     noarch
-# Build:
+# Module Build
+BuildRequires: coreutils
+BuildRequires: findutils
+BuildRequires: make
 BuildRequires: perl
 BuildRequires: perl-generators
 BuildRequires: perl(ExtUtils::MakeMaker)
-# Run-time:
+# Module Runtime
 BuildRequires: perl(strict)
 BuildRequires: perl(vars)
-# Tests:
+# Test Suite
 BuildRequires: perl(lib)
 BuildRequires: perl(Test::More) >= 0.4
+# Dependencies
 Requires:      perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
@@ -37,9 +41,6 @@ from those modules at the same time. Mostly similar in effect 
to:
 %prep
 %setup -q -n parent-%{version}
 
-# Remove spurious exec permissions
-chmod -c -x Changes lib/parent.pm
-
 %build
 perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -47,7 +48,7 @@ make %{?_smp_mflags}
 %install
 rm -rf %{buildroot}
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
+find %{buildroot} -type f -name .packlist -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -62,6 +63,14 @@ rm -rf %{buildroot}
 %{_mandir}/man3/parent.3*
 
 %changelog
+* Mon Oct 10 2016 Paul Howarth <p...@city-fan.org> - 1:0.236-1
+- Update to 0.236
+  - Add Travis test configuration
+  - Make test for PMC availability more reliable
+  - Disable benchmark test rt62341.t as it runs out of memory on many smoker
+    systems (CPAN RT#118310)
+- Simplify find command using -delete
+
 * Sat May 14 2016 Jitka Plesnikova <jples...@redhat.com> - 1:0.234-365
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 20441eb..ee7368a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b02fccccc0e7f9b74de42e60816c38be  parent-0.234.tar.gz
+c8650f1063f6050f856f854d1dac389d  parent-0.236.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-parent.git/commit/?h=f25&id=44ecf7523d3822fed3ab4b1535198e98a7dc1695
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to