summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-19 10:06:01 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-19 10:06:01 +0100
commitf9645495a45bc0e59b63826309c3d13463adf642 (patch)
tree121116a44867fd3323cf6b1476a042f374f04aac
parent67e84d555e0ebaf9c897104827af57fc9a33cfd3 (diff)
php-pecl-redis: 2.2.8-dev (refresh)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-redis-php7.spec11
2 files changed, 8 insertions, 5 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index 88b3927..9bac0a4 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #84 redis version 2.2.8-dev ] {
+Extension [ <persistent> extension #85 redis version 2.2.8-dev ] {
- INI {
Entry [ redis.arrays.names <ALL> ]
diff --git a/php-pecl-redis-php7.spec b/php-pecl-redis-php7.spec
index dd8c075..041b233 100644
--- a/php-pecl-redis-php7.spec
+++ b/php-pecl-redis-php7.spec
@@ -23,11 +23,11 @@
%{!?__php: %global __php %{_bindir}/php}
%{!?scl: %global _root_bindir %{_bindir}}
# See https://github.com/phpredis/phpredis/commits/php7
-%global gh_commit 0d4b42118c13d3ab1d925039b332526f7c96aaba
+%global gh_commit 2887ad1130aba5aee029a64140d111544e62d56d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner phpredis
%global gh_project phpredis
-%global gh_date 20160208
+%global gh_date 20160215
%global pecl_name redis
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
%global with_tests 0%{?_with_tests:1}
@@ -44,7 +44,7 @@ Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis
Version: 2.2.8
%if 0%{?gh_date}
-Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
@@ -123,7 +123,7 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
%if 0%{?gh_date}
%setup -qc
mv %{gh_project}-%{gh_commit} NTS
-sed -e '/PHP_REDIS_VERSION/s/2.2.5/%{version}-dev/' -i NTS/php_redis.h
+sed -e '/PHP_REDIS_VERSION/s/2.2.8-devphp7/%{version}-dev/' -i NTS/php_redis.h
%{__php} -r '
$pkg = simplexml_load_file("NTS/package.xml");
$pkg->date = substr("%{gh_date}",0,4)."-".substr("%{gh_date}",4,2)."-".substr("%{gh_date}",6,2);
@@ -330,6 +330,9 @@ rm -rf %{buildroot}
%changelog
+* Fri Feb 19 2016 Remi Collet <remi@fedoraproject.org> - 2.2.8-0.4.20160215git2887ad1
+- refresh
+
* Thu Feb 11 2016 Remi Collet <remi@fedoraproject.org> - 2.2.8-0.3.20160208git0d4b421
- refresh