From 6e4678666d16ea885671143f6b801e354408336f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Mar 2026 15:27:04 +0100 Subject: update to 1.4.0-alpha.1 --- pie.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'pie.spec') diff --git a/pie.spec b/pie.spec index 77d20ac..147394e 100644 --- a/pie.spec +++ b/pie.spec @@ -11,15 +11,15 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit bb8b16f1f0fa5870f9de2ee6276ff5b55a8a22f6 +%global gh_commit 97673090f41e40d081e8747e3ad8c1e87da04409 %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.3.10 -#global upstream_prever rc3 +%global upstream_version 1.4.0 +%global upstream_prever alpha1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Thu Mar 19 2026 Remi Collet - 1.4.0~alpha1-1 +- update to 1.4.0-alpha.1 + * Wed Mar 18 2026 Remi Collet - 1.3.10-1 - update to 1.3.10 -- cgit