diff --git a/kicad-4.0.1.tar.xz b/kicad-4.0.1.tar.xz deleted file mode 100644 index b48cdd1..0000000 --- a/kicad-4.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73a9f8713ba93ce34e5f9c26e9667f33a22f4e33192fa6bd15d3fc0edea54bde -size 10837804 diff --git a/kicad-4.0.2.tar.xz b/kicad-4.0.2.tar.xz new file mode 100644 index 0000000..ff77184 --- /dev/null +++ b/kicad-4.0.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eae6986843a29862ab399a30b50454582d22f58ed3f53eb50d0c85e5d488eb9 +size 10841200 diff --git a/kicad.changes b/kicad.changes index 58398d7..3a8f232 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 21 09:00:54 UTC 2016 - dmitry_r@opensuse.org + +- Update to version 4.0.2 + * Bugfix release + ------------------------------------------------------------------- Wed Dec 9 18:50:21 UTC 2015 - dmitry_r@opensuse.org diff --git a/kicad.spec b/kicad.spec index a653012..53c6912 100644 --- a/kicad.spec +++ b/kicad.spec @@ -1,7 +1,7 @@ # # spec file for package kicad # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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,7 +17,7 @@ Name: kicad -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: EDA software suite for the creation of schematics and PCB License: GPL-2.0+ and GPL-3.0+ @@ -60,6 +60,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: %{name}-library-install Requires: python-wxWidgets-3_0 >= 3 Recommends: %{name}-doc +Recommends: %{name}-library = %{version} +Recommends: %{name}-library-install = %{version} Obsoletes: kicad = 20140120 %description @@ -75,7 +77,6 @@ KiCad includes a project manager and four main independent software tools: %package library-install Summary: Script for KiCad libraries downloading Group: Productivity/Scientific/Electronics -Obsoletes: %{name}-library Requires: %{name} = %{version} Requires: curl Requires: git-core