diff --git a/Protocol-Redis-1.0010.tar.gz b/Protocol-Redis-1.0010.tar.gz deleted file mode 100644 index 670d6ce..0000000 --- a/Protocol-Redis-1.0010.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e787236e46b1f0738a98113ea0dfbee4c695723bb37dce8d6936fd9a519e5343 -size 6357 diff --git a/Protocol-Redis-1.0011.tar.gz b/Protocol-Redis-1.0011.tar.gz new file mode 100644 index 0000000..e24103c --- /dev/null +++ b/Protocol-Redis-1.0011.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ceb6bd80067c904465d4fd1f1715724388c9bdc37c6c2c003a20ce569b7f4e8 +size 6413 diff --git a/perl-Protocol-Redis.changes b/perl-Protocol-Redis.changes index 885dfed..12c391b 100644 --- a/perl-Protocol-Redis.changes +++ b/perl-Protocol-Redis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 26 03:12:25 UTC 2019 - + +- 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 diff --git a/perl-Protocol-Redis.spec b/perl-Protocol-Redis.spec index 0b009c8..7e27a1b 100644 --- a/perl-Protocol-Redis.spec +++ b/perl-Protocol-Redis.spec @@ -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