diff --git a/Class-MethodMaker-2.18.tar.gz b/Class-MethodMaker-2.18.tar.gz deleted file mode 100644 index 454c084..0000000 --- a/Class-MethodMaker-2.18.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:223b7a79025e9bff984d755f9744182505e110680b13eedbac2831d45ddbeeba -size 89815 diff --git a/Class-MethodMaker-2.19.tar.gz b/Class-MethodMaker-2.19.tar.gz new file mode 100644 index 0000000..67e3e82 --- /dev/null +++ b/Class-MethodMaker-2.19.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28da271bec6f4dd181d7b1e880363b19c3bda94f1c87eeec3d3438c1fc4716bd +size 88429 diff --git a/perl-Class-MethodMaker.changes b/perl-Class-MethodMaker.changes index 5d459f4..13361bc 100644 --- a/perl-Class-MethodMaker.changes +++ b/perl-Class-MethodMaker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Dec 18 10:37:48 UTC 2013 - coolo@suse.com + +- updated to 2.19 + - Fix 5.19 incompatibility - RT#88934 (Zefram) + - small distro polishing + ------------------------------------------------------------------- Thu Apr 21 05:14:32 UTC 2011 - coolo@opensuse.org diff --git a/perl-Class-MethodMaker.spec b/perl-Class-MethodMaker.spec index 33d74fd..706fc1e 100644 --- a/perl-Class-MethodMaker.spec +++ b/perl-Class-MethodMaker.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Class-MethodMaker (Version 2.18) +# spec file for package perl-Class-MethodMaker # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,19 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Class-MethodMaker -Version: 2.18 -Release: 1 -License: GPL+ or Artistic +Version: 2.19 +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 @@ -45,6 +45,7 @@ at least declare) your overriding method in a 'BEGIN' block. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f -print0 | xargs -0 chmod 644 %build %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -58,9 +59,6 @@ at least declare) your overriding method in a 'BEGIN' block. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes examples README TODO