summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-17 09:06:14 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-17 09:06:14 +0100
commita7ea4acd857b1d9ff513ea535aec9fbca8b563e4 (patch)
treeea288b1aec2878a65bc0f49c5277d44664c8d359
parenta001986e1b83414afa492767a125b142aaa073c6 (diff)
php-icewind-smb: 1.0.6
-rw-r--r--php-icewind-smb.spec22
1 files changed, 15 insertions, 7 deletions
diff --git a/php-icewind-smb.spec b/php-icewind-smb.spec
index 247c47f..14fd97b 100644
--- a/php-icewind-smb.spec
+++ b/php-icewind-smb.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github information
-%global gh_commit acb94a0a85290d653cd64c883175b855ada5022f
+%global gh_commit 424cf346e2651c278bb467b513f1483b1e02c4d5
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner icewind1991
%global gh_project SMB
@@ -28,7 +28,7 @@
%global with_tests 0%{?_with_tests:1}
Name: php-%{pk_vendor}-%{pk_name}
-Version: 1.0.5
+Version: 1.0.6
Release: 1%{?dist}
Summary: php wrapper for smbclient and libsmbclient-php
@@ -47,7 +47,7 @@ BuildArch: noarch
%if %{with_tests}
# For tests
BuildRequires: php(language) >= 5.3
-BuildRequires: php-composer(%{pk_vendor}/streams) >= 0.2
+BuildRequires: php-composer(%{pk_vendor}/streams) >= 0.3
BuildRequires: php-date
BuildRequires: php-mbstring
BuildRequires: php-pcre
@@ -63,10 +63,10 @@ BuildRequires: php-composer(symfony/class-loader)
# From composer.json, "require": {
# "php": ">=5.3"
-# "icewind/streams": "0.2.*"
+# "icewind/streams": "0.3.*"
Requires: php(language) >= 5.3
-Requires: php-composer(%{pk_vendor}/streams) >= 0.2
-Requires: php-composer(%{pk_vendor}/streams) < 0.3
+Requires: php-composer(%{pk_vendor}/streams) >= 0.3
+Requires: php-composer(%{pk_vendor}/streams) < 0.4
# From phpcompatinfo report for version 1.0.4
Requires: php-date
Requires: php-mbstring
@@ -121,6 +121,10 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php'
: Run the test suite
%{_bindir}/phpunit
+
+if which php70; then
+ php70 %{_bindir}/phpunit --verbose
+fi
%endif
@@ -138,6 +142,10 @@ rm -rf %{buildroot}
%changelog
+* Thu Mar 17 2016 Remi Collet <remi@fedoraproject.org> - 1.0.6-1
+- update to 1.0.6
+- raise dependency on icewind/streams >= 0.3
+
* Sun Feb 21 2016 Remi Collet <remi@fedoraproject.org> - 1.0.5-1
- update to 1.0.5
@@ -145,4 +153,4 @@ rm -rf %{buildroot}
- don't own /usr/share/php/Icewind (review #1259172)
* Wed Sep 2 2015 Remi Collet <remi@fedoraproject.org> - 1.0.4-1
-- initial package, version 1.0.4 \ No newline at end of file
+- initial package, version 1.0.4