From 46da874c30e76f0a24e3d509bd178db2bba3feb3015c0ff61e0276a3d60a56b8 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 24 Jan 2018 10:43:49 +0000 Subject: [PATCH 1/2] Accepting request 568854 from home:wolfi323:test - Build with gcc7 on Leap 42.3, gcc6 no longer works because of a change to the default compiler flags in openSUSE:Leap:42.3:Update (boo#1077345) OBS-URL: https://build.opensuse.org/request/show/568854 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=116 --- discover.changes | 7 +++++++ discover.spec | 9 +++++++++ 2 files changed, 16 insertions(+) diff --git a/discover.changes b/discover.changes index 7d049d2..5b1fed7 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 24 10:00:35 UTC 2018 - wbauer@tmo.at + +- Build with gcc7 on Leap 42.3, gcc6 no longer works because of a + change to the default compiler flags in openSUSE:Leap:42.3:Update + (boo#1077345) + ------------------------------------------------------------------- Mon Jan 15 15:54:02 CET 2018 - fabian@ritter-vogt.de diff --git a/discover.spec b/discover.spec index 1117812..512bba1 100644 --- a/discover.spec +++ b/discover.spec @@ -27,7 +27,11 @@ Url: https://quickgit.kde.org/?p=discover.git Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz %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 BuildRequires: PackageKit-Qt5-devel BuildRequires: cmake >= 2.8.12 @@ -96,8 +100,13 @@ This is the systray plasmoid to notify the user that updates are available %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=ON %make_jobs From 56cd4232d0575999bdd5516dd5a20e1904cf17cc8c43d68def862cb91cda2ba8 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Mon, 5 Feb 2018 04:21:33 +0000 Subject: [PATCH 2/2] Plasma 5.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/discover?expand=0&rev=117 --- discover-5.11.95.tar.xz | 3 --- discover-5.12.0.tar.xz | 3 +++ discover.changes | 9 +++++++++ discover.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 discover-5.11.95.tar.xz create mode 100644 discover-5.12.0.tar.xz diff --git a/discover-5.11.95.tar.xz b/discover-5.11.95.tar.xz deleted file mode 100644 index d8b6245..0000000 --- a/discover-5.11.95.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:377131f7beb435b3648003952ec65fdd7f6b99be653a3647b28150b635e05ba3 -size 10209860 diff --git a/discover-5.12.0.tar.xz b/discover-5.12.0.tar.xz new file mode 100644 index 0000000..b39151a --- /dev/null +++ b/discover-5.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20b740ce79226139fece42f5e2d9fb3407485a62e7d0a76e5709229d2cf8eaa +size 10211720 diff --git a/discover.changes b/discover.changes index 5b1fed7..216c048 100644 --- a/discover.changes +++ b/discover.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Feb 2 21:03:42 CET 2018 - fabian@ritter-vogt.de + +- Update to 5.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/plasma-5.12.0.php +- Too many changes to list here + ------------------------------------------------------------------- Wed Jan 24 10:00:35 UTC 2018 - wbauer@tmo.at diff --git a/discover.spec b/discover.spec index 512bba1..63ad9b7 100644 --- a/discover.spec +++ b/discover.spec @@ -18,13 +18,13 @@ %bcond_without lang Name: discover -Version: 5.11.95 +Version: 5.12.0 Release: 0 Summary: KDE Software Installer License: GPL-2.0 and GPL-3.0 and GPL-3.0+ Group: System/GUI/KDE Url: https://quickgit.kde.org/?p=discover.git -Source: http://download.kde.org/unstable/plasma/%{version}/discover-%{version}.tar.xz +Source: discover-%{version}.tar.xz %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