From 5489c1f9cdc0711bbee954d33db8a54aae8df9ec Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 9 Jun 2022 07:46:07 +0200 Subject: update to 4.5.2 --- php-laminas-code4.spec | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/php-laminas-code4.spec b/php-laminas-code4.spec index 3d21ca4..65c64a4 100644 --- a/php-laminas-code4.spec +++ b/php-laminas-code4.spec @@ -1,13 +1,13 @@ # remirepo/Fedora spec file for php-laminas-code4 # -# Copyright (c) 2015-2021 Remi Collet +# Copyright (c) 2015-2022 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 6fd96d4d913571a2cd056a27b123fa28cb90ac4e +%global gh_commit da01fb74c08f37e20e7ae49f1e3ee09aa401ebad %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-code @@ -23,7 +23,7 @@ %endif Name: php-%{gh_project}%{major} -Version: 4.5.1 +Version: 4.5.2 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -134,8 +134,7 @@ require_once '%{buildroot}%{php_home}/%{namespace}/%{library}%{major}/autoload.p EOF ret=0 -# TODO php81 (1 failure) -for cmd in php php74 php80 php81; do +for cmd in php php74 php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit9 --verbose || ret=1 fi @@ -157,6 +156,9 @@ exit $ret %changelog +* Thu Jun 9 2022 Remi Collet - 4.5.2-1 +- update to 4.5.2 + * Mon Dec 20 2021 Remi Collet - 4.5.1-1 - update to 4.5.1 -- cgit