From 38ab6a3f13c8c0991e16c65bf723d43324523d9c1cbebd2f9490c844238a3056 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:26:19 +0000 Subject: [PATCH 1/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=59 --- krfb-17.04.3.tar.xz | 3 --- krfb-17.07.90.tar.xz | 3 +++ krfb.changes | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 krfb-17.04.3.tar.xz create mode 100644 krfb-17.07.90.tar.xz 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.07.90.tar.xz b/krfb-17.07.90.tar.xz new file mode 100644 index 0000000..015be04 --- /dev/null +++ b/krfb-17.07.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88bf0d9aef07e0ef10053e05970dc58e03d91bbdee050a5a38d861877dc2226b +size 986604 diff --git a/krfb.changes b/krfb.changes index 4c654f2..b1f30a2 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 From 257a85da423b24027227db5f3237c7653e4f88e019e5a0755f0587d8f0e1037a Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 18:52:35 +0000 Subject: [PATCH 2/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=60 --- krfb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krfb.spec b/krfb.spec index f68f3c7..2fa07cd 100644 --- a/krfb.spec +++ b/krfb.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: krfb -Version: 17.04.3 +Version: 17.07.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) From fcb170de04192f2fe74d7d31195e9343e362e3cbc8732b6a4f7f760ec844e1c6 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 5 Aug 2017 23:18:27 +0000 Subject: [PATCH 3/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=61 --- krfb.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/krfb.spec b/krfb.spec index 2fa07cd..875c3ed 100644 --- a/krfb.spec +++ b/krfb.spec @@ -39,22 +39,23 @@ BuildRequires: kdnssd-framework-devel BuildRequires: kdoctools-devel BuildRequires: ki18n-devel BuildRequires: knotifications-devel -BuildRequires: kwallet-devel BuildRequires: ktp-common-internals-devel +BuildRequires: kwallet-devel BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel BuildRequires: oxygen5-icon-theme-large BuildRequires: pkgconfig -BuildRequires: systemd-devel -BuildRequires: telepathy-qt5-devel -BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5X11Extras) +BuildRequires: pkgconfig(xcb-image) BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) +BuildRequires: systemd-devel +BuildRequires: telepathy-qt5-devel +BuildRequires: update-desktop-files Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build From 7e2734bdfa7fc77b94a630227cbb4c5a8d16fc05aaf5b244d6d48f277b10bf85 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 22:58:42 +0000 Subject: [PATCH 4/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=62 --- krfb.changes | 11 +++++++++++ krfb.spec | 32 +++++++++++++++++--------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/krfb.changes b/krfb.changes index b1f30a2..64e6c44 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +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 diff --git a/krfb.spec b/krfb.spec index 875c3ed..37cee2f 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.07.90 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 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 @@ -45,18 +45,20 @@ BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel BuildRequires: oxygen5-icon-theme-large 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) BuildRequires: pkgconfig(Qt5X11Extras) -BuildRequires: pkgconfig(xcb-image) BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xtst) -BuildRequires: systemd-devel -BuildRequires: telepathy-qt5-devel -BuildRequires: update-desktop-files +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -101,15 +103,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 From ba930ec9db254e03e4f89510b5319c641c777f6287f609d13ba102d659c55bc3 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:14:27 +0000 Subject: [PATCH 5/8] 17.08.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=63 --- krfb-17.07.90.tar.xz | 3 --- krfb-17.08.0.tar.xz | 3 +++ krfb.spec | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 krfb-17.07.90.tar.xz create mode 100644 krfb-17.08.0.tar.xz diff --git a/krfb-17.07.90.tar.xz b/krfb-17.07.90.tar.xz deleted file mode 100644 index 015be04..0000000 --- a/krfb-17.07.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88bf0d9aef07e0ef10053e05970dc58e03d91bbdee050a5a38d861877dc2226b -size 986604 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.spec b/krfb.spec index 37cee2f..eea9659 100644 --- a/krfb.spec +++ b/krfb.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: krfb -Version: 17.07.90 +Version: 17.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) From 7f44d24d484e703544d101a5d7b5614213d88a447c4470c2582c8fe125f71c9c Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Fri, 11 Aug 2017 23:21:01 +0000 Subject: [PATCH 6/8] OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=64 --- krfb.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/krfb.changes b/krfb.changes index 64e6c44..18817e3 100644 --- a/krfb.changes +++ b/krfb.changes @@ -6,7 +6,7 @@ Fri Aug 11 22:45:58 UTC 2017 - christophe@krop.fr * 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\) + * Implement XCB framebuffer plugin (port from x11) (kde#377998) * Fix SPDX license ID ------------------------------------------------------------------- From 4198c3198e812ac90f4e615fb773d16aa0aaf53587c4a93a629f41bdcb4c9e56 Mon Sep 17 00:00:00 2001 From: Christophe Giboudeaux Date: Sat, 12 Aug 2017 18:38:05 +0000 Subject: [PATCH 7/8] Accepting request 516535 from home:jengelh:branches:KDE:Applications - Expand summary a bit. OBS-URL: https://build.opensuse.org/request/show/516535 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=65 --- krfb.changes | 5 +++++ krfb.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/krfb.changes b/krfb.changes index 18817e3..e45e222 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/krfb.spec b/krfb.spec index eea9659..df203fc 100644 --- a/krfb.spec +++ b/krfb.spec @@ -24,7 +24,7 @@ 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}')} -Summary: Desktop Sharing +Summary: Screen sharing using the VNC/RFB protocol License: GPL-2.0+ Group: Productivity/Networking/Other Source0: %{name}-%{version}.tar.xz From 5981a77341be395fc94288480d53c55b0b2514f04a688f71aaf80b8b7a591d9b Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Mon, 21 Aug 2017 10:43:33 +0000 Subject: [PATCH 8/8] - Drop unneeded dep on ktp-common-internals-devel OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=66 --- krfb.changes | 5 +++++ krfb.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/krfb.changes b/krfb.changes index e45e222..c168a8d 100644 --- a/krfb.changes +++ b/krfb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/krfb.spec b/krfb.spec index df203fc..e629c45 100644 --- a/krfb.spec +++ b/krfb.spec @@ -39,7 +39,6 @@ BuildRequires: kdnssd-framework-devel BuildRequires: kdoctools-devel BuildRequires: ki18n-devel BuildRequires: knotifications-devel -BuildRequires: ktp-common-internals-devel BuildRequires: kwallet-devel BuildRequires: kwidgetsaddons-devel BuildRequires: kxmlgui-devel