commit mdds-1_2 for openSUSE:Factory

2017-12-02 Thread root
Hello community,

here is the log from the commit of package mdds-1_2 for openSUSE:Factory 
checked in at 2017-12-02 13:11:31

Comparing /work/SRC/openSUSE:Factory/mdds-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_2.new (New)


Package is "mdds-1_2"

Sat Dec  2 13:11:31 2017 rev:5 rq:546417 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_2/mdds-1_2.changes2017-02-19 
00:42:22.961022454 +0100
+++ /work/SRC/openSUSE:Factory/.mdds-1_2.new/mdds-1_2.changes   2017-12-02 
13:11:31.976487989 +0100
@@ -1,0 +2,13 @@
+Wed Nov 29 13:05:52 UTC 2017 - tchva...@suse.com
+
+- Version update to 1.3.1:
+  * No api change bump this time
+  * Various multi vector fixes
+
+---
+Mon Sep  4 06:27:38 UTC 2017 - fst...@suse.com
+
+- Version update to 1.2.3:
+  * flat_segment_tree: add segment iterator and functions
+
+---

Old:

  mdds-1.2.2.tar.bz2

New:

  mdds-1.3.1.tar.bz2



Other differences:
--
++ mdds-1_2.spec ++
--- /var/tmp/diff_new_pack.iDKOFd/_old  2017-12-02 13:11:32.568466428 +0100
+++ /var/tmp/diff_new_pack.iDKOFd/_new  2017-12-02 13:11:32.568466428 +0100
@@ -21,23 +21,22 @@
 %define _apiver 1.2
 %define _oname mdds
 Name:   %{_oname}-1_2
-Version:1.2.2
+Version:1.3.1
 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
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
+BuildRequires:  pkgconfig
+BuildArch:  noarch
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
 %else
 BuildRequires:  boost-devel
 %endif
-BuildRequires:  gcc-c++
-BuildRequires:  libstdc++-devel
-BuildRequires:  pkg-config
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildArch:  noarch
 
 %description
 This library provides a collection of multi-dimensional data structure and 
indexing
@@ -71,11 +70,10 @@
 make check %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files devel
