8
0

Accepting request 759300 from devel:languages:perl:autoupdate

- updated to 1.0011
   see /usr/share/doc/packages/perl-Protocol-Redis/Changes
  1.0011  25.12.2019 00:00:00
           - Fix improper integer value in protocol test (Grinnz)

OBS-URL: https://build.opensuse.org/request/show/759300
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Protocol-Redis?expand=0&rev=7
This commit is contained in:
Lars Vogdt
2019-12-29 22:54:21 +00:00
committed by Git OBS Bridge
parent 6636287131
commit 22c54a6c76
4 changed files with 15 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
Name: perl-Protocol-Redis
Version: 1.0010
Version: 1.0011
Release: 0
%define cpan_name Protocol-Redis
Summary: Redis protocol parser/encoder with asynchronous capabilities
@@ -40,7 +40,7 @@ http://redis.io/topics/pipelining support.
%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 Makefile.PL INSTALLDIRS=vendor
@@ -56,6 +56,6 @@ make test
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes
%changelog