Hello community,

here is the log from the commit of package perl-DateTime-TimeZone for 
openSUSE:Factory
checked in at Mon Apr 4 12:55:34 CEST 2011.



--------
--- perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes       2011-03-14 
23:28:39.000000000 +0100
+++ 
/mounts/work_src_done/STABLE/perl-DateTime-TimeZone/perl-DateTime-TimeZone.changes
  2011-04-01 08:02:22.000000000 +0200
@@ -1,0 +2,6 @@
+Fri Apr  1 05:51:31 UTC 2011 - [email protected]
+
+- update to 1.31:
+  Updates for Win32 time zones
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  DateTime-TimeZone-1.30.tar.bz2

New:
----
  DateTime-TimeZone-1.31.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-DateTime-TimeZone.spec ++++++
--- /var/tmp/diff_new_pack.40sy45/_old  2011-04-04 12:53:32.000000000 +0200
+++ /var/tmp/diff_new_pack.40sy45/_new  2011-04-04 12:53:32.000000000 +0200
@@ -18,74 +18,58 @@
 
 
 Name:           perl-DateTime-TimeZone
-Version:        1.30
+Version:        1.31
 Release:        1
+License:        GPL+ or Artistic
+%define cpan_name DateTime-TimeZone
 Summary:        Time zone object base class and factory
-# 
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
+Url:            http://search.cpan.org/dist/DateTime-TimeZone/
 Group:          Development/Libraries/Perl
-License:        GPL+ or Artistic
+#Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-TimeZone-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  make
-BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.31
-BuildRequires:  perl(Class::Singleton) >= 1.03
-BuildRequires:  perl(parent)
-BuildRequires:  perl(Params::Validate) >= 0.72
-BuildRequires:  perl(Pod::Man) >= 1.14
 BuildRequires:  perl(Class::Load)
+BuildRequires:  perl(Class::Singleton) >= 1.03
 BuildRequires:  perl(Cwd) >= 3
-Requires:       perl(Class::Singleton) >= 1.03
-Requires:       perl(parent)
-Requires:       perl(Params::Validate) >= 0.72
-Requires:       perl(Pod::Man) >= 1.14
+BuildRequires:  perl(Params::Validate) >= 0.72
 Requires:       perl(Class::Load)
+Requires:       perl(Class::Singleton) >= 1.03
 Requires:       perl(Cwd) >= 3
-%if 0%{?suse_version} >= 1120
-BuildArch:      noarch
-%endif
+Requires:       perl(Params::Validate) >= 0.72
+%{perl_requires}
 
 %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.
+represented internally as a set of observances, each of which describes the
+offset from GMT for a given time period.
 
-%prep
-%setup -q -n "DateTime-TimeZone-%{version}"
-%__sed -i '/^auto_install/d' Makefile.PL
+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.
 
-# rpmlint: spurious-executable-perm
-pushd tools
-find -type f -exec %{__chmod} 0644 {} \;
-popd
+%prep
+%setup -q -n %{cpan_name}-%{version}
 
 %build
-%__perl Makefile.PL PREFIX="%{_prefix}"
-%__make %{?jobs:-j%{jobs}}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
+
+%check
+%{__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
-
-%check
-%__make test
+%perl_gen_filelist
 
 %clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+%{__rm} -rf %{buildroot}
+
+%files -f %{name}.files
+%defattr(644,root,root,755)
+%doc Changes LICENSE README tools
 
-%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


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to