From 636da63990c90b97e2b15f0f1b078fdfc6c0e4a8e05231a31845b90153caf757 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 30 Jan 2021 08:07:27 +0000 Subject: [PATCH] Accepting request 866624 from home:polslinux:branches:graphics MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 1.0.2 * Zooming by middle mouse button click (pressing scroll wheel) can now be deactivated in Edit → Preferences → Behavior → Steps: Zoom with middle mouse click * Canvas rotation by Ctrl + middle mouse drag or Ctrl + Shift + Scroll can be prevented in two ways: - from View → Canvas Orientation → Lock Rotation - for all new Inkscape windows in Edit → Preferences → Interface: Lock canvas rotation by default * fixed a long-standing, very annoying bug where, when copying an object to the clipboard while also running certain other programs on Linux desktops * Stroke to Path: Converting an object's stroke to a path no longer makes its clones vanish * Performance: Improved rendering performance when zooming through multiple zoom levels * CSS: CSS classes that start with a letter that isn't part of the ASCII set are no longer ignored * User interface: Random actions should no longer cause sudden scaling of the canvas * Arcs from Inkscape files created with versions older than 1.0 are no longer rendered as slices * A long-standing issue with the Eraser tool painting red lines 0instead of erasing as soon as the user has interacted with a menu or dialog or another user interface element has been fixed * Lots of other minor fixes - Drop inkscape-include-atomic.patch OBS-URL: https://build.opensuse.org/request/show/866624 OBS-URL: https://build.opensuse.org/package/show/graphics/inkscape?expand=0&rev=75 --- inkscape-1.0.1.tar.xz | 3 --- inkscape-1.0.2.tar.xz | 3 +++ inkscape-include-atomic.patch | 10 ---------- inkscape.changes | 31 +++++++++++++++++++++++++++++++ inkscape.spec | 10 ++++------ 5 files changed, 38 insertions(+), 19 deletions(-) delete mode 100644 inkscape-1.0.1.tar.xz create mode 100644 inkscape-1.0.2.tar.xz delete mode 100644 inkscape-include-atomic.patch diff --git a/inkscape-1.0.1.tar.xz b/inkscape-1.0.1.tar.xz deleted file mode 100644 index fd429df..0000000 --- a/inkscape-1.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2 -size 32051632 diff --git a/inkscape-1.0.2.tar.xz b/inkscape-1.0.2.tar.xz new file mode 100644 index 0000000..93216a8 --- /dev/null +++ b/inkscape-1.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3e230511a08cbf21e86710d161458594fea87867e9157b67ed01a04ea2798a +size 32421620 diff --git a/inkscape-include-atomic.patch b/inkscape-include-atomic.patch deleted file mode 100644 index 96f2b6b..0000000 --- a/inkscape-include-atomic.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/src/ui/tool/node.cpp 2020-05-01 15:18:52.000000000 +0200 -+++ b/src/ui/tool/node.cpp 2020-08-18 01:25:05.266412299 +0200 -@@ -7,6 +7,7 @@ - * Released under GNU GPL v2+, read the file 'COPYING' for more information. - */ - -+#include - #include - #include - #include diff --git a/inkscape.changes b/inkscape.changes index 81d27c9..f8f15d5 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Mon Jan 25 12:43:45 UTC 2021 - Paolo Stivanin + +- Update to 1.0.2 + * Zooming by middle mouse button click (pressing scroll wheel) can + now be deactivated in Edit → Preferences → Behavior → Steps: + Zoom with middle mouse click + * Canvas rotation by Ctrl + middle mouse drag or + Ctrl + Shift + Scroll can be prevented in two ways: + - from View → Canvas Orientation → Lock Rotation + - for all new Inkscape windows in Edit → Preferences → Interface: + Lock canvas rotation by default + * fixed a long-standing, very annoying bug where, when copying + an object to the clipboard while also running certain other + programs on Linux desktops + * Stroke to Path: Converting an object's stroke to a path + no longer makes its clones vanish + * Performance: Improved rendering performance when zooming + through multiple zoom levels + * CSS: CSS classes that start with a letter that isn't part of + the ASCII set are no longer ignored + * User interface: Random actions should no longer cause sudden + scaling of the canvas + * Arcs from Inkscape files created with versions older than 1.0 + are no longer rendered as slices + * A long-standing issue with the Eraser tool painting red lines + 0instead of erasing as soon as the user has interacted with + a menu or dialog or another user interface element has been fixed + * Lots of other minor fixes +- Drop inkscape-include-atomic.patch + ------------------------------------------------------------------- Mon Nov 2 16:41:50 UTC 2020 - Michael Gorse diff --git a/inkscape.spec b/inkscape.spec index f663132..43d5fa9 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,7 +1,7 @@ # # spec file for package inkscape # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define _version 1.0.1_2020-09-07_3bc2e813f5 +%define _version 1.0.2_2021-01-15_e86c870879 Name: inkscape -Version: 1.0.1 +Version: 1.0.2 Release: 0 Summary: Vector Illustration Program License: GPL-3.0-only @@ -27,8 +27,6 @@ Source: https://media.inkscape.org/dl/resources/file/%{name}-%{version}. # openSUSE palette file Source1: openSUSE.gpl Source2: inkscape-split-extensions-extra.py -# PATCH-FIX-UPSTREAM inkscape-include-atomic.patch https://gitlab.com/inkscape/inkscape/-/issues/1798 -- Fix build with Boost 1.74 -Patch0: inkscape-include-atomic.patch BuildRequires: cmake BuildRequires: double-conversion-devel BuildRequires: fdupes @@ -133,7 +131,6 @@ Inkscape is a vector graphics editor. %prep %setup -q -n %{name}-%{_version} -%patch0 -p1 %build %ifarch %{arm} @@ -159,6 +156,7 @@ rm %{buildroot}%{_datadir}/inkscape/extensions/setup.{cfg,py} \ %{buildroot}%{_datadir}/inkscape/extensions/tox.ini \ %{buildroot}%{_datadir}/inkscape/extensions/.pylintrc \ %{buildroot}%{_datadir}/inkscape/extensions/doxygen-main.dox +rm -r %{buildroot}%{_datadir}/inkscape/extensions/.pytest_cache install -Dpm 0644 %{SOURCE1} %{buildroot}%{_datadir}/inkscape/palettes/