From b78c38cbec91d45fa19dc1d726508d5f060ee2ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2024 12:40:13 +0100 Subject: update to 2.0.1 --- composer.json | 3 ++- php-sebastian-cli-parser2.spec | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index f33a196..51b7447 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,8 @@ } ], "support": { - "issues": "https://github.com/sebastianbergmann/cli-parser/issues" + "issues": "https://github.com/sebastianbergmann/cli-parser/issues", + "security": "https://github.com/sebastianbergmann/cli-parser/security/policy" }, "prefer-stable": true, "require": { diff --git a/php-sebastian-cli-parser2.spec b/php-sebastian-cli-parser2.spec index dfcfa91..1b0ceb1 100644 --- a/php-sebastian-cli-parser2.spec +++ b/php-sebastian-cli-parser2.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sebastian-cli-parser2 # -# 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 efdc130dbbbb8ef0b545a994fd811725c5282cae +%global gh_commit c34583b87e7b7a8055bf6c450c2c77ce32a24084 %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: 2.0.0 -Release: 3%{?dist} +Version: 2.0.1 +Release: 1%{?dist} Summary: Library for parsing CLI options, version %{major} License: BSD-3-Clause @@ -110,6 +110,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet - 2.0.1-1 +- update to 2.0.1 + * Wed Aug 23 2023 Remi Collet - 2.0.0-3 - Enable test suite -- cgit