Accepting request 404104 from devel:languages:perl
- 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 - 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 OBS-URL: https://build.opensuse.org/request/show/404104 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Readonly?expand=0&rev=21
This commit is contained in:
commit
8a2a76ea13
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ec7076c6851b6d3338e959645cd995343241f5b20000ffc29519faf28f6b482e
|
||||
size 23227
|
BIN
Readonly-2.05.tar.gz
(Stored with Git LFS)
Normal file
BIN
Readonly-2.05.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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 <gregoa@debian.org> fixes #21
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 8 10:55:38 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user