diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-24 10:51:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-24 10:51:33 +0200 |
commit | 4605054b994a4d5ccda92f8089bb2ef13fa2f873 (patch) | |
tree | 411f2efb6edfe7583213d132cefd39444bfcbb9e | |
parent | 0d6ab64636d1bd876666966ccb899e2e1b5ff039 (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-pecl-raphf.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-pecl-raphf.spec b/php-pecl-raphf.spec index c3832ec..9542fb4 100644 --- a/php-pecl-raphf.spec +++ b/php-pecl-raphf.spec @@ -35,10 +35,10 @@ Summary: Resource and persistent handles factory Name: %{?scl_prefix}php-pecl-%{pecl_name} Version: 2.0.0 %if 0%{?gh_date} -Release: 0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.7.%{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: 6%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 7%{?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 @@ -278,6 +278,9 @@ REPORT_EXIT_STATUS=1 \ %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.0-7 +- rebuild for 7.3.0beta2 new ABI + * Tue Jul 17 2018 Remi Collet <remi@remirepo.net> - 2.0.0-6 - rebuld for 7.3.0alpha4 new ABI |