diff options
-rw-r--r-- | .gitignore | 8 | ||||
-rw-r--r-- | php-smbclient.spec | 5 |
2 files changed, 11 insertions, 2 deletions
@@ -1 +1,7 @@ -libsmbclient-php-phpunit.xml +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm diff --git a/php-smbclient.spec b/php-smbclient.spec index 019b831..4eafae3 100644 --- a/php-smbclient.spec +++ b/php-smbclient.spec @@ -35,7 +35,7 @@ Version: 0.9.0 %if 0%{?gh_date} Release: 0.2.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %else -Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release: 2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} %endif Summary: PHP wrapper for libsmbclient @@ -252,6 +252,9 @@ fi %changelog +* Wed Jun 21 2017 Remi Collet <remi@remirepo.net> - 0.9.0-2 +- rebuild for 7.2.0alpha2 + * Fri Feb 10 2017 Remi Collet <remi@fedoraproject.org> - 0.9.0-1 - update to 0.9.0 (stable) |