Hello community, here is the log from the commit of package wlc for openSUSE:Leap:15.2 checked in at 2020-02-21 10:52:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/wlc (Old) and /work/SRC/openSUSE:Leap:15.2/.wlc.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wlc" Fri Feb 21 10:52:18 2020 rev:16 rq:777465 version:0.0.11 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/wlc/wlc.changes 2020-01-15 16:29:25.248787159 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.wlc.new.26092/wlc.changes 2020-02-21 10:52:21.535290189 +0100 @@ -1,0 +2,5 @@ +Sat Dec 7 16:06:58 UTC 2019 - Christophe Giboudeaux <[email protected]> + +- Explicitly require xfixes at build time. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wlc.spec ++++++ --- /var/tmp/diff_new_pack.IKgUGi/_old 2020-02-21 10:52:21.931290997 +0100 +++ /var/tmp/diff_new_pack.IKgUGi/_new 2020-02-21 10:52:21.931290997 +0100 @@ -1,7 +1,7 @@ # # spec file for package wlc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/ # @@ -23,7 +23,7 @@ Summary: A Wayland Compositor Library License: MIT Group: Development/Libraries/C and C++ -Url: https://github.com/Cloudef/wlc +URL: https://github.com/Cloudef/wlc Source0: https://github.com/Cloudef/wlc/releases/download/v%{version}/%{name}-%{version}.tar.bz2 Source1: https://github.com/Cloudef/wlc/releases/download/v%{version}/%{name}-%{version}.tar.bz2.asc Source2: %{name}.keyring @@ -70,6 +70,7 @@ BuildRequires: pkgconfig(xcb-xtest) BuildRequires: pkgconfig(xcb-xv) BuildRequires: pkgconfig(xcb-xvmc) +BuildRequires: pkgconfig(xfixes) BuildRequires: pkgconfig(xkbcommon) BuildRequires: pkgconfig(zlib) @@ -117,7 +118,8 @@ %postun -n libwlc0 -p /sbin/ldconfig %files -n libwlc0 -%doc LICENSE README.rst +%license LICENSE +%doc README.rst %{_libdir}/libwlc.so.* %files devel
