From c7356eb54b9c477df04a577ff421ebca2a37e81b162aff9701a41e8cac4bab64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Br=C3=BCns?= Date: Sun, 15 May 2022 15:52:32 +0000 Subject: [PATCH] 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 --- kicad-6.0.4.tar.bz2 | 3 --- kicad-6.0.5.tar.bz2 | 3 +++ kicad.changes | 7 +++++++ kicad.spec | 12 +++++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 kicad-6.0.4.tar.bz2 create mode 100644 kicad-6.0.5.tar.bz2 diff --git a/kicad-6.0.4.tar.bz2 b/kicad-6.0.4.tar.bz2 deleted file mode 100644 index 822b05d..0000000 --- a/kicad-6.0.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d5173a3e81e4373a3107de0ac62a77bf3ae8aee5e7cb9fd03af364a481806965 -size 33892018 diff --git a/kicad-6.0.5.tar.bz2 b/kicad-6.0.5.tar.bz2 new file mode 100644 index 0000000..ea84725 --- /dev/null +++ b/kicad-6.0.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc77bf07a9b9e7bb889208f9741d21134ad398391085d10d3cf4afd9204507ab +size 33903214 diff --git a/kicad.changes b/kicad.changes index 121bd97..12611bd 100644 --- a/kicad.changes +++ b/kicad.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri May 13 19:39:26 UTC 2022 - Stefan Brüns + +- 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 diff --git a/kicad.spec b/kicad.spec index bcae26c..58a3506 100644 --- a/kicad.spec +++ b/kicad.spec @@ -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} \