diff options
author | Remi Collet <remi@remirepo.net> | 2018-08-16 12:36:42 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2018-08-16 12:36:42 +0200 |
commit | 7d839ad6604eda8221121856129d1a4fe2d61467 (patch) | |
tree | 07afeeda9df5c48ef589613fbf1e76c6a508405e | |
parent | 053b08c8c2b51179f4d0277f536aaaab3e8dcc9d (diff) |
rebuild for 7.3.0beta2 new ABI
-rw-r--r-- | php-smbclient.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-smbclient.spec b/php-smbclient.spec index 9e51acd..0ab47c0 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@ Name: %{?sub_prefix}php-smbclient Version: 0.9.0 %if 0%{?gh_date} -Release: 0.4.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %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;')}} %endif Summary: PHP wrapper for libsmbclient @@ -266,6 +266,9 @@ fi %changelog +* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.9.0-7 +- rebuild for 7.3.0beta2 new ABI + * Wed Jul 18 2018 Remi Collet <remi@remirepo.net> - 0.9.0-6 - rebuild for 7.3.0alpha4 new ABI |