From 575d8c7ec5d55c05914ed289a85d90fc43aa10ab Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 21 Jun 2017 07:46:36 +0200 Subject: rebuild for 7.2.0alpha2 --- .gitignore | 8 +++++++- php-smbclient.spec | 5 ++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97fa2e2..1ab5c4f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 - 0.9.0-2 +- rebuild for 7.2.0alpha2 + * Fri Feb 10 2017 Remi Collet - 0.9.0-1 - update to 0.9.0 (stable) -- cgit