From d21a0344ec2159b5bd6be2a9e260e50c2452a8cf Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 3 Jul 2024 07:30:00 +0200 Subject: update to 3.0.2 --- php-sebastian-cli-parser3.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-sebastian-cli-parser3.spec') 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 - 3.0.2-1 +- update to 3.0.2 + * Tue Mar 5 2024 Remi Collet - 3.0.1-1 - update to 3.0.1 -- cgit