forked from pool/discover
Accepting request 573014 from KDE:Frameworks5
Plasma 5.12.0 OBS-URL: https://build.opensuse.org/request/show/573014 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/discover?expand=0&rev=32
This commit is contained in:
commit
28e812fe44
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:377131f7beb435b3648003952ec65fdd7f6b99be653a3647b28150b635e05ba3
|
||||
size 10209860
|
3
discover-5.12.0.tar.xz
Normal file
3
discover-5.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c20b740ce79226139fece42f5e2d9fb3407485a62e7d0a76e5709229d2cf8eaa
|
||||
size 10211720
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- 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
|
||||
|
||||
|
@ -18,16 +18,20 @@
|
||||
|
||||
%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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user