From 056ca12140009867bc9b931b5c8648b650b808fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Dec 2021 14:42:31 +0100 Subject: update to 2.16.0 --- php-laminas-feed.spec | 9 ++++++--- 1 file 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 - 2.16.0-1 +- update to 2.16.0 + * Fri Sep 24 2021 Remi Collet - 2.15.0-1 - update to 2.15.0 - keep compatibility using laminas-zendframework-bridge -- cgit