diff options
| author | Remi Collet <remi@remirepo.net> | 2026-03-25 11:25:19 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-03-25 11:25:19 +0100 |
| commit | ecbbe31cbc26d498601a8fe3b144d8b88d227b22 (patch) | |
| tree | 9d297067ca9ffdd20428b96a8bbea055fe1b1fa0 /pie.spec | |
| parent | 6e4678666d16ea885671143f6b801e354408336f (diff) | |
update to 1.4.0-alpha.3
Diffstat (limited to 'pie.spec')
| -rw-r--r-- | pie.spec | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -11,15 +11,12 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 97673090f41e40d081e8747e3ad8c1e87da04409 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20241003 -%global gh_branch main +%global gh_tag 1.4.0-alpha.3 %global gh_owner php %global gh_project pie %global upstream_version 1.4.0 -%global upstream_prever alpha1 +%global upstream_prever alpha3 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -34,9 +31,9 @@ Summary: PHP Installer for Extensions # thephpf/attestation is BSD-3-Clause # others dependencies are MIT License: BSD-3-Clause AND MIT -URL: https://github.com/php/pie +URL: https://github.com/%{gh_owner}/%{gh_project} # tarball generated by makesrc.sh -Source0: %{gh_project}-%{upstream_version}%{?upstream_prever}-%{gh_short}.tgz +Source0: %{gh_project}-%{gh_tag}.tgz Source1: %{name}-bash-completion # Create a git snapshot with dependencies Source9: makesrc.sh @@ -93,7 +90,7 @@ Documentation: /usr/share/doc/pie/docs/usage.md %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{gh_tag} %patch -P0 -p1 -b .rpm %patch -P1 -p1 -b .noxdg @@ -141,6 +138,9 @@ done %changelog +* Wed Mar 25 2026 Remi Collet <remi@remirepo.net> - 1.4.0~alpha3-1 +- update to 1.4.0-alpha.3 + * Thu Mar 19 2026 Remi Collet <remi@remirepo.net> - 1.4.0~alpha1-1 - update to 1.4.0-alpha.1 |
