From 5178b902f91c18cf833d892a7fbe1197928c9346 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 22 Oct 2018 10:30:13 +0200 Subject: v8.0.13 --- php-pecl-mysql-xdevapi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-pecl-mysql-xdevapi.spec') diff --git a/php-pecl-mysql-xdevapi.spec b/php-pecl-mysql-xdevapi.spec index 54cc530..334a831 100644 --- a/php-pecl-mysql-xdevapi.spec +++ b/php-pecl-mysql-xdevapi.spec @@ -24,8 +24,8 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-mysql-xdevapi -Version: 8.0.12 -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Version: 8.0.13 +Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP URL: http://pecl.php.net/package/%{pecl_name} @@ -40,7 +40,7 @@ BuildRequires: %{?scl_prefix}php-json BuildRequires: %{?scl_prefix}php-pear BuildRequires: protobuf-devel BuildRequires: protobuf-c-devel -BuildRequires: boost-devel +BuildRequires: boost-devel >= 1.53 BuildRequires: openssl-devel %if %{with_tests} BuildRequires: community-mysql-server >= 5.7.12 @@ -312,6 +312,9 @@ fi %changelog +* Mon Oct 22 2018 Remi Collet - 8.0.13-1 +- update to 8.0.13 + * Thu Aug 16 2018 Remi Collet - 8.0.12-2 - rebuild for 7.3.0beta2 new ABI -- cgit