summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--php-sebastian-cli-parser3.spec9
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