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
This commit is contained in:
parent
8f677354e7
commit
f83e1e686a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:49438b4e6cca69d2e658de50059f045ede42cfe78ee97cece35959e29ffb85c9
|
|
||||||
size 1565692
|
|
3
kgraphviewer-2.4.3.tar.xz
Normal file
3
kgraphviewer-2.4.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54e0c218453912ea82ad9a96edfb2d4dfd8cb15f6a567ef843b4ef97d07bd7c0
|
||||||
|
size 1491328
|
@ -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
|
Wed Sep 27 13:47:25 UTC 2017 - wbauer@tmo.at
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kgraphviewer
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define soname 3
|
%define soname 3
|
||||||
Name: kgraphviewer
|
Name: kgraphviewer
|
||||||
Version: 2.4.2
|
Version: 2.4.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Graphviz dot graph file viewer
|
Summary: Graphviz dot graph file viewer
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
@ -32,9 +32,7 @@ BuildRequires: kdoctools-devel
|
|||||||
BuildRequires: kparts-devel
|
BuildRequires: kparts-devel
|
||||||
BuildRequires: ki18n-devel
|
BuildRequires: ki18n-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: kio-devel
|
|
||||||
BuildRequires: kwidgetsaddons-devel
|
BuildRequires: kwidgetsaddons-devel
|
||||||
BuildRequires: zlib-devel
|
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRequires: pkgconfig(Qt5DBus)
|
BuildRequires: pkgconfig(Qt5DBus)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
Loading…
Reference in New Issue
Block a user