forked from pool/perl-Redis
Accepting request 312071 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/312071 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Redis?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
14a54ab3cc
commit
60d4b0d46c
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4a8084b7977239aad8a4ac246ed2858372f1a9713272d44e18c186a419b3a989
|
|
||||||
size 46098
|
|
3
Redis-1.979.tar.gz
Normal file
3
Redis-1.979.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d619d43ee6cede7fd3d07a9f433af9aaf79213d599a29c1cf826e0e71c2876e3
|
||||||
|
size 46208
|
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
#description_paragraphs: 3
|
||||||
|
#no_testing: broken upstream
|
||||||
|
#sources:
|
||||||
|
# - source1
|
||||||
|
# - source2
|
||||||
|
#patches:
|
||||||
|
# foo.patch: -p1
|
||||||
|
# bar.patch:
|
||||||
|
#preamble: |-
|
||||||
|
# BuildRequires: gcc-c++
|
||||||
|
#post_prep: |-
|
||||||
|
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||||
|
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||||
|
#post_install: |-
|
||||||
|
# sed on %{name}.files
|
||||||
|
#license: SUSE-NonFree
|
||||||
|
#skip_noarch: 1
|
||||||
|
#custom_build: |-
|
||||||
|
#./Build build flags=%{?_smp_mflags} --myflag
|
||||||
|
#custom_test: |-
|
||||||
|
#startserver && make test
|
||||||
|
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 15 09:06:21 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 1.979
|
||||||
|
see /usr/share/doc/packages/perl-Redis/Changes
|
||||||
|
|
||||||
|
1.979 2015-05-14 14:28:35CEST+0200 Europe/Amsterdam
|
||||||
|
|
||||||
|
* depends on IO::Socket::Timeout 0.29 that fixes an important bug on
|
||||||
|
Windows, Solaris, when mixing sockets with and without timeouts.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 13 19:06:19 UTC 2015 - coolo@suse.com
|
Mon Apr 13 19:06:19 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@@ -17,24 +17,25 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Redis
|
Name: perl-Redis
|
||||||
Version: 1.978
|
Version: 1.979
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Redis
|
%define cpan_name Redis
|
||||||
Summary: Perl binding for Redis database
|
Summary: Perl binding for Redis database
|
||||||
License: Artistic-2.0
|
License: Artistic-2.0
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Redis/
|
Url: http://search.cpan.org/dist/Redis/
|
||||||
Source: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/D/DA/DAMS/%{cpan_name}-%{version}.tar.gz
|
||||||
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Digest::SHA)
|
BuildRequires: perl(Digest::SHA)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.63_03
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.63_03
|
||||||
BuildRequires: perl(IO::Socket::Timeout) >= 0.22
|
BuildRequires: perl(IO::Socket::Timeout) >= 0.29
|
||||||
BuildRequires: perl(IO::String)
|
BuildRequires: perl(IO::String)
|
||||||
BuildRequires: perl(IPC::Cmd)
|
BuildRequires: perl(IPC::Cmd)
|
||||||
BuildRequires: perl(Module::Build::Tiny) >= 0.036
|
BuildRequires: perl(Module::Build::Tiny) >= 0.039
|
||||||
BuildRequires: perl(Pod::Coverage::TrustPod)
|
BuildRequires: perl(Pod::Coverage::TrustPod)
|
||||||
BuildRequires: perl(Test::CPAN::Meta)
|
BuildRequires: perl(Test::CPAN::Meta)
|
||||||
BuildRequires: perl(Test::Deep)
|
BuildRequires: perl(Test::Deep)
|
||||||
@@ -43,7 +44,7 @@ BuildRequires: perl(Test::More) >= 0.98
|
|||||||
BuildRequires: perl(Test::SharedFork)
|
BuildRequires: perl(Test::SharedFork)
|
||||||
BuildRequires: perl(Test::TCP) >= 1.19
|
BuildRequires: perl(Test::TCP) >= 1.19
|
||||||
BuildRequires: perl(Try::Tiny)
|
BuildRequires: perl(Try::Tiny)
|
||||||
Requires: perl(IO::Socket::Timeout) >= 0.22
|
Requires: perl(IO::Socket::Timeout) >= 0.29
|
||||||
Requires: perl(Try::Tiny)
|
Requires: perl(Try::Tiny)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user