[packages/libreoffice] - update files to 4.4.3.2; unfortunately gcc dies with internal error when building it

arekm arekm at pld-linux.org
Thu May 28 18:02:51 CEST 2015


commit 1497b7a1a2c1feedb7587a20acccb089e729d93f
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu May 28 18:02:35 2015 +0200

    - update files to 4.4.3.2; unfortunately gcc dies with internal error when building it

 libreoffice-build.patch | 11 +++++++++++
 libreoffice.spec        | 12 ++++++------
 2 files changed, 17 insertions(+), 6 deletions(-)
---
diff --git a/libreoffice.spec b/libreoffice.spec
index 50da2d5..232c220 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -45,23 +45,23 @@
 %undefine	with_system_hsqldb
 %endif
 
-%define		major_ver		4.4.2
+%define		major_ver		4.4.3
 
 Summary:	LibreOffice - powerful office suite
 Summary(pl.UTF-8):	LibreOffice - potężny pakiet biurowy
 Name:		libreoffice
-Version:	%{major_ver}.1
+Version:	%{major_ver}.2
 Release:	0.1
 License:	GPL/LGPL
 Group:		X11/Applications
 Source0:	http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-%{version}.tar.xz
-# Source0-md5:	95a3c794f4c6e17d6ced1bd2be414568
+# Source0-md5:	427075aba3e1d32197954b7d6a2d0566
 Source1:	http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-dictionaries-%{version}.tar.xz
-# Source1-md5:	05d21814f36942d840e813ca41d09511
+# Source1-md5:	106c6826526289c679162b04166a8937
 Source2:	http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-help-%{version}.tar.xz
-# Source2-md5:	291b5bef617ac3af1d46f8c1c13f67c8
+# Source2-md5:	9019bcc3d1bc4bb882c3366a2dfc302d
 Source3:	http://download.documentfoundation.org/libreoffice/src/%{major_ver}/%{name}-translations-%{version}.tar.xz
-# Source3-md5:	d528a5b5d10162f38775ee408f35a587
+# Source3-md5:	8a7d1a0976f37334cb15cd93e01f5914
 
 
 # make fetch DO_FETCH_TARBALLS=1 WGET=wget
diff --git a/libreoffice-build.patch b/libreoffice-build.patch
index 35f452f..00aa2ea 100644
--- a/libreoffice-build.patch
+++ b/libreoffice-build.patch
@@ -16,3 +16,14 @@
      if test $TESTEXPR
      then
 
+--- libreoffice-4.4.3.2/vcl/unx/gtk/a11y/atktextattributes.cxx~	2015-04-28 23:09:05.000000000 +0200
++++ libreoffice-4.4.3.2/vcl/unx/gtk/a11y/atktextattributes.cxx	2015-05-28 15:36:43.650187360 +0200
+@@ -1235,7 +1235,7 @@ attribute_set_new_from_extended_attribut
+ 
+         pSet = attribute_set_prepend( pSet,
+                                       atk_text_attribute_register( sPropertyName.getStr() ),
+-                                      g_strdup_printf( sPropertyValue.getStr() ) );
++                                      g_strdup_printf( "%s", sPropertyValue.getStr() ) );
+     }
+     while ( nIndex >= 0 && nIndex < sExtendedAttrs.getLength() );
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libreoffice.git/commitdiff/1497b7a1a2c1feedb7587a20acccb089e729d93f



More information about the pld-cvs-commit mailing list