Hello community, here is the log from the commit of package open-vm-tools for openSUSE:Factory checked in at 2018-02-14 10:52:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/open-vm-tools (Old) and /work/SRC/openSUSE:Factory/.open-vm-tools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "open-vm-tools" Wed Feb 14 10:52:24 2018 rev:76 rq:576372 version:10.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes 2017-12-23 12:20:07.377720968 +0100 +++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 2018-02-14 10:52:25.375954237 +0100 @@ -1,0 +2,9 @@ +Tue Feb 13 17:23:20 UTC 2018 - [email protected] + +- Stop depending on the meta-package xorg-x11-devel as + BuildRequires, but use the explicit module names configure is + looking for: pkgconfig(sm), pkgconfig(xcomposite), + pkgconfig(xext), pkgconfig(xi), pkgconfig(xinerama), + pkgconfig(xrandr), pkgconfig(xrender) and pkgconfig(xtst). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ open-vm-tools.spec ++++++ --- /var/tmp/diff_new_pack.dYBvcD/_old 2018-02-14 10:52:26.147926452 +0100 +++ /var/tmp/diff_new_pack.dYBvcD/_new 2018-02-14 10:52:26.147926452 +0100 @@ -1,7 +1,7 @@ # # spec file for package open-vm-tools # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands. # # All modifications and additions to the file contributed by third parties @@ -98,7 +98,18 @@ BuildRequires: pcre-devel BuildRequires: procps-devel BuildRequires: update-desktop-files +%if 0%{?suse_version} >= 1330 +BuildRequires: pkgconfig(sm) +BuildRequires: pkgconfig(xcomposite) +BuildRequires: pkgconfig(xext) +BuildRequires: pkgconfig(xi) +BuildRequires: pkgconfig(xinerama) +BuildRequires: pkgconfig(xrandr) +BuildRequires: pkgconfig(xrender) +BuildRequires: pkgconfig(xtst) +%else BuildRequires: xorg-x11-devel +%endif %if %{with vgauth} # vgauth requires xerces-c and xml-security-c BuildRequires: xml-security-c-devel
