diff options
author | Remi Collet <remi@remirepo.net> | 2017-06-21 07:46:36 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-06-21 07:46:36 +0200 |
commit | 575d8c7ec5d55c05914ed289a85d90fc43aa10ab (patch) | |
tree | 7d10ba82664b5723153efc3f40667ea8d1d3af88 | |
parent | 5f982d7fd761b61b46cc967d412b1ab27b57a3e0 (diff) |
rebuild for 7.2.0alpha2
-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) |