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:
parent
27506998db
commit
caceb9b84b
@ -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>
|
||||
|
||||
|
10
kicad.spec
10
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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user