Hello community, here is the log from the commit of package akregator for openSUSE:Factory checked in at 2018-08-22 14:11:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/akregator (Old) and /work/SRC/openSUSE:Factory/.akregator.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "akregator" Wed Aug 22 14:11:23 2018 rev:23 rq:630103 version:18.08.0 Changes: -------- --- /work/SRC/openSUSE:Factory/akregator/akregator.changes 2018-07-18 22:39:17.177875428 +0200 +++ /work/SRC/openSUSE:Factory/.akregator.new/akregator.changes 2018-08-22 14:11:25.693082689 +0200 @@ -1,0 +2,25 @@ +Thu Aug 16 22:00:01 UTC 2018 - [email protected] + +- Update to 18.08.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.08.0.php +- Changes since 18.07.80: + * None + +------------------------------------------------------------------- +Sat Jul 28 22:48:51 UTC 2018 - [email protected] + +- Build with gcc7 on Leap 42.3, it doesn't compile with 4.8 anymore + +------------------------------------------------------------------- +Thu Jul 26 13:00:24 UTC 2018 - [email protected] + +- Update to 18.07.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.07.80.php +- Changes since 18.04.3: + * Too many changes to list here + +------------------------------------------------------------------- Old: ---- akregator-18.04.3.tar.xz New: ---- akregator-18.08.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ akregator.spec ++++++ --- /var/tmp/diff_new_pack.XmNy9S/_old 2018-08-22 14:11:26.213083922 +0200 +++ /var/tmp/diff_new_pack.XmNy9S/_new 2018-08-22 14:11:26.213083922 +0200 @@ -19,11 +19,11 @@ %bcond_without lang Name: akregator -Version: 18.04.3 +Version: 18.08.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) -%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: RSS Feed Reader License: GPL-2.0-or-later Group: Productivity/Networking/News/Utilities @@ -66,6 +66,15 @@ BuildRequires: pkgconfig(Qt5WebEngineWidgets) >= 5.7.0 BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.7.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.7.0 +# Needed for 42.3 +%if 0%{?suse_version} < 1330 +# It does not build with the default compiler (GCC 4.8) on Leap 42.x +%if 0%{?sle_version} < 120300 +BuildRequires: gcc6-c++ +%else +BuildRequires: gcc7-c++ +%endif +%endif Provides: akregator5 = %{version} Obsoletes: akregator5 < %{version} %if %{with lang} @@ -91,6 +100,16 @@ %setup -q %build +%if 0%{?suse_version} < 1330 + # It does not build with the default compiler (GCC 4.8) on Leap 42.x + %if 0%{?sle_version} < 120300 + export CC=gcc-6 + export CXX=g++-6 + %else + export CC=gcc-7 + export CXX=g++-7 + %endif +%endif %cmake_kf5 -d build -- -DBUILD_TESTING=OFF %make_jobs ++++++ akregator-18.04.3.tar.xz -> akregator-18.08.0.tar.xz ++++++ ++++ 40412 lines of diff (skipped)
