2.55 bump

This commit is contained in:
Petr Písař 2016-03-10 12:35:30 +01:00
parent 94b1d03679
commit 49d4cf22a5
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <ppisar@redhat.com> - 2.55-1
- 2.55 bump
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.54-347
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
bb2c9e79a8fd181abcb3071e94d7c099 Digest-MD5-2.54.tar.gz
601519b826ca14c233f13a4578b967ef Digest-MD5-2.55.tar.gz