forked from pool/perl-Protocol-Redis
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:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e787236e46b1f0738a98113ea0dfbee4c695723bb37dce8d6936fd9a519e5343
|
|
||||||
size 6357
|
|
||||||
3
Protocol-Redis-1.0011.tar.gz
Normal file
3
Protocol-Redis-1.0011.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7ceb6bd80067c904465d4fd1f1715724388c9bdc37c6c2c003a20ce569b7f4e8
|
||||||
|
size 6413
|
||||||
@@ -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>
|
Thu Aug 29 05:33:07 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Protocol-Redis
|
Name: perl-Protocol-Redis
|
||||||
Version: 1.0010
|
Version: 1.0011
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Protocol-Redis
|
%define cpan_name Protocol-Redis
|
||||||
Summary: Redis protocol parser/encoder with asynchronous capabilities
|
Summary: Redis protocol parser/encoder with asynchronous capabilities
|
||||||
@@ -40,7 +40,7 @@ http://redis.io/topics/pipelining support.
|
|||||||
|
|
||||||
%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 Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
@@ -56,6 +56,6 @@ make test
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes README
|
%doc Changes
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user