summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-06-21 07:46:36 +0200
committerRemi Collet <remi@remirepo.net>2017-06-21 07:46:36 +0200
commit575d8c7ec5d55c05914ed289a85d90fc43aa10ab (patch)
tree7d10ba82664b5723153efc3f40667ea8d1d3af88
parent5f982d7fd761b61b46cc967d412b1ab27b57a3e0 (diff)
rebuild for 7.2.0alpha2
-rw-r--r--.gitignore8
-rw-r--r--php-smbclient.spec5
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 <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)