From c2ad56fb5480249f3258035e3ae30e539aec661f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 03:54:54 -0500 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- perl-Path-Tiny.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-Path-Tiny.spec b/perl-Path-Tiny.spec index d8d3f95..f16d0f9 100644 --- a/perl-Path-Tiny.spec +++ b/perl-Path-Tiny.spec @@ -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 - 0.054-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue May 6 2014 Paul Howarth - 0.054-1 - Update to 0.054 - The 'is_file' method now does -e && ! -d and not -f because -f is often