Accepting request 358292 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/358292 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-DateTime-TimeZone?expand=0&rev=40
This commit is contained in:
commit
f7fadd6224
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fd961b71e7a7f7de6d488e8cf3e443ace1556eaf72c563dc882ff1f8d2536b3
|
||||
size 898119
|
3
DateTime-TimeZone-1.95.tar.gz
Normal file
3
DateTime-TimeZone-1.95.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de2b1888718c7a0383060f250589b6ea36fa7afa2be9c4e1b06d29e05b25d4f1
|
||||
size 906823
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user