[Libreoffice-commits] core.git: download.lst external/mdds

Kohei Yoshida kohei.yoshida at gmail.com
Fri Jun 24 15:06:07 UTC 2016


 download.lst                          |    4 ++--
 external/mdds/UnpackedTarball_mdds.mk |    1 -
 external/mdds/tdf90579.patch.0        |   23 -----------------------
 3 files changed, 2 insertions(+), 26 deletions(-)

New commits:
commit 81db0773fe499fd4b326925dad42a7099f19fcb3
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Thu Jun 23 22:42:48 2016 -0400

    Upgrade mdds to 1.2.1.
    
    Change-Id: Ifc5b9d94bad191c0e19d5e6dada492caeb9cba76
    Reviewed-on: https://gerrit.libreoffice.org/26638
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/download.lst b/download.lst
index b2d72fb..ef5712b 100644
--- a/download.lst
+++ b/download.lst
@@ -97,8 +97,8 @@ export LIBXML_TARBALL := ae249165c173b1ff386ee8ad676815f5-libxml2-2.9.4.tar.gz
 export LIBXSLT_TARBALL := a129d3c44c022de3b9dcf6d6f288d72e-libxslt-1.1.29.tar.gz
 export LPSOLVE_TARBALL := 26b3e95ddf3d9c077c480ea45874b3b8-lp_solve_5.5.tar.gz
 export MARIADB_TARBALL := a233181e03d3c307668b4c722d881661-mariadb_client-2.0.0-src.tar.gz
-export MDDS_MD5SUM := 9f3383fb7bae825eab69f3a6ec1d74b2
-export MDDS_TARBALL := mdds-1.2.0.tar.bz2
+export MDDS_MD5SUM := 4cf64cd1f6543501b10054a0801a03dd
+export MDDS_TARBALL := mdds-1.2.1.tar.bz2
 export MDNSRESPONDER_MD5SUM := 940057ac8b513b00e8e9ca12ef796762
 export MDNSRESPONDER_TARBALL := mDNSResponder-576.30.4.tar.gz
 export MSPUB_MD5SUM := ff9d0f9dd8fbc523408ea1953d5bde41
diff --git a/external/mdds/UnpackedTarball_mdds.mk b/external/mdds/UnpackedTarball_mdds.mk
index bd57593..c015f4c 100644
--- a/external/mdds/UnpackedTarball_mdds.mk
+++ b/external/mdds/UnpackedTarball_mdds.mk
@@ -14,7 +14,6 @@ $(eval $(call gb_UnpackedTarball_set_tarball,mdds,$(MDDS_TARBALL)))
 $(eval $(call gb_UnpackedTarball_set_patchlevel,mdds,0))
 
 $(eval $(call gb_UnpackedTarball_add_patches,mdds,\
-        external/mdds/tdf90579.patch.0 \
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/external/mdds/tdf90579.patch.0 b/external/mdds/tdf90579.patch.0
deleted file mode 100644
index 5ef1bc7..0000000
--- a/external/mdds/tdf90579.patch.0
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/include/mdds/multi_type_vector_def.inl b/include/mdds/multi_type_vector_def.inl
-index 0e2a15a..fe9c767 100644
---- include/mdds/multi_type_vector_def.inl
-+++ include/mdds/multi_type_vector_def.inl
-@@ -2306,6 +2306,9 @@ void multi_type_vector<_CellBlockFunc, _EventFunc>::swap_single_to_multi_blocks(
-     {
-         // Source range is at the top of a block.
- 
-+        // Shrink the current block by erasing the top part.
-+        element_block_func::erase(*blk_src->mp_data, 0, len);
-+
-         if (src_tail_len == 0)
-         {
-             // the whole block needs to be replaced.
-@@ -2314,8 +2317,6 @@ void multi_type_vector<_CellBlockFunc, _EventFunc>::swap_single_to_multi_blocks(
-         }
-         else
-         {
--            // Shrink the current block by erasing the top part.
--            element_block_func::erase(*blk_src->mp_data, 0, len);
-             blk_src->m_size -= len;
-         }
- 


More information about the Libreoffice-commits mailing list