Hello community, here is the log from the commit of package libwacom for openSUSE:Factory checked in at 2019-12-02 11:27:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwacom (Old) and /work/SRC/openSUSE:Factory/.libwacom.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwacom" Mon Dec 2 11:27:27 2019 rev:28 rq:749965 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libwacom/libwacom.changes 2019-11-21 09:41:00.486630002 +0100 +++ /work/SRC/openSUSE:Factory/.libwacom.new.4691/libwacom.changes 2019-12-02 11:28:53.082628336 +0100 @@ -2 +2 @@ -Thu Nov 21 08:30:23 UTC 2019 - Dominique Leuenberger <[email protected]> +Wed Nov 20 15:13:38 UTC 2019 - Stefan BrĂ¼ns <[email protected]> @@ -4,3 +4,2 @@ -- Add libwacom-meson-0.51-lto.patch: Completely strip the - test_deprecated linkingn from meson.build> 174.patch would only - properly work with meson 0.52+. +- Pass b_lto option to meson, otherwise the previous patch has no + effect (meson does not derive the b_lto value from the FLAGS). Old: ---- libwacom-meson-0.51-lto.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwacom.spec ++++++ --- /var/tmp/diff_new_pack.1q0xNd/_old 2019-12-02 11:28:55.506627214 +0100 +++ /var/tmp/diff_new_pack.1q0xNd/_new 2019-12-02 11:28:55.506627214 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwacom # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,6 @@ Source3: %{name}.keyring Source99: baselibs.conf Patch0: https://patch-diff.githubusercontent.com/raw/linuxwacom/libwacom/pull/174.patch -Patch1: libwacom-meson-0.51-lto.patch %if %{with meson} BuildRequires: meson >= 0.47.0 %endif @@ -88,11 +87,10 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %if %{with meson} -%meson +%meson -Db_lto=true %meson_build %else %configure \
