From eac6a046d6012a9f2b6461f8af93cb4ca770f6c1e6c14cdcbb99c0b78bb311ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Thu, 8 Apr 2021 17:13:35 +0000 Subject: [PATCH 1/2] OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=79 --- _constraints | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_constraints b/_constraints index 231245e..4324398 100644 --- a/_constraints +++ b/_constraints @@ -2,7 +2,7 @@ - 8 + 9 8 From 0051ffbd150d5c6bfcec9cc0b246e784abe1f9e2229d7f9a2520b434061e0478 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Tue, 4 May 2021 05:51:00 +0000 Subject: [PATCH 2/2] Accepting request 890188 from home:StefanBruens:branches:electronics - Update to version 5.1.10 See https://kicad.org/blog/2021/05/KiCad-5.1.10-Release/ for details. OBS-URL: https://build.opensuse.org/request/show/890188 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=80 --- kicad-5.1.10.tar.bz2 | 3 +++ kicad-5.1.9.tar.bz2 | 3 --- kicad.changes | 6 ++++++ kicad.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 kicad-5.1.10.tar.bz2 delete mode 100644 kicad-5.1.9.tar.bz2 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