From aa67b12b07060913a626229afc40016c62805d38 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Feb 2023 08:26:35 +0100 Subject: update to 1.27.2 --- php-theseer-autoload.spec | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec index b30671b..07b0f3c 100644 --- a/php-theseer-autoload.spec +++ b/php-theseer-autoload.spec @@ -1,7 +1,7 @@ # remirepo/fedora spec file for php-theseer-autoload # -# Copyright (c) 2014-2022 Remi Collet -# License: CC-BY-SA +# Copyright (c) 2014-2023 Remi Collet +# License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 27a3d7c39181461f05b5fc3df0a43e054b86b04e +%global gh_commit 39eb04ee16634af2110c646a224c81b1f04bcf1f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner theseer %global gh_project Autoload @@ -25,11 +25,11 @@ %endif Name: php-theseer-autoload -Version: 1.27.1 +Version: 1.27.2 Release: 1%{?dist} Summary: A tool and library to generate autoload code -License: BSD +License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{?gh_short}.tar.gz @@ -133,7 +133,7 @@ require '%{buildroot}%{_datadir}/php/TheSeer/Autoload/autoload.php'; EOF ret=0 -for cmd in "php %{phpunit}" php74 php80 php81; do +for cmd in "php %{phpunit}" php80 php81 php82; do if which $cmd; then set $cmd $1 ${2:-%{_bindir}/phpunit9} --verbose || ret=1 @@ -159,6 +159,9 @@ fi %changelog +* Fri Feb 17 2023 Remi Collet - 1.27.2-1 +- update to 1.27.2 + * Wed Jan 26 2022 Remi Collet - 1.27.1-1 - update to 1.27.1 -- cgit