Pascal Bleser 2011-04-25 20:47:44 +00:00 committed by Git OBS Bridge
parent 77cc26cf85
commit b72b69e0a5
4 changed files with 22 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Apr 25 20:35:56 UTC 2011 - pascal.bleser@opensuse.org
- fix build on openSUSE 11.2
- update to 1.34:
* based on version 2011g of the Olson database, includes changes for Egypt
* DateTime::TimeZone::Floating and DateTime::TimeZone::UTC are now
singletons, since their internal state never changes
- changes from 1.33:
* changes for the Falkland Islands
- changes from 1.32:
* changes for Morocco and Chile
-------------------------------------------------------------------
Fri Apr 1 05:51:31 UTC 2011 - coolo@novell.com

View File

@ -18,7 +18,7 @@
Name: perl-DateTime-TimeZone
Version: 1.31
Version: 1.34
Release: 1
License: GPL+ or Artistic
%define cpan_name DateTime-TimeZone
@ -35,10 +35,12 @@ BuildRequires: perl(Class::Load)
BuildRequires: perl(Class::Singleton) >= 1.03
BuildRequires: perl(Cwd) >= 3
BuildRequires: perl(Params::Validate) >= 0.72
BuildRequires: perl(parent)
Requires: perl(Class::Load)
Requires: perl(Class::Singleton) >= 1.03
Requires: perl(Cwd) >= 3
Requires: perl(Params::Validate) >= 0.72
Requires: perl(parent)
%{perl_requires}
%description