This commit is contained in:
Dennis Gilmore 2014-06-07 03:54:54 -05:00
parent 4bce65e833
commit c2ad56fb54

View File

@ -1,6 +1,6 @@
Name: perl-Path-Tiny
Version: 0.054
Release: 1%{?dist}
Release: 2%{?dist}
Summary: File path utility
Group: Development/Libraries
License: ASL 2.0
@ -100,6 +100,9 @@ make test
%{_mandir}/man3/Path::Tiny.3pm*
%changelog
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.054-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Tue May 6 2014 Paul Howarth <paul@city-fan.org> - 0.054-1
- Update to 0.054
- The 'is_file' method now does -e && ! -d and not -f because -f is often