v1.0.1
This commit is contained in:
parent
cfc7809547
commit
45ccade9cb
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-sebastian-cli-parser-1.0.0-2a4a38c.tgz
|
||||
/php-sebastian-cli-parser-1.0.1-442e7c7.tgz
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -107,5 +107,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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-cli-parser-1.0.0-2a4a38c.tgz) = a92443f069b5522f45be3d4ec677991beba949899af5ad9951b10b8af3c9deff7f6fdeac1a283fbce95e6fe4d2fd8d27f3b9709b1cfb7b94b5332ddd6fea3ca8
|
||||
SHA512 (php-sebastian-cli-parser-1.0.1-442e7c7.tgz) = 57fadebbab8f1ffcac8cd273fe98b62bf6ca1372331441a55b2099b3ed532c5728aeeb9d70e883fd7c950ac4c773368699e3c45826dfc174adcc7fcdbcdd6279
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue