diff options
| author | Remi Collet <remi@remirepo.net> | 2019-09-03 15:06:34 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@remirepo.net> | 2019-09-03 15:06:34 +0200 | 
| commit | 8c28cdc3d1026e32e3bc8706db9252c7aa0e0c97 (patch) | |
| tree | 893633a9a13b3b681978de0e9efbd9625209840f | |
| parent | 6af2375411860aa6fb2ecc43899c3099864595d0 (diff) | |
rebuild for 7.4.0RC1
| -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 45feb6c..fa33321 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -37,9 +37,9 @@  Name:           %{?sub_prefix}php-smbclient  Version:        1.0.0  %if 0%{?gh_date} -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;')}}  %else -Release:        3%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        4%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif  Summary:        PHP wrapper for libsmbclient @@ -259,6 +259,9 @@ fi  %changelog +* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 1.0.0-4 +- rebuild for 7.4.0RC1 +  * Tue Jul 23 2019 Remi Collet <remi@remirepo.net> - 1.0.0-3  - rebuild for 7.4.0beta1 | 
