From 5188a602d0169a394893274555ff067a943b41e7 Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Mon, 7 Mar 2016 09:08:37 +0000
Subject: Update to 1.25

- New upstream release 1.25
  - DateTime->from_object would die if given a DateTime::Infinite object; now
    it returns another DateTime::Infinite object (CPAN RT#112712)
- Simplify find command using -empty and -delete
---
 perl-DateTime.spec | 10 ++++++++--
 sources            |  2 +-
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index a4b8736..a492026 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,6 +1,6 @@
 Name:           perl-DateTime
 Epoch:          2
-Version:        1.24
+Version:        1.25
 Release:        1%{?dist}
 Summary:        Date and time object for Perl
 License:        Artistic 2.0
@@ -83,7 +83,7 @@ perl Build.PL --installdirs=vendor --optimize="%{optflags}"
 
 %install
 ./Build install --destdir=%{buildroot} --create_packlist=0
-find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \;
+find %{buildroot} -type f -name '*.bs' -empty -delete
 %{_fixperms} %{buildroot}
 
 %check
@@ -101,6 +101,12 @@ find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f 
{} \;
 %{_mandir}/man3/DateTime::LeapSecond.3*
 
 %changelog
+* Mon Mar  7 2016 Paul Howarth <[email protected]> - 2:1.25-1
+- Update to 1.25
+  - DateTime->from_object would die if given a DateTime::Infinite object; now
+    it returns another DateTime::Infinite object (CPAN RT#112712)
+- Simplify find command using -empty and -delete
+
 * Tue Mar  1 2016 Paul Howarth <[email protected]> - 2:1.24-1
 - Update to 1.24
   - The last release partially broke $dt->time; if you passed a value to use
diff --git a/sources b/sources
index 047ee63..058078e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c8c225a5e48a3c2b1e4cefc93cdd2e0e  DateTime-1.24.tar.gz
+3343f67ebefb3f082a0067dfaee3b3c8  DateTime-1.25.tar.gz
-- 
cgit v0.12


        
http://pkgs.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=perl-DateTime-1.25-1.fc24&id=5188a602d0169a394893274555ff067a943b41e7
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
http://lists.fedoraproject.org/admin/lists/[email protected]

Reply via email to