Hello community, here is the log from the commit of package innoextract for openSUSE:Factory checked in at 2017-02-03 16:27:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/innoextract (Old) and /work/SRC/openSUSE:Factory/.innoextract.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "innoextract" Changes: -------- --- /work/SRC/openSUSE:Factory/innoextract/innoextract.changes 2016-03-26 17:28:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.innoextract.new/innoextract.changes 2017-02-03 17:42:44.645873956 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 11:29:48 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ innoextract.spec ++++++ --- /var/tmp/diff_new_pack.1XkBPw/_old 2017-02-03 17:42:45.041817914 +0100 +++ /var/tmp/diff_new_pack.1XkBPw/_new 2017-02-03 17:42:45.041817914 +0100 @@ -1,7 +1,7 @@ # # spec file for package innoextract # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -25,7 +25,14 @@ Group: Productivity/Archiving/Backup Url: http://constexpr.org/innoextract/ Source: http://constexpr.org/innoextract/files/%{name}-%{version}.tar.gz +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_date_time-devel +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_iostreams-devel +BuildRequires: libboost_program_options-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake >= 2.8.0 BuildRequires: doxygen BuildRequires: gcc-c++
