Accepting request 1150452 from electronics

OBS-URL: https://build.opensuse.org/request/show/1150452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kicad-doc?expand=0&rev=47
This commit is contained in:
Ana Guerrero 2024-02-26 18:43:49 +00:00 committed by Git OBS Bridge
commit 6fe0751510
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:edca8a3a2f48dec22c28044da9f1d8547422ee2615cd521c8cbf3c9b112997bb
size 107407186

3
kicad-doc-8.0.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6926dfa3b789d2b16889247c2bce9443af3a0f125a1957ef832a60a99278f802
size 89704073

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Feb 25 07:41:33 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- update to 8.0.0:
See https://www.kicad.org/blog/2024/02/KiCad-8.0.0-Release/ for details
-------------------------------------------------------------------
Thu Feb 22 12:49:36 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Mon Jan 1 07:29:52 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -36,7 +36,7 @@ ExclusiveArch: do_not_build
%endif
Name: kicad-doc%{?pkg_suffix}
Version: 7.0.10
Version: 8.0.0
Release: 0
Summary: Documentation and tutorials for KiCad
License: CC-BY-SA-3.0 AND GPL-3.0-or-later
@ -196,8 +196,7 @@ Requires: %{name}-en = %{version}
This package contains Chinese documentation and tutorials for KiCad
%prep
%setup -q -n %{sname}-%{version}
%patch0
%autosetup -p0 -n %{sname}-%{version}
# asciidoc errors out if the `[code]` style is used with an unknown language
# https://gitlab.com/kicad/services/kicad-doc/-/issues/851