forked from pool/perl-Class-MethodMaker
Accepting request 29283 from devel:languages:perl
Copy from devel:languages:perl/perl-Class-MethodMaker based on submit request 29283 from user coolo OBS-URL: https://build.opensuse.org/request/show/29283 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-MethodMaker?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
1e016a10d3
commit
859fd3da2d
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 15:04:20 CEST 2008 - ug@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Class-MethodMaker (Version 2.11)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 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
|
||||
@@ -20,13 +20,13 @@
|
||||
|
||||
Name: perl-Class-MethodMaker
|
||||
BuildRequires: perl-Module-Build
|
||||
License: Artistic License
|
||||
License: Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
Requires: perl = %{perl_version}
|
||||
AutoReqProv: on
|
||||
Summary: Class::MethodMaker
|
||||
Version: 2.11
|
||||
Release: 36
|
||||
Release: 37
|
||||
Source: Class-MethodMaker-%{version}.tar.gz
|
||||
Patch: Class-MethodMaker-Makefile.PL.diff
|
||||
Patch1: suppress_warning.diff
|
||||
@@ -49,7 +49,7 @@ Authors:
|
||||
|
||||
%build
|
||||
./configure
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
make test
|
||||
|
||||
%install
|
||||
@@ -80,62 +80,3 @@ make DESTDIR=$RPM_BUILD_ROOT \
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jun 11 2008 ug@suse.de
|
||||
- fixed a warning
|
||||
* 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
|
||||
- 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
|
||||
- update to version 2.08
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Mon Aug 01 2005 cthiel@suse.de
|
||||
- added Class-MethodMaker-Makefile.PL.diff
|
||||
* Fri Jul 29 2005 cthiel@suse.de
|
||||
- update to version 2.07
|
||||
* Mon Jan 31 2005 ug@suse.de
|
||||
- version update from 2.04 to 2.05
|
||||
* Fri Jan 21 2005 ug@suse.de
|
||||
- version update from 2.02 to 2.04
|
||||
- heavy changes in build process
|
||||
- Add XS code to set created sub names in profiler, etc.
|
||||
- Documentation tweaks
|
||||
- Add an argument of the subject object to default ctor calls
|
||||
* Fri Aug 20 2004 ug@suse.de
|
||||
- version update from 2.00 to 2.02
|
||||
- Make VERSION evaluate on single line to work with
|
||||
ExtUtils::MakeMaker.
|
||||
- Fix hash in v1 mode to return reference to the actual storage
|
||||
- Fix obscure handling of -hash_init with v1 hash
|
||||
- Fix redefine warnings (with V1Compat) under perl-5.8.3
|
||||
* Fri Feb 27 2004 ug@suse.de
|
||||
- version update from 1.10 to 2.00
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Tue Jul 29 2003 ug@suse.de
|
||||
- version update from 1.08 to 1.10
|
||||
* Mon Jul 28 2003 ug@suse.de
|
||||
- "make test" added
|
||||
- add vendorarch changes
|
||||
* Mon Jun 23 2003 ro@suse.de
|
||||
- added directories to filelist
|
||||
* Mon May 19 2003 ug@suse.de
|
||||
- packlist and perllocal.pod fix
|
||||
* Fri Jan 17 2003 ug@suse.de
|
||||
- version update to 1.08
|
||||
* Tue Sep 17 2002 ro@suse.de
|
||||
- removed bogus self-provides
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Wed Jun 26 2002 ug@suse.de
|
||||
- version update to 1.06
|
||||
* Mon Mar 26 2001 ug@suse.de
|
||||
- initial release
|
||||
|
||||
Reference in New Issue
Block a user