]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
- update files to 4.4.3.2; unfortunately gcc dies with internal error when building it
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 May 2015 16:02:35 +0000 (18:02 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 28 May 2015 16:02:35 +0000 (18:02 +0200)
libreoffice-build.patch
libreoffice.spec

index 35f452ffc7e83986a4f5d698e5b4800a692227d4..00aa2ea2d9c0342e4ac82559337c0c4f8783038d 100644 (file)
      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() );
index 50da2d5675a3d6242d9ec7bec291ec04ab4092a8..232c22077329da2813be9fe0b3593138c21c5ee7 100644 (file)
 %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
This page took 0.121658 seconds and 4 git commands to generate.