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 2023-02-23 16:28:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xorg-cf-files (Old) and /work/SRC/openSUSE:Factory/.xorg-cf-files.new.1706 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xorg-cf-files" Thu Feb 23 16:28:04 2023 rev:16 rq:1067082 version:1.0.8 Changes: -------- --- /work/SRC/openSUSE:Factory/xorg-cf-files/xorg-cf-files.changes 2021-08-04 22:29:14.985775281 +0200 +++ /work/SRC/openSUSE:Factory/.xorg-cf-files.new.1706/xorg-cf-files.changes 2023-02-23 16:32:04.525651255 +0100 @@ -1,0 +2,12 @@ +Wed Feb 22 03:25:24 UTC 2023 - Stefan Dirsch <[email protected]> + +- Update to version 1.0.8 + * This is a minor update to ship the contributed support for Linux + on RISC-V & LoongArch, and AArch64 on Darwin (MacOS), as well as + to fix incompatibility when using GNU binutils 2.36 and later on + FreeBSD, and to correct the setting of the rarely (never?) used + ENCODINGSDIR in site.def. +- supersedes u_riscv.patch +- refreshed u_xorg-cf-files-D_DEFAULT_SOURCE.patch + +------------------------------------------------------------------- Old: ---- u_riscv.patch xorg-cf-files-1.0.7.tar.bz2 New: ---- xorg-cf-files-1.0.8.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xorg-cf-files.spec ++++++ --- /var/tmp/diff_new_pack.QesjID/_old 2023-02-23 16:32:04.973653837 +0100 +++ /var/tmp/diff_new_pack.QesjID/_new 2023-02-23 16:32:04.977653860 +0100 @@ -1,7 +1,7 @@ # # spec file for package xorg-cf-files # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: xorg-cf-files -Version: 1.0.7 +Version: 1.0.8 Release: 0 Summary: Data files for the imake utility License: MIT Group: Development/Tools/Building URL: http://xorg.freedesktop.org/ -Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.bz2 -Patch0: u_riscv.patch +Source0: http://xorg.freedesktop.org/releases/individual/util/%{name}-%{version}.tar.xz Patch1: u_xorg-cf-files-D_DEFAULT_SOURCE.patch BuildRequires: font-util >= 1.1 BuildRequires: pkgconfig(xorg-macros) >= 1.4 @@ -53,7 +52,6 @@ %prep %setup -q -%patch0 -p1 %patch1 -p1 cat > host.def << EOF @@ -123,7 +121,8 @@ %files %defattr(-,root,root) -%doc ChangeLog COPYING README +%license COPYING +%doc ChangeLog README %dir %{_datadir}/X11 %{_datadir}/X11/config/ ++++++ u_xorg-cf-files-D_DEFAULT_SOURCE.patch ++++++ --- /var/tmp/diff_new_pack.QesjID/_old 2023-02-23 16:32:05.001653999 +0100 +++ /var/tmp/diff_new_pack.QesjID/_new 2023-02-23 16:32:05.005654021 +0100 @@ -1,7 +1,7 @@ -Index: xorg-cf-files-1.0.7/gnu.cf +Index: xorg-cf-files-1.0.8/gnu.cf =================================================================== ---- xorg-cf-files-1.0.7.orig/gnu.cf -+++ xorg-cf-files-1.0.7/gnu.cf +--- xorg-cf-files-1.0.8.orig/gnu.cf ++++ xorg-cf-files-1.0.8/gnu.cf @@ -21,7 +21,7 @@ XCOMM operating system: OSName (OSMajor #define GNUSourceDefines -D_POSIX_C_SOURCE=199309L \ @@ -11,11 +11,11 @@ XCOMM XXXMB: What about _GNU_SOURCE, see Linux/UseInstalled? -Index: xorg-cf-files-1.0.7/linux.cf +Index: xorg-cf-files-1.0.8/linux.cf =================================================================== ---- xorg-cf-files-1.0.7.orig/linux.cf -+++ xorg-cf-files-1.0.7/linux.cf -@@ -238,7 +238,7 @@ InstallNamedTargetNoClobber(install,file +--- xorg-cf-files-1.0.8.orig/linux.cf ++++ xorg-cf-files-1.0.8/linux.cf +@@ -242,7 +242,7 @@ InstallNamedTargetNoClobber(install,file #if LinuxCLibMajorVersion >= 6 # define LinuxSourceDefines -D_POSIX_C_SOURCE=199309L \ -D_POSIX_SOURCE -D_XOPEN_SOURCE \ @@ -24,7 +24,7 @@ -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ LinuxAdditionalIncludes LinuxGnuSourceDefines \ LinuxLocaleDefines -@@ -257,7 +257,7 @@ InstallNamedTargetNoClobber(install,file +@@ -261,7 +261,7 @@ InstallNamedTargetNoClobber(install,file # endif #else # define LinuxSourceDefines -D_POSIX_SOURCE -D_POSIX_C_SOURCE=2 \
