From cc42612247d2d8b15d287efd16e0a2cf05c42060de609be03e8ecf6af7426fec Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 25 May 2016 07:38:05 +0000 Subject: [PATCH] Accepting request 397476 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/397476 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Readonly?expand=0&rev=27 --- Readonly-2.01.tar.gz | 3 --- Readonly-2.04.tar.gz | 3 +++ perl-Readonly.changes | 19 +++++++++++++++++++ perl-Readonly.spec | 6 +++--- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 Readonly-2.01.tar.gz create mode 100644 Readonly-2.04.tar.gz 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.04.tar.gz b/Readonly-2.04.tar.gz new file mode 100644 index 0000000..186df33 --- /dev/null +++ b/Readonly-2.04.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2221243758afde3b3238d1325b9c32bf1b4d0b4d11065920c03408b2645c93b6 +size 24639 diff --git a/perl-Readonly.changes b/perl-Readonly.changes index e39594c..80ffe54 100644 --- a/perl-Readonly.changes +++ b/perl-Readonly.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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..58d1d72 100644 --- a/perl-Readonly.spec +++ b/perl-Readonly.spec @@ -17,11 +17,11 @@ Name: perl-Readonly -Version: 2.01 +Version: 2.04 Release: 0 %define cpan_name Readonly Summary: Facility for creating read-only scalars, arrays, hashes -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Readonly/ Source0: http://www.cpan.org/authors/id/S/SA/SANKO/%{cpan_name}-%{version}.tar.gz @@ -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