Hello community, here is the log from the commit of package perl-DateTime-TimeZone for openSUSE:Factory checked in at Thu Mar 24 17:00:35 CET 2011.
-------- --- perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes 2010-12-01 07:56:37.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes 2011-03-14 23:28:39.000000000 +0100 @@ -1,0 +2,29 @@ +Mon Mar 14 22:07:05 UTC 2011 - [email protected] + +- regenerated to use proper dependencies +- update to 1.30: + * based on version 2011d of the Olson database + * includes changes for Samoa, Turkey, and Cuba +- changes from 1.29: + * includes new zones, America/Sitka and America/Metlakatla, as well as + changes for Alaska and Chile +- changes from 1.28: + * includes a new zone, America/North_Dakota/Beulah +- changes from 1.27: + * includes historical updates for Australia and Hawaii +- changes from 1.26: + * fix prereqs +- changes from 1.25: + * attempting to determine the local time zone while inside a sort subroutine + could cause an error "Can't return outside a subroutine"; this was caused + by stack corruption that happens when an eval "use $module" fails + (RT#63106) +- changes from 1.24: + * includes updates for Fiji + * all modules in the distro now have the same $VERSION +- changes from 1.22: + * historical updates for Hong Kong +- changes from 1.21: + * updates for Egypt and Palestine + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- DateTime-TimeZone-1.20.tar.bz2 New: ---- DateTime-TimeZone-1.30.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DateTime-TimeZone.spec ++++++ --- /var/tmp/diff_new_pack.6yTw5p/_old 2011-03-24 16:52:56.000000000 +0100 +++ /var/tmp/diff_new_pack.6yTw5p/_new 2011-03-24 16:52:56.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package perl-DateTime-TimeZone (Version 1.20) +# spec file for package perl-DateTime-TimeZone # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,75 +15,77 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild -%bcond_with test Name: perl-DateTime-TimeZone -%define cpan_name DateTime-TimeZone +Version: 1.30 +Release: 1 Summary: Time zone object base class and factory -Version: 1.20 -Release: 2 -License: GPL+ or Artistic +# http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz +Source: DateTime-TimeZone-%{version}.tar.bz2 +Url: http://search.cpan.org/dist/DateTime-TimeZone Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/DateTime-TimeZone/ -#Source: http://www.cpan.org/modules/by-module/DateTime/DateTime-TimeZone-%{version}.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 -BuildArch: noarch +License: GPL+ or Artistic BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} -BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros -%if %{with test} -BuildRequires: perl(DateTime) >= 0.16 -%endif +BuildRequires: make BuildRequires: perl(Test::More) >= 0.88 +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.31 BuildRequires: perl(Class::Singleton) >= 1.03 -BuildRequires: perl(Cwd) >= 3 +BuildRequires: perl(parent) BuildRequires: perl(Params::Validate) >= 0.72 -# +BuildRequires: perl(Pod::Man) >= 1.14 +BuildRequires: perl(Class::Load) +BuildRequires: perl(Cwd) >= 3 Requires: perl(Class::Singleton) >= 1.03 -Requires: perl(Cwd) >= 3 +Requires: perl(parent) Requires: perl(Params::Validate) >= 0.72 Requires: perl(Pod::Man) >= 1.14 +Requires: perl(Class::Load) +Requires: perl(Cwd) >= 3 +%if 0%{?suse_version} >= 1120 +BuildArch: noarch +%endif %description 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 DateTime.pm 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. - -Authors: --------- - Dave Rolsky <[email protected]> +represented internally as a set of observances, each of which describes +the offset from GMT for a given time period. +Note that without the "DateTime.pm" 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} +%setup -q -n "DateTime-TimeZone-%{version}" +%__sed -i '/^auto_install/d' Makefile.PL + # rpmlint: spurious-executable-perm pushd tools find -type f -exec %{__chmod} 0644 {} \; popd %build -%{__perl} Build.PL installdirs=vendor -./Build - -%check -./Build test +%__perl Makefile.PL PREFIX="%{_prefix}" +%__make %{?jobs:-j%{jobs}} %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 -%perl_gen_filelist +%perl_make_install +%perl_process_packlist -%clean -%{__rm} -rf $RPM_BUILD_ROOT +%check +%__make test -%files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes LICENSE MANIFEST.base perltidyrc README tools xt +%clean +%{?buildroot:%__rm -rf "%{buildroot}"} +%files +%defattr(-,root,root) +%doc README Changes LICENSE +%doc tools +%dir %{perl_vendorlib}/DateTime +%{perl_vendorlib}/DateTime/TimeZone +%{perl_vendorlib}/DateTime/TimeZone.pm +%doc %{perl_man3dir}/DateTime::TimeZone.%{perl_man3ext}%{ext_man} +%doc %{perl_man3dir}/DateTime::TimeZone::*.%{perl_man3ext}%{ext_man} %changelog ++++++ DateTime-TimeZone-1.20.tar.bz2 -> DateTime-TimeZone-1.30.tar.bz2 ++++++ ++++ 26249 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
