diff --git a/_constraints b/_constraints index 231245e..4324398 100644 --- a/_constraints +++ b/_constraints @@ -2,7 +2,7 @@ - 8 + 9 8 diff --git a/kicad-5.1.10.tar.bz2 b/kicad-5.1.10.tar.bz2 new file mode 100644 index 0000000..48ed777 --- /dev/null +++ b/kicad-5.1.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1bd8521a581964e35b70d23d3b41380eae08e8ab8838db9a5f11b1f818378f9 +size 18586889 diff --git a/kicad-5.1.9.tar.bz2 b/kicad-5.1.9.tar.bz2 deleted file mode 100644 index b43efd3..0000000 --- a/kicad-5.1.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:631941d9a7cf7627e2831d5634d77627453ca04536e4972fc7ae4bf192a979d6 -size 18597932 diff --git a/kicad.changes b/kicad.changes index 5e6ad26..a00eaee 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Apr 25 19:39:36 UTC 2021 - Stefan Brüns + +- Update to version 5.1.10 + See https://kicad.org/blog/2021/05/KiCad-5.1.10-Release/ for details. + ------------------------------------------------------------------- Wed Dec 30 18:28:50 UTC 2020 - Stefan Brüns diff --git a/kicad.spec b/kicad.spec index a13d8de..834d094 100644 --- a/kicad.spec +++ b/kicad.spec @@ -26,10 +26,10 @@ # symbol libraries from version 5.0.0 %define compatversion 5.0.0 Name: kicad -Version: 5.1.9 +Version: 5.1.10 Release: 0 Summary: EDA software suite for the creation of schematics and PCB -License: GPL-3.0-or-later AND AGPL-3.0-or-later +License: AGPL-3.0-or-later AND GPL-3.0-or-later Group: Productivity/Scientific/Electronics URL: https://kicad-pcb.org Source: https://gitlab.com/kicad/code/kicad/-/archive/%{version}/kicad-%{version}.tar.bz2 @@ -75,7 +75,7 @@ BuildRequires: hicolor-icon-theme # Dlopen'ed simulator library Requires: libngspice0 # The help function gives an error without the doc package -Requires: kicad-doc = %{version} +Recommends: kicad-doc = %{version} # You cannot build a schematic without symbols Requires: kicad-symbols = %{compatversion} # You cannot create a pcb layout without footprints