diff --git a/DateTime-TimeZone-2.37.tar.gz b/DateTime-TimeZone-2.37.tar.gz deleted file mode 100644 index 64ef2f4..0000000 --- a/DateTime-TimeZone-2.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c12dfa6ad190191d437a7661c644fc38aaf109001e1d958c95dbb0aa143c421 -size 980140 diff --git a/DateTime-TimeZone-2.38.tar.gz b/DateTime-TimeZone-2.38.tar.gz new file mode 100644 index 0000000..b1f14bc --- /dev/null +++ b/DateTime-TimeZone-2.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e5c99ef22471f4d262ac590ce5ce8177094d7a92f380d8eea6219f5a12dc0cd +size 992581 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index 6098093..9c4f7aa 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Nov 19 08:29:48 UTC 2019 - + +- 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 - diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index a35a433..f9e7aa5 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -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