5.96 bump

This commit is contained in:
Petr Písař 2016-07-29 11:01:56 +02:00
parent 5d07597dfa
commit c46b97e3d4
3 changed files with 13 additions and 5 deletions

1
.gitignore vendored
View File

@ -19,3 +19,4 @@ Digest-SHA-5.45.tar.gz
/Digest-SHA-5.92.tar.gz
/Digest-SHA-5.93.tar.gz
/Digest-SHA-5.95.tar.gz
/Digest-SHA-5.96.tar.gz

View File

@ -1,7 +1,7 @@
Name: perl-Digest-SHA
Epoch: 1
Version: 5.95
Release: 366%{?dist}
Version: 5.96
Release: 1%{?dist}
Summary: Perl extension for SHA-1/224/256/384/512
License: GPL+ or Artistic
Group: Development/Libraries
@ -10,6 +10,10 @@ Source0: http://www.cpan.org/authors/id/M/MS/MSHELOR/Digest-SHA-%{version
# Since 5.80, upstream overrides CFLAGS because they think it improves
# performance. Revert it.
Patch0: Digest-SHA-5.93-Reset-CFLAGS.patch
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-devel
BuildRequires: perl-generators
@ -61,8 +65,8 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR='%{buildroot}'
find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
find '%{buildroot}' -type f -name '*.bs' -size 0 -exec rm -f {} +
find '%{buildroot}' -type f -name .packlist -delete
find '%{buildroot}' -type f -name '*.bs' -size 0 -delete
%{_fixperms} '%{buildroot}'/*
%check
@ -77,6 +81,9 @@ make test
%{_mandir}/man3/*
%changelog
* Fri Jul 29 2016 Petr Pisar <ppisar@redhat.com> - 1:5.96-1
- 5.96 bump
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:5.95-366
- Perl 5.24 re-rebuild of bootstrapped packages

View File

@ -1 +1 @@
9ba7ba91935d041a02fe380d9a47d1f7 Digest-SHA-5.95.tar.gz
704924b3390e3b9236f7e2c4b5daff8d Digest-SHA-5.96.tar.gz