Hello community, here is the log from the commit of package xtrans for openSUSE:Factory checked in at 2019-08-27 15:20:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xtrans (Old) and /work/SRC/openSUSE:Factory/.xtrans.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xtrans" Tue Aug 27 15:20:12 2019 rev:15 rq:724418 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/xtrans/xtrans.changes 2019-03-26 22:30:14.249737422 +0100 +++ /work/SRC/openSUSE:Factory/.xtrans.new.7948/xtrans.changes 2019-08-27 15:20:13.328876020 +0200 @@ -1,0 +2,7 @@ +Thu Aug 8 10:59:38 UTC 2019 - Dominique Leuenberger <[email protected]> + +- Own %{_datadir}/aclocal: when we might switch to pkgconf instead + of pkg-config, nothing in the build root is 'accidentally' owning + this directory for us. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xtrans.spec ++++++ --- /var/tmp/diff_new_pack.Wmvwho/_old 2019-08-27 15:20:14.120875621 +0200 +++ /var/tmp/diff_new_pack.Wmvwho/_new 2019-08-27 15:20:14.124875619 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -22,11 +22,11 @@ Summary: Library to handle network protocol transport in X License: MIT Group: Development/Libraries/X11 -Url: http://xorg.freedesktop.org/ +URL: https://xorg.freedesktop.org/ 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 -BuildRequires: pkg-config +BuildRequires: pkgconfig BuildRequires: pkgconfig(xorg-macros) >= 1.12 BuildRequires: pkgconfig(xshmfence) # Package was named xorg-x11-xtrans-devel until 12.2 @@ -34,7 +34,6 @@ # X11R7.7 is in RC1, and xorg-x11-xtrans-devel was version 7.6 Provides: xorg-x11-xtrans-devel = 7.7 Obsoletes: xorg-x11-xtrans-devel < 7.7 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -45,7 +44,7 @@ %prep %setup -q -%patch0 -p0 +%patch0 %patch1 -p1 -R %build @@ -60,10 +59,11 @@ exit 0 %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING README.md +%license COPYING +%doc AUTHORS ChangeLog README.md %doc doc/xtrans.xml %{_includedir}/X11/Xtrans/ +%dir %{_datadir}/aclocal %{_datadir}/aclocal/xtrans.m4 %{_datadir}/pkgconfig/xtrans.pc
