Compare commits
No commits in common. "rawhide" and "f39" have entirely different histories.
3 changed files with 5 additions and 24 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,2 @@
|
||||||
/php-sebastian-cli-parser-1.0.0-2a4a38c.tgz
|
/php-sebastian-cli-parser-1.0.0-2a4a38c.tgz
|
||||||
/php-sebastian-cli-parser-1.0.1-442e7c7.tgz
|
/php-sebastian-cli-parser-1.0.1-442e7c7.tgz
|
||||||
/php-sebastian-cli-parser-1.0.2-2b56bea.tgz
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# remirepo/fedora spec file for php-sebastian-cli-parser
|
# remirepo/fedora spec file for php-sebastian-cli-parser
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020-2024 Remi Collet
|
# Copyright (c) 2020-2023 Remi Collet
|
||||||
# License: CC-BY-SA-4.0
|
# License: CC-BY-SA-4.0
|
||||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||||
#
|
#
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
# github
|
# github
|
||||||
%global gh_commit 2b56bea83a09de3ac06bb18b92f068e60cc6f50b
|
%global gh_commit 442e7c7e687e42adc03470c7b668bc4b2402c0b2
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner sebastianbergmann
|
%global gh_owner sebastianbergmann
|
||||||
%global gh_project cli-parser
|
%global gh_project cli-parser
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
%global ns_project CliParser
|
%global ns_project CliParser
|
||||||
|
|
||||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||||
Version: 1.0.2
|
Version: 1.0.1
|
||||||
Release: 4%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Library for parsing CLI options, version 1
|
Summary: Library for parsing CLI options, version 1
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
|
@ -109,24 +109,6 @@ exit $ret
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 1.0.2-1
|
|
||||||
- update to 1.0.2
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-sebastian-cli-parser-1.0.2-2b56bea.tgz) = b31a5a4739296d7375bb75590551252915272de829aca0a24ebb80b5a2e01d2bdefce415f5602b50419908c99eeed150e5a8698b62d32387d574a9c921fd5546
|
SHA512 (php-sebastian-cli-parser-1.0.1-442e7c7.tgz) = 57fadebbab8f1ffcac8cd273fe98b62bf6ca1372331441a55b2099b3ed532c5728aeeb9d70e883fd7c950ac4c773368699e3c45826dfc174adcc7fcdbcdd6279
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue