Hello community,

here is the log from the commit of package mdds for openSUSE:Factory checked in 
at 2013-04-26 13:32:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mdds (Old)
 and      /work/SRC/openSUSE:Factory/.mdds.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mdds", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/mdds/mdds.changes        2012-11-13 
17:09:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.mdds.new/mdds.changes   2013-04-26 
13:32:47.000000000 +0200
@@ -1,0 +2,30 @@
+Sat Apr 20 11:48:26 UTC 2013 - tchva...@suse.com
+
+- Add URL path for download.
+
+-------------------------------------------------------------------
+Thu Mar 14 20:12:31 UTC 2013 - tchva...@suse.com
+
+- Add version 0.7.1
+
+  * add variants of set() methods (both single- and multi-value)
+    insert(), set_empty() and insert_empty() methods that take an
+    iterator as an additional position hint parameter for block lookup
+    speed optimization.
+
+  * add support for non-const iterators which allow the client code to
+    modify values directly from the iterators.
+
+  * set() methods (both single- and multi-parameter variants),
+    set_empty(), insert() and insert_empty() methods now return
+    iterator that references the block to which the values are set or
+    inserted.
+
+  * fixed bugs in set() method (single-parameter variant) which would
+    insert a new block at incorrect position.
+
+  * fixed bugs in set() method (multi-parameter variant) which would
+    fail to merge neighboring blocks of identical type under certain
+    conditions.
+
+-------------------------------------------------------------------

Old:
----
  mdds_0.6.1.tar.bz2

New:
----
  mdds_0.7.1.tar.bz2

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

Other differences:
------------------
++++++ mdds.spec ++++++
--- /var/tmp/diff_new_pack.6MEyUm/_old  2013-04-26 13:32:49.000000000 +0200
+++ /var/tmp/diff_new_pack.6MEyUm/_new  2013-04-26 13:32:49.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package libexttextcat
+# spec file for package mdds
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,20 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           mdds
-Version:        0.6.1
-Release:        1
+Version:        0.7.1
+Release:        0
 Url:            http://code.google.com/p/multidimalgorithm/
+Source:         
https://multidimalgorithm.googlecode.com/files/%{name}_%{version}.tar.bz2
+Summary:        A collection of multi-dimensional data structure and indexing 
algorithm
 License:        MIT
-Source:         %{name}_%{version}.tar.bz2
 Group:          Development/Libraries/C and C++
-Summary:        A collection of multi-dimensional data structure and indexing 
algorithm
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  gcc-c++, libstdc++-devel, boost-devel 
+BuildRequires:  boost-devel
+BuildRequires:  gcc-c++
+BuildRequires:  libstdc++-devel
 Requires:       boost-devel >= 1.39
 
 %description
@@ -34,8 +37,8 @@
 header-only library, with no shared library to link against.
 
 %package        devel
-Group:          Development/Libraries/C and C++
 Summary:        A collection of multi-dimensional data structure and indexing 
algorithm
+Group:          Development/Libraries/C and C++
 
 %description    devel
 This library provides a collection of multi-dimensional data structure and 
indexing

++++++ mdds_0.6.1.tar.bz2 -> mdds_0.7.1.tar.bz2 ++++++
++++ 6560 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to