From caceb9b84bb2fa5fcce1b0f189521a45c509344b1106988e1d5098d01f0d84f3 Mon Sep 17 00:00:00 2001 From: Dave Plater Date: Wed, 12 Dec 2018 08:55:03 +0000 Subject: [PATCH] Accepting request 657411 from home:plater Allow up to date versions of symbol, footprint, template and 3D packages. OBS-URL: https://build.opensuse.org/request/show/657411 OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=54 --- kicad.changes | 6 ++++++ kicad.spec | 10 +++++----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/kicad.changes b/kicad.changes index d60bb57..baf0c49 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 12 08:50:24 UTC 2018 - davejplater@gmail.com + +- Allow up to date versions of symbol, footprint, template and 3D + packages. + ------------------------------------------------------------------- Thu Dec 6 21:15:29 UTC 2018 - Stefan BrĂ¼ns diff --git a/kicad.spec b/kicad.spec index f98bdc4..04bd4d7 100644 --- a/kicad.spec +++ b/kicad.spec @@ -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 https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -74,13 +74,13 @@ 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 -Recommends: %{name}-templates +Recommends: %{name}-packages3D >= %{compatversion} +Recommends: %{name}-templates >= %{compatversion} Obsoletes: kicad = 20140120 Provides: kicad = %{compatversion}