summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-07-17 18:06:59 +0200
committerRemi Collet <remi@remirepo.net>2018-07-17 18:06:59 +0200
commit1070c7c3d11ff4c2329f16c82299ca4568c1dae4 (patch)
tree6bfd475207f4ebb6c3dd26076fb5dd0dfa11a0ca
parent4a510a44ed6ac32ba1f571ad46fbc790144f7ac7 (diff)
rebuld for 7.3.0alpha4 new ABI
-rw-r--r--php-pecl-cassandra.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec
index 3aa308a..aedeb6b 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.3.2
-Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: ASL 2.0
URL: http://pecl.php.net/package/%{pecl_name}
@@ -45,6 +45,7 @@ Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
Patch0: https://patch-diff.githubusercontent.com/raw/datastax/php-driver/pull/126.patch
+BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 5.6
BuildRequires: %{?scl_prefix}php-pear
BuildRequires: cassandra-cpp-driver-devel >= 2.7.0
@@ -81,6 +82,10 @@ Obsoletes: php71w-pecl-%{pecl_name} <= %{version}
Obsoletes: php72u-pecl-%{pecl_name} <= %{version}
Obsoletes: php72w-pecl-%{pecl_name} <= %{version}
%endif
+%if "%{php_version}" > "7.3"
+Obsoletes: php73u-pecl-%{pecl_name} <= %{version}
+Obsoletes: php73w-pecl-%{pecl_name} <= %{version}
+%endif
%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
@@ -248,6 +253,9 @@ REPORT_EXIT_STATUS=1 \
%changelog
+* Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 1.3.2-3
+- rebuld for 7.3.0alpha4 new ABI
+
* Thu Jun 28 2018 Remi Collet <remi@remirepo.net> - 1.3.2-2
- add patch for [-Werror=format-security] from
https://github.com/datastax/php-driver/pull/126