Hello community, here is the log from the commit of package xtrans for openSUSE:Factory checked in at 2020-10-03 18:54:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtrans (Old) and /work/SRC/openSUSE:Factory/.xtrans.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtrans" Sat Oct 3 18:54:19 2020 rev:16 rq:838722 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes 2019-08-27 15:20:13.328876020 +0200 +++ /work/SRC/openSUSE:Factory/.xtrans.new.4249/xtrans.changes 2020-10-03 18:54:26.141411393 +0200 @@ -1,0 +2,7 @@ +Wed Sep 30 08:49:47 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Add u_xtrans-noarch-pkgconfig.patch: Do not add + libdir=/usr(lib|lib64) entry to an arch-independent pkgconfig + file (installed to /usr/share) (boo#1109895). + +------------------------------------------------------------------- New: ---- u_xtrans-noarch-pkgconfig.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtrans.spec ++++++ --- /var/tmp/diff_new_pack.6SI6aC/_old 2020-10-03 18:54:26.745412062 +0200 +++ /var/tmp/diff_new_pack.6SI6aC/_new 2020-10-03 18:54:26.745412062 +0200 @@ -1,7 +1,7 @@ # # spec file for package xtrans # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,6 +26,7 @@ Source: http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2 Patch0: p_xauth.diff Patch1: n_unifdef-LBXPROXY_t-and-TEST_t.patch +Patch2: u_xtrans-noarch-pkgconfig.patch BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.12 BuildRequires: pkgconfig(xshmfence) @@ -46,6 +47,7 @@ %setup -q %patch0 %patch1 -p1 -R +%patch2 -p1 %build %configure --docdir=%{_docdir}/xtrans ++++++ u_xtrans-noarch-pkgconfig.patch ++++++ Index: xtrans-1.4.0/xtrans.pc.in =================================================================== --- xtrans-1.4.0.orig/xtrans.pc.in +++ xtrans-1.4.0/xtrans.pc.in @@ -1,6 +1,5 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ -libdir=@libdir@ includedir=@includedir@ Name: XTrans
