From 49d4cf22a550344a9ebef650daef2724543315eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 10 Mar 2016 12:35:30 +0100 Subject: [PATCH] 2.55 bump --- .gitignore | 1 + perl-Digest-MD5.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 233f2ac..72ef5c8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /Digest-MD5-2.52.tar.gz /Digest-MD5-2.53.tar.gz /Digest-MD5-2.54.tar.gz +/Digest-MD5-2.55.tar.gz diff --git a/perl-Digest-MD5.spec b/perl-Digest-MD5.spec index 7035ff4..e085f73 100644 --- a/perl-Digest-MD5.spec +++ b/perl-Digest-MD5.spec @@ -1,11 +1,13 @@ Name: perl-Digest-MD5 -Version: 2.54 -Release: 347%{?dist} +Version: 2.55 +Release: 1%{?dist} Summary: Perl interface to the MD5 algorithm License: (GPL+ or Artistic) and BSD Group: Development/Libraries URL: http://search.cpan.org/dist/Digest-MD5/ Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-%{version}.tar.gz +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(strict) BuildRequires: perl(Config) @@ -45,8 +47,7 @@ make %{?_smp_mflags} %install make pure_install DESTDIR=$RPM_BUILD_ROOT -find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; +find $RPM_BUILD_ROOT -type f -name .packlist -delete %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -59,6 +60,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Mar 10 2016 Petr Pisar - 2.55-1 +- 2.55 bump + * Thu Feb 04 2016 Fedora Release Engineering - 2.54-347 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 6a7934a..58c0d38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb2c9e79a8fd181abcb3071e94d7c099 Digest-MD5-2.54.tar.gz +601519b826ca14c233f13a4578b967ef Digest-MD5-2.55.tar.gz