Perl 5.16 rebuild

This commit is contained in:
Petr Písař 2012-06-19 05:44:43 +02:00
parent e8f0a3ba40
commit 64977992b0

View File

@ -1,6 +1,6 @@
Name: perl-Package-Stash-XS
Version: 0.25
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Faster and more correct implementation of the Package::Stash API
Group: Development/Libraries
License: GPL+ or Artistic
@ -77,6 +77,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Package::Stash::XS.3pm*
%changelog
* Tue Jun 19 2012 Petr Pisar <ppisar@redhat.com> - 0.25-3
- Perl 5.16 rebuild
* Thu Jan 12 2012 Paul Howarth <paul@city-fan.org> - 0.25-2
- Use %%{_fixperms} macro instead of our own chmod incantation