Accepting request 1132015 from electronics
OBS-URL: https://build.opensuse.org/request/show/1132015 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kicad-doc?expand=0&rev=45
This commit is contained in:
commit
c6ec32d213
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e87a60d79a862374a366dc344730b5ef333a227e141faec746ef45a42066e2fb
|
||||
size 104103652
|
3
kicad-doc-7.0.9.tar.bz2
Normal file
3
kicad-doc-7.0.9.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b82bbd54c4c3ee501417c93909b54c92c8194de558bbffe571e6dcae2fc8f36
|
||||
size 107422748
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 7 21:23:17 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- update to 7.0.9:
|
||||
See https://www.kicad.org/blog/2023/11/KiCad-7.0.9-Release/ for details
|
||||
- update to 7.0.8:
|
||||
See https://www.kicad.org/blog/2023/09/KiCad-7.0.8-Release/ for details
|
||||
- Update asciidoc fixups/workarounds
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 11:03:21 UTC 2023 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
|
@ -36,7 +36,7 @@ ExclusiveArch: do_not_build
|
||||
%endif
|
||||
|
||||
Name: kicad-doc%{?pkg_suffix}
|
||||
Version: 7.0.7
|
||||
Version: 7.0.9
|
||||
Release: 0
|
||||
Summary: Documentation and tutorials for KiCad
|
||||
License: CC-BY-SA-3.0 AND GPL-3.0-or-later
|
||||
@ -205,6 +205,8 @@ find . -iname \*adoc -exec sed -i -e 's/\[code/\[source/' '{}' \;
|
||||
# Fix incorrect column with specifiers
|
||||
# https://gitlab.com/kicad/services/kicad-doc/-/issues/852
|
||||
find . -iname \*adoc -exec sed -i -e '/\[.*cols=/ { :m s/\(cols=.*\)\([0-9]\)%/\1\2/g ; t m }' '{}' \;
|
||||
# asciidoc interprets the '[--...]' on a new line as a style name
|
||||
find . -iname cli.adoc -exec sed -i -e 's/^\[--/ \[--/' '{}' \;
|
||||
|
||||
# These files are actually GIFs, https://gitlab.com/kicad/services/kicad-doc/-/issues/822
|
||||
mv src/gerbview/images/zh/gerbview_x2_attribute.{png,gif}
|
||||
|
Loading…
Reference in New Issue
Block a user