From f83e1e686a3350079fd9afbdfabf3d036f614c0fa23c8e8ee4e9b0ff0456c2e2 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 17 Sep 2018 19:50:15 +0000 Subject: [PATCH] Accepting request 636213 from home:wolfi323:branches:KDE:Extra - Update to 2.4.3 * https://jriddell.org/2018/09/17/kgraphviewer-2-4-3/ * Switch KgvPageLayout to QPageSize for page size handling * Avoid double top-level layout in KGVSimplePrintingPageSetup * Fix layout of page layout & size dialog * Remove unused dependency KIO * Fix minor typo * Update kgraphviewer docbook * Make sure the Graphviz library directories are known to the linker OBS-URL: https://build.opensuse.org/request/show/636213 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kgraphviewer?expand=0&rev=13 --- kgraphviewer-2.4.2.tar.xz | 3 --- kgraphviewer-2.4.3.tar.xz | 3 +++ kgraphviewer.changes | 13 +++++++++++++ kgraphviewer.spec | 6 ++---- 4 files changed, 18 insertions(+), 7 deletions(-) delete mode 100644 kgraphviewer-2.4.2.tar.xz create mode 100644 kgraphviewer-2.4.3.tar.xz diff --git a/kgraphviewer-2.4.2.tar.xz b/kgraphviewer-2.4.2.tar.xz deleted file mode 100644 index e77e62e..0000000 --- a/kgraphviewer-2.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9 -size 1565692 diff --git a/kgraphviewer-2.4.3.tar.xz b/kgraphviewer-2.4.3.tar.xz new file mode 100644 index 0000000..6ceb5e5 --- /dev/null +++ b/kgraphviewer-2.4.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e0c218453912ea82ad9a96edfb2d4dfd8cb15f6a567ef843b4ef97d07bd7c0 +size 1491328 diff --git a/kgraphviewer.changes b/kgraphviewer.changes index 218354a..93ce188 100644 --- a/kgraphviewer.changes +++ b/kgraphviewer.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Sep 17 16:25:31 UTC 2018 - wbauer@tmo.at + +- Update to 2.4.3 + * https://jriddell.org/2018/09/17/kgraphviewer-2-4-3/ + * Switch KgvPageLayout to QPageSize for page size handling + * Avoid double top-level layout in KGVSimplePrintingPageSetup + * Fix layout of page layout & size dialog + * Remove unused dependency KIO + * Fix minor typo + * Update kgraphviewer docbook + * Make sure the Graphviz library directories are known to the linker + ------------------------------------------------------------------- Wed Sep 27 13:47:25 UTC 2017 - wbauer@tmo.at diff --git a/kgraphviewer.spec b/kgraphviewer.spec index 0e04085..0f218e7 100644 --- a/kgraphviewer.spec +++ b/kgraphviewer.spec @@ -1,7 +1,7 @@ # # spec file for package kgraphviewer # -# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define soname 3 Name: kgraphviewer -Version: 2.4.2 +Version: 2.4.3 Release: 0 Summary: Graphviz dot graph file viewer License: GPL-2.0 @@ -32,9 +32,7 @@ BuildRequires: kdoctools-devel BuildRequires: kparts-devel BuildRequires: ki18n-devel BuildRequires: kiconthemes-devel -BuildRequires: kio-devel BuildRequires: kwidgetsaddons-devel -BuildRequires: zlib-devel BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5Widgets)