Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xorg-cf-files for openSUSE:Factory checked in at 2025-10-09 15:03:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-cf-files (Old) and /work/SRC/openSUSE:Factory/.xorg-cf-files.new.11973 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-cf-files" Thu Oct 9 15:03:41 2025 rev:19 rq:1309825 version:1.0.9 Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-cf-files/xorg-cf-files.changes 2025-09-10 17:29:46.240344729 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-cf-files.new.11973/xorg-cf-files.changes 2025-10-09 15:05:18.311654640 +0200 @@ -1,0 +2,6 @@ +Thu Oct 2 13:52:53 UTC 2025 - Marguerite Su <[email protected]> + +- add xorg-cf-files-1.0.9-configdir.patch + * imake should look /usr/share/X11/config, not /usr/lib/X11/config + +------------------------------------------------------------------- New: ---- xorg-cf-files-1.0.9-configdir.patch ----------(New B)---------- New: - add xorg-cf-files-1.0.9-configdir.patch * imake should look /usr/share/X11/config, not /usr/lib/X11/config ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-cf-files.spec ++++++ --- /var/tmp/diff_new_pack.IH9l4D/_old 2025-10-09 15:05:18.827676378 +0200 +++ /var/tmp/diff_new_pack.IH9l4D/_new 2025-10-09 15:05:18.827676378 +0200 @@ -24,6 +24,8 @@ Group: Development/Tools/Building URL: http://xorg.freedesktop.org/ Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE [email protected] imake look templates in /usr/share/X11/config, not /usr/lib/X11/config +Patch0: %{name}-%{version}-configdir.patch BuildRequires: font-util >= 1.1 BuildRequires: meson BuildRequires: pkgconfig(xorg-macros) >= 1.4 ++++++ xorg-cf-files-1.0.9-configdir.patch ++++++ Index: xorg-cf-files-1.0.9/X11.tmpl =================================================================== --- xorg-cf-files-1.0.9.orig/X11.tmpl +++ xorg-cf-files-1.0.9/X11.tmpl @@ -1487,7 +1487,7 @@ FCHOWN_DEFINES = -DHAS_FCHOWN #endif #endif #ifndef ConfigDir -#define ConfigDir $(LIBDIR)/config +#define ConfigDir $(SHAREDIR)/config #endif #ifndef DocDir #define DocDir $(LIBDIR)/doc
