v2.0.1
This commit is contained in:
parent
56d42b7e8d
commit
b8433075a3
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/php-sebastian-cli-parser2-2.0.0-efdc130.tgz
|
||||
/php-sebastian-cli-parser2-2.0.1-c34583b.tgz
|
||||
|
|
|
|||
|
|
@ -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: 5%{?dist}
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Library for parsing CLI options, version %{major}
|
||||
|
||||
License: BSD-3-Clause
|
||||
|
|
@ -108,6 +108,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 2.0.1-1
|
||||
- update to 2.0.1
|
||||
|
||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sebastian-cli-parser2-2.0.0-efdc130.tgz) = ac74ea1ddb80189774011708ca579559418816940aa4f3d5b842c16cd2de8d91a90b989551aa4d179a09bcfbbbb9ec26583ff504f40f3655584ded978eb21966
|
||||
SHA512 (php-sebastian-cli-parser2-2.0.1-c34583b.tgz) = 611b89708eb7cc039448a22adecc23ea530280c02cd6e9946be6bfb3f017366e67908d392c65b38620bb438578628e27b67f4cf101fa5a87cf770cb90cd3557c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue