diff --git a/Class-Tiny-1.004.tar.gz b/Class-Tiny-1.004.tar.gz deleted file mode 100644 index 201b266..0000000 --- a/Class-Tiny-1.004.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d8c54db74a0cbbc7328bb304f5be6c3e4c6d18e061442bfa63e8a145b541679 -size 27506 diff --git a/Class-Tiny-1.006.tar.gz b/Class-Tiny-1.006.tar.gz new file mode 100644 index 0000000..d117dac --- /dev/null +++ b/Class-Tiny-1.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efcbd31528be51d3022c616768558b78c6172df5f03c5dc698939f65488cb4e +size 27773 diff --git a/perl-Class-Tiny.changes b/perl-Class-Tiny.changes index 0391f86..7342016 100644 --- a/perl-Class-Tiny.changes +++ b/perl-Class-Tiny.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Sep 11 05:05:48 UTC 2016 - coolo@suse.com + +- updated to 1.006 + see /usr/share/doc/packages/perl-Class-Tiny/Changes + + 1.006 2016-09-10 14:47:49-04:00 America/New_York + + - No changes since 1.005 + + 1.005 2016-09-06 12:12:06-04:00 America/New_York (TRIAL RELEASE) + + [INTERNAL] + + - Optimize generated accessors (5% to 25% faster depending on + combination of read vs write and default vs no-default). + ------------------------------------------------------------------- Wed Nov 11 09:49:33 UTC 2015 - coolo@suse.com diff --git a/perl-Class-Tiny.spec b/perl-Class-Tiny.spec index 4474ba6..be30c92 100644 --- a/perl-Class-Tiny.spec +++ b/perl-Class-Tiny.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Tiny # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Class-Tiny -Version: 1.004 +Version: 1.006 Release: 0 %define cpan_name Class-Tiny Summary: Minimalist class construction @@ -58,7 +58,7 @@ of code. Here is a list of features: * 'DESTROY' calls 'DEMOLISH' for each class from child to parent Multiple-inheritance is possible, with superclass order determined via -mro::get_linear_isa|mro/Functions. +mro::get_linear_isa. It uses no non-core modules for any recent Perl. On Perls older than v5.10 it requires MRO::Compat. On Perls older than v5.14, it requires