9
0
OBS User unknown
2007-07-16 09:51:38 +00:00
committed by Git OBS Bridge
parent bc48552ba5
commit fc46605c8e
4 changed files with 30 additions and 19 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:61913dd7e1b4523afcdba74b359a988aac58f3397350f7f0a7cfd76558e755f7
size 88831

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7583231c404cc43aebb4315ba052cd187c0e754517a4aa28dff5605bded52f0
size 89286

View File

@@ -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

View File

@@ -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