summaryrefslogtreecommitdiffstats
path: root/php-pecl-cassandra.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-04 19:10:32 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-04 19:10:32 +0100
commit8b75b759ddedb4c3ba63f4247c335badb6f6423d (patch)
tree37105ddf1f31741138aeccf547acc79a8efe7f2c /php-pecl-cassandra.spec
parent0f705fef91ebbb0b81780561034aa018be41d6bc (diff)
php-pecl-cassandra: rebuild
Diffstat (limited to 'php-pecl-cassandra.spec')
-rw-r--r--php-pecl-cassandra.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec
index 396074a..20d4b23 100644
--- a/php-pecl-cassandra.spec
+++ b/php-pecl-cassandra.spec
@@ -32,7 +32,7 @@
Summary: DataStax PHP Driver for Apache Cassandra
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.2.2
-Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
@@ -141,6 +141,8 @@ cp -pr NTS ZTS
%build
+%{?dtsenable}
+
cd NTS
%{_bindir}/phpize
%configure \
@@ -159,6 +161,8 @@ make %{?_smp_mflags}
%install
+%{?dtsenable}
+
make -C NTS install INSTALL_ROOT=%{buildroot}
# Drop in the bit of configuration
@@ -247,6 +251,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Wed Jan 4 2017 Remi Collet <remi@fedoraproject.org> - 1.2.2-4
+- rebuild against new libuv (EL-7)
+
* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.2.2-3
- rebuild with PHP 7.1.0 GA