diff --git a/Sub-Quote-2.004000.tar.gz b/Sub-Quote-2.004000.tar.gz deleted file mode 100644 index 5e6fbf0..0000000 --- a/Sub-Quote-2.004000.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5861520313fa8c8bf8f8b8c64af0d6d9140380652dc1f98bd03370ddaf1a30ff -size 20363 diff --git a/Sub-Quote-2.005000.tar.gz b/Sub-Quote-2.005000.tar.gz new file mode 100644 index 0000000..c2b5b64 --- /dev/null +++ b/Sub-Quote-2.005000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b145111bee7b0001818e77f7ce587153232dbc97351f4c5ed34522372b64ff +size 20780 diff --git a/perl-Sub-Quote.changes b/perl-Sub-Quote.changes index 105516f..0dd87bb 100644 --- a/perl-Sub-Quote.changes +++ b/perl-Sub-Quote.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Feb 7 17:20:10 UTC 2018 - coolo@suse.com + +- updated to 2.005000 + see /usr/share/doc/packages/perl-Sub-Quote/Changes + + 2.005000 - 2018-02-06 + - fixed defer_info and undefer_sub from returning data for a deferred sub + after it expires, even if the ref address matches + - fixed defer_info not returning info for undeferred unnamed subs after the + deferred sub expires + - include options in defer_info return data + - exclude internals from defer_info return data + - document defer_info function + - encode all utf8 flagged scalars as strings, since they generally will + always have originated as strings. Avoids future warning on bitwise ops + on strings with wide characters. + - more thorough check for threads availability to avoid needless test + failures. + - added file and line options to quote_sub to allow specifying apparent + source location. + - documented additional options to Sub::Defer::defer_sub and + Sub::Quote::quote_sub. + ------------------------------------------------------------------- Fri Jun 9 06:25:54 UTC 2017 - coolo@suse.com diff --git a/perl-Sub-Quote.spec b/perl-Sub-Quote.spec index 57e33d7..0d4af4a 100644 --- a/perl-Sub-Quote.spec +++ b/perl-Sub-Quote.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sub-Quote # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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-Sub-Quote -Version: 2.004000 +Version: 2.005000 Release: 0 %define cpan_name Sub-Quote Summary: Efficient generation of subroutines via string eval