diff options
author | Remi Collet <remi@remirepo.net> | 2025-04-15 08:57:27 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-04-15 08:57:27 +0200 |
commit | 8a79d938826da670e57606f5c16be69df31b7530 (patch) | |
tree | ead59d8a90df92eb2a68b4e41eba412590ba2c52 /pie.spec | |
parent | f423166734ce72ee3db85b131355faf080630bc9 (diff) |
update to 0.9.0
add notice about dnf in self-update output
open https://github.com/php/pie/issues/217 broken bash completion
Diffstat (limited to 'pie.spec')
-rw-r--r-- | pie.spec | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 108707df748ad2bbc96db8a1edd625b4332c364e +%global gh_commit 2c73701769a0edffd1f5f051b658f1ac31c78c64 %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 0.8.0 +%global upstream_version 0.9.0 #global upstream_prever dev #global upstream_lower DEV @@ -28,7 +28,7 @@ Name: pie Version: %{upstream_version}%{?upstream_prever:~%{upstream_lower}} -Release: 1%{?dist} +Release: 2%{?dist} Summary: PHP Installer for Extensions # SPDX: pie is BSD-3-Clause, all dependencies are MIT @@ -41,6 +41,7 @@ Source1: %{name}-bash-completion Source9: makesrc.sh # Fix autoloader path +# add message about dnf in self-update command Patch0: %{name}-rpm.patch # Don't use XDG directories Patch1: %{name}-noxdg.patch @@ -139,6 +140,11 @@ done %changelog +* Tue Apr 15 2025 Remi Collet <remi@remirepo.net> - 0.9.0-2 +- update to 0.9.0 +- add notice about dnf in self-update output +- open https://github.com/php/pie/issues/217 broken bash completion + * Thu Mar 13 2025 Remi Collet <remi@remirepo.net> - 0.8.0-1 - update to 0.8.0 |