diff --git a/Cache-Memcached-Fast-0.26.tar.gz b/Cache-Memcached-Fast-0.26.tar.gz deleted file mode 100644 index 9ce436c..0000000 --- a/Cache-Memcached-Fast-0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e8e46d922cca6e4f385132c2cb2c71eef7f4b5ef58fbd36a399f9169deaa09a -size 87887 diff --git a/Cache-Memcached-Fast-0.27.tar.gz b/Cache-Memcached-Fast-0.27.tar.gz new file mode 100644 index 0000000..3374f8c --- /dev/null +++ b/Cache-Memcached-Fast-0.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21de7a0429cb49bbb7a8ad503a9b171e732d1a482d10f0ca4e6ce6619807a66b +size 88712 diff --git a/perl-Cache-Memcached-Fast.changes b/perl-Cache-Memcached-Fast.changes index f42aa19..b796a16 100644 --- a/perl-Cache-Memcached-Fast.changes +++ b/perl-Cache-Memcached-Fast.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun May 23 03:06:09 UTC 2021 - Tina Müller + +- updated to 0.27 + see /usr/share/doc/packages/perl-Cache-Memcached-Fast/Changes + + 0.27 2021-05-22 + - fix panic in gat/gat_multi methods under newer Perls. + + Changes since 0.26: + + Mutsutoshi Yoshimoto (negachov@gmail.com) provided patches + to fix gat/gat_multi methods under newer Perls. + ------------------------------------------------------------------- Thu Aug 27 12:38:17 UTC 2020 - Tina Müller diff --git a/perl-Cache-Memcached-Fast.spec b/perl-Cache-Memcached-Fast.spec index 2aaf9d3..dd550c7 100644 --- a/perl-Cache-Memcached-Fast.spec +++ b/perl-Cache-Memcached-Fast.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Cache-Memcached-Fast # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-Cache-Memcached-Fast -Version: 0.26 -Release: 0 %define cpan_name Cache-Memcached-Fast +Name: perl-Cache-Memcached-Fast +Version: 0.27 +Release: 0 Summary: Perl client for B, in C language License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RA/RAZ/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -43,7 +41,7 @@ it and adding _"::Fast"_ to the old name in their scripts (see "Compatibility with Cache::Memcached" below for full details). %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -58,7 +56,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog