diff options
author | Remi Collet <remi@remirepo.net> | 2020-09-28 11:24:55 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-09-28 11:24:55 +0200 |
commit | 725f0e03fbf18f673dcfc1775bba5a6050145f14 (patch) | |
tree | a8a2835bc6a9b79a766d24f0ec5641dcfb25cda6 /php-sebastian-cli-parser.spec | |
parent | ad100e7ea2f6abef6452d27742bc7b5296a36877 (diff) |
update to 1.0.1
Diffstat (limited to 'php-sebastian-cli-parser.spec')
-rw-r--r-- | php-sebastian-cli-parser.spec | 9 |
1 files changed, 6 insertions, 3 deletions
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 <remi@remirepo.net> - 1.0.1-1 +- update to 1.0.1 + * Thu Aug 13 2020 Remi Collet <remi@remirepo.net> - 1.0.0-1 - initial package |