Hello community, here is the log from the commit of package sdcc for openSUSE:Factory checked in at 2017-02-07 12:02:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sdcc (Old) and /work/SRC/openSUSE:Factory/.sdcc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sdcc" Changes: -------- --- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes 2016-09-21 18:50:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes 2017-02-07 12:02:19.459324813 +0100 @@ -1,0 +2,5 @@ +Thu Feb 2 12:40:27 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sdcc.spec ++++++ --- /var/tmp/diff_new_pack.wzeFjV/_old 2017-02-07 12:02:20.303205436 +0100 +++ /var/tmp/diff_new_pack.wzeFjV/_new 2017-02-07 12:02:20.307204871 +0100 @@ -1,7 +1,7 @@ # # spec file for package sdcc # -# Copyright (c) 2016 SUSE LINUX 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 @@ -27,7 +27,11 @@ Source1: %{name}-rpmlintrc Patch2: sdcc_enable_additional_target_libs.patch BuildRequires: bison +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_headers-devel +%else BuildRequires: boost-devel +%endif BuildRequires: fdupes BuildRequires: flex BuildRequires: gcc
