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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5e8e46d922cca6e4f385132c2cb2c71eef7f4b5ef58fbd36a399f9169deaa09a
|
|
||||||
size 87887
|
|
3
Cache-Memcached-Fast-0.27.tar.gz
Normal file
3
Cache-Memcached-Fast-0.27.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21de7a0429cb49bbb7a8ad503a9b171e732d1a482d10f0ca4e6ce6619807a66b
|
||||||
|
size 88712
|
@@ -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>
|
Thu Aug 27 12:38:17 UTC 2020 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Cache-Memcached-Fast
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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
|
%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
|
Summary: Perl client for B<memcached>, in C language
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/R/RA/RAZ/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/R/RA/RAZ/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
%{perl_requires}
|
%{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).
|
"Compatibility with Cache::Memcached" below for full details).
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
@@ -58,7 +56,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user