Compare commits
70 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
37be2c86fa | ||
|
|
3c30fb4380 | ||
|
|
60a8676c9b | ||
|
|
2a4898a61e | ||
|
|
fbfc4285f4 | ||
|
|
34d2866a0e | ||
|
|
7d19c34bd1 | ||
|
|
ef7a24ed26 | ||
|
|
37302d9faf | ||
|
|
a6ca5074a5 | ||
|
|
ae6d3b3084 | ||
|
|
37b5f986cc | ||
|
|
f771771690 | ||
|
|
1a4995644a | ||
|
|
b626a00179 | ||
|
|
8114a124b1 | ||
|
|
c90124e643 | ||
|
|
4f7bdd0f21 | ||
|
|
d4fcde52da | ||
|
|
8e0c415524 | ||
|
|
9487f51293 | ||
|
|
f78e81fd0b | ||
|
|
885c8fe384 | ||
|
|
a7efa75c39 | ||
|
|
eb34bf364c | ||
|
|
474ee51ec2 | ||
|
|
704a77856c | ||
|
|
289c869f72 | ||
|
|
a3accb1139 | ||
|
|
b57846573b | ||
|
|
27fb294380 | ||
|
|
85f376e77b | ||
|
|
c2d8866cfc | ||
|
|
49525f29c8 | ||
|
|
d10a9845d4 | ||
|
|
bbab13e277 | ||
|
|
d61d8841f8 | ||
|
|
bf124da269 | ||
|
|
ab06d8691a | ||
|
|
e66ada18fd | ||
|
|
553ae0c0f3 | ||
|
|
928b46e1be | ||
|
|
ec74b09b60 | ||
|
|
ad2f2d8ca1 | ||
|
|
de254c8f26 | ||
|
|
0bf323a92a | ||
|
|
0617a5ee92 | ||
|
|
36824f75ab | ||
|
|
0c41f6ede5 | ||
|
|
c35955528a | ||
|
|
a8d6f101ec | ||
|
|
cb8a0525a5 | ||
|
|
a234b22f2d | ||
|
|
fc3013e4b4 | ||
|
|
6384f21cf8 | ||
|
|
14a0ac923c | ||
|
|
8e2a752dad | ||
|
|
c3d8b5a6ff | ||
|
|
6a0116f61b | ||
|
|
d6eab73de5 | ||
|
|
2f15f97b44 | ||
|
|
47a00de703 | ||
|
|
ac236cf433 | ||
|
|
aaad9a1ed5 | ||
|
|
eff5be53fb | ||
|
|
aa563f58c7 | ||
|
|
10827d5375 | ||
|
|
99e9ef55ce | ||
|
|
26c47b0acf | ||
|
|
e90af0dd16 |
3 changed files with 64 additions and 23 deletions
|
|
@ -25,7 +25,7 @@ _sf_composer() {
|
|||
local cur prev words cword
|
||||
_get_comp_words_by_ref -n := cur prev words cword
|
||||
|
||||
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.8.12")
|
||||
local completecmd=("$sf_cmd" "_complete" "--no-interaction" "-sbash" "-c$cword" "-S2.9.3")
|
||||
for w in ${words[@]}; do
|
||||
w=$(printf -- '%b' "$w")
|
||||
# remove quotes from typed values
|
||||
|
|
|
|||
|
|
@ -8,15 +8,15 @@
|
|||
#
|
||||
|
||||
|
||||
%global gh_commit 3e38919bc9a2c3c026f2151b5e56d04084ce8f0b
|
||||
%global gh_commit fb3bee27676fd852a8a11ebbb1de19b4dada5aba
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_branch 2.0-dev
|
||||
%global gh_owner composer
|
||||
%global gh_project composer
|
||||
%global api_version 2.6.0
|
||||
%global api_version 2.9.0
|
||||
%global run_version 2.2.2
|
||||
|
||||
%global upstream_version 2.8.12
|
||||
%global upstream_version 2.9.3
|
||||
#global upstream_prever RC1
|
||||
#global upstream_lower rc1
|
||||
|
||||
|
|
@ -56,45 +56,50 @@ BuildRequires: composer-generators
|
|||
|
||||
# From composer.json, "require": {
|
||||
# "php": "^7.2.5 || ^8.0",
|
||||
# "composer/ca-bundle": "^1.0",
|
||||
# "ext-json": "*",
|
||||
# "composer/ca-bundle": "^1.5",
|
||||
# "composer/class-map-generator": "^1.4.0",
|
||||
# "composer/metadata-minifier": "^1.0",
|
||||
# "composer/semver": "^3.0",
|
||||
# "composer/spdx-licenses": "^1.2",
|
||||
# "composer/semver": "^3.3",
|
||||
# "composer/spdx-licenses": "^1.5.7",
|
||||
# "composer/xdebug-handler": "^2.0.2 || ^3.0.3",
|
||||
# "justinrainbow/json-schema": "^5.2.11",
|
||||
# "psr/log": "^1.0 || ^2.0 || ^3.0"
|
||||
# "seld/jsonlint": "~1.4",
|
||||
# "justinrainbow/json-schema": "^6.5.1",
|
||||
# "psr/log": "^1.0 || ^2.0 || ^3.0",
|
||||
# "seld/jsonlint": "^1.4",
|
||||
# "seld/phar-utils": "^1.2",
|
||||
# "symfony/console": "^5.4.1 || ^6.0",
|
||||
# "symfony/filesystem": "^5.4 || ^6.0",
|
||||
# "symfony/finder": "^5.4 || ^6.0",
|
||||
# "symfony/process": "^5.4 || ^6.0",
|
||||
# "react/promise": "^2.8",
|
||||
# "composer/pcre": "^2 || ^3"
|
||||
# "symfony/console": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0",
|
||||
# "symfony/filesystem": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0",
|
||||
# "symfony/finder": "^5.4.45 || ^6.4.24 || ^7.1.10 || ^8.0",
|
||||
# "symfony/process": "^5.4.47 || ^6.4.25 || ^7.1.10 || ^8.0",
|
||||
# "react/promise": "^3.3",
|
||||
# "composer/pcre": "^2.3 || ^3.3",
|
||||
# "symfony/polyfill-php73": "^1.24",
|
||||
# "symfony/polyfill-php80": "^1.24"
|
||||
# "symfony/polyfill-php80": "^1.24",
|
||||
# "symfony/polyfill-php81": "^1.24",
|
||||
# "seld/signal-handler": "^2.0"
|
||||
Requires: php(language) >= 7.2.5
|
||||
Requires: php-json
|
||||
Requires: php-cli
|
||||
# System certificates
|
||||
Requires: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
# From composer.json, suggest
|
||||
# "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
|
||||
# "ext-zip": "Enabling the zip extension allows you to unzip archives",
|
||||
# "ext-zlib": "Allow gzip compression of HTTP requests"
|
||||
# "ext-curl": "Provides HTTP support (will fallback to PHP streams if missing)",
|
||||
# "ext-openssl": "Enables access to repositories and packages over HTTPS",
|
||||
# "ext-zip": "Allows direct extraction of ZIP archives (unzip/7z binaries will be used instead if available)",
|
||||
# "ext-zlib": "Enables gzip for HTTP requests"
|
||||
Requires: php-curl
|
||||
Requires: php-openssl
|
||||
Requires: php-zip
|
||||
Requires: php-zlib
|
||||
# From phpcompatinfo for version 2.2.5
|
||||
Requires: php-ctype
|
||||
Requires: php-curl
|
||||
Requires: php-date
|
||||
Requires: php-dom
|
||||
Requires: php-filter
|
||||
Requires: php-hash
|
||||
Requires: php-iconv
|
||||
Requires: php-intl
|
||||
Requires: php-json
|
||||
Requires: php-libxml
|
||||
Requires: php-mbstring
|
||||
Requires: php-pcntl
|
||||
|
|
@ -209,12 +214,27 @@ php -r '
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 31 2025 Remi Collet <remi@remirepo.net> - 2.9.3-1
|
||||
- update to 2.9.3
|
||||
|
||||
* Thu Nov 20 2025 Remi Collet <remi@remirepo.net> - 2.9.2-1
|
||||
- update to 2.9.2
|
||||
|
||||
* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 2.9.1-1
|
||||
- update to 2.9.1
|
||||
|
||||
* Thu Nov 13 2025 Remi Collet <remi@remirepo.net> - 2.9.0-1
|
||||
- update to 2.9.0
|
||||
|
||||
* Fri Sep 19 2025 Remi Collet <remi@remirepo.net> - 2.8.12-1
|
||||
- update to 2.8.12
|
||||
|
||||
* Wed Aug 27 2025 Remi Collet <remi@remirepo.net> - 2.8.11-1
|
||||
- update to 2.8.11
|
||||
|
||||
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jul 11 2025 Remi Collet <remi@remirepo.net> - 2.8.10-1
|
||||
- update to 2.8.10
|
||||
|
||||
|
|
@ -230,6 +250,9 @@ php -r '
|
|||
* Tue Jan 21 2025 Remi Collet <remi@remirepo.net> - 2.8.5-1
|
||||
- update to 2.8.5
|
||||
|
||||
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Dec 11 2024 Remi Collet <remi@remirepo.net> - 2.8.4-1
|
||||
- update to 2.8.4
|
||||
- re-license spec file to CECILL-2.1
|
||||
|
|
@ -256,6 +279,9 @@ php -r '
|
|||
* Fri Aug 23 2024 Remi Collet <remi@remirepo.net> - 2.7.8-1
|
||||
- update to 2.7.8
|
||||
|
||||
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.7.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Tue Jun 11 2024 Remi Collet <remi@remirepo.net> - 2.7.7-1
|
||||
- update to 2.7.7
|
||||
|
||||
|
|
@ -271,6 +297,12 @@ php -r '
|
|||
* Sat Feb 10 2024 Remi Collet <remi@remirepo.net> - 2.7.1-1
|
||||
- update to 2.7.1
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.6.6-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Dec 9 2023 Remi Collet <remi@remirepo.net> - 2.6.6-1
|
||||
- update to 2.6.6
|
||||
|
||||
|
|
@ -292,6 +324,9 @@ php -r '
|
|||
* Fri Sep 1 2023 Remi Collet <remi@remirepo.net> - 2.6.0-1
|
||||
- update to 2.6.0
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.8-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jun 10 2023 Remi Collet <remi@remirepo.net> - 2.5.8-1
|
||||
- update to 2.5.8
|
||||
|
||||
|
|
@ -313,6 +348,9 @@ php -r '
|
|||
* Mon Feb 6 2023 Remi Collet <remi@remirepo.net> - 2.5.2-1
|
||||
- update to 2.5.2
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Thu Dec 22 2022 Remi Collet <remi@remirepo.net> - 2.5.1-1
|
||||
- update to 2.5.1
|
||||
|
||||
|
|
@ -334,6 +372,9 @@ php -r '
|
|||
* Tue Aug 16 2022 Remi Collet <remi@remirepo.net> - 2.4.0-1
|
||||
- update to 2.4.0
|
||||
|
||||
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.10-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Thu Jul 14 2022 Remi Collet <remi@remirepo.net> - 2.3.10-1
|
||||
- update to 2.3.10
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (composer-2.8.12-3e38919.tgz) = a059574c12c74002ca1bc330e19355a8deb3fc94253c158e47b899dbb9fddefc888fed043950e8afcce1c8e688fac7789ed81855a214931fc12557b98eafe3ae
|
||||
SHA512 (composer-2.9.3-fb3bee2.tgz) = b8f9a7bc73a7b765f113a22308e2b4b35c14ebfadadc57047a37f210be4099a49abc72c85c5c9ce200baa3e63ad0c1a97da744277ca1da948b419af40379658c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue