diff --git a/krfb-17.04.3.tar.xz b/krfb-17.04.3.tar.xz deleted file mode 100644 index 960710a..0000000 --- a/krfb-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f1b44ecb30d422304f4b7359b138a50c06c3252235baabc82cd4c08adc4ba17b -size 984436 diff --git a/krfb-17.08.0.tar.xz b/krfb-17.08.0.tar.xz new file mode 100644 index 0000000..02e2e55 --- /dev/null +++ b/krfb-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7213ae652b1430e2e020150ab2b23d6c3d60dd60f5336a8b5496f49c3fa1de4f +size 989872 diff --git a/krfb.changes b/krfb.changes index 4c654f2..c168a8d 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Mon Aug 21 10:42:11 UTC 2017 - fabian@ritter-vogt.de + +- Drop unneeded dep on ktp-common-internals-devel + +------------------------------------------------------------------- +Sat Aug 12 15:32:15 UTC 2017 - jengelh@inai.de + +- Expand summary a bit. + +------------------------------------------------------------------- +Fri Aug 11 22:45:58 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Remove old X11 plugin + * Implement XCB framebuffer plugin (port from x11) (kde#377998) + * Fix SPDX license ID + +------------------------------------------------------------------- +Sat Aug 5 18:18:40 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Sat Jul 15 23:00:25 CEST 2017 - lbeltrame@kde.org diff --git a/krfb.spec b/krfb.spec index f68f3c7..e629c45 100644 --- a/krfb.spec +++ b/krfb.spec @@ -1,7 +1,7 @@ # # spec file for package krfb # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: krfb -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# 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}')} -Summary: Desktop Sharing +Summary: Screen sharing using the VNC/RFB protocol License: GPL-2.0+ -# FIXME: use correct group, see "https://en.opensuse.org/openSUSE:Package_group_guidelines" -Group: Productivity/Networking/Remote Desktop +Group: Productivity/Networking/Other Source0: %{name}-%{version}.tar.xz BuildRequires: LibVNCServer-devel BuildRequires: extra-cmake-modules @@ -40,7 +40,6 @@ BuildRequires: kdoctools-devel BuildRequires: ki18n-devel BuildRequires: knotifications-devel BuildRequires: kwallet-devel -BuildRequires: ktp-common-internals-devel BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel BuildRequires: oxygen5-icon-theme-large @@ -48,6 +47,7 @@ BuildRequires: pkgconfig BuildRequires: systemd-devel BuildRequires: telepathy-qt5-devel BuildRequires: update-desktop-files +BuildRequires: xcb-util-image-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) @@ -55,7 +55,9 @@ BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -100,15 +102,15 @@ export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %files %defattr(-,root,root) %doc README -%{_kf5_bindir}/krfb -%{_kf5_libdir}/libkrfbprivate.so* +%doc %lang(en) %{_kf5_htmldir}/en/krfb/ %{_kf5_applicationsdir}/org.kde.krfb.desktop -%{_kf5_htmldir}/en/krfb/ -%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop -%{_kf5_iconsdir}/hicolor/*/apps/krfb.* -%{_kf5_plugindir}/krfb/ -%{_datadir}/krfb/ %{_kf5_appstreamdir}/ +%{_kf5_bindir}/krfb +%{_kf5_iconsdir}/hicolor/*/apps/krfb.* +%{_kf5_libdir}/libkrfbprivate.so* +%{_kf5_plugindir}/krfb/ +%{_kf5_servicetypesdir}/krfb-framebuffer*.desktop +%{_kf5_sharedir}/krfb/ %if %{with lang} %files lang -f %{name}.lang