Accepting request 977317 from home:StefanBruens:branches:electronics

- Update to version 6.0.5
  See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details.
- Use Boost >= 1.71 on Leap.

OBS-URL: https://build.opensuse.org/request/show/977317
OBS-URL: https://build.opensuse.org/package/show/electronics/kicad?expand=0&rev=93
This commit is contained in:
Stefan Brüns 2022-05-15 15:52:32 +00:00 committed by Git OBS Bridge
parent fe8cc914dc
commit c7356eb54b
4 changed files with 17 additions and 8 deletions

View File

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

3
kicad-6.0.5.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri May 13 19:39:26 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 6.0.5
See https://www.kicad.org/blog/2022/05/KiCad-6.0.5-Release/ for details.
- Use Boost >= 1.71 on Leap.
-------------------------------------------------------------------
Sat Mar 19 03:17:58 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -20,8 +20,8 @@
# symbol libraries from version 6.0.0
%define compatversion 6.0.0
Name: kicad
Version: 6.0.4
%define file_version 6.0.4
Version: 6.0.5
%define file_version 6.0.5
Release: 0
Summary: EDA software suite for the creation of schematics and PCB
License: AGPL-3.0-or-later AND GPL-3.0-or-later
@ -35,9 +35,9 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gettext
BuildRequires: glm-devel >= 0.9.8
BuildRequires: libboost_filesystem-devel
BuildRequires: libboost_system-devel
BuildRequires: libboost_test-devel
BuildRequires: libboost_filesystem-devel-impl
BuildRequires: libboost_system-devel-impl >= 1.71
BuildRequires: libboost_test-devel-impl
BuildRequires: libngspice-devel
BuildRequires: occt-devel
BuildRequires: pkg-config
@ -119,6 +119,8 @@ Provides translations for the "%{name}" package.
%build
%cmake \
-DCMAKE_SKIP_RPATH:BOOL=OFF \
-DCMAKE_SKIP_INSTALL_RPATH:BOOL=ON \
-DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed -Wl,--no-undefined -Wl,-z,now -pie" \
-DKICAD_DOCS:PATH=%{_docdir}/kicad \
-DPYTHON_SITE_PACKAGE_PATH=%{python3_sitearch} \