From a33012cc0f37aecbb96acd00d06a418fd0d3895a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Jul 2017 23:32:39 +0200 Subject: rebuild for 7.2.0beta1 --- .gitignore | 7 +++++++ php-pecl-mysql.spec | 7 +++++-- 2 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index 05f8d93..b072de0 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -28,9 +28,9 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.16.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.17.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -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;')}} %endif License: PHP @@ -279,6 +279,9 @@ fi %changelog +* Tue Jul 18 2017 Remi Collet - 1.0.0-0.17.20160812git230a828 +- rebuild for PHP 7.2.0beta1 new API + * Wed Jun 21 2017 Remi Collet - 1.0.0-0.16.20160812git230a828 - rebuild for 7.2.0alpha2 -- cgit