From be39255871cf0e31fcf2ac7df56d0f62c6f3311a Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Wed, 27 Jul 2016 09:19:21 +0100
Subject: Update to 0.66

- New upstream release 0.66
  - Add FORCE_SAFE_INC option to address CVE-2016-1238
- Simplify find command using -delete
- Drop legacy Group: tag
---
 perl-Module-Load-Conditional.spec | 21 +++++++++++++++------
 sources                           |  2 +-
 2 files changed, 16 insertions(+), 7 deletions(-)

diff --git a/perl-Module-Load-Conditional.spec 
b/perl-Module-Load-Conditional.spec
index 8a2cb2d..42a2109 100644
--- a/perl-Module-Load-Conditional.spec
+++ b/perl-Module-Load-Conditional.spec
@@ -1,13 +1,15 @@
 Name:           perl-Module-Load-Conditional
-Version:        0.64
-Release:        365%{?dist}
+Version:        0.66
+Release:        1%{?dist}
 Summary:        Looking up module information and loading at run-time
 License:        GPL+ or Artistic
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Module-Load-Conditional/
 Source0:        
http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz
 BuildArch:      noarch
 # Build:
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-generators
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -53,9 +55,9 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} %{buildroot}
 
 %check
 make test
@@ -66,6 +68,13 @@ make test
 %{_mandir}/man3/Module::Load::Conditional.3*
 
 %changelog
+* Wed Jul 27 2016 Paul Howarth <p...@city-fan.org> - 0.66-1
+- Update to 0.66
+  - Add FORCE_SAFE_INC option to address CVE-2016-1238
+- BR: perl-generators
+- Simplify find command using -delete
+- Drop legacy Group: tag
+
 * Sat May 14 2016 Jitka Plesnikova <jples...@redhat.com> - 0.64-365
 - Increase release to favour standalone package
 
diff --git a/sources b/sources
index 1b20ffe..a770955 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13389177eac7a006917b83f8305eabe4  Module-Load-Conditional-0.64.tar.gz
+01bf8ac5daf47721b3dcdd5d7dc522dc  Module-Load-Conditional-0.66.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-Module-Load-Conditional.git/commit/?h=f23&id=be39255871cf0e31fcf2ac7df56d0f62c6f3311a
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/perl-devel@lists.fedoraproject.org

Reply via email to