summaryrefslogtreecommitdiffstats
path: root/php-icewind-streams.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-02-18 11:02:12 +0100
committerRemi Collet <remi@remirepo.net>2019-02-18 11:02:12 +0100
commitd652521daf9506781afe7bd1a37f0a68097b1f13 (patch)
treeaa80bbd866dcaeb37e3a6e1b2502268c66ab9704 /php-icewind-streams.spec
parent3c9f79fa6fc530c6a90f905107704c25c74d1938 (diff)
v0.7.1
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r--php-icewind-streams.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec
index f08a608..a2052d3 100644
--- a/php-icewind-streams.spec
+++ b/php-icewind-streams.spec
@@ -1,13 +1,13 @@
# remirepo/fedora spec file for php-icewind-streams
#
-# Copyright (c) 2015-2018 Remi Collet
+# Copyright (c) 2015-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
# Github information
-%global gh_commit 0a78597117d8a02937ea05206f219294449fb06e
+%global gh_commit 4db3ed6c366e90b958d00e1d4c6360a9b39b2121
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner icewind1991
%global gh_project Streams
@@ -19,7 +19,7 @@
%global ns_name Streams
Name: php-%{pk_vendor}-%{pk_name}
-Version: 0.6.1
+Version: 0.7.1
Release: 1%{?dist}
Summary: A set of generic stream wrappers
@@ -87,7 +87,7 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php'
: Run the test suite
ret=0
-for cmd in php php56 php70 php71 php72; do
+for cmd in php php56 php70 php71 php72 php73; do
if which $cmd; then
$cmd %{_bindir}/phpunit || ret=1
fi
@@ -105,6 +105,9 @@ exit $ret
%changelog
+* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 0.7.1-1
+- update to 0.7.1
+
* Wed Apr 25 2018 Remi Collet <remi@remirepo.net> - 0.6.1-1
- update to 0.6.1