pixman: Branch 'master' - 2 commits

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 9 22:57:15 UTC 2025


 meson.build |    2 +-
 release.sh  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 195e9f88899d80ec75fdb0ff469206cd4adb129f
Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jun 9 18:54:42 2025 -0400

    Pre-release version bump to 0.46.2

diff --git a/meson.build b/meson.build
index e4cdac9..2b4267c 100644
--- a/meson.build
+++ b/meson.build
@@ -21,7 +21,7 @@
 project(
   'pixman',
   ['c'],
-  version : '0.46.1',
+  version : '0.46.2',
   license : 'MIT',
   meson_version : '>= 1.3.0',
   default_options : ['c_std=gnu99,c99', 'buildtype=debugoptimized'],
commit 90bf517aaa672e5e0a907994fca6ef28274f95a1
Author: Matt Turner <mattst88 at gmail.com>
Date:   Mon Jun 9 18:56:53 2025 -0400

    release.sh: Sign the git tag

diff --git a/release.sh b/release.sh
index 5d3ac95..6e8e1b7 100755
--- a/release.sh
+++ b/release.sh
@@ -48,7 +48,7 @@ announce="pixman-$version.eml"
 
 distdir="${build_dir}/meson-dist"
 
-git tag -m "pixman $version release" "pixman-$version"
+git tag -s -m "pixman $version release" "pixman-$version"
 
 meson setup "${build_dir}"
 meson dist -C "${build_dir}" --formats xztar,gztar


More information about the xorg-commit mailing list