Fix appdata 1.0.1 release info
This commit is contained in:
parent
59f2c1b3fa
commit
62b4a6761a
@ -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 @@
|
||||
</description>
|
||||
<url>http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0.1</url>
|
||||
</release>
|
||||
- <release version="1.0" date="2020-05-01">
|
||||
- <description>
|
||||
- <p>Inkscape 1.0</p>
|
||||
- <ul>
|
||||
- <li>Theming support and more new customization options</li>
|
||||
- <li>Better HiDPI (high resolution) screen support</li>
|
||||
- <li>Native support for macOS with a signed and notarized .dmg file</li>
|
||||
- <li>Coordinate origin in top left corner by default</li>
|
||||
- <li>Canvas rotation and mirroring</li>
|
||||
- <li>On-Canvas alignment of objects</li>
|
||||
- <li>Split view and X-Ray modes</li>
|
||||
- <li>PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet</li>
|
||||
- <li>New PNG export options</li>
|
||||
- <li>Integrated centerline tracing for vectorizing line drawings</li>
|
||||
- <li>Searchable Symbols dialog</li>
|
||||
- <li>New Live Path Effect (LPE) selection dialog</li>
|
||||
- <li>New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!)</li>
|
||||
- <li>Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now</li>
|
||||
- <li>Much improved text line-height settings</li>
|
||||
- <li>Variable fonts support (only if compiled with pango library version >= 1.41.1)</li>
|
||||
- <li>Browser-compatible flowed text</li>
|
||||
- <li>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</li>
|
||||
- <li>Python 3 support for extensions</li>
|
||||
- </ul>
|
||||
- </description>
|
||||
- <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/1.0</url>
|
||||
- </release>
|
||||
- <release version="0.92.5" date="2020-04-08">
|
||||
- <description>
|
||||
- <ul>
|
||||
- <li>Bugfix release</li>
|
||||
- <li>More python3 compatibility for extensions</li>
|
||||
- </ul>
|
||||
- </description>
|
||||
- <url>https://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.5</url>
|
||||
- </release>
|
||||
- <release version="0.92.4" date="2019-01-16">
|
||||
- <description>
|
||||
- <p>New 0.92.x bugfix release.</p>
|
||||
- <ul>
|
||||
- <li>Improvements to the align and distribute tool</li>
|
||||
- <li>Support for piping standard input and output</li>
|
||||
- <li>The color slider can be constrained to stepped values</li>
|
||||
- <li>Performance improvements</li>
|
||||
- <li>And many more bugfixes</li>
|
||||
- </ul>
|
||||
- </description>
|
||||
- <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.4</url>
|
||||
- </release>
|
||||
- <release version="0.92.3" date="2018-03-23">
|
||||
- <description>
|
||||
- <p>New 0.92.x bugfix release.</p>
|
||||
- <ul>
|
||||
- <li>New command-line options to control page size when exporting to SVG</li>
|
||||
- <li>Support for left-to-right languages in the text tool</li>
|
||||
- <li>Improvements to the circle/ellipse/arc tool</li>
|
||||
- <li>Support for multi-line text when exporting to PDF+LaTeX</li>
|
||||
- <li>And many more bugfixes</li>
|
||||
- </ul>
|
||||
- </description>
|
||||
- <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.3</url>
|
||||
- </release>
|
||||
- <release version="0.92.2" date="2017-08-07">
|
||||
- <description>
|
||||
- <p>New 0.92.x bugfix release.</p>
|
||||
- <ul>
|
||||
- <li>Better importing and exporting</li>
|
||||
- <li>Greater stability when printing on Windows</li>
|
||||
- <li>Improved fill and stroke HSL color selection</li>
|
||||
- <li>Greater stability when reverting and saving files</li>
|
||||
- <li>An additional handle at the center of shapes</li>
|
||||
- <li>A command line option for updating the file's DPI</li>
|
||||
- <li>Improvements to user-defined shortcuts</li>
|
||||
- <li>Migration to Gitlab to make contribution easier</li>
|
||||
- <li>And many more bugfixes!</li>
|
||||
- </ul>
|
||||
- </description>
|
||||
- <url>http://wiki.inkscape.org/wiki/index.php/Release_notes/0.92.2</url>
|
||||
- </release>
|
||||
</releases>
|
||||
<provides>
|
||||
<id>inkscape.desktop</id>
|
||||
From 16f50bf4c4df921b9e816e09971c4f9aa9bb8ade Mon Sep 17 00:00:00 2001
|
||||
From: Marc Jeanmougin <marc@jeanmougin.fr>
|
||||
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 @@
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
- <release version="1.0" date="2020-09-07">
|
||||
+ <release version="1.0.1" date="2020-09-07">
|
||||
<description>
|
||||
<p>Inkscape 1.0.1</p>
|
||||
<ul>
|
||||
--
|
||||
2.26.2
|
||||
|
||||
|
@ -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 <klember@redhat.com> - 1.0.1-2
|
||||
- Fix appdata 1.0.1 release info
|
||||
|
||||
* Tue Sep 08 2020 Gwyn Ciesla <gwync@protonmail.com> - 1.0.1-1
|
||||
- 1.0.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user