Accepting request 895815 from devel:languages:perl:autoupdate

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

OBS-URL: https://build.opensuse.org/request/show/895815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Cache-Memcached-Fast?expand=0&rev=15
This commit is contained in:
2021-06-01 13:16:04 +00:00
committed by Git OBS Bridge
parent a2eb442ccf
commit 5cb45227c3
4 changed files with 22 additions and 11 deletions

View File

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