Hello community,

here is the log from the commit of package perl-DateTime for openSUSE:Factory 
checked in at 2016-03-26 15:26:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-DateTime (Old)
 and      /work/SRC/openSUSE:Factory/.perl-DateTime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-DateTime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-DateTime/perl-DateTime.changes      
2016-03-16 10:34:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.perl-DateTime.new/perl-DateTime.changes 
2016-03-26 15:26:54.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Mar 22 10:06:11 UTC 2016 - co...@suse.com
+
+- updated to 1.26
+   see /usr/share/doc/packages/perl-DateTime/Changes
+
+  1.26   2016-03-21
+  
+  - Switched from Module::Build to ExtUtils::MakeMaker. Implementation by Karen
+    Etheridge. GitHub #13.
+
+-------------------------------------------------------------------

Old:
----
  DateTime-1.25.tar.gz

New:
----
  DateTime-1.26.tar.gz

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

Other differences:
------------------
++++++ perl-DateTime.spec ++++++
--- /var/tmp/diff_new_pack.47T9cK/_old  2016-03-26 15:26:55.000000000 +0100
+++ /var/tmp/diff_new_pack.47T9cK/_new  2016-03-26 15:26:55.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-DateTime
-Version:        1.25
+Version:        1.26
 Release:        0
 %define cpan_name DateTime
 Summary:        Date and Time Object for Perl
@@ -31,7 +31,6 @@
 BuildRequires:  perl-macros
 BuildRequires:  perl(DateTime::Locale) >= 0.410000
 BuildRequires:  perl(DateTime::TimeZone) >= 1.74
-BuildRequires:  perl(Module::Build) >= 0.280000
 BuildRequires:  perl(Params::Validate) >= 1.03
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) >= 0.96
@@ -65,18 +64,19 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor optimize="%{optflags}"
-./Build build flags=%{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+%{__make} %{?_smp_mflags}
 
 %check
-./Build test
+%{__make} test
 
 %install
-./Build install destdir=%{buildroot} create_packlist=0
+%perl_make_install
+%perl_process_packlist
 %perl_gen_filelist
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CREDITS leaptab.txt LICENSE README.md TODO
+%doc Changes CONTRIBUTING.md CREDITS leaptab.txt LICENSE README.md TODO
 
 %changelog

++++++ DateTime-1.25.tar.gz -> DateTime-1.26.tar.gz ++++++
++++ 22507 lines of diff (skipped)


Reply via email to