From 9bc006671e1159c2cfc64d1a35a7573aebf796f848d92d34c4277e283ea3a561 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Tue, 19 Feb 2019 12:54:21 +0000 Subject: [PATCH 1/2] Accepting request 677291 from home:Guillaume_G:branches:openSUSE:Factory:ARM - Set disk size constraint to avoid build failure seen on aarch64 OBS-URL: https://build.opensuse.org/request/show/677291 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=56 --- _constraints | 3 +++ kicad.changes | 5 +++++ kicad.spec | 4 ++-- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/_constraints b/_constraints index e81bd89..231245e 100644 --- a/_constraints +++ b/_constraints @@ -1,6 +1,9 @@ + + 8 + 8 diff --git a/kicad.changes b/kicad.changes index baf0c49..c5888f3 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 19 09:02:41 UTC 2019 - Guillaume GARDET + +- Set disk size constraint to avoid build failure seen on aarch64 + ------------------------------------------------------------------- Wed Dec 12 08:50:24 UTC 2018 - davejplater@gmail.com diff --git a/kicad.spec b/kicad.spec index 04bd4d7..cfe72c1 100644 --- a/kicad.spec +++ b/kicad.spec @@ -1,7 +1,7 @@ # # spec file for package kicad # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # From 4cbce27809dec863345185742c3b4466bc07d4bab05acfa48c2e07bc66704763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Wed, 20 Feb 2019 01:31:21 +0000 Subject: [PATCH 2/2] Accepting request 677535 from home:StefanBruens:branches:electronics - Revert broken change for symbol etc. library versions, there is nothing disallowing recent packages. - Exclude PPC, not yet supported OBS-URL: https://build.opensuse.org/request/show/677535 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=57 --- kicad.changes | 7 +++++++ kicad.spec | 10 ++++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/kicad.changes b/kicad.changes index c5888f3..027df1f 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Feb 19 15:02:02 UTC 2019 - Stefan BrĂ¼ns + +- Revert broken change for symbol etc. library versions, there is nothing + disallowing recent packages. +- Exclude PPC, not yet supported + ------------------------------------------------------------------- Tue Feb 19 09:02:41 UTC 2019 - Guillaume GARDET diff --git a/kicad.spec b/kicad.spec index cfe72c1..a9d2858 100644 --- a/kicad.spec +++ b/kicad.spec @@ -74,15 +74,17 @@ Requires: python-wxWidgets-3_0 >= 3 # The help function gives an error without the doc package Requires: %{name}-doc = %{version} # You cannot build a schematic without symbols -Requires: %{name}-symbols >= %{compatversion} +Requires: %{name}-symbols = %{compatversion} # You cannot create a pcb layout without footprints -Requires: %{name}-footprints >= %{compatversion} +Requires: %{name}-footprints = %{compatversion} # Kicad functions without these packages Recommends: %{name}-library-install = %{version} -Recommends: %{name}-packages3D >= %{compatversion} -Recommends: %{name}-templates >= %{compatversion} +Recommends: %{name}-packages3D = %{compatversion} +Recommends: %{name}-templates = %{compatversion} Obsoletes: kicad = 20140120 Provides: kicad = %{compatversion} +# PPC is currently not supported, but there are pending patches for KiCad 5.1, recheck +ExcludeArch: %{ppc} ppc64le %description Kicad is an open source (GPL) software for the creation of electronic schematic