From dddb9d794ae52fca908025a0dea812b27601dddc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:41:23 +0100 Subject: update to 1.0.2 --- php-sebastian-cli-parser.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-sebastian-cli-parser.spec b/php-sebastian-cli-parser.spec index 4f3afaf..30fd09f 100644 --- a/php-sebastian-cli-parser.spec +++ b/php-sebastian-cli-parser.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-cli-parser # -# Copyright (c) 2020-2023 Remi Collet +# Copyright (c) 2020-2024 Remi Collet # License: CC-BY-SA-4.0 # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 442e7c7e687e42adc03470c7b668bc4b2402c0b2 +%global gh_commit 2b56bea83a09de3ac06bb18b92f068e60cc6f50b %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project cli-parser @@ -24,8 +24,8 @@ %global ns_project CliParser Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.1 -Release: 7%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Library for parsing CLI options, version 1 License: BSD-3-Clause @@ -111,6 +111,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 1.0.2-1 +- update to 1.0.2 + * Fri Apr 21 2023 Remi Collet - 1.0.1-7 - use SPDX License id -- cgit