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
This commit is contained in:
Paul Howarth 2016-07-27 09:19:21 +01:00
parent 9bf247fa3c
commit be39255871
2 changed files with 16 additions and 7 deletions

View File

@ -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 <paul@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 <jplesnik@redhat.com> - 0.64-365
- Increase release to favour standalone package

View File

@ -1 +1 @@
13389177eac7a006917b83f8305eabe4 Module-Load-Conditional-0.64.tar.gz
01bf8ac5daf47721b3dcdd5d7dc522dc Module-Load-Conditional-0.66.tar.gz