From bad49001b1b9e0602c37f9ff8a5fa0beb393e5bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:38:59 +0100 Subject: update to 3.0.1 --- php-sebastian-cli-parser3.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/php-sebastian-cli-parser3.spec b/php-sebastian-cli-parser3.spec index ecf1348..9919eaa 100644 --- a/php-sebastian-cli-parser3.spec +++ b/php-sebastian-cli-parser3.spec @@ -11,11 +11,11 @@ %bcond_with tests # github -%global gh_commit efd6ce5bb8131fe981e2f879dbd47605fbe0cc6f +%global gh_commit 00a74d5568694711f0222e54fb281e1d15fdf04a %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project cli-parser -%global gh_date 2024-02-02 +%global gh_date 2024-03-02 # packagist %global pk_vendor sebastian %global pk_project %{gh_project} @@ -26,7 +26,7 @@ %global ns_project CliParser Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Library for parsing CLI options, version %{major} @@ -112,6 +112,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 3.0.1-1 +- update to 3.0.1 + * Mon Feb 5 2024 Remi Collet - 3.0.0-1 - update to 3.0.0 - raise dependency on PHP 8.2 -- cgit