forked from pool/perl-Redis
Accepting request 783271 from devel:languages:perl:autoupdate
- updated to 1.996 see /usr/share/doc/packages/perl-Redis/Changes 1.996 2020-03-05 16:17:21+01:00 Europe/Paris 1.996 2020-03-05 11:56:11+01:00 Europe/Paris * #139: Fix for "Unexpected error condition 104/linux" OBS-URL: https://build.opensuse.org/request/show/783271 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Redis?expand=0&rev=22
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0b07b284ff12bb852a3120723f1e63ab279df575d6c52a78f914565a9f0b906
|
|
||||||
size 59271
|
|
3
Redis-1.996.tar.gz
Normal file
3
Redis-1.996.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c196d56a4d771abb2042fd52f252096497fc86f35910581e0956b5710ea74b6
|
||||||
|
size 59381
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 03:10:55 UTC 2020 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 1.996
|
||||||
|
see /usr/share/doc/packages/perl-Redis/Changes
|
||||||
|
|
||||||
|
1.996 2020-03-05 16:17:21+01:00 Europe/Paris
|
||||||
|
|
||||||
|
1.996 2020-03-05 11:56:11+01:00 Europe/Paris
|
||||||
|
* #139: Fix for "Unexpected error condition 104/linux"
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 23 05:29:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Tue Jul 23 05:29:49 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Redis
|
# spec file for package perl-Redis
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Redis
|
Name: perl-Redis
|
||||||
Version: 1.995
|
Version: 1.996
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Redis
|
%define cpan_name Redis
|
||||||
Summary: Perl binding for Redis database
|
Summary: Perl binding for Redis database
|
||||||
@@ -59,7 +59,7 @@ little help of 'AUTOLOAD'.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor
|
perl Build.PL --installdirs=vendor
|
||||||
|
Reference in New Issue
Block a user