Hello community, here is the log from the commit of package liferea for openSUSE:Leap:15.2 checked in at 2020-05-19 14:08:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/liferea (Old) and /work/SRC/openSUSE:Leap:15.2/.liferea.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liferea" Tue May 19 14:08:54 2020 rev:16 rq:806861 version:1.12.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/liferea/liferea.changes 2020-01-15 15:26:04.906598693 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.liferea.new.2738/liferea.changes 2020-05-19 14:08:56.507052380 +0200 @@ -1,0 +2,17 @@ +Thu May 14 09:08:37 UTC 2020 - Max Lin <[email protected]> + +- Export WEBKIT_DISABLE_COMPOSITING_MODE=1 on Leap 15.2 build + +------------------------------------------------------------------- +Thu Jan 30 11:14:26 UTC 2020 - Dominique Leuenberger <[email protected]> + +- No longer recommend -lang: supplements are in use + +------------------------------------------------------------------- +Mon Jan 13 10:50:54 UTC 2020 - Marcel Kuehlhorn <[email protected]> + +- Add export WEBKIT_DISABLE_COMPOSITING_MODE=1 as workaround for + Factory build failure + (https://github.com/lwindolf/liferea/issues/767) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liferea.spec ++++++ --- /var/tmp/diff_new_pack.ZYpovQ/_old 2020-05-19 14:08:56.979053297 +0200 +++ /var/tmp/diff_new_pack.ZYpovQ/_new 2020-05-19 14:08:56.983053304 +0200 @@ -1,7 +1,7 @@ # # spec file for package liferea # -# 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 @@ -22,7 +22,7 @@ Summary: Linux Feed Reader License: GPL-2.0-only Group: Productivity/Other -Url: https://lzone.de/liferea/ +URL: https://lzone.de/liferea/ Source0: https://github.com/lwindolf/liferea/releases/download/v%{version}/%{name}-%{version}b.tar.bz2 # PATCH-FEATURE-OPENSUSE liferea-opensuse-feeds.patch -- Add openSUSE feeds to default feeds Patch0: liferea-opensuse-feeds.patch @@ -47,7 +47,6 @@ BuildRequires: pkgconfig(sqlite3) >= 3.7.0 BuildRequires: pkgconfig(webkit2gtk-4.0) Requires: dbus-1 >= 0.30 -Recommends: %{name}-lang %description Liferea is an abbreviation for Linux Feed Reader. It is a news @@ -65,6 +64,9 @@ %patch0 %build +%if 0%{?suse_version} >= 01550 || 0%{?sle_version} >= 150200 +export WEBKIT_DISABLE_COMPOSITING_MODE=1 +%endif %configure \ --disable-static %make_build
