Hello community,
here is the log from the commit of package perl-Class-MethodMaker for
openSUSE:Factory checked in at 2014-02-11 10:43:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Class-MethodMaker (Old)
and /work/SRC/openSUSE:Factory/.perl-Class-MethodMaker.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Class-MethodMaker"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Class-MethodMaker/perl-Class-MethodMaker.changes
2011-09-23 12:36:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Class-MethodMaker.new/perl-Class-MethodMaker.changes
2014-02-11 10:43:40.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Feb 9 13:31:44 UTC 2014 - [email protected]
+
+- updated to 2.20
+ - drop t/v1*.t unit tests due to license issue
+ https://github.com/renormalist/class-methodmaker/issues/2
+
+-------------------------------------------------------------------
+Wed Dec 18 10:37:48 UTC 2013 - [email protected]
+
+- updated to 2.19
+ - Fix 5.19 incompatibility - RT#88934 (Zefram)
+ - small distro polishing
+
+-------------------------------------------------------------------
Old:
----
Class-MethodMaker-2.18.tar.gz
New:
----
Class-MethodMaker-2.20.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Class-MethodMaker.spec ++++++
--- /var/tmp/diff_new_pack.ej8SoE/_old 2014-02-11 10:43:41.000000000 +0100
+++ /var/tmp/diff_new_pack.ej8SoE/_new 2014-02-11 10:43:41.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Class-MethodMaker
#
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -16,20 +16,18 @@
#
-
Name: perl-Class-MethodMaker
-Version: 2.18
-Release: 1
-License: GPL-1.0+ or Artistic-1.0
+Version: 2.20
+Release: 0
%define cpan_name Class-MethodMaker
Summary: Create generic methods for OO Perl
-Url: http://search.cpan.org/dist/Class-MethodMaker/
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Source:
http://www.cpan.org/authors/id/S/SC/SCHWIGON/%{cpan_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/Class-MethodMaker/
+Source:
http://www.cpan.org/authors/id/S/SC/SCHWIGON/class-methodmaker/%{cpan_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-BuildRequires: perl(ExtUtils::MakeMaker)
%{perl_requires}
%description
@@ -47,6 +45,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -60,9 +59,6 @@
%perl_process_packlist
%perl_gen_filelist
-%clean
-%{__rm} -rf %{buildroot}
-
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples README TODO
++++++ Class-MethodMaker-2.18.tar.gz -> Class-MethodMaker-2.20.tar.gz ++++++
++++ 2553 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]