summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-02-01 15:28:35 +0100
committerRemi Collet <fedora@famillecollet.com>2017-02-01 15:28:35 +0100
commit6f9ea46c2363c94ccb3eed3a5a732619f81275d0 (patch)
treeaed8e4a7576926b199ca948e6017332ac03a885c
parentd004ef62e06c73dce352a58ea74cf9256cc4801d (diff)
php-pecl-redis: 3.1.1
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-redis.spec10
2 files changed, 9 insertions, 3 deletions
diff --git a/REFLECTION b/REFLECTION
index 72e4332..5d679fc 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #167 redis version 3.1.1RC2 ] {
+Extension [ <persistent> extension #170 redis version 3.1.1 ] {
- Dependencies {
Dependency [ igbinary (Required) ]
diff --git a/php-pecl-redis.spec b/php-pecl-redis.spec
index 20f098a..c27db17 100644
--- a/php-pecl-redis.spec
+++ b/php-pecl-redis.spec
@@ -27,12 +27,12 @@
# after 40-igbinary
%global ini_name 50-%{pecl_name}.ini
%endif
-%global prever RC2
+#global prever RC2
Summary: Extension for communicating with the Redis key-value store
Name: %{?sub_prefix}php-pecl-redis
Version: 3.1.1
-Release: 0.2.%{prever}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
License: PHP
Group: Development/Languages
@@ -162,6 +162,8 @@ EOF
%build
+%{?dtsenable}
+
cd NTS
%{_bindir}/phpize
%configure \
@@ -189,6 +191,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
+%{?dtsenable}
# Install the NTS stuff
make -C NTS install INSTALL_ROOT=%{buildroot}
@@ -305,6 +308,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Feb 1 2017 Remi Collet <remi@fedoraproject.org> - 3.1.1-1
+- Update to 3.1.1 (stable)
+
* Tue Jan 17 2017 Remi Collet <remi@fedoraproject.org> - 3.1.1-0.2.RC2
- Update to 3.1.1RC2