From d680a9b413fb7ed016d077bc313c7b19b2fa6f6c Mon Sep 17 00:00:00 2001
From: Paul Howarth <[email protected]>
Date: Tue, 30 May 2017 11:22:47 +0100
Subject: Update to 1.43

- New upstream release 1.43
  - Added a small optimization for boolification overloading: rather than
    relying on a fallback to stringification, we now return true directly,
    which is a little faster in cases like "if ($might_be_dt) { ... }"
  - The datetime() method now accepts a single argument to use as the separator
    between the date and time portion; this defaults to "T"
- Drop redundant Group: tag
---
 .rpmlint           |  3 ++-
 perl-DateTime.spec | 14 +++++++++++---
 sources            |  2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/.rpmlint b/.rpmlint
index 6486422..a4810f8 100644
--- a/.rpmlint
+++ b/.rpmlint
@@ -1,2 +1,3 @@
 from Config import *
-addFilter("spelling-error .* proleptic");
+
+addFilter("spelling-error %description -l en_US proleptic -> ")
diff --git a/perl-DateTime.spec b/perl-DateTime.spec
index 2b91f1a..cb6a172 100644
--- a/perl-DateTime.spec
+++ b/perl-DateTime.spec
@@ -1,10 +1,9 @@
 Name:           perl-DateTime
 Epoch:          2
-Version:        1.42
-Release:        2%{?dist}
+Version:        1.43
+Release:        1%{?dist}
 Summary:        Date and time object for Perl
 License:        Artistic 2.0
-Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/DateTime/
 Source0:        
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
 # Build:
@@ -106,6 +105,15 @@ make test
 %{_mandir}/man3/DateTime::Types.3*
 
 %changelog
+* Tue May 30 2017 Paul Howarth <[email protected]> - 2:1.43-1
+- Update to 1.43
+  - Added a small optimization for boolification overloading: rather than
+    relying on a fallback to stringification, we now return true directly,
+    which is a little faster in cases like "if ($might_be_dt) { ... }"
+  - The datetime() method now accepts a single argument to use as the separator
+    between the date and time portion; this defaults to "T"
+- Drop redundant Group: tag
+
 * Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 
2:1.42-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index cab27e7..a11c616 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (DateTime-1.42.tar.gz) = 
79471a7b2f1bed829e2e767ee1d9d9bddbb9cf68205d008ff70c1002dd402f9dbee98834431d5319e4b8dd22abda29df85c81a32905df18d1ab78f1d05753505
+SHA512 (DateTime-1.43.tar.gz) = 
53714bb82561180d8a945e22ad708d0ae64649c2e99f35fe35a8dcdd0553744d1f1ab2a0f16696edd270d5307707a8eda398eb45c2c418fb30b0e82571a67c61
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-DateTime.git/commit/?h=master&id=d680a9b413fb7ed016d077bc313c7b19b2fa6f6c
_______________________________________________
perl-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to