Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory
checked in at Mon Feb 21 00:54:29 CET 2011.



--------
--- perl-DateTime/perl-DateTime.changes 2010-12-01 14:42:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-DateTime/perl-DateTime.changes    
2011-02-20 00:51:47.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Feb 19 23:46:48 UTC 2011 - [email protected]
+
+- update to 0.66
+  - A bunch of documentation cleanup. No code changes.
+- recreated by cpanspec 1.78.03
+- add Build patch (<= 1120)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  DateTime-0.65.tar.bz2

New:
----
  DateTime-0.66-Build.patch
  DateTime-0.66.tar.bz2

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

Other differences:
------------------
++++++ perl-DateTime.spec ++++++
--- /var/tmp/diff_new_pack.sGIJ1Z/_old  2011-02-21 00:54:21.000000000 +0100
+++ /var/tmp/diff_new_pack.sGIJ1Z/_new  2011-02-21 00:54:21.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-DateTime (Version 0.65)
+# spec file for package perl-DateTime
 #
-# 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,20 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %bcond_with pod
 
 Name:           perl-DateTime
-%define cpan_name DateTime
-Summary:        Date and time object
-Version:        0.65
-Release:        2
+Version:        0.66
+Release:        1
 License:        Artistic 2.0
+%define cpan_name DateTime
+Summary:        A date and time object
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/DateTime/
 #Source:         
http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-%{version}.tar.gz
 Source:         %{cpan_name}-%{version}.tar.bz2
+Patch:          %{cpan_name}-0.66-Build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
@@ -45,7 +45,7 @@
 BuildRequires:  perl(DateTime::TimeZone) >= 1.09
 BuildRequires:  perl(Params::Validate) >= 0.76
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Time::Local) >= 1.04
+BuildRequires:  perl(Test::Exception)
 #
 Requires:       perl(DateTime::Locale) >= 0.41
 Requires:       perl(DateTime::TimeZone) >= 1.09
@@ -54,47 +54,46 @@
 Requires:       perl(Time::Local) >= 1.04
 
 %description
-DateTime is a class for the representation of date/time combinations,
-and is part of the Perl DateTime project. For details on this project
-please see http://datetime.perl.org/. The DateTime site has a FAQ which
-may help answer many "how do I do X?" questions. The FAQ is at
-http://datetime.perl.org/?FAQ.
-
-It represents the Gregorian calendar, extended backwards in time before
-its creation (in 1582). This is sometimes known as the "proleptic
-Gregorian calendar". In this calendar, the first day of the calendar
-(the epoch), is the first day of year 1, which corresponds to the date
-which was (incorrectly) believed to be the birth of Jesus Christ.
+DateTime is a class for the representation of date/time combinations, and
+is part of the Perl DateTime project. For details on this project please
+see the http://datetime.perl.org/ manpage. The DateTime site has a FAQ
+which may help answer many "how do I do X?" questions. The FAQ is at the
+http://datetime.perl.org/wiki/datetime/page/FAQ manpage.
+
+It represents the Gregorian calendar, extended backwards in time before its
+creation (in 1582). This is sometimes known as the "proleptic Gregorian
+calendar". In this calendar, the first day of the calendar (the epoch), is
+the first day of year 1, which corresponds to the date which was
+(incorrectly) believed to be the birth of Jesus Christ.
 
-The calendar represented does have a year 0, and in that way differs
-from how dates are often written using "BCE/CE" or "BC/AD".
+The calendar represented does have a year 0, and in that way differs from
+how dates are often written using "BCE/CE" or "BC/AD".
 
 For infinite datetimes, please see the DateTime::Infinite module.
 
-Author:
--------
-    Dave Rolsky <[email protected]>
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
+%if 0%{?suse_version} <= 1120
+%patch -p1
+%endif
 %{__chmod} 0644 tools/leap_seconds_header.pl
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS"
+%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
 ./Build build flags=%{?_smp_mflags}
 
 %check
 ./Build test
 
 %install
-./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
+./Build install destdir=%{buildroot} create_packlist=0
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
-%doc c Changes CREDITS dist.ini leaptab.txt LICENSE README TODO tools
+%defattr(644,root,root,755)
+%doc Changes CREDITS LICENSE README TODO tools
 
 %changelog

++++++ DateTime-0.66-Build.patch ++++++
diff -ruN DateTime-0.66-orig/Build.PL DateTime-0.66/Build.PL
--- DateTime-0.66-orig/Build.PL 2010-11-26 19:47:41.000000000 +0100
+++ DateTime-0.66/Build.PL      2011-02-20 00:40:30.000000000 +0100
@@ -2,13 +2,13 @@
 use strict;
 use warnings;
 
-use Module::Build 0.3601;
+use Module::Build 0.280801;
 
 
 my %module_build_args = (
   'build_requires' => {
     'ExtUtils::CBuilder' => '0',
-    'Module::Build' => '0.3601',
+    'Module::Build' => '0.280801',
     'Pod::Man' => '1.14',
     'Test::Exception' => '0',
     'Test::More' => '0.88'
diff -ruN DateTime-0.66-orig/META.json DateTime-0.66/META.json
--- DateTime-0.66-orig/META.json        2010-11-26 19:47:41.000000000 +0100
+++ DateTime-0.66/META.json     2011-02-20 00:40:12.000000000 +0100
@@ -17,7 +17,7 @@
       "build" : {
          "requires" : {
             "ExtUtils::CBuilder" : 0,
-            "Module::Build" : "0.3601",
+            "Module::Build" : "0.280801",
             "Pod::Man" : "1.14",
             "Test::Exception" : 0,
             "Test::More" : "0.88"
diff -ruN DateTime-0.66-orig/META.yml DateTime-0.66/META.yml
--- DateTime-0.66-orig/META.yml 2010-11-26 19:47:41.000000000 +0100
+++ DateTime-0.66/META.yml      2011-02-20 00:41:10.000000000 +0100
@@ -4,7 +4,7 @@
   - 'Dave Rolsky <[email protected]>'
 build_requires:
   ExtUtils::CBuilder: 0
-  Module::Build: 0.3601
+  Module::Build: 0.280801
   Pod::Man: 1.14
   Test::Exception: 0
   Test::More: 0.88
++++++ DateTime-0.65.tar.bz2 -> DateTime-0.66.tar.bz2 ++++++
++++ 2354 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to