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,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e8e46d922cca6e4f385132c2cb2c71eef7f4b5ef58fbd36a399f9169deaa09a
size 87887

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21de7a0429cb49bbb7a8ad503a9b171e732d1a482d10f0ca4e6ce6619807a66b
size 88712

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun May 23 03:06:09 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

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