Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package imake for openSUSE:Factory checked in at 2026-01-07 16:00:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/imake (Old) and /work/SRC/openSUSE:Factory/.imake.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "imake" Wed Jan 7 16:00:52 2026 rev:13 rq:1325647 version:1.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/imake/imake.changes 2024-01-10 21:50:53.865136613 +0100 +++ /work/SRC/openSUSE:Factory/.imake.new.1928/imake.changes 2026-01-07 16:01:11.026540536 +0100 @@ -1,0 +2,15 @@ +Tue Jan 6 15:12:33 UTC 2026 - Stefan Dirsch <[email protected]> + +- fixed config dir path (regression came with switch to meson) + +------------------------------------------------------------------- +Sat Jan 3 11:45:53 UTC 2026 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.11 + * This release adds user-contributed support for Linux on RISC-V & + LoongArch platforms. + * This release also adds support for building with meson as well + as autoconf. +- switch to meson build + +------------------------------------------------------------------- Old: ---- imake-1.0.10.tar.xz New: ---- imake-1.0.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ imake.spec ++++++ --- /var/tmp/diff_new_pack.7V4dRu/_old 2026-01-07 16:01:11.566563012 +0100 +++ /var/tmp/diff_new_pack.7V4dRu/_new 2026-01-07 16:01:11.566563012 +0100 @@ -1,7 +1,7 @@ # # spec file for package imake # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: imake -Version: 1.0.10 +Version: 1.0.11 Release: 0 Summary: C preprocessor interface to the make utility License: MIT @@ -25,6 +25,7 @@ URL: https://xorg.freedesktop.org/ Source0: https://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz BuildRequires: gcc-c++ +BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.8 BuildRequires: pkgconfig(xproto) @@ -48,11 +49,11 @@ %setup -q %build -%configure --with-config-dir=%{_datadir}/X11/config -%make_build +%meson -Dconfig-dir=%{_datadir}/X11/config +%meson_build %install -%make_install +%meson_install %files %license COPYING ++++++ imake-1.0.10.tar.xz -> imake-1.0.11.tar.xz ++++++ ++++ 14876 lines of diff (skipped)
