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
This commit is contained in:
Stephan Kulow 2016-05-25 07:38:05 +00:00 committed by Git OBS Bridge
parent 9669b99015
commit cc42612247
4 changed files with 25 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec7076c6851b6d3338e959645cd995343241f5b20000ffc29519faf28f6b482e
size 23227

3
Readonly-2.04.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2221243758afde3b3238d1325b9c32bf1b4d0b4d11065920c03408b2645c93b6
size 24639

View File

@ -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 <gregoa@debian.org> fixes #21
-------------------------------------------------------------------
Tue Mar 8 10:55:38 UTC 2016 - coolo@suse.com

View File

@ -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