From 63e245373b5fef2dcac293933d15807c0cd24292 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 14:03:01 +0200 Subject: update to 4.0.1 --- php-phpunit-php-text-template4.spec | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'php-phpunit-php-text-template4.spec') diff --git a/php-phpunit-php-text-template4.spec b/php-phpunit-php-text-template4.spec index 732a059..5aa171e 100644 --- a/php-phpunit-php-text-template4.spec +++ b/php-phpunit-php-text-template4.spec @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit d38f6cbff1cdb6f40b03c9811421561668cc133e +%global gh_commit 3e0404dc6b300e6bf56415467ebcb3fe4f33e964 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-text-template -%global gh_date 2024-02-02 +%global gh_date 2024-07-03 # Packagist %global pk_vendor phpunit %global pk_project %{gh_project} @@ -25,12 +25,13 @@ %global ver_major 4 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 4.0.0 +Version: 4.0.1 Release: 1%{?dist} Summary: Simple template engine, version %{ver_major} License: BSD-3-Clause URL: https://github.com/%{gh_owner}/%{gh_project} +# run makesrc.sh to create a git snapshot with test suite Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh @@ -83,7 +84,7 @@ mkdir vendor : Run upstream test suite ret=0 -for cmd in php php82 php83; do +for cmd in php php82 php83 php84; do if which $cmd; then $cmd -d auto_prepend_file=%{buildroot}%{php_home}/%{ns_vendor}/%{ns_project}%{ver_major}/autoload.php \ %{_bindir}/phpunit11 || ret=1 @@ -94,8 +95,6 @@ exit $ret %files -# remirepo:1 -%{!?_licensedir:%global license %%doc} %license LICENSE %doc *.md %doc composer.json @@ -104,6 +103,9 @@ exit $ret %changelog +* Wed Jul 3 2024 Remi Collet - 4.0.1-1 +- update to 4.0.1 + * Mon Feb 5 2024 Remi Collet - 4.0.0-1 - update to 4.0.0 - raise dependency on PHP 8.2 -- cgit