-%defattr(-,root,root)
-%doc %{_docdir}-%{_apiver}
+%doc %{_docdir}
 %{_includedir}/%{_oname}-%{_apiver}
 %{_datadir}/pkgconfig/*.pc
 

++ mdds-1.2.2.tar.bz2 -> mdds-1.3.1.tar.bz2 ++
 3449 lines of diff (skipped)




commit mdds-1_2 for openSUSE:Factory

2017-02-18 Thread root
Hello community,

here is the log from the commit of package mdds-1_2 for openSUSE:Factory 
checked in at 2017-02-19 00:42:22

Comparing /work/SRC/openSUSE:Factory/mdds-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_2.new (New)


Package is "mdds-1_2"

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_2/mdds-1_2.changes2016-09-16 
10:59:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds-1_2.new/mdds-1_2.changes   2017-02-19 
00:42:22.961022454 +0100
@@ -1,0 +2,5 @@
+Wed Feb  1 16:09:29 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+---



Other differences:
--
++ mdds-1_2.spec ++
--- /var/tmp/diff_new_pack.9eSsfN/_old  2017-02-19 00:42:23.364965623 +0100
+++ /var/tmp/diff_new_pack.9eSsfN/_new  2017-02-19 00:42:23.364965623 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mdds-1_2
 #
-# 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
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
 BuildRequires:  boost-devel
+%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_2 for openSUSE:Factory

2016-09-16 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_2 for openSUSE:Factory 
checked in at 2016-09-16 10:59:20

Comparing /work/SRC/openSUSE:Factory/mdds-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_2.new (New)


Package is "mdds-1_2"

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_2/mdds-1_2.changes2016-08-26 
23:12:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds-1_2.new/mdds-1_2.changes   2016-09-16 
10:59:22.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 11 07:34:05 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.2.2:
+  * fix to handle out-of-range insertions on flat_segment_tree
+
+---

Old:

  mdds-1.2.1.tar.bz2

New:

  mdds-1.2.2.tar.bz2



Other differences:
--
++ mdds-1_2.spec ++
--- /var/tmp/diff_new_pack.I384Qw/_old  2016-09-16 10:59:23.0 +0200
+++ /var/tmp/diff_new_pack.I384Qw/_new  2016-09-16 10:59:23.0 +0200
@@ -21,7 +21,7 @@
 %define _apiver 1.2
 %define _oname mdds
 Name:   %{_oname}-1_2
-Version:1.2.1
+Version:1.2.2
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT

++ mdds-1.2.1.tar.bz2 -> mdds-1.2.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.1/CHANGELOG new/mdds-1.2.2/CHANGELOG
--- old/mdds-1.2.1/CHANGELOG2016-06-18 20:50:29.0 +0200
+++ new/mdds-1.2.2/CHANGELOG2016-09-07 04:18:38.0 +0200
@@ -1,4 +1,11 @@
-mdds 1.2.1 (not yet released)
+mdds 1.2.2 (not-yet-released)
+
+* flat_segment_tree
+
+  * fixed a bug that would cause segmentation faults with the insert()
+method with out-of-bound segment value pair.
+
+mdds 1.2.1
 
 * multi_type_vector
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.1/Makefile.in new/mdds-1.2.2/Makefile.in
--- old/mdds-1.2.1/Makefile.in  2016-06-08 04:09:51.0 +0200
+++ new/mdds-1.2.2/Makefile.in  2016-09-10 00:45:40.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
+# Makefile.in generated by automake 1.15 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -15,7 +15,17 @@
 @SET_MAKE@
 
 VPATH = @srcdir@
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
+am__is_gnu_make = { \
+  if test -z '$(MAKELEVEL)'; then \
+false; \
+  elif test -n '$(MAKE_HOST)'; then \
+true; \
+  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
+true; \
+  else \
+false; \
+  fi; \
+}
 am__make_running_with_option = \
   case $${target_option-} in \
   ?) ;; \
@@ -117,16 +127,12 @@
 @RUN_MEMORY_TESTS_TRUE@trie_map_test_mem.mem
 
 subdir = .
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
-   $(top_srcdir)/configure $(am__configure_deps) \
-   $(top_srcdir)/example/Makefile.in \
-   $(top_srcdir)/src/test.mem.in $(top_srcdir)/misc/mdds.pc.in \
-   $(srcdir)/VERSION.in depcomp $(dist_docs_DATA) test-driver \
-   AUTHORS COPYING NEWS install-sh missing
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
+   $(am__configure_deps) $(dist_docs_DATA) $(am__DIST_COMMON)
 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  configure.lineno config.status.lineno
 mkinstalldirs = $(install_sh) -d
@@ -514,6 +520,10 @@
 MEM_LOG_COMPILE = $(MEM_LOG_COMPILER) $(AM_MEM_LOG_FLAGS) \
$(MEM_LOG_FLAGS)
 DIST_SUBDIRS = $(SUBDIRS)
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/VERSION.in \
+   $(top_srcdir)/example/Makefile.in \
+   $(top_srcdir)/misc/mdds.pc.in $(top_srcdir)/src/test.mem.in \
+   AUTHORS COPYING NEWS depcomp install-sh missing test-driver
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
@@ -643,6 +653,7 @@
 prefix = @prefix@
 program_transform_name = @program_transform_name@
 psdir = @psdir@
+runstatedir = @runstatedir@
 sbindir = @sbindir@
 sharedstatedir = @sharedstatedir@
 srcdir = @srcdir@
@@ -736,7 +747,6 @@
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
$(am__cd) $(top_srcdir) && \
  $(AUTOMAKE) --foreign Makefile

commit mdds-1_2 for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package mdds-1_2 for openSUSE:Factory 
checked in at 2016-08-26 23:12:44

Comparing /work/SRC/openSUSE:Factory/mdds-1_2 (Old)
 and  /work/SRC/openSUSE:Factory/.mdds-1_2.new (New)


Package is "mdds-1_2"

Changes:

--- /work/SRC/openSUSE:Factory/mdds-1_2/mdds-1_2.changes2016-06-14 
23:04:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.mdds-1_2.new/mdds-1_2.changes   2016-08-26 
23:12:45.0 +0200
@@ -1,0 +2,6 @@
+Fri Aug 19 19:01:17 UTC 2016 - tchva...@suse.com
+
+- Version update to 1.2.1:
+  * Few small bugfixes
+
+---

Old:

  mdds-1.2.0.tar.bz2

New:

  mdds-1.2.1.tar.bz2



Other differences:
--
++ mdds-1_2.spec ++
--- /var/tmp/diff_new_pack.GXOpGF/_old  2016-08-26 23:12:46.0 +0200
+++ /var/tmp/diff_new_pack.GXOpGF/_new  2016-08-26 23:12:46.0 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package mdds-1_0
+# spec file for package mdds-1_2
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -21,7 +21,7 @@
 %define _apiver 1.2
 %define _oname mdds
 Name:   %{_oname}-1_2
-Version:1.2.0
+Version:1.2.1
 Release:0
 Summary:A collection of multi-dimensional data structure and indexing 
algorithm
 License:MIT

++ mdds-1.2.0.tar.bz2 -> mdds-1.2.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.0/CHANGELOG new/mdds-1.2.1/CHANGELOG
--- old/mdds-1.2.0/CHANGELOG2016-05-03 02:41:57.0 +0200
+++ new/mdds-1.2.1/CHANGELOG2016-06-18 20:50:29.0 +0200
@@ -1,3 +1,19 @@
+mdds 1.2.1 (not yet released)
+
+* multi_type_vector
+
+  * added size() method to the element block type, which returns the
+actual size of the element block, instead of the cached size value
+stored in the parent structure that stores the element block.
+
+  * fixed a double-deletion bug in the swap() method which would
+triggered when used with a managed element block.
+
+* mtv::collection
+
+  * fixed collection iterator's get() method to properly return values
+from the boolean element block.
+
 mdds 1.2.0
 
 * packed_trie_map
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.0/README.md new/mdds-1.2.1/README.md
--- old/mdds-1.2.0/README.md2016-05-03 02:41:57.0 +0200
+++ new/mdds-1.2.1/README.md2016-05-12 02:46:57.0 +0200
@@ -102,6 +102,7 @@
 
 | Version | API Version | Release Date | Download | Check Sum | File Size 
(bytes) |
 
|-|-|--|--|---|---|
+| 1.2.0 | 1.2 | 2016-05-11 | 
[mdds-1.2.0.tar.bz2](http://kohei.us/files/mdds/src/mdds-1.2.0.tar.bz2) | 
sha256sum: f44fd0635de94c7d490f9a65f74b5e55860d7bdd507951428294f9690fda45b6 | 
284962 |
 | 1.1.0 | 1.0 | 2016-02-10 | 
[mdds-1.1.0.tar.bz2](http://kohei.us/files/mdds/src/mdds-1.1.0.tar.bz2) | 
sha256sum: 4253ab93fe8bb579321a50e247f1f800191ab99fe2d8c6c181741b8bd3fb161f | 
258691 |
 | 1.0.0 | 1.0 | 2015-10-06 | 
[mdds_1.0.0.tar.bz2](http://kohei.us/files/mdds/src/mdds_1.0.0.tar.bz2) | 
sha256sum: ef8abc1236b54c7ca16ae1ee38abfb9cdbc5d1e6a2427c65b92b8c1003e3bf56 | 
166619 |
 | 0.12.1 || 2015-06-11 | 
[mdds_0.12.1.tar.bz2](http://kohei.us/files/mdds/src/mdds_0.12.1.tar.bz2) | 
md5sum: ef2560ed5416652a7fe195305b14cebesha1sum: 
e7469349f8d0c65545896fe553918f3ea93bd84d | - |
@@ -140,8 +141,8 @@
 API Incompatibility Notes
 =
 
-1.2 (not yet released)
---
+1.2
+---
 
 ### trie_map / packed_trie_map
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mdds-1.2.0/configure new/mdds-1.2.1/configure
--- old/mdds-1.2.0/configure2016-05-12 02:10:36.0 +0200
+++ new/mdds-1.2.1/configure2016-06-08 04:09:51.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mdds 1.2.0.
+# Generated by GNU Autoconf 2.69 for mdds 1.2.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='mdds'
 PACKAGE_TARNAME='mdds'
-PACKAGE_VERSION='1.2.0'
-PACKAGE_STRING='mdds 1.2.0'
+PACKAGE_VERSION='1.2.1'
+PACKAGE_STRING='mdds 1.2.1'
 PACKAGE_BUGREPORT='kohei.yosh...@gmail.com'
 PACKAGE_URL=''
 
@@ -1246,7 +1246,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures mdds 1.2.0 to adapt to many kinds of systems.
+\`configure' configures mdds 1.2.1 to