From 7fc6b63e7f3d42cce44cf1d820ea199d7d053fa1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Feb 2023 08:17:41 +0100 Subject: update to 2.5.7 --- php-doctrine-persistence2.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/php-doctrine-persistence2.spec b/php-doctrine-persistence2.spec index e40cda0..1b21ae0 100644 --- a/php-doctrine-persistence2.spec +++ b/php-doctrine-persistence2.spec @@ -1,14 +1,14 @@ # remirepo/fedora spec file for php-doctrine-persistence2 # -# Copyright (c) 2018-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2018-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 7729fc2a7e5efc8bbfa408a3b8adeb8f5b84f5d1 +%global gh_commit e36f22765f4d10a7748228babbf73da5edfeed3c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project persistence @@ -27,7 +27,7 @@ %endif Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 2.5.6 +Version: 2.5.7 Release: 1%{?dist} Summary: Doctrine Persistence abstractions, version %{major} @@ -189,7 +189,7 @@ find tests -type f -exec grep -q PHPStan {} \; -delete -print : Run test suite ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} \ @@ -214,6 +214,9 @@ exit $ret %changelog +* Tue Feb 7 2023 Remi Collet - 2.5.7-1 +- update to 2.5.7 + * Tue Jan 3 2023 Remi Collet - 2.5.6-1 - update to 2.5.6 - allow doctrine/annotations v2 -- cgit