876dbea348
- 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
18 lines
630 B
Plaintext
18 lines
630 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/fritzing/fritzing-app.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="versionformat">0.9.9+git%cd.%h</param>
|
|
<param name="revision">main</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">fritzing-app-*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">firtzing-app</param>
|
|
</service>
|
|
</services>
|