Hello community, here is the log from the commit of package kicad-footprints for openSUSE:Factory checked in at 2018-09-04 22:54:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kicad-footprints (Old) and /work/SRC/openSUSE:Factory/.kicad-footprints.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kicad-footprints" Tue Sep 4 22:54:09 2018 rev:7 rq:627401 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kicad-footprints/kicad-footprints.changes 2017-09-05 15:18:23.946426738 +0200 +++ /work/SRC/openSUSE:Factory/.kicad-footprints.new/kicad-footprints.changes 2018-09-04 22:54:57.156751249 +0200 @@ -1,0 +2,6 @@ +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.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kicad-footprints.spec ++++++ --- /var/tmp/diff_new_pack.5830rL/_old 2018-09-04 22:54:57.912753835 +0200 +++ /var/tmp/diff_new_pack.5830rL/_new 2018-09-04 22:54:57.916753849 +0200 @@ -1,7 +1,7 @@ # # spec file for package kicad-footprints # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -17,17 +17,19 @@ Name: kicad-footprints -Version: 4.0.7 +Version: 5.0.0 Release: 0 -Summary: Footprints libraries for KiCad -# license is the same as kicad-library package -License: LGPL-2.1+ +Summary: Footprint libraries 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 +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} +Requires: kicad = %{version} %description KiCad is an open source (GPL) software for the creation of electronic schematic @@ -39,16 +41,17 @@ %setup -q %build +%cmake +%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.0.0.tar.gz ++++++ ++++ 1686832 lines of diff (skipped)
