summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-12-20 14:42:31 +0100
committerRemi Collet <remi@php.net>2021-12-20 14:42:31 +0100
commit056ca12140009867bc9b931b5c8648b650b808fd (patch)
treeeb051fe612ffeaddc477116df773623f38d3ca88
parentbf344ed302bed0a107684a5cafa494e7b9d9423f (diff)
update to 2.16.0
-rw-r--r--php-laminas-feed.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/php-laminas-feed.spec b/php-laminas-feed.spec
index 8005f79..b9c6ba7 100644
--- a/php-laminas-feed.spec
+++ b/php-laminas-feed.spec
@@ -7,7 +7,7 @@
# Please, preserve the changelog entries
#
%global bootstrap 0
-%global gh_commit 3ef837a12833c74b438d2c3780023c4244e0abae
+%global gh_commit cbd0e10c867a1efa6594164d229d8caf4a4ae4c7
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner laminas
%global gh_project laminas-feed
@@ -22,7 +22,7 @@
%endif
Name: php-%{gh_project}
-Version: 2.15.0
+Version: 2.16.0
Release: 1%{?dist}
Summary: %{namespace} Framework %{library} component
@@ -213,7 +213,7 @@ exit (class_exists("\\Zend\\%{library}\\Uri") ? 0 : 1);
: upstream test suite
ret=0
-for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
+for cmdarg in "php %{phpunit}" php74 php80 php81; do
if which $cmdarg; then
set $cmdarg
$1 -d memory_limit=1G ${2:-%{_bindir}/phpunit9} --verbose || ret=1
@@ -236,6 +236,9 @@ exit $ret
%changelog
+* Mon Dec 20 2021 Remi Collet <remi@remirepo.net> - 2.16.0-1
+- update to 2.16.0
+
* Fri Sep 24 2021 Remi Collet <remi@remirepo.net> - 2.15.0-1
- update to 2.15.0
- keep compatibility using laminas-zendframework-bridge