From 49c34b258e2f073aba83dfa33d37de18800731708af65a7027d2283ff049d36a Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 8 Feb 2016 06:34:22 +0000 Subject: [PATCH] Accepting request 358169 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/358169 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-TimeZone?expand=0&rev=75 --- DateTime-TimeZone-1.94.tar.gz | 3 --- DateTime-TimeZone-1.95.tar.gz | 3 +++ perl-DateTime-TimeZone.changes | 12 ++++++++++++ perl-DateTime-TimeZone.spec | 12 ++++++------ 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 DateTime-TimeZone-1.94.tar.gz create mode 100644 DateTime-TimeZone-1.95.tar.gz diff --git a/DateTime-TimeZone-1.94.tar.gz b/DateTime-TimeZone-1.94.tar.gz deleted file mode 100644 index 003a20e..0000000 --- a/DateTime-TimeZone-1.94.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5fd961b71e7a7f7de6d488e8cf3e443ace1556eaf72c563dc882ff1f8d2536b3 -size 898119 diff --git a/DateTime-TimeZone-1.95.tar.gz b/DateTime-TimeZone-1.95.tar.gz new file mode 100644 index 0000000..67b7c2e --- /dev/null +++ b/DateTime-TimeZone-1.95.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2b1888718c7a0383060f250589b6ea36fa7afa2be9c4e1b06d29e05b25d4f1 +size 906823 diff --git a/perl-DateTime-TimeZone.changes b/perl-DateTime-TimeZone.changes index 4d61684..8dedc50 100644 --- a/perl-DateTime-TimeZone.changes +++ b/perl-DateTime-TimeZone.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Feb 7 09:51:53 UTC 2016 - coolo@suse.com + +- updated to 1.95 + see /usr/share/doc/packages/perl-DateTime-TimeZone/Changes + + 1.95 2016-01-27 + + - This release is based on version 2016a of the Olson database. This release + includes contemporary changes for the Cayman Islands, Iran, and Chrita, + Russia. + ------------------------------------------------------------------- Thu Oct 22 08:58:23 UTC 2015 - coolo@suse.com diff --git a/perl-DateTime-TimeZone.spec b/perl-DateTime-TimeZone.spec index 3d6eae7..585ac33 100644 --- a/perl-DateTime-TimeZone.spec +++ b/perl-DateTime-TimeZone.spec @@ -1,7 +1,7 @@ # # spec file for package perl-DateTime-TimeZone # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-DateTime-TimeZone -Version: 1.94 +Version: 1.95 Release: 0 %define cpan_name DateTime-TimeZone Summary: Time zone object base class and factory @@ -52,13 +52,13 @@ This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. -Note that without the the DateTime manpage module, this module does not do -much. It's primary interface is through a the DateTime manpage object, and -most users will not need to directly use 'DateTime::TimeZone' methods. +Note that without the DateTime module, this module does not do much. It's +primary interface is through a DateTime object, and most users will not +need to directly use 'DateTime::TimeZone' methods. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f -print0 | xargs -0 chmod 644 +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor