OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Class-Accessor?expand=0&rev=4
This commit is contained in:
parent
ccd963e55e
commit
d986033660
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c85e3d8a5f0a96b0f0bcff2ff34486bcd800cae2f707049488b221e291e258a
|
||||
size 10430
|
3
Class-Accessor-0.33.tar.bz2
Normal file
3
Class-Accessor-0.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5de05ed4083140ec92be60ffcf786d05a54f3d92b6433cd610f60411832068fe
|
||||
size 10866
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 18 15:48:57 CEST 2009 - anicka@suse.cz
|
||||
|
||||
- update to 0.33
|
||||
* small cleanups to fix RT#45592 and RT#43493
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 15:00:53 CEST 2007 - anicka@suse.cz
|
||||
|
||||
|
@ -1,25 +1,33 @@
|
||||
#
|
||||
# spec file for package perl-Class-Accessor (Version 0.31)
|
||||
# spec file for package perl-Class-Accessor (Version 0.33)
|
||||
#
|
||||
# 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.
|
||||
# Copyright (c) 2009 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
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: perl-Class-Accessor
|
||||
BuildRequires: perl-Carp-Assert
|
||||
Version: 0.31
|
||||
Version: 0.33
|
||||
Release: 1
|
||||
Requires: perl-Carp-Assert
|
||||
Requires: perl = %{perl_version}
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Development/Libraries/Perl
|
||||
License: Artistic License
|
||||
URL: http://cpan.org/modules/by-module/Class/
|
||||
Url: http://cpan.org/modules/by-module/Class/
|
||||
Summary: Automated accessor generation
|
||||
Source: Class-Accessor-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -59,38 +67,41 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Wed Jul 25 2007 - anicka@suse.cz
|
||||
* Mon May 18 2009 anicka@suse.cz
|
||||
- update to 0.33
|
||||
* small cleanups to fix RT#45592 and RT#43493
|
||||
* Wed Jul 25 2007 anicka@suse.cz
|
||||
- update to 0.31
|
||||
* applied performance patch from RUZ
|
||||
* Wed Dec 13 2006 - anicka@suse.cz
|
||||
* Wed Dec 13 2006 anicka@suse.cz
|
||||
- update to 0.30
|
||||
* added version numbers back into each class
|
||||
* Mon Jul 24 2006 - anicka@suse.cz
|
||||
* Mon Jul 24 2006 anicka@suse.cz
|
||||
- update to 0.27
|
||||
* added Class::Accessor::Faster that uses an array internally
|
||||
* Tue Jul 11 2006 - anicka@suse.cz
|
||||
* Tue Jul 11 2006 anicka@suse.cz
|
||||
- update to 0.25
|
||||
- minor release
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Tue Jan 03 2006 - anicka@suse.cz
|
||||
* Tue Jan 03 2006 anicka@suse.cz
|
||||
- update to 0.22
|
||||
* Wed Sep 28 2005 - dmueller@suse.de
|
||||
* Wed Sep 28 2005 dmueller@suse.de
|
||||
- add norootforbuild
|
||||
* Fri Aug 13 2004 - mjancar@suse.cz
|
||||
* Fri Aug 13 2004 mjancar@suse.cz
|
||||
- update to 0.19
|
||||
* Fri Aug 22 2003 - mjancar@suse.cz
|
||||
* Fri Aug 22 2003 mjancar@suse.cz
|
||||
- require the perl version we build with
|
||||
* Tue Jul 15 2003 - mjancar@suse.cz
|
||||
* Tue Jul 15 2003 mjancar@suse.cz
|
||||
- adapt to perl-5.8.1
|
||||
- use %%perl_process_packlist
|
||||
* Wed Jun 18 2003 - mjancar@suse.cz
|
||||
* Wed Jun 18 2003 mjancar@suse.cz
|
||||
- fix filelist
|
||||
* Tue May 20 2003 - mjancar@suse.cz
|
||||
* Tue May 20 2003 mjancar@suse.cz
|
||||
- remove unpackaged files
|
||||
* Tue Jul 02 2002 - mls@suse.de
|
||||
* Tue Jul 02 2002 mls@suse.de
|
||||
- remove race in .packlist generation
|
||||
* Wed Jun 26 2002 - prehak@suse.cz
|
||||
* Wed Jun 26 2002 prehak@suse.cz
|
||||
- correct permissions of examples directories
|
||||
* Wed Jan 23 2002 - rvasice@suse.cz
|
||||
* Wed Jan 23 2002 rvasice@suse.cz
|
||||
- initial package release (version 0.17)
|
||||
|
Loading…
Reference in New Issue
Block a user