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}