From 62b4a6761a48e641833f3389b0e07288580a01bf Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 11 Sep 2020 11:43:22 +0200 Subject: [PATCH] Fix appdata 1.0.1 release info --- inkscape-appdata.patch | 113 +++++++++-------------------------------- inkscape.spec | 6 ++- 2 files changed, 30 insertions(+), 89 deletions(-) diff --git a/inkscape-appdata.patch b/inkscape-appdata.patch index 6760166..3231adb 100644 --- a/inkscape-appdata.patch +++ b/inkscape-appdata.patch @@ -1,88 +1,25 @@ ---- a/org.inkscape.Inkscape.appdata.xml.in~ 2020-09-07 04:02:09.000000000 -0500 -+++ b/org.inkscape.Inkscape.appdata.xml.in 2020-09-08 09:15:25.422368523 -0500 -@@ -50,85 +50,6 @@ - - http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0.1 - -- -- --

Inkscape 1.0

--
    --
  • Theming support and more new customization options
  • --
  • Better HiDPI (high resolution) screen support
  • --
  • Native support for macOS with a signed and notarized .dmg file
  • --
  • Coordinate origin in top left corner by default
  • --
  • Canvas rotation and mirroring
  • --
  • On-Canvas alignment of objects
  • --
  • Split view and X-Ray modes
  • --
  • PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet
  • --
  • New PNG export options
  • --
  • Integrated centerline tracing for vectorizing line drawings
  • --
  • Searchable Symbols dialog
  • --
  • New Live Path Effect (LPE) selection dialog
  • --
  • New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!)
  • --
  • Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now
  • --
  • Much improved text line-height settings
  • --
  • Variable fonts support (only if compiled with pango library version >= 1.41.1)
  • --
  • Browser-compatible flowed text
  • --
  • Extensions programming interface updated, with many new options - Note: this introduces breaking changes, some third-party extensions will have to be updated to work with Inkscape 1.0
  • --
  • Python 3 support for extensions
  • --
--
-- http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0 --
-- -- --
    --
  • Bugfix release
  • --
  • More python3 compatibility for extensions
  • --
--
-- https://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.5 --
-- -- --

New 0.92.x bugfix release.

--
    --
  • Improvements to the align and distribute tool
  • --
  • Support for piping standard input and output
  • --
  • The color slider can be constrained to stepped values
  • --
  • Performance improvements
  • --
  • And many more bugfixes
  • --
--
-- http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.4 --
-- -- --

New 0.92.x bugfix release.

--
    --
  • New command-line options to control page size when exporting to SVG
  • --
  • Support for left-to-right languages in the text tool
  • --
  • Improvements to the circle/ellipse/arc tool
  • --
  • Support for multi-line text when exporting to PDF+LaTeX
  • --
  • And many more bugfixes
  • --
--
-- http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3 --
-- -- --

New 0.92.x bugfix release.

--
    --
  • Better importing and exporting
  • --
  • Greater stability when printing on Windows
  • --
  • Improved fill and stroke HSL color selection
  • --
  • Greater stability when reverting and saving files
  • --
  • An additional handle at the center of shapes
  • --
  • A command line option for updating the file's DPI
  • --
  • Improvements to user-defined shortcuts
  • --
  • Migration to Gitlab to make contribution easier
  • --
  • And many more bugfixes!
  • --
--
-- http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2 --
- - - inkscape.desktop +From 16f50bf4c4df921b9e816e09971c4f9aa9bb8ade Mon Sep 17 00:00:00 2001 +From: Marc Jeanmougin +Date: Tue, 8 Sep 2020 00:59:36 +0200 +Subject: [PATCH] Fix appdata + +--- + org.inkscape.Inkscape.appdata.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/org.inkscape.Inkscape.appdata.xml.in b/org.inkscape.Inkscape.appdata.xml.in +index a99ecddb20..e1febd5034 100644 +--- a/org.inkscape.Inkscape.appdata.xml.in ++++ b/org.inkscape.Inkscape.appdata.xml.in +@@ -39,7 +39,7 @@ + + + +- ++ + +

Inkscape 1.0.1

+
    +-- +2.26.2 + diff --git a/inkscape.spec b/inkscape.spec index f0d6643..9545caf 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -16,6 +16,7 @@ Source0: https://inkscape.org/gallery/item/21571/inkscape-1.0.1.tar.xz Source2: Fedora-Color-Palette.gpl Patch1: inkscape-gcc11.patch +# Backported from upstream Patch2: inkscape-appdata.patch Provides: bundled(libcroco) @@ -224,6 +225,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Fri Sep 11 2020 Kalev Lember - 1.0.1-2 +- Fix appdata 1.0.1 release info + * Tue Sep 08 2020 Gwyn Ciesla - 1.0.1-1 - 1.0.1