summaryrefslogtreecommitdiffstats
path: root/php-pecl-redis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-redis.spec')
-rw-r--r--php-pecl-redis.spec10
1 files changed, 8 insertions, 2 deletions
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