Accepting request 376494 from home:Dmitry_R:branches:electronics

OBS-URL: https://build.opensuse.org/request/show/376494
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=17
This commit is contained in:
Dmitry Roshchin 2016-03-21 11:34:38 +00:00 committed by Git OBS Bridge
parent 03910bd463
commit d820973901
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73a9f8713ba93ce34e5f9c26e9667f33a22f4e33192fa6bd15d3fc0edea54bde
size 10837804

3
kicad-4.0.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2eae6986843a29862ab399a30b50454582d22f58ed3f53eb50d0c85e5d488eb9
size 10841200

View File

@ -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

View File

@ -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