Accepting request 867898 from graphics
OBS-URL: https://build.opensuse.org/request/show/867898 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/inkscape?expand=0&rev=112
This commit is contained in:
commit
5646210e61
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cf9295edf46a633caf3aac0562364a24aef7cd6294601365aca38aeead2d57c2
|
||||
size 32051632
|
3
inkscape-1.0.2.tar.xz
Normal file
3
inkscape-1.0.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da3e230511a08cbf21e86710d161458594fea87867e9157b67ed01a04ea2798a
|
||||
size 32421620
|
@ -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 <atomic>
|
||||
#include <iostream>
|
||||
#include <stdexcept>
|
||||
#include <boost/utility.hpp>
|
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 25 12:43:45 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- 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 <mgorse@suse.com>
|
||||
|
||||
|
@ -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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user