From ecbbe31cbc26d498601a8fe3b144d8b88d227b22 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 25 Mar 2026 11:25:19 +0100 Subject: update to 1.4.0-alpha.3 --- pie.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'pie.spec') diff --git a/pie.spec b/pie.spec index 147394e..ac8c23b 100644 --- a/pie.spec +++ b/pie.spec @@ -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 - 1.4.0~alpha3-1 +- update to 1.4.0-alpha.3 + * Thu Mar 19 2026 Remi Collet - 1.4.0~alpha1-1 - update to 1.4.0-alpha.1 -- cgit