From b825787d84094a7bc9c71b4f7ea4ec3cdb4e18d2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 29 May 2019 15:22:05 +0200 Subject: rebuild --- php-pecl-cassandra.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-cassandra.spec') diff --git a/php-pecl-cassandra.spec b/php-pecl-cassandra.spec index 10df6fc..4b94b94 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: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: ASL 2.0 URL: http://pecl.php.net/package/%{pecl_name} @@ -259,6 +259,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Wed May 29 2019 Remi Collet - 1.3.2-6.7.2 +- rebuild + * Thu May 23 2019 Remi Collet - 1.3.2-5 - add patch for PHP 7.4 from https://github.com/datastax/php-driver/pull/132 -- cgit