Hello community, here is the log from the commit of package plee-the-bear for openSUSE:Factory checked in at 2017-12-31 01:13:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/plee-the-bear (Old) and /work/SRC/openSUSE:Factory/.plee-the-bear.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "plee-the-bear" Sun Dec 31 01:13:35 2017 rev:3 rq:560110 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/plee-the-bear/plee-the-bear.changes 2017-06-21 13:54:11.800718140 +0200 +++ /work/SRC/openSUSE:Factory/.plee-the-bear.new/plee-the-bear.changes 2017-12-31 01:13:53.731567456 +0100 @@ -1,0 +2,5 @@ +Tue Dec 26 16:06:18 UTC 2017 - [email protected] + +- Cmake error and warnings fix. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ plee-the-bear.spec ++++++ --- /var/tmp/diff_new_pack.XLBZEl/_old 2017-12-31 01:13:55.914839042 +0100 +++ /var/tmp/diff_new_pack.XLBZEl/_new 2017-12-31 01:13:55.918837708 +0100 @@ -27,7 +27,14 @@ # PATCH-FIX-UPSTREAM to be built via gcc6+. Patch0: ptb-sequencer-gcc6.patch BuildRequires: SDL_mixer-devel +%if 0%{?suse_version} > 1325 +BuildRequires: libboost_filesystem-devel +BuildRequires: libboost_regex-devel +BuildRequires: libboost_system-devel +BuildRequires: libboost_thread-devel +%else BuildRequires: boost-devel +%endif BuildRequires: cmake BuildRequires: fdupes BuildRequires: gcc-c++ @@ -67,6 +74,7 @@ %build %cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -Wno-dev \ -DPTB_INSTALL_CUSTOM_LIBRARY_DIR=%{_lib}/%{name} \ -DBEAR_ENGINE_INSTALL_LIBRARY_DIR=%{_lib}/%{name} \ -DBEAR_EDITORS_ENABLED=False
