8
0

Accepting request 759959 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/759959
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Protocol-Redis?expand=0&rev=3
This commit is contained in:
2019-12-30 11:35:20 +00:00
committed by Git OBS Bridge
4 changed files with 15 additions and 6 deletions

View File

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

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ceb6bd80067c904465d4fd1f1715724388c9bdc37c6c2c003a20ce569b7f4e8
size 6413

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Dec 26 03:12:25 UTC 2019 - <timueller+perl@suse.de>
- 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)
-------------------------------------------------------------------
Thu Aug 29 05:33:07 UTC 2019 - Stephan Kulow <coolo@suse.com>

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