Hello community, here is the log from the commit of package librime for openSUSE:Factory checked in at 2017-02-02 15:46:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librime (Old) and /work/SRC/openSUSE:Factory/.librime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librime" Changes: -------- --- /work/SRC/openSUSE:Factory/librime/librime.changes 2016-04-22 16:23:03.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.librime.new/librime.changes 2017-02-03 17:48:27.217429949 +0100 @@ -1,0 +2,5 @@ +Wed Feb 1 13:16:36 UTC 2017 - [email protected] + +- use individual libboost-*-devel packages instead of boost-devel + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librime.spec ++++++ --- /var/tmp/diff_new_pack.Fu0C9t/_old 2017-02-03 17:48:27.777351013 +0100 +++ /var/tmp/diff_new_pack.Fu0C9t/_new 2017-02-03 17:48:27.781350450 +0100 @@ -1,7 +1,7 @@ # # spec file for package librime # -# 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 @@ -28,7 +28,14 @@ Patch1: librime-1.1-gcc53613.patch #PATCH-FIX-OPENSUSE fix boost 1.49 filesystem linking on 12.3 and lower Patch2: librime-1.2-BOOST_NO_SCOPED_ENUMS.patch +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_locale-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_signals-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: glog-devel
