From 1070c7c3d11ff4c2329f16c82299ca4568c1dae4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 17 Jul 2018 18:06:59 +0200 Subject: rebuld for 7.3.0alpha4 new ABI --- php-pecl-cassandra.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 - 1.3.2-3 +- rebuld for 7.3.0alpha4 new ABI + * Thu Jun 28 2018 Remi Collet - 1.3.2-2 - add patch for [-Werror=format-security] from https://github.com/datastax/php-driver/pull/126 -- cgit