From f575c6b8bdec379adbaa557d27aaf6e4245009df8b74f2fa51eb4a6eddbda8a6 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 14 Feb 2017 06:51:32 +0000 Subject: [PATCH 1/2] Accepting request 456548 from home:heijligen:branches:graphics Inkscape 0.92 depends on libpotrace for tracing bitmaps. http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92#New_dependencies OBS-URL: https://build.opensuse.org/request/show/456548 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=10 --- inkscape.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/inkscape.spec b/inkscape.spec index 7db2d4a..52b069a 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -54,6 +54,7 @@ BuildRequires: popt-devel BuildRequires: python-devel BuildRequires: python-gtk-devel BuildRequires: update-desktop-files +BuildRequires: potrace-devel BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(libexif) %if 0%{?suse_version} > 1310 From 0a3386ecf38e19beadd324629e1417cdc3af384f775580c683b3ec59a0b50127 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 14 Feb 2017 06:53:31 +0000 Subject: [PATCH 2/2] - buildrequire potrace-devel for tracing bitmaps. OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=11 --- inkscape.changes | 5 +++++ inkscape.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/inkscape.changes b/inkscape.changes index e19cef8..f4ace98 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 14 06:51:51 UTC 2017 - src@posteo.de + +- buildrequire potrace-devel for tracing bitmaps. + ------------------------------------------------------------------- Wed Feb 1 11:29:05 UTC 2017 - adam.majer@suse.de diff --git a/inkscape.spec b/inkscape.spec index 52b069a..f59dfb0 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,7 +1,7 @@ # # spec file for package inkscape # -# 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 @@ -51,10 +51,10 @@ BuildRequires: libtool BuildRequires: libxslt-devel BuildRequires: perl BuildRequires: popt-devel +BuildRequires: potrace-devel BuildRequires: python-devel BuildRequires: python-gtk-devel BuildRequires: update-desktop-files -BuildRequires: potrace-devel BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(libexif) %if 0%{?suse_version} > 1310