Accepting request 722078 from home:StefanBruens:branches:electronics

Update to 5.1.4
Please wait for release announcement until forwarding to Factory.

OBS-URL: https://build.opensuse.org/request/show/722078
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=67
This commit is contained in:
2019-08-10 13:59:47 +00:00
committed by Git OBS Bridge
parent daf451e8ac
commit aab2adb643
5 changed files with 163 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
# symbol libraries from version 5.0.0
%define compatversion 5.0.0
Name: kicad
Version: 5.1.2
Version: 5.1.4
Release: 0
Summary: EDA software suite for the creation of schematics and PCB
License: GPL-3.0-or-later AND AGPL-3.0-or-later
@@ -32,6 +32,8 @@ Patch1: kicad-user-library.patch
# PATCH-FIX-OPENSUSE davejplater@gmail.com -kicad-suse-help-path.patch - kicad looks in /usr/share/doc/kicad for help files and doesn't find them.
# this patch adds packges/ befor kicad and enables help to function.
Patch3: kicad-suse-help-path.patch
# PATCH-FIX-OTHER http://git.pld-linux.org/?p=packages/kicad.git;a=blob_plain;f=lto.patch;h=ad2c2f023eb7ffeefef2c1fd4cff1fdc9f6b3156;hb=HEAD
Patch4: fix_build_with_lto.patch
%if 0%{?suse_version} >= 1500
BuildRequires: libboost_filesystem-devel
@@ -94,6 +96,9 @@ KiCad includes a project manager and four main independent software tools:
%setup -q -n kicad-%{version}
%patch1 -p0
%patch3
%if 0
%patch4 -p1
%endif
%build
# -DKICAD_PLUGINS:PATH=%%{_libdir}/kicad/plugins \