Hello community,
here is the log from the commit of package djvulibre-djview4 for
openSUSE:Factory checked in at 2019-10-24 23:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/djvulibre-djview4 (Old)
and /work/SRC/openSUSE:Factory/.djvulibre-djview4.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "djvulibre-djview4"
Thu Oct 24 23:08:50 2019 rev:29 rq:742236 version:4.10.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/djvulibre-djview4/djvulibre-djview4.changes
2018-04-20 17:34:03.560553408 +0200
+++
/work/SRC/openSUSE:Factory/.djvulibre-djview4.new.2990/djvulibre-djview4.changes
2019-10-24 23:08:59.912510690 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 17:28:57 CEST 2019 - [email protected]
+
+- fix build-requires for factory/tumbleweed
+ rsvg-convert tool is now in rsvg-convert package
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ djvulibre-djview4.spec ++++++
--- /var/tmp/diff_new_pack.JsAZ6J/_old 2019-10-24 23:09:00.516511395 +0200
+++ /var/tmp/diff_new_pack.JsAZ6J/_new 2019-10-24 23:09:00.516511395 +0200
@@ -1,7 +1,7 @@
#
# spec file for package djvulibre-djview4
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -28,7 +28,11 @@
BuildRequires: libjpeg-devel
BuildRequires: libqt5-linguist
BuildRequires: pkg-config
+%if 0%{suse_version} >= 1550
+BuildRequires: rsvg-convert
+%else
BuildRequires: rsvg-view
+%endif
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)