diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-04 07:49:25 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-04 07:49:25 +0100 |
| commit | 5fd3b20e454f9a8b380a5e59301881ff9737d805 (patch) | |
| tree | d8f78f10655221660b26f00a10f8513f463458e8 /pie.spec | |
| parent | a3887c78af789334ad794d2c717385f11114cc03 (diff) | |
Diffstat (limited to 'pie.spec')
| -rw-r--r-- | pie.spec | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -11,15 +11,15 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 8288fd6ed643c9fa8422a7a9b49cecd60bf444be +%global gh_commit c1fc730eda8472f82a0941de77e273b5da13191f %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main %global gh_owner php %global gh_project pie -%global upstream_version 1.2.1 -#global upstream_prever RC1 +%global upstream_version 1.3.0 +%global upstream_prever alpha1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -30,7 +30,9 @@ Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} Release: 1%{?dist} Summary: PHP Installer for Extensions -# SPDX: pie is BSD-3-Clause, all dependencies are MIT +# SPDX: pie is BSD-3-Clause +# thephpf/attestation is BSD-3-Clause +# others dependencies are MIT License: BSD-3-Clause AND MIT URL: https://github.com/php/pie # tarball generated by makesrc.sh @@ -100,9 +102,6 @@ find . \( -name \*.rpm -o -name \*noxdg -o -name \*nocacert \) -delete -print rm vendor/composer/ca-bundle/res/cacert.pem -: Set version -sed -e 's/@pie_version@/%{upstream_version}%{?upstream_prever}/' -i bin/pie - %build # Nothing @@ -142,6 +141,9 @@ done %changelog +* Tue Nov 4 2025 Remi Collet <remi@remirepo.net> - 1.3.0~alpha1-1 +- update to 1.3.0-alpha1 + * Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 1.2.1-1 - update to 1.2.1 - supplements php-pear |
