summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-07-03 07:30:00 +0200
committerRemi Collet <remi@php.net>2024-07-03 07:30:00 +0200
commitd21a0344ec2159b5bd6be2a9e260e50c2452a8cf (patch)
tree35f0b1d29bbfdffebf0e11afb6eec026e3902d9e
parentbad49001b1b9e0602c37f9ff8a5fa0beb393e5bc (diff)
update to 3.0.2HEADmaster
-rw-r--r--php-sebastian-cli-parser3.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/php-sebastian-cli-parser3.spec b/php-sebastian-cli-parser3.spec
index 9919eaa..9030d28 100644
--- a/php-sebastian-cli-parser3.spec
+++ b/php-sebastian-cli-parser3.spec
@@ -11,11 +11,11 @@
%bcond_with tests
# github
-%global gh_commit 00a74d5568694711f0222e54fb281e1d15fdf04a
+%global gh_commit 15c5dd40dc4f38794d383bb95465193f5e0ae180
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner sebastianbergmann
%global gh_project cli-parser
-%global gh_date 2024-03-02
+%global gh_date 2024-07-03
# packagist
%global pk_vendor sebastian
%global pk_project %{gh_project}
@@ -26,13 +26,13 @@
%global ns_project CliParser
Name: php-%{pk_vendor}-%{pk_project}%{major}
-Version: 3.0.1
+Version: 3.0.2
Release: 1%{?dist}
Summary: Library for parsing CLI options, version %{major}
License: BSD-3-Clause
URL: https://github.com/%{gh_owner}/%{gh_project}
-# git snapshot to retrieve test suite
+# run makesrc.sh to create a git snapshot with test suite
Source0: %{name}-%{version}-%{gh_short}.tgz
Source1: makesrc.sh
@@ -102,8 +102,6 @@ exit $ret
%files
-# remirepo:1
-%{!?_licensedir:%global license %%doc}
%license LICENSE
%doc *.md
%doc composer.json
@@ -112,6 +110,9 @@ exit $ret
%changelog
+* Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 3.0.2-1
+- update to 3.0.2
+
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 3.0.1-1
- update to 3.0.1