Hello community, here is the log from the commit of package kicad for openSUSE:Factory checked in at 2019-02-20 14:14:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kicad (Old) and /work/SRC/openSUSE:Factory/.kicad.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad" Wed Feb 20 14:14:19 2019 rev:29 rq:677538 version:5.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/kicad/kicad.changes 2018-12-18 14:57:41.182315393 +0100 +++ /work/SRC/openSUSE:Factory/.kicad.new.28833/kicad.changes 2019-02-20 14:14:21.450878717 +0100 @@ -1,0 +2,12 @@ +Tue Feb 19 15:02:02 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- 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 <[email protected]> + +- Set disk size constraint to avoid build failure seen on aarch64 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kicad.spec ++++++ --- /var/tmp/diff_new_pack.INTguB/_old 2019-02-20 14:14:22.082878505 +0100 +++ /var/tmp/diff_new_pack.INTguB/_new 2019-02-20 14:14:22.082878505 +0100 @@ -1,7 +1,7 @@ # # spec file for package kicad # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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 http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -74,15 +74,17 @@ # 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 >= %{compatversion} -Recommends: %{name}-templates >= %{compatversion} +Recommends: %{name}-packages3D = %{compatversion} +Recommends: %{name}-templates = %{compatversion} Obsoletes: kicad = 20140120 Provides: kicad = %{compatversion} +# PPC is currently not supported, but there are pending patches for KiCad 5.1, recheck +ExcludeArch: %{ppc} ppc64le %description Kicad is an open source (GPL) software for the creation of electronic schematic ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.INTguB/_old 2019-02-20 14:14:22.106878497 +0100 +++ /var/tmp/diff_new_pack.INTguB/_new 2019-02-20 14:14:22.106878497 +0100 @@ -1,6 +1,9 @@ <?xml version="1.0"?> <constraints> <hardware> + <disk> + <size unit="G">8</size> + </disk> <memory> <size unit="G">8</size> </memory>
