forked from pool/perl-Class-Accessor-Grouped
. OBS-URL: https://build.opensuse.org/request/show/724811 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Class-Accessor-Grouped?expand=0&rev=15
129 lines
4.8 KiB
Plaintext
129 lines
4.8 KiB
Plaintext
-------------------------------------------------------------------
|
|
Tue Aug 20 13:58:08 CEST 2019 - Tina Mueller <tina.mueller@suse.com>
|
|
|
|
- Remove perl526.patch
|
|
Not needed anymore because Makefile.PL was fixed upstream
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 3 06:47:20 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
|
|
|
- updated to 0.10014
|
|
see /usr/share/doc/packages/perl-Class-Accessor-Grouped/Changes
|
|
|
|
0.10014 2018-07-01 19:25 (UTC)
|
|
- releasing 0.10013_01 as stable
|
|
|
|
0.10013_01 2018-05-28 13:37 (UTC)
|
|
- convert packaging from Module::Install to plain ExtUtils::MakeMaker
|
|
- fix running Makefile.PL when @INC does not contain '.' (perl 5.26).
|
|
- don't run author tests at all for user installs
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 3 03:12:38 UTC 2017 - coolo@suse.com
|
|
|
|
- drop support for sle11 (perl-Class-Accessor-Grouped-use_lib.patch)
|
|
- fix build with perl 5.26 (perl526.patch)
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 12 09:35:01 UTC 2014 - coolo@suse.com
|
|
|
|
- updated to 0.10012
|
|
- Fix tests tickling deficient threads on perl 5.10.0
|
|
- Soft-depend on newer (bugfixed and *simpler*) Class::XSAccessor 1.19
|
|
- More robust threading tests
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 3 11:57:31 UTC 2013 - coolo@suse.com
|
|
|
|
- updated to 0.10010
|
|
- Fix bug with identically-named 'simple' accessors in different
|
|
classes set to access *differently named fields* getting their
|
|
field access mixed up
|
|
- Fix subtle pessimization when having identically-named accessors
|
|
in different classes leads to 'simple' implementations not being
|
|
replaced by Class::XSAccessor where appropriate
|
|
|
|
- Stop leaking extra methods into the inheritance chain - there
|
|
are plenty already
|
|
|
|
- Allow disabling of accessor name checking introduced in 0.10007
|
|
- Pass tests if Class::XSAccessor is available but Sub::Name isn't
|
|
|
|
- Disable tests on perls where Class::XSAccessor emits broken
|
|
error messages (RT#74883, RT#80519)
|
|
- Drop minimum perl to 5.6 (from 5.6.2)
|
|
- Switch all module loading to Module::Runtime and lose
|
|
dependency on Class::Inspector
|
|
- Fix stupid mistake causing double-require of Sub::Name when
|
|
Class::XSAccessor is not available (RT#80657)
|
|
- Simplify superclass traversal done by the 'inherited' group type
|
|
- Fix incorrect quoting of unusual hash keys (fieldnames)
|
|
- Depend on newer bugfixed Class::XSAccessor 1.15
|
|
- Improve text of ro/wo violation exceptions
|
|
- Sanity-check accessor names for well-formedness
|
|
(qr/[A-Z_a-z][0-9A-Z_a-z]*/)
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 27 08:44:38 UTC 2012 - coolo@suse.com
|
|
|
|
- updated to 0.10006
|
|
- Silence warnings resulting from incomplete can() overrides
|
|
hiding get/set_simple methods
|
|
- Depend on newer bugfixed Class::XSAccessor
|
|
- Repack with correct metadata (RT#73100)
|
|
- No longer leak internal __CAG* methods into the inheritable
|
|
namespace
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 4 23:37:23 UTC 2011 - lars@linux-schulserver.de
|
|
|
|
- fix build on distributions with older Test::More module
|
|
( perl-Class-Accessor-Grouped-use_lib.patch )
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 31 14:33:11 UTC 2011 - coolo@novell.com
|
|
|
|
- updated to 0.10003
|
|
- Only require MRO::Compat for older perls
|
|
- Add SYNOPSIS
|
|
- Add examples for methods that get used most often
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 17 16:18:39 UTC 2011 - coolo@novell.com
|
|
|
|
- update to 0.10002
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Dec 1 09:44:29 UTC 2010 - coolo@novell.com
|
|
|
|
- switch to perl_requires macro
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Dec 10 22:22:40 UTC 2009 - chris@computersalat.de
|
|
|
|
- update to 0.09002
|
|
- removing Class::XSAccessor usage for now
|
|
* 0.09001 Thu Oct 1 21:48:06 2009
|
|
- remove optional dep from Makefile.PL
|
|
* 0.09000 Sun Aug 23 20:08:09 2009
|
|
- release
|
|
* 0.08999_01 Tue July 7 22:06:21 2009
|
|
- Make _mk_group_accessors name the closures installed for Moose compat
|
|
- Use Class::XSAccessor if available RT#45577 (Andy Grundman)
|
|
* 0.08003 Sat Mar 21 9:27:24 2009
|
|
- Fixed set_inherited under C3::Componentised: RT#43702, RIBASUSHI
|
|
* 0.08002 Mon Nov 17 20:27:22 2008
|
|
- Removed unnecessary code in get_simple: RT#40992, BUCHMULLER Norbert
|
|
- cleanup spec
|
|
* added header
|
|
* fixed deps
|
|
* moved changelog to .changes
|
|
- added perl-macros
|
|
* perl_gen_filelist
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Oct 26 07:21:04 CET 2008 - gerrit.beine@gmx.de
|
|
|
|
- first release 0.08001
|