This commit is contained in:
Peter Robinson 2014-08-17 17:30:15 +00:00
parent 2c94022846
commit 29a2d860de

View File

@ -5,7 +5,7 @@
Name: perl-Sub-Name
Version: 0.08
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Name - or rename - a sub
License: GPL+ or Artistic
Group: Development/Libraries
@ -67,6 +67,9 @@ rm -rf %{buildroot}
%{_mandir}/man3/Sub::Name.3pm*
%changelog
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.08-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Mon Aug 4 2014 Paul Howarth <paul@city-fan.org> - 0.08-1
- Update to 0.08
- Fix leak when setting a fully-qualified name (GH#1)