Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kicad-doc for openSUSE:Factory checked in at 2022-01-07 12:45:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kicad-doc (Old) and /work/SRC/openSUSE:Factory/.kicad-doc.new.1896 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad-doc" Fri Jan 7 12:45:28 2022 rev:29 rq:942655 version:6.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kicad-doc/kicad-doc.changes 2021-11-28 21:30:46.497948316 +0100 +++ /work/SRC/openSUSE:Factory/.kicad-doc.new.1896/kicad-doc.changes 2022-01-07 12:46:48.167863021 +0100 @@ -1,0 +2,6 @@ +Sat Dec 25 16:56:09 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de> + +- Update to version 6.0.0 + See https://www.kicad.org/blog/2021/12/KiCad-6.0.0-Release/ for details. + +------------------------------------------------------------------- Old: ---- kicad-doc-5.1.12.tar.bz2 New: ---- kicad-doc-6.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kicad-doc.spec ++++++ --- /var/tmp/diff_new_pack.6hjPwu/_old 2022-01-07 12:46:49.751864121 +0100 +++ /var/tmp/diff_new_pack.6hjPwu/_new 2022-01-07 12:46:49.751864121 +0100 @@ -33,7 +33,7 @@ %endif Name: kicad-doc%{?pkg_suffix} -Version: 5.1.12 +Version: 6.0.0 Release: 0 Summary: Documentation and tutorials for KiCad License: CC-BY-SA-3.0 AND GPL-3.0-or-later @@ -77,6 +77,7 @@ BuildRequires: tex(psyr.tfm) BuildRequires: tex(ptmr8t.tfm) BuildRequires: tex(pzdr.tfm) +BuildRequires: tex(upquote.sty) BuildRequires: tex(xeCJK.sty) BuildRequires: tex(xltxtra.sty) # kicad-doc owns the directories @@ -196,6 +197,11 @@ %patch0 +# These files are actually GIFs, https://gitlab.com/kicad/services/kicad-doc/-/issues/822 +mv src/gerbview/images/zh/gerbview_x2_attribute.{png,gif} +mv src/gerbview/images/zh/gerbview_x2_component.{png,gif} +mv src/gerbview/images/zh/gerbview_x2_net.{png,gif} + %if %{with pdf} # Workaround for dblatex bug #117 - randomly selected warning symbol cp /usr/share/dblatex/latex/graphics/warning.pdf CMakeSupport/ @@ -207,9 +213,10 @@ # SOURCE_DATE_EPOCH affirmation variable used by TeX export FORCE_SOURCE_DATE=1 # Do not build PL translations, bad interaction of po4a, asciidoc and xetex (gh#KiCad/kicad-doc#697) -%cmake -DKICAD_DOC_PATH=%{_docdir}/kicad/help -DBUILD_FORMATS='pdf;' -DLANGUAGES='ca;de;en;es;fr;id;it;ja;ru;zh' +# RU also fails, "Undefined control sequence \cyrchar." +%cmake -DKICAD_DOC_PATH=%{_docdir}/kicad/help -DADOC_TOOLCHAIN=asciidoc -DPDF_GENERATOR=dblatex -DBUILD_FORMATS='pdf;' -DLANGUAGES='ca;de;en;es;fr;id;it;ja;zh' %else -%cmake -DKICAD_DOC_PATH=%{_docdir}/kicad/help -DBUILD_FORMATS='html;' +%cmake -DKICAD_DOC_PATH=%{_docdir}/kicad/help -DADOC_TOOLCHAIN=asciidoc -DBUILD_FORMATS='html;' %endif %{make_jobs} @@ -255,10 +262,10 @@ %if %{without pdf} %files pl %{_docdir}/kicad/help/pl/ -%endif %files ru %{_docdir}/kicad/help/ru/ +%endif %files zh %{_docdir}/kicad/help/zh/ ++++++ kicad-doc-5.1.12.tar.bz2 -> kicad-doc-6.0.0.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/kicad-doc/kicad-doc-5.1.12.tar.bz2 /work/SRC/openSUSE:Factory/.kicad-doc.new.1896/kicad-doc-6.0.0.tar.bz2 differ: char 11, line 1 ++++++ kicad-doc-notimestamp.patch ++++++ --- /var/tmp/diff_new_pack.6hjPwu/_old 2022-01-07 12:46:49.823864170 +0100 +++ /var/tmp/diff_new_pack.6hjPwu/_new 2022-01-07 12:46:49.827864173 +0100 @@ -2,15 +2,14 @@ =================================================================== --- CMakeLists.txt.orig 2017-04-13 10:18:48.656747496 +0200 +++ CMakeLists.txt 2017-04-13 13:10:55.648428778 +0200 -@@ -31,8 +31,10 @@ include( AsciidocHelpers ) +@@ -31,6 +31,9 @@ include( AsciidocHelpers ) # Add the common asciidoc options add_adoc_option( -b html5 ) add_adoc_option( -a toc2 ) +add_adoc_option( -a footer-style=none ) - add_adoc_option( --section-numbers ) - add_adoc_option( --theme flask ) +add_adoc_option( --verbose ) - - # Add the common a2x options - add_a2x_option( --xsltproc-opts=--nonet ) ++add_a2x_option( --verbose ) + add_adoc_option( --section-numbers ) + if( NOT "${ADOC_TOOLCHAIN}" MATCHES "ASCIIDOCTOR" ) + # --theme parameter not supported by asciidoctor