From d29ba014126e082924fc7b2ae273055010ce4522 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Jul 2015 09:34:35 +0200 Subject: PHP 7.0.0beta2 + mass rebuild of ext. --- php-pecl-mysql.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php-pecl-mysql.spec') 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 - 1.0.0-0.3.20150703git617e510 +- rebuild against php 7.0.0beta2 + * Wed Jul 8 2015 Remi Collet - 1.0.0-0.2.20150703git617e510 - new snapshot, rebuild against php 7.0.0beta1 -- cgit