diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-05 12:38:59 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-05 12:38:59 +0100 |
commit | bad49001b1b9e0602c37f9ff8a5fa0beb393e5bc (patch) | |
tree | 9b2a79e75d46642f8fd52c64be3c0e59f52c98cf | |
parent | 204990ad584c3079b76fe10e93fc03cbccddaafa (diff) |
update to 3.0.1
-rw-r--r-- | php-sebastian-cli-parser3.spec | 9 |
1 files 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 <remi@remirepo.net> - 3.0.1-1 +- update to 3.0.1 + * Mon Feb 5 2024 Remi Collet <remi@remirepo.net> - 3.0.0-1 - update to 3.0.0 - raise dependency on PHP 8.2 |