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:
parent
9bf247fa3c
commit
be39255871
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user