summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-12-26 07:19:53 +0100
committerRemi Collet <remi@remirepo.net>2018-12-26 07:19:53 +0100
commitad2b662a6466983c6749dda81d22af943995351d (patch)
tree165c7638761bea6bbee83726b51a50d1713d4aa7
parent7d839ad6604eda8221121856129d1a4fe2d61467 (diff)
v1.0.0
-rw-r--r--PHPINFO4
-rw-r--r--REFLECTION2
-rw-r--r--php-smbclient.spec11
3 files changed, 8 insertions, 9 deletions
diff --git a/PHPINFO b/PHPINFO
index 50c92dd..73362c2 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,5 +2,5 @@
smbclient
smbclient Support => enabled
-smbclient extension Version => 0.9.0
-libsmbclient library Version => 4.7.7
+smbclient extension Version => 1.0.0
+libsmbclient library Version => 4.9.4
diff --git a/REFLECTION b/REFLECTION
index fcc6bbc..1513da2 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #123 smbclient version 0.9.0 ] {
+Extension [ <persistent> extension #138 smbclient version 1.0.0 ] {
- Constants [30] {
Constant [ integer SMBCLIENT_XATTR_CREATE ] { 1 }
diff --git a/php-smbclient.spec b/php-smbclient.spec
index 0ab47c0..9e8a5aa 100644
--- a/php-smbclient.spec
+++ b/php-smbclient.spec
@@ -35,11 +35,11 @@
%global with_tests 0%{?_with_tests:1}
Name: %{?sub_prefix}php-smbclient
-Version: 0.9.0
+Version: 1.0.0
%if 0%{?gh_date}
Release: 0.5.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%else
-Release: 7%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
%endif
Summary: PHP wrapper for libsmbclient
@@ -55,8 +55,6 @@ Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
Source2: %{gh_project}-phpunit.xml
%endif
-Patch0: https://patch-diff.githubusercontent.com/raw/eduardok/libsmbclient-php/pull/60.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel
BuildRequires: %{?scl_prefix}php-pear
@@ -147,8 +145,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .pr60
-
# Check extension version
ver=$(sed -n '/define PHP_SMBCLIENT_VERSION/{s/.* "//;s/".*$//;p}' php_smbclient.h)
if test "$ver" != "%{version}%{?prever}%{?gh_date:-dev}"; then
@@ -266,6 +262,9 @@ fi
%changelog
+* Wed Dec 26 2018 Remi Collet <remi@remirepo.net> - 1.0.0-1
+- update to 1.0.0
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 0.9.0-7
- rebuild for 7.3.0beta2 new ABI