Accepting request 630260 from KDE:Applications
Update to 18.08.0 OBS-URL: https://build.opensuse.org/request/show/630260 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/krfb?expand=0&rev=69
This commit is contained in:
commit
134bbc2c1b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:936a7111669b5eaf23114a44058c8d398826c2e50900dde01c88be478fa46644
|
||||
size 996132
|
3
krfb-18.08.0.tar.xz
Normal file
3
krfb-18.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15735bb5cbdac7181b093d7afcadcf13e0b3888e5d846f45a636c345915559fd
|
||||
size 994716
|
21
krfb.changes
21
krfb.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 16 22:06:29 UTC 2018 - christophe@krop.fr
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:00:54 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- 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:
|
||||
* Fix IPv6 connectivity
|
||||
- Build with gcc7 on Leap 42.3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 04:50:09 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
23
krfb.spec
23
krfb.spec
@ -19,11 +19,11 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: krfb
|
||||
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: Screen sharing using the VNC/RFB protocol
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Other
|
||||
@ -54,6 +54,15 @@ BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(xdamage)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
# 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
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
@ -70,6 +79,16 @@ VNC-compatible server to share KDE desktops.
|
||||
%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
|
||||
%ifarch ppc ppc64
|
||||
export RPM_OPT_FLAGS="%{optflags} -mminimal-toc"
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user