Hello community,

here is the log from the commit of package mdds-1_0 for openSUSE:Factory 
checked in at 2017-02-19 00:42:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdds-1_0 (Old)
 and      /work/SRC/openSUSE:Factory/.mdds-1_0.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdds-1_0"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdds-1_0/mdds-1_0.changes        2016-04-06 
11:50:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mdds-1_0.new/mdds-1_0.changes   2017-02-19 
00:42:38.266869009 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 16:08:04 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mdds-1_0.spec ++++++
--- /var/tmp/diff_new_pack.HX8aNI/_old  2017-02-19 00:42:38.786795857 +0100
+++ /var/tmp/diff_new_pack.HX8aNI/_new  2017-02-19 00:42:38.790795294 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mdds-1_0
 #
-# 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,11 @@
 Group:          Development/Libraries/C and C++
 Url:            http://code.google.com/p/multidimalgorithm/
 Source:         
http://kohei.us/files/%{_oname}/src/%{_oname}-%{version}.tar.bz2
-BuildRequires:  boost-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel >= 1.39
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
@@ -43,7 +47,11 @@
 %package        devel
 Summary:        A collection of multi-dimensional data structure and indexing 
algorithm
 Group:          Development/Libraries/C and C++
+%if 0%{?suse_version} > 1325
+Requires:       libboost_headers-devel
+%else
 Requires:       boost-devel >= 1.39
+%endif
 
 %description    devel
 This library provides a collection of multi-dimensional data structure and 
indexing


Reply via email to