diff options
Diffstat (limited to 'pie.spec')
| -rw-r--r-- | pie.spec | 21 |
1 files changed, 12 insertions, 9 deletions
@@ -11,15 +11,12 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit bb8b16f1f0fa5870f9de2ee6276ff5b55a8a22f6 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -#global gh_date 20241003 -%global gh_branch main +%global gh_tag %{upstream_version}%{?upstream_prever:-%{upstream_prever}} %global gh_owner php %global gh_project pie -%global upstream_version 1.3.10 -#global upstream_prever rc3 +%global upstream_version 1.4.0 +%global upstream_prever alpha.3 %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,12 @@ done %changelog +* Wed Mar 25 2026 Remi Collet <remi@remirepo.net> - 1.4.0~alpha.3-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 + * Wed Mar 18 2026 Remi Collet <remi@remirepo.net> - 1.3.10-1 - update to 1.3.10 |
