Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2012-03-09 21:25:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime", Maintainer is "kkae...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes      
2012-02-16 16:21:39.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2012-03-09 21:25:02.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 17:38:40 CET 2012 - r...@suse.de
+
+- update DateTime-0.70-Build.patch 
+
+-------------------------------------------------------------------

Old:
----
  DateTime-0.70-Build.patch

New:
----
  DateTime-0.72-Build.patch

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

Other differences:
------------------
++++++ perl-DateTime.spec ++++++
--- /var/tmp/diff_new_pack.rrqTbO/_old  2012-03-09 21:25:06.000000000 +0100
+++ /var/tmp/diff_new_pack.rrqTbO/_new  2012-03-09 21:25:06.000000000 +0100
@@ -27,15 +27,15 @@
 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
-Patch:          %{cpan_name}-0.70-Build.patch
+Patch:          %{cpan_name}-0.72-Build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Module::Build)
 %if %{with pod}
-BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 BuildRequires:  perl(Test::Pod) >= 1.14
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
 %endif
 BuildRequires:  perl(Pod::Man) >= 1.14
 BuildRequires:  perl(Test::Exception)
@@ -44,16 +44,16 @@
 %endif
 BuildRequires:  perl(DateTime::Locale) >= 0.41
 BuildRequires:  perl(DateTime::TimeZone) >= 1.09
+BuildRequires:  perl(Math::Round)
 BuildRequires:  perl(Params::Validate) >= 0.76
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Math::Round)
 #
 Requires:       perl(DateTime::Locale) >= 0.41
 Requires:       perl(DateTime::TimeZone) >= 1.09
+Requires:       perl(Math::Round)
 Requires:       perl(Params::Validate) >= 0.76
 Requires:       perl(Scalar::Util)
 Requires:       perl(Time::Local) >= 1.04
-Requires:       perl(Math::Round)
 
 %description
 DateTime is a class for the representation of date/time combinations, and

++++++ DateTime-0.70-Build.patch -> DateTime-0.72-Build.patch ++++++
--- /work/SRC/openSUSE:Factory/perl-DateTime/DateTime-0.70-Build.patch  
2011-09-23 12:36:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/DateTime-0.72-Build.patch     
2012-03-09 21:25:02.000000000 +0100
@@ -1,21 +1,32 @@
---- META.yml.orig      2011-05-10 00:08:41.000000000 +0200
-+++ META.yml   2011-05-10 00:09:11.000000000 +0200
-@@ -3,11 +3,11 @@
- author:
-   - 'Dave Rolsky <auta...@urth.org>'
- build_requires:
--  Module::Build: 0.3601
-+  Module::Build: 0.280801
-   Test::Exception: 0
-   Test::More: 0.88
- configure_requires:
--  Module::Build: 0.3601
-+  Module::Build: 0.280801
- dynamic_config: 0
- generated_by: 'Dist::Zilla version 4.200006, CPAN::Meta::Converter version 
2.110930'
- license: artistic_2
---- META.json.orig     2011-05-10 00:08:11.000000000 +0200
-+++ META.json  2011-05-10 00:08:35.000000000 +0200
+--- Build.PL
++++ Build.PL
+@@ -2,13 +2,13 @@
+ use strict;
+ use warnings;
+ 
+-use Module::Build 0.3601;
++use Module::Build 0.280801;
+ 
+ 
+ my %module_build_args = (
+   "build_requires" => {
+     "Cwd" => 0,
+-    "Module::Build" => "0.3601",
++    "Module::Build" => "0.280801",
+     "Storable" => 0,
+     "Test::Fatal" => 0,
+     "Test::More" => "0.88",
+@@ -16,7 +16,7 @@
+   },
+   "c_source" => "c",
+   "configure_requires" => {
+-    "Module::Build" => "0.3601"
++    "Module::Build" => "0.280801"
+   },
+   "dist_abstract" => "A date and time object",
+   "dist_author" => [
+--- META.json
++++ META.json
 @@ -16,12 +16,12 @@
     "prereqs" : {
        "build" : {
@@ -31,27 +42,21 @@
           }
        },
        "runtime" : {
---- Build.PL.orig      2011-05-10 00:07:29.000000000 +0200
-+++ Build.PL   2011-05-10 00:08:08.000000000 +0200
-@@ -2,18 +2,18 @@
- use strict;
- use warnings;
- 
--use Module::Build 0.3601;
-+use Module::Build 0.280801;
- 
- 
- my %module_build_args = (
-   'build_requires' => {
--    'Module::Build' => '0.3601',
-+    'Module::Build' => '0.280801',
-     'Test::Exception' => '0',
-     'Test::More' => '0.88'
-   },
-   'c_source' => 'c',
-   'configure_requires' => {
--    'Module::Build' => '0.3601'
-+    'Module::Build' => '0.280801'
-   },
-   'dist_abstract' => 'A date and time object',
-   'dist_author' => [
+--- META.yml
++++ META.yml
+@@ -4,13 +4,13 @@
+   - 'Dave Rolsky <auta...@urth.org>'
+ build_requires:
+   Cwd: 0
+-  Module::Build: 0.3601
++  Module::Build: 0.280801
+   Storable: 0
+   Test::Fatal: 0
+   Test::More: 0.88
+   utf8: 0
+ configure_requires:
+-  Module::Build: 0.3601
++  Module::Build: 0.280801
+ dynamic_config: 0
+ generated_by: 'Dist::Zilla version 4.300006, CPAN::Meta::Converter version 
2.113640'
+ license: artistic_2

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to