From 725f0e03fbf18f673dcfc1775bba5a6050145f14 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 28 Sep 2020 11:24:55 +0200 Subject: update to 1.0.1 --- composer.json | 2 +- php-sebastian-cli-parser.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 04ac324..34c376f 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ }, "prefer-stable": true, "require": { - "php": "^7.3 || ^8.0" + "php": ">=7.3" }, "require-dev": { "phpunit/phpunit": "^9.3" diff --git a/php-sebastian-cli-parser.spec b/php-sebastian-cli-parser.spec index 5335d80..6f7635f 100644 --- a/php-sebastian-cli-parser.spec +++ b/php-sebastian-cli-parser.spec @@ -10,7 +10,7 @@ %bcond_without tests # github -%global gh_commit 2a4a38c56e62f7295bedb8b1b7439ad523d4ea82 +%global gh_commit 442e7c7e687e42adc03470c7b668bc4b2402c0b2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project cli-parser @@ -24,7 +24,7 @@ %global ns_project CliParser Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.0.0 +Version: 1.0.1 Release: 1%{?dist} Summary: Library for parsing CLI options @@ -48,7 +48,7 @@ BuildRequires: phpunit9 >= 9.2 %endif # from composer.json, "require": { -# "php": "^7.3 || ^8.0", +# "php": ">=7.3", Requires: php(language) >= 7.3 # from phpcompatinfo report for version 1.0.0 Requires: php-pcre @@ -109,5 +109,8 @@ exit $ret %changelog +* Mon Sep 28 2020 Remi Collet - 1.0.1-1 +- update to 1.0.1 + * Thu Aug 13 2020 Remi Collet - 1.0.0-1 - initial package -- cgit