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
|
Name: perl-Module-Load-Conditional
|
||||||
Version: 0.64
|
Version: 0.66
|
||||||
Release: 365%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Looking up module information and loading at run-time
|
Summary: Looking up module information and loading at run-time
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Group: Development/Libraries
|
|
||||||
URL: http://search.cpan.org/dist/Module-Load-Conditional/
|
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
|
Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-Load-Conditional-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Build:
|
# Build:
|
||||||
|
BuildRequires: coreutils
|
||||||
|
BuildRequires: findutils
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
@ -53,9 +55,9 @@ perl Makefile.PL INSTALLDIRS=vendor
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} $RPM_BUILD_ROOT
|
%{_fixperms} %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -66,6 +68,13 @@ make test
|
|||||||
%{_mandir}/man3/Module::Load::Conditional.3*
|
%{_mandir}/man3/Module::Load::Conditional.3*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.64-365
|
||||||
- Increase release to favour standalone package
|
- Increase release to favour standalone package
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user