summaryrefslogtreecommitdiffstats
path: root/php-pecl-mysql.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-01 13:39:44 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-01 13:39:44 +0100
commit4cddd186307fa686f12ab310f537a76e967c1a73 (patch)
tree483906a8dd52d742f8ffb1d58231fb5763f0e4cd /php-pecl-mysql.spec
parent64fcfe7ae2f3ed87088d22db5e4c899ad5718320 (diff)
PHP 7.1 mass rebuild part #2
Diffstat (limited to 'php-pecl-mysql.spec')
-rw-r--r--php-pecl-mysql.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec
index 2fad6e2..548546a 100644
--- a/php-pecl-mysql.spec
+++ b/php-pecl-mysql.spec
@@ -28,7 +28,7 @@ Summary: MySQL database access functions
Name: %{?sub_prefix}php-pecl-%{pecl_name}
Version: 1.0.0
%if 0%{?gh_date:1}
-Release: 0.13.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 0.14.%{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;')}}
%endif
@@ -282,6 +282,9 @@ rm -rf %{buildroot}
%changelog
+* Thu Dec 1 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.14.20160428git45881bd
+- rebuild with PHP 7.1.0 GA
+
* Thu Sep 22 2016 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.13.20160428git45881bd
- run upstream test suite when build using --with tests option