summaryrefslogtreecommitdiffstats
path: root/php-icewind-streams.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-06-15 13:43:44 +0200
committerRemi Collet <remi@remirepo.net>2021-06-15 13:43:44 +0200
commitfef5cc80621906a00be48df4b57932db5daea842 (patch)
treea837067aec0ba3b1ca35dd63bd69fd4f1d5c0325 /php-icewind-streams.spec
parent24d372beb7dfb5794a09ef1e15f88f00cb239dd8 (diff)
update to 0.7.5
Diffstat (limited to 'php-icewind-streams.spec')
-rw-r--r--php-icewind-streams.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-icewind-streams.spec b/php-icewind-streams.spec
index f1b6c77..3aec550 100644
--- a/php-icewind-streams.spec
+++ b/php-icewind-streams.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
# Github information
-%global gh_commit 93bce472202d36d9808c30eaa52a1dc72b39e04c
+%global gh_commit 0c6aae16ebdadb257f0bd089c1e1e4cf5e20ddc2
%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.7.4
+Version: 0.7.5
Release: 1%{?dist}
Summary: A set of generic stream wrappers
@@ -82,7 +82,7 @@ echo "require '%{buildroot}%{_datadir}/php/%{ns_vendor}/%{ns_name}/autoload.php'
: Run the test suite
ret=0
-for cmd in php php73 php74 php80; do
+for cmd in php php73 php74 php80 php81; do
if which $cmd; then
$cmd %{_bindir}/phpunit9 || ret=1
fi
@@ -100,6 +100,9 @@ exit $ret
%changelog
+* Tue Jun 15 2021 Remi Collet <remi@remirepo.net> - 0.7.5-1
+- update to 0.7.5
+
* Mon Mar 15 2021 Remi Collet <remi@remirepo.net> - 0.7.4-1
- update to 0.7.4