From 6a578c5ca32a9d69f0b6b6c56ea7f4662d1d6fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 29 Jul 2016 11:01:56 +0200 Subject: [PATCH] 5.96 bump --- .gitignore | 1 + perl-Digest-SHA.spec | 15 +++++++++++---- sources | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 89b3cf6..f23f538 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/perl-Digest-SHA.spec b/perl-Digest-SHA.spec index 4c3e085..6a3df82 100644 --- a/perl-Digest-SHA.spec +++ b/perl-Digest-SHA.spec @@ -1,7 +1,7 @@ Name: perl-Digest-SHA Epoch: 1 -Version: 5.95 -Release: 348%{?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 - 1:5.96-1 +- 5.96 bump + * Thu Feb 04 2016 Fedora Release Engineering - 1:5.95-348 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 4e3905d..44d9315 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ba7ba91935d041a02fe380d9a47d1f7 Digest-SHA-5.95.tar.gz +704924b3390e3b9236f7e2c4b5daff8d Digest-SHA-5.96.tar.gz