diff --git a/kicad-doc-7.0.7.tar.bz2 b/kicad-doc-7.0.7.tar.bz2 deleted file mode 100644 index 73da09a..0000000 --- a/kicad-doc-7.0.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e87a60d79a862374a366dc344730b5ef333a227e141faec746ef45a42066e2fb -size 104103652 diff --git a/kicad-doc-7.0.9.tar.bz2 b/kicad-doc-7.0.9.tar.bz2 new file mode 100644 index 0000000..f86ee09 --- /dev/null +++ b/kicad-doc-7.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82bbd54c4c3ee501417c93909b54c92c8194de558bbffe571e6dcae2fc8f36 +size 107422748 diff --git a/kicad-doc.changes b/kicad-doc.changes index 4e10a3f..45578c6 100644 --- a/kicad-doc.changes +++ b/kicad-doc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 7 21:23:17 UTC 2023 - Stefan Brüns + +- 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 diff --git a/kicad-doc.spec b/kicad-doc.spec index 34c6d8c..3ac767c 100644 --- a/kicad-doc.spec +++ b/kicad-doc.spec @@ -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}