diff options
| author | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2015-10-14 09:31:19 +0200 | 
| commit | 946f2c0fe85c3219804305eb867106d99691205a (patch) | |
| tree | 6b018fb462c4a03e5bb15f0288c8a3f27a58558c | |
| parent | b0d7ec9d83b4c2f68c92b462cafc5b3c4d91f0a6 (diff) | |
PHP 7.0.0RC5
| -rw-r--r-- | php-smbclient-dev.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/php-smbclient-dev.spec b/php-smbclient-dev.spec index 3f3f38b..e1298b6 100644 --- a/php-smbclient-dev.spec +++ b/php-smbclient-dev.spec @@ -39,7 +39,7 @@  Name:           %{?sub_prefix}php-smbclient  Version:        0.8.0 -Release:        0.3.rc1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:        0.4.rc1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  Summary:        PHP wrapper for libsmbclient  Group:          Development/Languages @@ -192,6 +192,9 @@ cp %{SOURCE2} phpunit.xml  %changelog +* Tue Oct 13 2015 Remi Collet <remi@fedoraproject.org> - 0.8.0-0.4.rc1 +- rebuild for PHP 7.0.0RC5 new API version +  * Fri Sep 18 2015 Remi Collet <remi@fedoraproject.org> - 0.8.0-0.3.rc1  - F23 rebuild with rh_layout | 
