diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 10:32:54 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 10:32:54 +0200 |
commit | 481efab7fdcf2bb880b666047933a5f048d48de5 (patch) | |
tree | 6da2ee679b2645561ebc98cef2c5a2e5bced6867 | |
parent | 8a2c0d8a045ed0143599cf5a677a8e705bfb5eb6 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-pq.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index 24aec07..f7a8dbf 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -32,10 +32,10 @@ Summary: PostgreSQL client library (libpq) binding Name: %{?sub_prefix}php-pecl-%{pecl_name} Version: 2.1.4 %if 0%{?gh_date:1} -Release: 0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.8.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz %else -Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz %endif License: BSD @@ -301,7 +301,10 @@ exit $RET %changelog -* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.1.4-2.7.1 +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.1.4-3 +- rebuild for 7.3.0beta2 new ABI + +* Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 2.1.4-2 - rebuild for 7.3.0alpha4 new ABI * Tue Jun 26 2018 Remi Collet <remi@remirepo.net> - 2.1.4-1 |