diff --git a/fritzing.changes b/fritzing.changes index 96b82ab..99cef6d 100644 --- a/fritzing.changes +++ b/fritzing.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 1 10:49:02 UTC 2017 - adam.majer@suse.de + +- use individual libboost-*-devel packages instead of boost-devel + ------------------------------------------------------------------- Tue Apr 7 18:02:36 UTC 2015 - bugs@vdm-design.de diff --git a/fritzing.spec b/fritzing.spec index 3e92490..6aa3f68 100644 --- a/fritzing.spec +++ b/fritzing.spec @@ -1,7 +1,7 @@ # # spec file for package fritzing # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -26,11 +26,15 @@ Url: http://fritzing.org/ Source0: https://github.com/fritzing/fritzing-app/archive/%{version}.tar.gz #PATCH-FIX-UPSTREAM fritzing-restore-qt5.1-compatibility.patch -- this patch restores compatibility with Qt5.1 Patch0: fritzing-restore-qt5.1-compatibility.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: desktop-file-utils -BuildRequires: zlib-devel BuildRequires: fdupes BuildRequires: libqt5-qtbase-devel +BuildRequires: zlib-devel %if 0%{?suse_version} < 1320 BuildRequires: libQt5SerialPort-devel BuildRequires: libQt5Svg-devel