From fc46605c8efcf699f268536149467d048340b4f258f6d3d63644129dd4cabd0a Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 16 Jul 2007 09:51:38 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-MethodMaker?expand=0&rev=2 --- Class-MethodMaker-2.08.tar.gz | 3 --- Class-MethodMaker-2.10.tar.gz | 3 +++ perl-Class-MethodMaker.changes | 7 +++++++ perl-Class-MethodMaker.spec | 36 +++++++++++++++++++--------------- 4 files changed, 30 insertions(+), 19 deletions(-) delete mode 100644 Class-MethodMaker-2.08.tar.gz create mode 100644 Class-MethodMaker-2.10.tar.gz diff --git a/Class-MethodMaker-2.08.tar.gz b/Class-MethodMaker-2.08.tar.gz deleted file mode 100644 index 513ff57..0000000 --- a/Class-MethodMaker-2.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61913dd7e1b4523afcdba74b359a988aac58f3397350f7f0a7cfd76558e755f7 -size 88831 diff --git a/Class-MethodMaker-2.10.tar.gz b/Class-MethodMaker-2.10.tar.gz new file mode 100644 index 0000000..f03f2c1 --- /dev/null +++ b/Class-MethodMaker-2.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7583231c404cc43aebb4315ba052cd187c0e754517a4aa28dff5605bded52f0 +size 89286 diff --git a/perl-Class-MethodMaker.changes b/perl-Class-MethodMaker.changes index 05c46f5..780e43e 100644 --- a/perl-Class-MethodMaker.changes +++ b/perl-Class-MethodMaker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 16 11:46:35 CEST 2007 - ug@suse.de + +- update to version 2.10 +- Fixed SIGNATURE +- Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413) + ------------------------------------------------------------------- Wed Jan 25 21:39:31 CET 2006 - mls@suse.de diff --git a/perl-Class-MethodMaker.spec b/perl-Class-MethodMaker.spec index ed2c16b..32682e6 100644 --- a/perl-Class-MethodMaker.spec +++ b/perl-Class-MethodMaker.spec @@ -1,27 +1,27 @@ # -# spec file for package perl-Class-MethodMaker (Version 2.08) +# spec file for package perl-Class-MethodMaker (Version 2.10) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild -Name: perl-Class-MethodMaker -BuildRequires: perl-Module-Build -License: Artistic License -Group: Development/Libraries/Perl -Requires: perl = %{perl_version} -Autoreqprov: on -Summary: Class::MethodMaker -Version: 2.08 -Release: 1 -Source: Class-MethodMaker-%{version}.tar.gz -Patch: Class-MethodMaker-Makefile.PL.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Name: perl-Class-MethodMaker +BuildRequires: perl-Module-Build +License: Artistic License +Group: Development/Libraries/Perl +Requires: perl = %{perl_version} +Autoreqprov: on +Summary: Class::MethodMaker +Version: 2.10 +Release: 1 +Source: Class-MethodMaker-%{version}.tar.gz +Patch: Class-MethodMaker-Makefile.PL.diff +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This module solves the problem of having to write a bazillion get/set @@ -69,7 +69,11 @@ make DESTDIR=$RPM_BUILD_ROOT \ %{perl_vendorarch}/auto/Class/MethodMaker/ /var/adm/perl-modules/%{name} -%changelog -n perl-Class-MethodMaker +%changelog +* Mon Jul 16 2007 - ug@suse.de +- update to version 2.10 +- Fixed SIGNATURE +- Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413) * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Mon Dec 12 2005 - ug@suse.de