Accepting request 749463 from devel:languages:perl:autoupdate

- updated to 2.38
   see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
  2.38    2019-11-15
  
  - Added support for Etc/GMT and Etc/UTC style zones like "Etc/GMT-2" or
    "Etc/UTC+12". Implemented by kclaggett. GH #38.

OBS-URL: https://build.opensuse.org/request/show/749463
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=113
This commit is contained in:
Pedro Monreal Gonzalez 2019-11-19 09:11:51 +00:00 committed by Git OBS Bridge
parent 3a289bd5db
commit 1768aa6b59
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c12dfa6ad190191d437a7661c644fc38aaf109001e1d958c95dbb0aa143c421
size 980140

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0e5c99ef22471f4d262ac590ce5ce8177094d7a92f380d8eea6219f5a12dc0cd
size 992581

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Nov 19 08:29:48 UTC 2019 - <timueller+perl@suse.de>
- updated to 2.38
see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes
2.38 2019-11-15
- Added support for Etc/GMT and Etc/UTC style zones like "Etc/GMT-2" or
"Etc/UTC+12". Implemented by kclaggett. GH #38.
-------------------------------------------------------------------
Thu Sep 12 07:53:55 UTC 2019 - <timueller+perl@suse.de>

View File

@ -17,7 +17,7 @@
Name: perl-DateTime-TimeZone
Version: 2.37
Version: 2.38
Release: 0
%define cpan_name DateTime-TimeZone
Summary: Time zone object base class and factory
@ -64,7 +64,7 @@ need to directly use 'DateTime::TimeZone' methods.
%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor