This commit is contained in:
Fedora Release Engineering 2017-02-11 03:09:02 +00:00
parent 843eeac2cf
commit b7227d1f7a

View File

@ -1,6 +1,6 @@
Name: perl-File-pushd Name: perl-File-pushd
Version: 1.014 Version: 1.014
Release: 1%{?dist} Release: 2%{?dist}
Summary: Change directory temporarily for a limited scope Summary: Change directory temporarily for a limited scope
License: ASL 2.0 License: ASL 2.0
URL: http://search.cpan.org/dist/File-pushd/ URL: http://search.cpan.org/dist/File-pushd/
@ -62,6 +62,9 @@ make test
%{_mandir}/man3/File::pushd.3* %{_mandir}/man3/File::pushd.3*
%changelog %changelog
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.014-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1.014-1 * Mon Oct 10 2016 Paul Howarth <paul@city-fan.org> - 1.014-1
- Update to 1.014 - Update to 1.014
- pushd/tempd warn if called in void context (GH#9) - pushd/tempd warn if called in void context (GH#9)