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
This commit is contained in:
Dave Plater 2018-12-12 08:55:03 +00:00 committed by Git OBS Bridge
parent 27506998db
commit caceb9b84b
2 changed files with 11 additions and 5 deletions

View File

@ -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 <stefan.bruens@rwth-aachen.de>

View File

@ -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}