diff --git a/Sub-Quote-2.006006.tar.gz b/Sub-Quote-2.006006.tar.gz deleted file mode 100644 index 0772a36..0000000 --- a/Sub-Quote-2.006006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e4e2af42388fa6d2609e0e82417de7cc6be47223f576592c656c73c7524d89d -size 32485 diff --git a/Sub-Quote-2.006008.tar.gz b/Sub-Quote-2.006008.tar.gz new file mode 100644 index 0000000..5ab26cc --- /dev/null +++ b/Sub-Quote-2.006008.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bebd500af55762e83ea2f2bc594d87af828072370c7110c60c238a800d15b2 +size 35925 diff --git a/perl-Sub-Quote.changes b/perl-Sub-Quote.changes index 4aba08c..905ae03 100644 --- a/perl-Sub-Quote.changes +++ b/perl-Sub-Quote.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Jan 21 03:10:25 UTC 2023 - Tina Müller + +- updated to 2.006008 + see /usr/share/doc/packages/perl-Sub-Quote/Changes + + 2.006008 - 2023-01-20 + - drop Test::Fatal prereq + - recommend Sub::Util rather than Sub::Name + - use XString for quoting strings where possible + - move tests for quotify on perl 5.6 to author only + + 2.006_007 - 2022-04-05 + - accurately detect numbers vs strings in quotify on perl 5.36 + - accurately detect booleans in quotify on perl 5.36 + - add workaround for float formatting for perls compiled to use gcvd + ------------------------------------------------------------------- Fri Oct 4 09:38:38 UTC 2019 - diff --git a/perl-Sub-Quote.spec b/perl-Sub-Quote.spec index 7046851..7f817b6 100644 --- a/perl-Sub-Quote.spec +++ b/perl-Sub-Quote.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Sub-Quote # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,34 +16,31 @@ # -Name: perl-Sub-Quote -Version: 2.006006 -Release: 0 %define cpan_name Sub-Quote -Summary: Efficient generation of subroutines via string eval +Name: perl-Sub-Quote +Version: 2.006008 +Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Efficient generation of subroutines via string eval +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::Fatal) >= 0.003 BuildRequires: perl(Test::More) >= 0.94 -Recommends: perl(Sub::Name) >= 0.08 +Recommends: perl(Sub::Util) %{perl_requires} %description This package provides performant ways to generate subroutines from strings. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -54,7 +51,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE