Hello community, here is the log from the commit of package kicad-footprints for openSUSE:Leap:15.2 checked in at 2020-02-16 18:29:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kicad-footprints (Old) and /work/SRC/openSUSE:Leap:15.2/.kicad-footprints.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad-footprints" Sun Feb 16 18:29:47 2020 rev:12 rq:774404 version:5.1.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kicad-footprints/kicad-footprints.changes 2020-01-15 15:15:55.478258825 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kicad-footprints.new.26092/kicad-footprints.changes 2020-02-16 18:30:18.386780384 +0100 @@ -1,0 +2,47 @@ +Fri Feb 14 15:42:14 UTC 2020 - Stefan Brüns <[email protected]> + +- Add Conflicts for kicad-library, removed/split with kicad-5.0.0, + fixes upgrade path for e.g. Leap 15.2. + +------------------------------------------------------------------- +Mon Nov 18 22:01:57 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to version 5.1.5 + See http://kicad-pcb.org/blog/2019/11/KiCad-5.1.5-Release/ for details. + +------------------------------------------------------------------- +Wed Aug 7 17:42:08 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to version 5.1.4 + See http://kicad-pcb.org/blog/2019/08/KiCad-5.1.4-Release/ for details. + +------------------------------------------------------------------- +Mon Apr 15 19:07:28 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to version 5.1.1 + See http://kicad-pcb.org/blog/2019/04/KiCad-5.1.1-Release/ for details. + +------------------------------------------------------------------- +Mon Mar 11 17:07:56 UTC 2019 - Stefan Brüns <[email protected]> + +- Update to version 5.1.0 + See http://kicad-pcb.org/blog/2019/03/KiCad-5.1.0-Release/ for details. + +------------------------------------------------------------------- +Thu Dec 6 21:08:05 UTC 2018 - Stefan Brüns <[email protected]> + +- Update to version 5.0.2 + +------------------------------------------------------------------- +Thu Oct 18 17:52:10 UTC 2018 - Stefan Brüns <[email protected]> + +- Update to version 5.0.1 +- Shorten description, strip verbose language duplicated from KiCad package + +------------------------------------------------------------------- +Sun Jul 22 13:06:34 UTC 2018 - [email protected] + +- Update to version 5.0.0 +- License is now CC-BY-SA-4.0 + +------------------------------------------------------------------- Old: ---- kicad-footprints-4.0.7.tar.gz New: ---- kicad-footprints-5.1.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kicad-footprints.spec ++++++ --- /var/tmp/diff_new_pack.KTdRDJ/_old 2020-02-16 18:30:19.062780737 +0100 +++ /var/tmp/diff_new_pack.KTdRDJ/_new 2020-02-16 18:30:19.066780740 +0100 @@ -1,7 +1,7 @@ # # spec file for package kicad-footprints # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,43 +12,51 @@ # 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/ # +# 5.0.x are bugfix versions, do not require users to upgrade symbols/footprints/packages +%define compatversion 5.0.0 + Name: kicad-footprints -Version: 4.0.7 +Version: 5.1.5 Release: 0 -Summary: Footprints libraries for KiCad -# license is the same as kicad-library package -License: LGPL-2.1+ +Summary: Footprint library for KiCad +# License is CC-BY-SA-4.0 but there is an exception +# See included LICENSE.md and kicad-pcb.org/libraries/license/ +License: CC-BY-SA-4.0 Group: Productivity/Scientific/Electronics -Url: http://kicad-pcb.org -Source: http://downloads.kicad-pcb.org/libraries/%{name}-%{version}.tar.gz +URL: http://kicad-pcb.org +Source: https://github.com/KiCad/kicad-footprints/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: cmake BuildRequires: fdupes BuildArch: noarch -Requires: kicad-library = %{version} +Provides: kicad-footprints = %{compatversion} +# kicad library has been removed, fp-lib-table was moved +Conflicts: kicad-library <= 4.0.7 +Provides: kicad-library:%{_datadir}/kicad/template/fp-lib-table %description -KiCad is an open source (GPL) software for the creation of electronic schematic -diagrams and printed circuit with up to 32 copper layers and additional techinical layers. +KiCad is a software suite used for Electronic Design Automation (EDA). -This is the footprints package for KiCad. +This is the footprints library package for KiCad. %prep %setup -q %build +%cmake \ + -DKICAD_DATA:PATH=%{_datadir}/kicad +%make_jobs %install -mkdir -p %{buildroot}/%{_datadir}/kicad/modules -mv * %{buildroot}/%{_datadir}/kicad/modules/ -find %{buildroot} -name ".gitattributes" -print -delete -find %{buildroot} -name ".gitignore" -print -delete -%fdupes %{buildroot}/%{_datadir}/kicad/modules/ +%cmake_install +%fdupes -s %{buildroot}/%{_datadir}/kicad/modules/ %files -%defattr(-,root,root,-) +%doc README.md CONTRIBUTING.md %{_datadir}/kicad/ +%license LICENSE.md %changelog ++++++ kicad-footprints-4.0.7.tar.gz -> kicad-footprints-5.1.5.tar.gz ++++++ ++++ 1830211 lines of diff (skipped)
