fritzing/0002-Fix-appdata.xml-url-type.patch
Lars Vogdt 876dbea348 Accepting request 978542 from home:kwk:branches:Education
- rename fritzing-use-system-libgit2.patch to 0001-Use-system-libgit2.patch
- add 0002-Fix-appdata.xml-url-type.patch
- Update to version 0.9.9+git20210922.f0af53a9:
  * Fixed #3882 by fixing power label bus removal.
  * Add keyboard shortcut for rotating by 90 degree, horizontal flip and search
  * Do not add wires if they are too small, fixes #3731. Additionally, this commit fixes the color of the temporal wire that appears when creating a new bend point (the wire needs to not be blue to observe the bug)
  * resize a stripboard following the current layout, fixes #3090 #2998 and #3084. The slow performance is still present but the extended area is not shortcircuited.
  * Added Fritzing Fab links to recent file list in welcome view.
  * Bump version to 0.9.9
  * Merge develop
  * Remove .ts.orig file from merge conflict
  * Increased width of fabuploaddialog to fit translations.
  * Fix swapped url + title, projects could not be selected if language setting is not English
- Update to 0.9.6
  maintenance release, fixed at least ten crashes, several critical
  bugs, and about 30-100 regular bugs

OBS-URL: https://build.opensuse.org/request/show/978542
OBS-URL: https://build.opensuse.org/package/show/Education/fritzing?expand=0&rev=59
2022-06-02 09:23:36 +00:00

30 lines
1.1 KiB
Diff

From 955f160e8924394db4f17553ada65e445285e86f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Klaus=20K=C3=A4mpf?= <kkaempf@gmail.com>
Date: Sun, 22 May 2022 13:47:38 +0200
Subject: [PATCH 2/2] Fix appdata.xml url type
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Klaus Kämpf <kkaempf@gmail.com>
---
org.fritzing.Fritzing.appdata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/org.fritzing.Fritzing.appdata.xml b/org.fritzing.Fritzing.appdata.xml
index f0f2688f..7a6276db 100644
--- a/org.fritzing.Fritzing.appdata.xml
+++ b/org.fritzing.Fritzing.appdata.xml
@@ -45,7 +45,7 @@
<url type="bugtracker">https://github.com/fritzing/fritzing-app/issues</url>
<url type="faq">https://fritzing.org/faq/</url>
<url type="help">https://fritzing.org/learning/</url>
- <url type="forum">https://forum.fritzing.org</url>
+ <url type="contact">https://forum.fritzing.org</url>
<!-- <url type="donation">https://fritzing.org/shop/donations/</url> -->
<url type="translate">https://fritzing.org/support-us/language-translation/</url>
<releases>
--
2.36.0