From 70975b2cfeccef3ce560ad22b9c41be74207f751 Mon Sep 17 00:00:00 2001 From: xiejing Date: Mon, 13 Oct 2025 22:51:31 -0700 Subject: [PATCH] update to 1.9.1 --- meson-1.9.0.tar.gz => meson-1.9.1.tar.gz | 4 ++-- meson.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename meson-1.9.0.tar.gz => meson-1.9.1.tar.gz (32%) diff --git a/meson-1.9.0.tar.gz b/meson-1.9.1.tar.gz similarity index 32% rename from meson-1.9.0.tar.gz rename to meson-1.9.1.tar.gz index 3123334..5503bbf 100644 --- a/meson-1.9.0.tar.gz +++ b/meson-1.9.1.tar.gz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cd27277649b5ed50d19875031de516e270b22e890d9db65ed9af57d18ebc498d -size 2366082 +oid sha256:4e076606f2afff7881d195574bddcd8d89286f35a17b4977a216f535dc0c74ac +size 5083044 diff --git a/meson.spec b/meson.spec index 8952667..20e46ca 100644 --- a/meson.spec +++ b/meson.spec @@ -1,5 +1,5 @@ Name: meson -Version: 1.9.0 +Version: 1.9.1 Release: 1 Summary: An open source high quality build system License: Apache-2.0 @@ -52,6 +52,9 @@ install -Dpm0644 -t %{buildroot}%{zsh_completions_dir}/ data/shell-completions/z %{_mandir}/man1/%{name}.1* %changelog +* Tue Oct 14 2025 xiejing - 1.9.1-1 +- update to 1.9.1 + * Mon Aug 25 2025 Funda Wang - 1.9.0-1 - update to 1.9.0 -- Gitee