diff --git a/Readonly-2.01.tar.gz b/Readonly-2.01.tar.gz deleted file mode 100644 index d25208c..0000000 --- a/Readonly-2.01.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec7076c6851b6d3338e959645cd995343241f5b20000ffc29519faf28f6b482e -size 23227 diff --git a/Readonly-2.05.tar.gz b/Readonly-2.05.tar.gz new file mode 100644 index 0000000..09a9436 --- /dev/null +++ b/Readonly-2.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b23542491af010d44a5c7c861244738acc74ababae6b8838d354dfb19462b5e +size 28877 diff --git a/cpanspec.yml b/cpanspec.yml index 76ad4a4..f9087a5 100644 --- a/cpanspec.yml +++ b/cpanspec.yml @@ -19,7 +19,7 @@ # rm unused.files #post_install: |- # sed on %{name}.files -#license: SUSE-NonFree +license: Perl License #skip_noarch: 1 #custom_build: |- #./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Readonly.changes b/perl-Readonly.changes index e39594c..641affc 100644 --- a/perl-Readonly.changes +++ b/perl-Readonly.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Sun Jun 12 13:41:59 UTC 2016 - coolo@suse.com + +- updated to 2.05 + see /usr/share/doc/packages/perl-Readonly/Changes + + 2.05 2016-06-10T17:03:28Z + - Fix deref when using the stupid and utterly unnecessary Readonly::Clone + +------------------------------------------------------------------- +Mon May 23 12:37:09 UTC 2016 - coolo@suse.com + +- updated to 2.04 + see /usr/share/doc/packages/perl-Readonly/Changes + + 2.04 2016-05-07T15:38:37Z + - Quiet compile time warnings about function prototypes and vars being + used only once + + 2.03 2016-05-06T22:27:44Z + - Rewording some documentation + - No longer require an explicit version of perl in META.json or cpanfile + + 2.02 2016-05-06T21:56:10Z + - Create mutable clones of readonly structures with Readonly::Clone + - Still not convinced this is useful but... fixes #13 + - Minor typo patch from Gregor Herrmann fixes #21 + ------------------------------------------------------------------- Tue Mar 8 10:55:38 UTC 2016 - coolo@suse.com diff --git a/perl-Readonly.spec b/perl-Readonly.spec index 0cea13b..02d3717 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -17,7 +17,7 @@ Name: perl-Readonly -Version: 2.01 +Version: 2.05 Release: 0 %define cpan_name Readonly Summary: Facility for creating read-only scalars, arrays, hashes @@ -52,6 +52,6 @@ Facility for creating read-only scalars, arrays, hashes %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README.md +%doc Changes LICENSE minil.toml README.md %changelog