From d268261b5d30a4f8b9940e3662afc245a62f5927882e06bde968b8805774e1b4 Mon Sep 17 00:00:00 2001
From: Dirk Stoecker <opensuse@dstoecker.de>
Date: Sun, 15 Nov 2015 13:26:17 +0000
Subject: [PATCH] Accepting request 344445 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/344445
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-Strptime?expand=0&rev=23
---
 DateTime-Format-Strptime-1.60.tar.gz  |  3 ---
 DateTime-Format-Strptime-1.61.tar.gz  |  3 +++
 perl-DateTime-Format-Strptime.changes | 16 ++++++++++++++++
 perl-DateTime-Format-Strptime.spec    |  7 ++++---
 4 files changed, 23 insertions(+), 6 deletions(-)
 delete mode 100644 DateTime-Format-Strptime-1.60.tar.gz
 create mode 100644 DateTime-Format-Strptime-1.61.tar.gz

diff --git a/DateTime-Format-Strptime-1.60.tar.gz b/DateTime-Format-Strptime-1.60.tar.gz
deleted file mode 100644
index 500f7e6..0000000
--- a/DateTime-Format-Strptime-1.60.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:766a69029733c7a467272b0e868c75be05ba1a11c2a8ec17cf149915eda53116
-size 41609
diff --git a/DateTime-Format-Strptime-1.61.tar.gz b/DateTime-Format-Strptime-1.61.tar.gz
new file mode 100644
index 0000000..7a25fb0
--- /dev/null
+++ b/DateTime-Format-Strptime-1.61.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:a3eaf637500ce682590665d405a5df12d3739e54dfdafd78cc19bfad4acc275a
+size 42089
diff --git a/perl-DateTime-Format-Strptime.changes b/perl-DateTime-Format-Strptime.changes
index 35671eb..5e235e1 100644
--- a/perl-DateTime-Format-Strptime.changes
+++ b/perl-DateTime-Format-Strptime.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Sun Nov 15 09:37:57 UTC 2015 - coolo@suse.com
+
+- updated to 1.61
+   see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes
+
+  1.61     2015-11-13
+  
+  [BUG FIXES]
+  
+  - If you loaded this module with warnings globally enabled ("perl -w", which
+    you should never do), then you'd get a warning about the import subroutine
+    being redefined. This broke the Package::DeprecationManager API for turning
+    off deprecation warnings. This has been fixed in
+    Package::DeprecationManager 0.15. Reported by Martin. RT #108871.
+
 -------------------------------------------------------------------
 Mon Nov  9 09:39:47 UTC 2015 - coolo@suse.com
 
diff --git a/perl-DateTime-Format-Strptime.spec b/perl-DateTime-Format-Strptime.spec
index 6d5644f..9628720 100644
--- a/perl-DateTime-Format-Strptime.spec
+++ b/perl-DateTime-Format-Strptime.spec
@@ -17,7 +17,7 @@
 
 
 Name:           perl-DateTime-Format-Strptime
-Version:        1.60
+Version:        1.61
 Release:        0
 %define cpan_name DateTime-Format-Strptime
 Summary:        Parse and format strp and strf time patterns
@@ -33,15 +33,16 @@ BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime) >= 1.00
 BuildRequires:  perl(DateTime::Locale) >= 0.450000
 BuildRequires:  perl(DateTime::TimeZone) >= 0.79
-BuildRequires:  perl(Package::DeprecationManager)
+BuildRequires:  perl(Package::DeprecationManager) >= 0.15
 BuildRequires:  perl(Params::Validate) >= 1.20
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
+BuildRequires:  perl(Test::Warnings)
 BuildRequires:  perl(Try::Tiny)
 Requires:       perl(DateTime) >= 1.00
 Requires:       perl(DateTime::Locale) >= 0.450000
 Requires:       perl(DateTime::TimeZone) >= 0.79
-Requires:       perl(Package::DeprecationManager)
+Requires:       perl(Package::DeprecationManager) >= 0.15
 Requires:       perl(Params::Validate) >= 1.20
 Requires:       perl(Try::Tiny)
 %{perl_requires}