Hello community,

here is the log from the commit of package cereal for openSUSE:Factory checked 
in at 2017-02-02 15:43:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cereal (Old)
 and      /work/SRC/openSUSE:Factory/.cereal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cereal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cereal/cereal.changes    2016-10-20 
23:07:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cereal.new/cereal.changes       2017-02-03 
17:34:06.855161816 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 10:20:13 UTC 2017 - [email protected]
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cereal.spec ++++++
--- /var/tmp/diff_new_pack.sJLiQo/_old  2017-02-03 17:34:07.291100115 +0100
+++ /var/tmp/diff_new_pack.sJLiQo/_new  2017-02-03 17:34:07.295099549 +0100
@@ -1,6 +1,7 @@
 #
 # spec file for package cereal
 #
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Christoph Junghans
 #
 # All modifications and additions to the file contributed by third parties
@@ -28,7 +29,12 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  gcc-c++ >= 4.8
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_serialization-devel
+BuildRequires:  libboost_test-devel
+%else
 BuildRequires:  boost-devel
+%endif
 BuildRequires:  cmake
 
 %description
@@ -74,3 +80,5 @@
 %doc LICENSE README.md
 %{_includedir}/cereal
 %{_datadir}/cmake/cereal
+
+%changelog


Reply via email to