8
0
OBS User unknown
2008-04-06 05:34:40 +00:00
committed by Git OBS Bridge
parent fc46605c8e
commit fff95fb659
4 changed files with 41 additions and 27 deletions

View File

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

View File

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

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Apr 4 11:13:04 CEST 2008 - ug@suse.de
- update to version 2.11
- Drop Module::Build support
(which was broken anyway for a long time, #19167, #16241, #17059, #15987, #13755)
- Correct "use version" statements (#19585)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jul 16 11:46:35 CEST 2007 - ug@suse.de Mon Jul 16 11:46:35 CEST 2007 - ug@suse.de

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Class-MethodMaker (Version 2.10) # spec file for package perl-Class-MethodMaker (Version 2.11)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@@ -10,14 +10,15 @@
# norootforbuild # norootforbuild
Name: perl-Class-MethodMaker Name: perl-Class-MethodMaker
BuildRequires: perl-Module-Build BuildRequires: perl-Module-Build
License: Artistic License License: Artistic License
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Summary: Class::MethodMaker Summary: Class::MethodMaker
Version: 2.10 Version: 2.11
Release: 1 Release: 1
Source: Class-MethodMaker-%{version}.tar.gz Source: Class-MethodMaker-%{version}.tar.gz
Patch: Class-MethodMaker-Makefile.PL.diff Patch: Class-MethodMaker-Makefile.PL.diff
@@ -70,55 +71,60 @@ make DESTDIR=$RPM_BUILD_ROOT \
/var/adm/perl-modules/%{name} /var/adm/perl-modules/%{name}
%changelog %changelog
* Mon Jul 16 2007 - ug@suse.de * Fri Apr 04 2008 ug@suse.de
- update to version 2.11
- Drop Module::Build support
(which was broken anyway for a long time, #19167, #16241, #17059, #15987, #13755)
- Correct "use version" statements (#19585)
* Mon Jul 16 2007 ug@suse.de
- update to version 2.10 - update to version 2.10
- Fixed SIGNATURE - Fixed SIGNATURE
- Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413) - Fixed compile problems with 5.9.4 upwards (rt.cpan.org #22413)
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Dec 12 2005 - ug@suse.de * Mon Dec 12 2005 ug@suse.de
- update to version 2.08 - update to version 2.08
* Wed Sep 28 2005 - dmueller@suse.de * Thu Sep 29 2005 dmueller@suse.de
- add norootforbuild - add norootforbuild
* Mon Aug 01 2005 - cthiel@suse.de * Mon Aug 01 2005 cthiel@suse.de
- added Class-MethodMaker-Makefile.PL.diff - added Class-MethodMaker-Makefile.PL.diff
* Fri Jul 29 2005 - cthiel@suse.de * Fri Jul 29 2005 cthiel@suse.de
- update to version 2.07 - update to version 2.07
* Mon Jan 31 2005 - ug@suse.de * Mon Jan 31 2005 ug@suse.de
- version update from 2.04 to 2.05 - version update from 2.04 to 2.05
* Fri Jan 21 2005 - ug@suse.de * Fri Jan 21 2005 ug@suse.de
- version update from 2.02 to 2.04 - version update from 2.02 to 2.04
- heavy changes in build process - heavy changes in build process
- Add XS code to set created sub names in profiler, etc. - Add XS code to set created sub names in profiler, etc.
- Documentation tweaks - Documentation tweaks
- Add an argument of the subject object to default ctor calls - Add an argument of the subject object to default ctor calls
* Fri Aug 20 2004 - ug@suse.de * Fri Aug 20 2004 ug@suse.de
- version update from 2.00 to 2.02 - version update from 2.00 to 2.02
- Make VERSION evaluate on single line to work with - Make VERSION evaluate on single line to work with
ExtUtils::MakeMaker. ExtUtils::MakeMaker.
- Fix hash in v1 mode to return reference to the actual storage - Fix hash in v1 mode to return reference to the actual storage
- Fix obscure handling of -hash_init with v1 hash - Fix obscure handling of -hash_init with v1 hash
- Fix redefine warnings (with V1Compat) under perl-5.8.3 - Fix redefine warnings (with V1Compat) under perl-5.8.3
* Fri Feb 27 2004 - ug@suse.de * Fri Feb 27 2004 ug@suse.de
- version update from 1.10 to 2.00 - version update from 1.10 to 2.00
* Fri Aug 22 2003 - mjancar@suse.cz * Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Tue Jul 29 2003 - ug@suse.de * Tue Jul 29 2003 ug@suse.de
- version update from 1.08 to 1.10 - version update from 1.08 to 1.10
* Mon Jul 28 2003 - ug@suse.de * Mon Jul 28 2003 ug@suse.de
- "make test" added - "make test" added
- add vendorarch changes - add vendorarch changes
* Mon Jun 23 2003 - ro@suse.de * Mon Jun 23 2003 ro@suse.de
- added directories to filelist - added directories to filelist
* Mon May 19 2003 - ug@suse.de * Mon May 19 2003 ug@suse.de
- packlist and perllocal.pod fix - packlist and perllocal.pod fix
* Fri Jan 17 2003 - ug@suse.de * Fri Jan 17 2003 ug@suse.de
- version update to 1.08 - version update to 1.08
* Tue Sep 17 2002 - ro@suse.de * Tue Sep 17 2002 ro@suse.de
- removed bogus self-provides - removed bogus self-provides
* Tue Jul 02 2002 - mls@suse.de * Tue Jul 02 2002 mls@suse.de
- remove race in .packlist generation - remove race in .packlist generation
* Wed Jun 26 2002 - ug@suse.de * Wed Jun 26 2002 ug@suse.de
- version update to 1.06 - version update to 1.06
* Mon Mar 26 2001 - ug@suse.de * Mon Mar 26 2001 ug@suse.de
- initial release - initial release