forked from pool/kicad
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
This commit is contained in:
parent
9bc006671e
commit
4cbce27809
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 19 15:02:02 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
- 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 <guillaume.gardet@opensuse.org>
|
Tue Feb 19 09:02:41 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||||
|
|
||||||
|
10
kicad.spec
10
kicad.spec
@ -74,15 +74,17 @@ Requires: python-wxWidgets-3_0 >= 3
|
|||||||
# The help function gives an error without the doc package
|
# The help function gives an error without the doc package
|
||||||
Requires: %{name}-doc = %{version}
|
Requires: %{name}-doc = %{version}
|
||||||
# You cannot build a schematic without symbols
|
# You cannot build a schematic without symbols
|
||||||
Requires: %{name}-symbols >= %{compatversion}
|
Requires: %{name}-symbols = %{compatversion}
|
||||||
# You cannot create a pcb layout without footprints
|
# You cannot create a pcb layout without footprints
|
||||||
Requires: %{name}-footprints >= %{compatversion}
|
Requires: %{name}-footprints = %{compatversion}
|
||||||
# Kicad functions without these packages
|
# Kicad functions without these packages
|
||||||
Recommends: %{name}-library-install = %{version}
|
Recommends: %{name}-library-install = %{version}
|
||||||
Recommends: %{name}-packages3D >= %{compatversion}
|
Recommends: %{name}-packages3D = %{compatversion}
|
||||||
Recommends: %{name}-templates >= %{compatversion}
|
Recommends: %{name}-templates = %{compatversion}
|
||||||
Obsoletes: kicad = 20140120
|
Obsoletes: kicad = 20140120
|
||||||
Provides: kicad = %{compatversion}
|
Provides: kicad = %{compatversion}
|
||||||
|
# PPC is currently not supported, but there are pending patches for KiCad 5.1, recheck
|
||||||
|
ExcludeArch: %{ppc} ppc64le
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Kicad is an open source (GPL) software for the creation of electronic schematic
|
Kicad is an open source (GPL) software for the creation of electronic schematic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user