From 1a226ec48f2b199e9e1b20f9278728620c8779ae Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Jul 2024 09:36:37 +0200 Subject: update to 6.0.1 --- php-sebastian-recursion-context6.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-sebastian-recursion-context6.spec') diff --git a/php-sebastian-recursion-context6.spec b/php-sebastian-recursion-context6.spec index eb49555..e899084 100644 --- a/php-sebastian-recursion-context6.spec +++ b/php-sebastian-recursion-context6.spec @@ -10,11 +10,11 @@ # disabled until phpunit11 available %bcond_with tests -%global gh_commit b75224967b5a466925c6d54e68edd0edf8dd4ed4 +%global gh_commit 2f15508e17af4ea35129bbc32ce28a814d9c7426 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project recursion-context -%global gh_date 2024-02-02 +%global gh_date 2024-06-17 # Packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -25,12 +25,13 @@ %global php_home %{_datadir}/php Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 6.0.0 +Version: 6.0.1 Release: 1%{?dist} Summary: Recursively process PHP variables, version %{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 @@ -105,6 +106,9 @@ exit $ret %changelog +* Tue Jul 2 2024 Remi Collet - 6.0.1-1 +- update to 6.0.1 + * Mon Feb 5 2024 Remi Collet - 6.0.0-1 - update to 6.0.0 - raise dependency on PHP 8.2 -- cgit