commit mdds-1_0 for openSUSE:Factory

2017-02-18 Thread root
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.changes2016-04-06 
11:50:02.0 +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 @@
 %packagedevel
 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
 
 %descriptiondevel
 This library provides a collection of multi-dimensional data structure and 
indexing




commit mdds-1_0 for openSUSE:Factory

2016-04-06 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_0 for openSUSE:Factory 
checked in at 2016-04-06 11:50:00

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.changes2016-02-17 
12:15:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.mdds-1_0.new/mdds-1_0.changes   2016-04-06 
11:50:02.0 +0200
@@ -1,0 +2,5 @@
+Thu Mar 24 14:15:52 UTC 2016 - tchva...@suse.com
+
+- Add requires to the devel subpkg as would be correct
+
+---



Other differences:
--
++ mdds-1_0.spec ++
--- /var/tmp/diff_new_pack.EUCExb/_old  2016-04-06 11:50:03.0 +0200
+++ /var/tmp/diff_new_pack.EUCExb/_new  2016-04-06 11:50:03.0 +0200
@@ -32,7 +32,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
-Requires:   boost-devel >= 1.39
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -44,6 +43,7 @@
 %packagedevel
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 Group:  Development/Libraries/C and C++
+Requires:   boost-devel >= 1.39
 
 %descriptiondevel
 This library provides a collection of multi-dimensional data structure and 
indexing




commit mdds-1_0 for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_0 for openSUSE:Factory 
checked in at 2016-02-17 10:31:07

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.changes2016-01-01 
19:49:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.mdds-1_0.new/mdds-1_0.changes   2016-02-17 
12:15:34.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb 11 11:33:13 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.1.0:
+  * Fixes in various functions to provide correct return types
+  * Rewrite to automake
+
+---

Old:

  mdds_1.0.0.tar.bz2

New:

  mdds-1.1.0.tar.bz2



Other differences:
--
++ mdds-1_0.spec ++
--- /var/tmp/diff_new_pack.iDLDAe/_old  2016-02-17 12:15:35.0 +0100
+++ /var/tmp/diff_new_pack.iDLDAe/_new  2016-02-17 12:15:35.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package mdds
+# spec file for package mdds-1_0
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -21,13 +21,13 @@
 %define _apiver 1.0
 %define _oname mdds
 Name:   %{_oname}-1_0
-Version:1.0.0
+Version:1.1.0
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT
 Group:  Development/Libraries/C and C++
 Url:http://code.google.com/p/multidimalgorithm/
-Source: 
http://kohei.us/files/%{_oname}/src/%{_oname}_%{version}.tar.bz2
+Source: 
http://kohei.us/files/%{_oname}/src/%{_oname}-%{version}.tar.bz2
 BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
@@ -51,7 +51,7 @@
 header-only library, with no shared library to link against.
 
 %prep
-%setup -q -n %{_oname}_%{version}
+%setup -q -n %{_oname}-%{version}
 
 %build
 %configure \