libreoffice:v.bump to 6.2.6.2
This commit is contained in:
@@ -101,7 +101,7 @@ def setup():
|
||||
--disable-odk \
|
||||
--enable-ext-wiki-publisher \
|
||||
--enable-ext-nlpsolver \
|
||||
--with-jdk-home=/usr/lib/jvm/java-7-openjdk \
|
||||
--with-jdk-home=/usr/lib/jvm/java-8-openjdk \
|
||||
--with-external-tar=external/tarballs \
|
||||
--with-gdrive-client-id=457862564325.apps.googleusercontent.com \
|
||||
--with-gdrive-client-secret=GYWrDtzyZQZ0_g5YoBCC6F0I \
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
From a0e6d2abeed9d64fe7862a7664ba80a6178bf3f2 Mon Sep 17 00:00:00 2001
|
||||
From: David Tardon <dtardon@redhat.com>
|
||||
Date: Tue, 8 Nov 2016 11:50:06 +0100
|
||||
Subject: [PATCH] don't suppress crashes
|
||||
|
||||
An automatic restart after a crash makes the crash invisible to abrt.
|
||||
|
||||
Change-Id: I3854e619356049b144b08575879d289a3c12e4c9
|
||||
---
|
||||
desktop/source/app/app.cxx | 4 +---
|
||||
1 file changed, 1 insertion(+), 3 deletions(-)
|
||||
|
||||
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
|
||||
index 53365f4..3a3bac8 100644
|
||||
--- a/desktop/source/app/app.cxx
|
||||
+++ b/desktop/source/app/app.cxx
|
||||
@@ -1312,14 +1312,12 @@ void Desktop::Exception(ExceptionCategory nCategory)
|
||||
if( bRestart )
|
||||
{
|
||||
RequestHandler::Disable();
|
||||
- if( pSignalHandler )
|
||||
- osl_removeSignalHandler( pSignalHandler );
|
||||
|
||||
restartOnMac(false);
|
||||
if ( m_rSplashScreen.is() )
|
||||
m_rSplashScreen->reset();
|
||||
|
||||
- _exit( EXITHELPER_CRASH_WITH_RESTART );
|
||||
+ return;
|
||||
}
|
||||
else
|
||||
{
|
||||
--
|
||||
2.9.3
|
||||
|
||||
@@ -13,13 +13,12 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>LibreOffice office suite</Summary>
|
||||
<Description>LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office.</Description>
|
||||
<Archive sha1sum="c66d3642131262e877828a0e7ab9e4ad90673567" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="59cd9a134f751a1c5699f530ab8bc17da9e6bee7" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-dictionaries-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="63935b207b0209f712c13aec0b2518186ea5ed7f" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-help-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="c7d5f2997f2bfeecf200c50091ba92bbc7ffc993" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.3/libreoffice-translations-6.2.3.2.tar.xz</Archive>
|
||||
<Archive sha1sum="e8c95dc41e7736a85d8902912ca312dd92ce8aea" type="tarxz">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="6f1eb62631b85d821745efba7d52f0d2bd91d942" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-dictionaries-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="6e9ee45d11316cc28bd81df33acf3e7a54242deb" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-help-6.2.6.2.tar.xz</Archive>
|
||||
<Archive sha1sum="663fd856017ca1fe8b369f041a313954196eb893" type="binary" target="libreoffice-6.2.6.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/6.2.6/libreoffice-translations-6.2.6.2.tar.xz</Archive>
|
||||
|
||||
<!--External build dependencies-->
|
||||
<Archive sha1sum="0ef1117b8d11da475fd8d842a1341c675e627ab9" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/xmlsec1-1.2.25.tar.gz</Archive>
|
||||
<Archive sha1sum="11a3329bd6b0b910c5d60d4562e3a152588942f8" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/xmlsec1-1.2.27.tar.gz</Archive>
|
||||
<Archive sha1sum="1acea86fd399ed7817879d36370d3d1f8b109050" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip</Archive>
|
||||
<Archive sha1sum="8a90669029e107b61953b90ba11545fef586c2ca" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip</Archive>
|
||||
<Archive sha1sum="2d49e11b0b711970f494294dc3698f05eb294853" type="binary" target="libreoffice-6.2.3.2/external/tarballs/">http://dev-www.libreoffice.org/src/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip</Archive>
|
||||
@@ -73,6 +72,7 @@
|
||||
|
||||
<Patches>
|
||||
<Patch>make-pyuno-work-with-system-wide-module-install.diff</Patch>
|
||||
<Patch>0001-don-t-suppress-crashes.patch</Patch>
|
||||
</Patches>
|
||||
<BuildDependencies>
|
||||
<Dependency>xz-devel</Dependency>
|
||||
@@ -85,7 +85,7 @@
|
||||
<Dependency>libXt-devel</Dependency>
|
||||
<Dependency versionFrom="2.8">lcms2-devel</Dependency>
|
||||
<Dependency>libSM-devel</Dependency>
|
||||
<Dependency>jdk7-openjdk</Dependency>
|
||||
<Dependency>jdk8-openjdk</Dependency>
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>libxslt-devel</Dependency>
|
||||
@@ -180,7 +180,7 @@
|
||||
<Dependency>libXinerama</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>jre7-openjdk-headless</Dependency>
|
||||
<Dependency>jre8-openjdk-headless</Dependency>
|
||||
<Dependency versionFrom="3.22.8">gtk3</Dependency>
|
||||
<Dependency>libX11</Dependency>
|
||||
<Dependency>libgcc</Dependency>
|
||||
@@ -3421,21 +3421,28 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="14">
|
||||
<Update release="15">
|
||||
<Date>2019-08-15</Date>
|
||||
<Version>6.2.6.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="14">
|
||||
<Date>2019-04-23</Date>
|
||||
<Version>6.2.3.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="13">
|
||||
<Update release="13">
|
||||
<Date>2019-03-26</Date>
|
||||
<Version>6.2.2.2</Version>
|
||||
<Comment>Version Bump</Comment>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="12">
|
||||
<Update release="12">
|
||||
<Date>2019-03-12</Date>
|
||||
<Version>6.2.1.2</Version>
|
||||
<Comment>Version Bump to stable version</Comment>
|
||||
|
||||
Reference in New Issue
Block a user