diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-07-22 09:34:35 +0200 |
commit | d29ba014126e082924fc7b2ae273055010ce4522 (patch) | |
tree | 407e0f6c853848ce8ea3e39c2064d79a657f2215 | |
parent | b0e528f942c655d31941c8ba59a8a330a2f72585 (diff) |
PHP 7.0.0beta2 + mass rebuild of ext.
-rw-r--r-- | php-pecl-mysql.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-mysql.spec b/php-pecl-mysql.spec index 3e1d273..c994235 100644 --- a/php-pecl-mysql.spec +++ b/php-pecl-mysql.spec @@ -31,7 +31,7 @@ Summary: MySQL database access functions Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 1.0.0 %if 0%{?gh_date:1} -Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.3.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif @@ -206,6 +206,9 @@ rm -rf %{buildroot} %changelog +* Wed Jul 22 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.3.20150703git617e510 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet <remi@fedoraproject.org> - 1.0.0-0.2.20150703git617e510 - new snapshot, rebuild against php 7.0.0beta1 |