diff --git a/Redis-1.995.tar.gz b/Redis-1.995.tar.gz deleted file mode 100644 index cc09062..0000000 --- a/Redis-1.995.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0b07b284ff12bb852a3120723f1e63ab279df575d6c52a78f914565a9f0b906 -size 59271 diff --git a/Redis-1.996.tar.gz b/Redis-1.996.tar.gz new file mode 100644 index 0000000..e4d39af --- /dev/null +++ b/Redis-1.996.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c196d56a4d771abb2042fd52f252096497fc86f35910581e0956b5710ea74b6 +size 59381 diff --git a/perl-Redis.changes b/perl-Redis.changes index fb8df87..c1a75a3 100644 --- a/perl-Redis.changes +++ b/perl-Redis.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Mar 6 03:10:55 UTC 2020 - + +- 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 diff --git a/perl-Redis.spec b/perl-Redis.spec index 60412e7..d137001 100644 --- a/perl-Redis.spec +++ b/perl-Redis.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-Redis -Version: 1.995 +Version: 1.996 Release: 0 %define cpan_name Redis Summary: Perl binding for Redis database @@ -59,7 +59,7 @@ little help of 'AUTOLOAD'. %prep %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 perl Build.PL --installdirs=vendor