distro-pack-install do not install libsaxlo.so

2014-07-21 Thread Tomáš Chvátal
Hello guys, I found this out when packaging 4.3 for openSUSE and used following hack to fix the problem: make DESTDIR=%{buildroot} distro-pack-install # FIXME: Hack add missing file install -m755 instdir/program/libsaxlo.so %{buildroot}/%{_libdir}/%{name}/program/libsaxlo.so echo "%{_libdir}/%{na

Completely random build crash in GAL

2014-08-01 Thread Tomáš Chvátal
Hello guys, please see the following log with the crasher. I am unable to reproduce it but our obs is in certain amount of sometimes having this issue. Any ideas? Cheers Tom [19219s] [build CMP] dbaccess/util/dba [19219s] [build CMP] dbaccess/util/sdbt [19219s] [build MOD] desktop [19219

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - chart2/source

2014-06-17 Thread Tomáš Chvátal
chart2/source/view/charttypes/GL3DBarChart.cxx |4 ++-- chart2/source/view/main/GL3DRenderer.cxx | 14 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) New commits: commit bd5ebeb67a7f672bb88c5bee0ad983546401e49b Author: Tomáš Chvátal Date: Tue Jun 17 11:25:17 201

Harbuzz requirements clarification

2014-06-20 Thread Tomáš Chvátal
Hello guys, When trying to build 4.3 on openSUSE-12.3 I get this error: /home/abuild/rpmbuild/BUILD/libreoffice-4.3.0.0.beta2-buildfix1/vcl/generic/glyphs/gcach_layout.cxx: In member function 'virtual bool HbLayoutEngine::layout(ServerFontLayout&, ImplLayoutArgs&)': [ 2748s] /home/abuild/rpmbui

[Libreoffice-commits] core.git: bin/distro-install-file-lists

2014-06-24 Thread Tomáš Chvátal
bin/distro-install-file-lists |2 ++ 1 file changed, 2 insertions(+) New commits: commit 5406e237ea2ec534988da31104f10188b001ad75 Author: Tomáš Chvátal Date: Tue Jun 24 09:55:29 2014 +0200 Package filter in common pack Change-Id: I3728244712966cf2245a79f2630ac46cb63f1d21

[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - bin/distro-install-file-lists

2014-06-24 Thread Tomáš Chvátal
bin/distro-install-file-lists |2 ++ 1 file changed, 2 insertions(+) New commits: commit c5cb5ba73468b127fb0fa6118bde5b2fd2b883b9 Author: Tomáš Chvátal Date: Tue Jun 24 09:55:29 2014 +0200 Package filter in common pack Change-Id: I3728244712966cf2245a79f2630ac46cb63f1d21

Icons/themes selection broken on 4.3.0.1

2014-06-27 Thread Tomáš Chvátal
Heya, Seems I have weird problem wrt iconselection and further on with themes on 4.3.0.1 build in opensuse. When I launch libreoffice it searches only for images_tango.zip file and if not found shows no icons. Regardless wether it should use oxygen as it is launched on KDE. Other problem is whil

[Libreoffice] [PATCH] Fix parallel build crash in translate_toolkit requiring solenv

2011-07-26 Thread Tomáš Chvátal
--- translate_toolkit/prj/build.lst 2011-07-26 17:21:41.006169229 +0200 +++ translate_toolkit/prj/build.lst 2011-07-26 17:21:52.854170398 +0200 @@ -1,3 +1,3 @@ -trt translate_toolkit : PYTHON:python NULL +trt translate_toolkit : solenv PYTHON:python NULL trt tra

[Libreoffice] Unix permissions in scp2/inc/macros.inc

2011-07-29 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I was looking onto installed files by the libreoffice default install method and noticed that they are not world writable. This is caused by definition in bootstrap/scp2/inc/macros.inc around line 94 where it says: #define BIN_FILE_BODY \

Re: [Libreoffice] [PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 2.8.2011 14:50, Caolán McNamara napsal(a): On Tue, 2011-08-02 at 13:18 +0200, Tomas Chvatal wrote: Libreoffice bridge code won't compile on new CPUs which add -mavx to cxxflags with --march=native. As first idea for the fix is actual ban for the -mavx cxxflag by adding -nomavx. Isn't that

[Libreoffice] [PATCH] Add missing libdir path for qt4 detection

2011-08-03 Thread Tomáš Chvátal
>From d1c187bd6005339ba260c166b2539791628e4702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 3 Aug 2011 13:02:38 +0200 Subject: [PATCH] Add one more libdir path for detection with qt4 on 32b platform to be same with 64b. Fixes gentoo bug #377377. MIME-Versi

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 3.8.2011 13:27, Caolán McNamara napsal(a): On Wed, 2011-08-03 at 12:11 +0100, Caolán McNamara wrote: On Wed, 2011-08-03 at 12:47 +0200, Tomáš Chvátal wrote: Attaching the updated patch that adds it only where it should really be needed. seems reasonable, pushed. *bzzt*, x86_64 gcc 4.3.4

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-03 Thread Tomáš Chvátal
Dne 3.8.2011 17:43, Norbert Thiebaud napsal(a): I haven't read the patch, but you should use HAVE_GCC_AVX to stay similar to existing check like that. Ok, that is easy, I renamed the variable :) Tom >From 6ac456072b160f2786840b878c136408bac2559a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3

Re: [Libreoffice] [UNPUSHED][PATCH] Fix building bridge with -mavx

2011-08-04 Thread Tomáš Chvátal
Dne 3.8.2011 18:41, Norbert Thiebaud napsal(a): Ok so now I read the patch... Did it work for you ? 1/ it seems to me that it is missing a piece to put that HAVE_GCC_AVX in Env.Host.sh (see set_soenv.in) without that the second patch will never see it 2/ the makefile patches in the second patc

Re: [Libreoffice] [PATCH] add missing quotes to bashscript allowing space in variables

2011-08-05 Thread Tomáš Chvátal
Dne 4.8.2011 22:06, Philipp Weissenbacher napsal(a): Hi! You probably forgot to attach your patch ;-). Philipp On Tuesday, 2 August 2011, Tomas Chvatal wrote: Yep, you are right, I sent it off this thread so it is best to reattach again :) Cheers Tom >From 7d855f87054340bf83f822d4ec10222a

[Libreoffice] 3.4 branch: Fix sane-headers switch to reflect reality

2011-08-15 Thread Tomáš Chvátal
>From f7eb43a9fb81d5a84cbc60047645fbf416232236 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 15 Aug 2011 17:47:44 +0200 Subject: [PATCH] Use proper switch name for system-sane-headers. In 3.5 it is just system-sane and in 3.4 it is system-sane-header. MIME

Re: [4.0] Calc+Base fail without registry/writer.xcd from Writer package

2013-03-22 Thread Tomáš Chvátal
2013/3/22 Stephan Bergmann : We rely on the upstream file-lists/*_list.txt files to move all stuff into our packages. /usr/lib/libreoffice/share/registry/librelogo.xcd is part of libreoffice-common. >>> >> http://cgit.freedesktop.org/libreoffice/core/tree/bin/distro-in

Broken partial build of helpcontent2

2012-12-19 Thread Tomáš Chvátal
Hello guys, Please take a look on the attachment to see full build log. There seems to be some unstated dependency on udkapi.rdb but I seems to be blind and unable to locate where i should add the deps Thanks for any ideas Cheers Tom[0s] Memory limit set to 21891060KB [0s] Using BUILD

Broken --with-external-tar on gbuild

2012-12-19 Thread Tomáš Chvátal
Hi, some of the internal modules I build for suse rpm fail to build not locating their tarball. The specified directory is correct but the gbuildified pkgs always checked lo/src ignoring the TARFILE_LOCATION definition. Simple workaround is to create symlink from TARFILE_LOCATION to lo/src, but

Re: Broken --with-external-tar on gbuild

2012-12-19 Thread Tomáš Chvátal
Dne St 19. prosince 2012 19:53:13 jste napsal(a): > On 19 December 2012 19:18, Tomáš Chvátal wrote: > > Attaching build log without the symlink. > > Surely it's not hard to get to extras/Package_extensions.mk with: > $(eval $(call gb_Package_Package,extras_extensions,

Re: Build crash in i18nutil

2012-12-20 Thread Tomáš Chvátal
As discussed with others, we will just switch to use internal version of icu on older releases, and we should raise the dep for the icu on 4.6 or 4.8. 2012/12/20 Tomáš Chvátal : > Hi, > > I've triggered another build crash this time with normal build on > openSUSE-11.4. >

Re: plans with libmerged

2013-04-08 Thread Tomáš Chvátal
2013/4/8 Matúš Kukan > Hi Peter, > > I've seen some massive adding to libmerged recently. > How do you intend to use it ? > Also, does it work now ? > > For me, it does not make sense to have all libraries in libmerged, it > was big enough already. > I am experimenting with it, to see how it help

Download of the tarballs question

2013-05-28 Thread Tomáš Chvátal
Hi guys, is there currently some way to verify if all the required tarballs are present when i disable external fetching? Cheers Tom ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffic

Build /tmp output garbage

2013-05-29 Thread Tomáš Chvátal
Hello guys, I have running tinderbox instance and i noticed that TMP is continuously spammed with various tmp files provided while libreoffice build was run. After a week of run it amounts to 150 mb of data. Sample files: -rw--- 1 scarabeus scarabeus 3,9K 28. kvě 00.31 lu88dbjh.tmp -rw-

Re: Build /tmp output garbage

2013-05-30 Thread Tomáš Chvátal
Dne St 29. května 2013 12:54:54, Michael Stahl napsal(a): > On 29/05/13 12:45, Tomáš Chvátal wrote: > > I have running tinderbox instance and i noticed that TMP is continuously > > spammed with various tmp files provided while libreoffice build was run. > > > > After

[Libreoffice-commits] core.git: bin/distro-install-desktop-integration

2013-05-31 Thread Tomáš Chvátal
bin/distro-install-desktop-integration |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9652e297b811a52897599cb5426668caf2f6d444 Author: Tomáš Chvátal Date: Fri May 31 15:56:11 2013 +0200 One more step to have desktop files built again with distro-pack-insta

[Libreoffice-commits] core.git: Branch 'libreoffice-4-1' - bin/distro-install-desktop-integration

2013-05-31 Thread Tomáš Chvátal
bin/distro-install-desktop-integration |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 681449afee3f21b0df608109649e35ccdc770abd Author: Tomáš Chvátal Date: Fri May 31 15:56:11 2013 +0200 One more step to have desktop files built again with distro-pack-insta

checks split from default build

2013-04-29 Thread Tomáš Chvátal
Hi guys, I was just wondering if there is some patchset already written that moves all unit/cpp/whatever/checks from the build target to "check" target. So finally after the time I would be able to execute them all in proper location during the test phase. :-) Cheers Tom ___

Re: DesktopLOKTest::testRedlineWriter is failing

2017-11-04 Thread Tomáš Chvátal
2017-05-31 8:17 GMT+02:00 David Ostrovsky : > On most recent master one test is failing here: > > Test name: DesktopLOKTest::testRedlineWriter > equality assertion failed > - Expected: Insert “t” > - Actual : Insert t > Hi, It seems I am reproducing this on the stable openSUSE releases while no

Re: DesktopLOKTest::testRedlineWriter is failing

2017-11-10 Thread Tomáš Chvátal
2017-11-06 9:58 GMT+01:00 Stephan Bergmann : > Looking at the surrounding code > > // Get redline info. >> boost::property_tree::ptree aTree; >> char* pJSON = pDocument->m_pDocumentClass->getCommandValues(pDocument, >> ".uno:AcceptTrackedChanges"); >> std::stringstream aStream(pJSO

Re: DesktopLOKTest::testRedlineWriter is failing

2017-11-10 Thread Tomáš Chvátal
2017-11-10 10:39 GMT+01:00 Stephan Bergmann : > On 11/10/2017 10:17 AM, Tomáš Chvátal wrote: > >> 2017-11-06 9:58 GMT+01:00 Stephan Bergmann > sberg...@redhat.com>>: >> >> >> Looking at the surrounding code >> >> // Get redlin

[Libreoffice-commits] core.git: dbaccess/source

2017-01-13 Thread Tomáš Chvátal
dbaccess/source/ui/dlg/odbcconfig.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 3f5584526fd4e8290dac033e1cf3d64acd25d893 Author: Tomáš Chvátal Date: Thu Jan 5 16:06:10 2017 +0100 unixODBC changed soname to .2 so reflect it we dlopen thi

Re: Libreoffice service fails in OBS (openSUSE)

2017-01-16 Thread Tomáš Chvátal
2017-01-16 11:55 GMT+01:00 Miklos Vajna : > Hi Tomáš, > > On Fri, Jan 06, 2017 at 10:56:04AM +0100, Tomáš Chvátal < > tomas.chva...@gmail.com> wrote: > > Ah now i get it. Well it happens always on the same test: > > > > [ 649s]

[Libreoffice-commits] core.git: Branch 'libreoffice-5-3' - dbaccess/source

2017-01-17 Thread Tomáš Chvátal
dbaccess/source/ui/dlg/odbcconfig.cxx |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) New commits: commit 31025e3214eb62ab0e723e32411926d1976136c6 Author: Tomáš Chvátal Date: Thu Jan 5 16:06:10 2017 +0100 unixODBC changed soname to .2 so reflect it we dlopen thi

Re: Libreoffice service fails in OBS (openSUSE)

2017-01-18 Thread Tomáš Chvátal
2017-01-18 9:11 GMT+01:00 Stephan Bergmann : > On 01/16/2017 01:55 PM, Tomáš Chvátal wrote: > >> 2017-01-16 11:55 GMT+01:00 Miklos Vajna > <mailto:vmik...@collabora.co.uk>>: >> On Fri, Jan 06, 2017 at 10:56:04AM +0100, Tomáš Chvátal >> mailto:tomas.ch

Re: Doing massive source changes

2013-01-04 Thread Tomáš Chvátal
Hi, I would recommend going with the last option, when i looked on the reviews it is pretty mindless search and replace so the only issue is to make sure the replace script wont bork stuff. Cheers Tom 2013/1/4 Lubos Lunak : > > Hello, > > I have a patch that is 32M big and I rather wonder whe

gb_COMPILERNOOPTFLAGS does not even obey the user passed CFLAGS

2013-01-10 Thread Tomáš Chvátal
Hi guys, As written in subject the variable is used on multiple targets and it ignores the user defined cflags/cxxflags. This should never happen and all our targets should take into effect the user defined options too. I am not sure which variable I should append there, so could anyone check if

[Libreoffice-commits] core.git: bin/distro-install-file-lists

2013-07-03 Thread Tomáš Chvátal
bin/distro-install-file-lists | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) New commits: commit 49752e82f575bf107caa5a01fd89c4bbfb8c0528 Author: Tomáš Chvátal Date: Wed Jul 3 11:12:40 2013 +0200 Try to fix collision in packages with libkde4bello.so. Change

[Libreoffice-commits] core.git: bin/distro-install-file-lists

2013-07-04 Thread Tomáš Chvátal
bin/distro-install-file-lists |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 90b836fc3ba19ef3bf638f0f122e2e050a6a2000 Author: Tomáš Chvátal Date: Thu Jul 4 10:28:56 2013 +0200 Fix one more occurance of .uno.so Change-Id: I1b1905a3eb7ab116eaaed5db3

[Libreoffice-commits] core.git: sysui/desktop

2014-01-02 Thread Tomáš Chvátal
sysui/desktop/menus/math.desktop |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit dad7fe7227fb80a32d3c2c777584dc9d74b9e929 Author: Tomáš Chvátal Date: Thu Jan 2 16:16:55 2014 +0100 Fix math categories to make SUSE rpm check happy Change-Id: I6c6973b

Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-07 Thread Tomáš Chvátal
Hello guys, in the process of cleaning up openSUSE spec I moved the checks properly to %check phase but some fail to build. Could somebody who has time and knowledge investingate those out? How to trigger the issue: osc co LibreOffice:Factory/libreoffice cd LibreOffice:Factory/libreoffice vi li

Re: Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-07 Thread Tomáš Chvátal
2014/1/7 Miklos Vajna > Hi Tomáš, > > On Tue, Jan 07, 2014 at 05:32:06PM +0100, Tomáš Chvátal < > tomas.chva...@gmail.com> wrote: > > in the process of cleaning up openSUSE spec I moved the checks properly > to > > %check phase but some fail to build. > &

Re: Failing slowcheck in openSUSE build of 4.2.0.1

2014-01-08 Thread Tomáš Chvátal
2014/1/8 Tomáš Chvátal > > > >> Also, do you have the required fonts in the chroot so that the tests can >> actually pass? >> > > Hmm might be it, will add them and see results in couple of hours :P > > Was the missing fonts. The build with the fonts around

5.0.0 fails build with old poppler 0.12

2015-06-13 Thread Tomáš Chvátal
Hello, I am building 5.0 betas on our openSUSE and while building it also for our old SLE11 It suddenly fails compared to 4.4 series. The version we have there is 0.12 which is supposed to work based on configure.ac but fails as follows: [ 442s] In file included from /usr/src/packages/BUILD/li

[Libreoffice-commits] core.git: configure.ac

2015-06-14 Thread Tomáš Chvátal
configure.ac |1 + 1 file changed, 1 insertion(+) New commits: commit b544b651ca4d40bae8f11d0daec113a138f5d17d Author: Tomáš Chvátal Date: Sat Jun 13 14:04:48 2015 +0200 Add libjpeg detection message, so we do not just show external without context Change-Id: Iee8e233ec75

Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
Hello people, I am having hard time debugging one problem, and I hope some might be able to shed a light on it. In openSUSE our build service is producing us the LO builds, and sometimes it gets result like [1]. This means some of the .jar files are produced empty with just MANIFEST.MF files ins

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : > Hello people, > > Update: It is even slightly more fun: Before I run tests just after install: abuild@bugaboo:~/rpmbuild/BUILD/libreoffice-4.3.6.2/instdir/program/classes> ls -laF total 4300 drwxr-xr-x 2 abuild abuild4096

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:47 GMT+02:00 Tomáš Chvátal : > 2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : > >> Hello people, >> >> Update: > > It is even slightly more fun: > > Before I run tests just after install: > > abuild@bugaboo:~/rpmbuild/BUILD/libreoffice-

Re: Build issue generating .jars

2015-04-13 Thread Tomáš Chvátal
2015-04-13 12:52 GMT+02:00 Tomáš Chvátal : > 2015-04-13 12:47 GMT+02:00 Tomáš Chvátal : > >> 2015-04-13 12:37 GMT+02:00 Tomáš Chvátal : >> >>> Hello people, >>> >>> Update: >> >> It is even slightly more fun: >> >> Before

Re: Build issue generating .jars

2015-04-14 Thread Tomáš Chvátal
2015-04-13 16:18 GMT+02:00 Michael Stahl : > > these unoil.jar should not be re-built again after "make" is done, try > running "make -d unitcheck" (warning: generates gigabytes of text) to > see which dependency is triggering the re-build of unoil.jar. > I solved it by running the unitcheck duri

[Libreoffice-commits] core.git: configure.ac

2015-04-16 Thread Tomáš Chvátal
configure.ac |2 ++ 1 file changed, 2 insertions(+) New commits: commit cb88d1be95dfeada1a35fc13ca5d611730820443 Author: Tomáš Chvátal Date: Wed Apr 15 21:39:06 2015 +0200 Do not clobber configure output with gnutls Avoids this mess: checking whether to use gnutls... c

[Libreoffice-commits] core.git: config_host/config_poppler.h.in configure.ac sdext/source

2015-04-21 Thread Tomáš Chvátal
config_host/config_poppler.h.in | 10 ++ configure.ac |9 ++--- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx |8 3 files changed, 24 insertions(+), 3 deletions(-) New commits: commit 697804f48f4

Issue with bundled commons-codecs and commons-lang

2015-04-23 Thread Tomáš Chvátal
Hello everybody, I am having problem with the 4.4 libreoffice build with bundled libs. The commons-codecs and commons-lang error out on me with following error: [23259s] ERROR: the files below contain java bytecode for something later than java 1.5, [23259s] ERROR: please set the javac target to

Re: Issue with bundled commons-codecs and commons-lang

2015-04-23 Thread Tomáš Chvátal
2015-04-23 15:58 GMT+02:00 Michael Stahl : > On 23.04.2015 10:41, Tomáš Chvátal wrote: > > Hello everybody, > > > > I am having problem with the 4.4 libreoffice build with bundled libs. > > > > The commons-codecs and commons-lang error out on me with following e

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/1453/1'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/1453/3'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/1453/5'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/71/1271/1'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/53/1453/2'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/9876/1'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: configure.ac

2017-11-30 Thread Tomáš Chvátal
configure.ac | 91 --- 1 file changed, 91 deletions(-) New commits: commit 2c5a3d914ecf681d97a8356db62d49b62b52b465 Author: Tomáš Chvátal Date: Wed Nov 29 15:18:06 2017 +0100 Do not check in qt5 checks for Qt4 bugs that were fix

libreoffice 6.1.0.0.beta1 failing hsqldb test

2018-05-30 Thread Tomáš Chvátal
Hello all, I am updating libreoffice in openSUSE to the above version and now the testBinaryImport fails on not finding sdbc:embedded:hsqldb. As this is bundled with LO is this something I did wrong and should check up or is it some issue with the test? Cheers Tom [ 5578s] unknown:0:HsqlBinaryI

Re: libreoffice 6.1.0.0.beta1 failing hsqldb test

2018-05-31 Thread Tomáš Chvátal
čt 31. 5. 2018 v 9:47 odesílatel Miklos Vajna napsal: > Hi Tom, > > On Wed, May 30, 2018 at 04:33:41PM +0200, Tomáš Chvátal < > tomas.chva...@gmail.com> wrote: > > I am updating libreoffice in openSUSE to the above version and now the > > testBin

[Libreoffice-commits] core.git: dictionaries

2018-06-29 Thread Tomáš Chvátal
dictionaries |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 386f1d542c8c94a50c4c7b95ecc1375bad5ac824 Author: Tomáš Chvátal Date: Fri Jun 29 11:59:47 2018 +0200 Updated core Project: dictionaries 3e4d844783643fb625925c582fe518fc70b69d42 Convert

[Libreoffice-commits] dictionaries.git: bg_BG/bg_BG.aff bg_BG/bg_BG.dic bg_BG/th_bg_BG_v2.dat

2018-06-29 Thread Tomáš Chvátal
3e4d844783643fb625925c582fe518fc70b69d42 Author: Tomáš Chvátal Date: Fri Jun 29 11:59:47 2018 +0200 Convert Bulgarian dictionary files to UTF-8 As reported in openSUSE the files didn't load properly otherwise: https://bugzilla.suse.com/show_bug.cgi?id=1099508 Chan

[Libreoffice-commits] core.git: configure.ac

2018-06-29 Thread Tomáš Chvátal
configure.ac |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 62bfd24503d406a2a28f03af58110a4972a5ccf2 Author: Tomáš Chvátal Date: Wed Jun 6 13:48:52 2018 +0200 Fix calculations about version for java This solves problem where java prints ton of

[Libreoffice-commits] core.git: vcl/unx

2014-11-03 Thread Tomáš Chvátal
vcl/unx/generic/desktopdetect/desktopdetector.cxx | 21 + 1 file changed, 21 insertions(+) New commits: commit e04b8afe7aef5db535311630834bc25316433dae Author: Tomáš Chvátal Date: Mon Nov 3 10:01:52 2014 +0100 Detect KDE5 and fallback to KDE4UI there Chan

Re: distro-pack-install do not install libsaxlo.so

2014-08-04 Thread Tomáš Chvátal
2014-07-21 9:03 GMT+02:00 Tomáš Chvátal : > Hello guys, > > I found this out when packaging 4.3 for openSUSE and used following hack > to fix the problem: > > make DESTDIR=%{buildroot} distro-pack-install > # FIXME: Hack add missing file > install -m755 instdir/program/l

Re: Myssing link to libcomphelper.so on 5.2.0alpha1

2016-06-12 Thread Tomáš Chvátal
2016-06-12 1:06 GMT+02:00 Matúš Kukan : > On 19 May 2016 at 09:53, Tomáš Chvátal wrote: > > Hi all, > > > > I am building libreoffice 5.2.0alpha1 and it fails to install properly > the > > sax library. > > It links to libcomphelper.so instead of the libm

[Libreoffice-commits] core.git: external/libodfgen

2016-03-02 Thread Tomáš Chvátal
external/libodfgen/libodfgen-bundled-soname.patch.0 |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 6d7aeebcce020125caf660636e7dc7a5f160858e Author: Tomáš Chvátal Date: Wed Mar 2 17:20:23 2016 +0100 Fix patch to apply on SLE11, just some unknown patc

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - external/libodfgen

2016-03-02 Thread Tomáš Chvátal
external/libodfgen/libodfgen-bundled-soname.patch.0 |7 --- 1 file changed, 4 insertions(+), 3 deletions(-) New commits: commit 434bee6e664dcd3ff6978c45b37ef8d98f29e70b Author: Tomáš Chvátal Date: Wed Mar 2 17:20:23 2016 +0100 Fix patch to apply on SLE11, just some unknown patc

[Libreoffice-commits] core.git: external/libetonyek

2016-03-03 Thread Tomáš Chvátal
external/libetonyek/libetonyek-bundled-soname.patch.0 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 1f182f130edeb8282f0e7e325fb823200f2db34a Author: Tomáš Chvátal Date: Wed Mar 2 18:21:04 2016 +0100 Update etonyek patch to apply with sle11 patch

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - external/libetonyek

2016-03-03 Thread Tomáš Chvátal
external/libetonyek/libetonyek-bundled-soname.patch.0 | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) New commits: commit 94190e176d7a0384455b79c9cf15b08c032d98c6 Author: Tomáš Chvátal Date: Wed Mar 2 18:21:04 2016 +0100 Update etonyek patch to apply with sle11 patch

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - pyuno/source

2016-03-04 Thread Tomáš Chvátal
pyuno/source/module/uno.py |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit 7187be3c1e7fc8f46bbeb1d2e79fb13541785887 Author: Tomáš Chvátal Date: Thu Mar 3 13:55:34 2016 +0100 Fix python2 build of pyuno with older py2 versions SyntaxError: ('inva

[Libreoffice-commits] core.git: pyuno/source

2016-03-04 Thread Tomáš Chvátal
pyuno/source/module/uno.py |5 - 1 file changed, 4 insertions(+), 1 deletion(-) New commits: commit a4c17041271eca2181cf11e5a0b59f4001c20cee Author: Tomáš Chvátal Date: Thu Mar 3 13:55:34 2016 +0100 Fix python2 build of pyuno with older py2 versions SyntaxError: ('inva

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - external/graphite

2016-03-07 Thread Tomáš Chvátal
external/graphite/graphite2.win64.patch.1 | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) New commits: commit 7530abcfa82393e22b21a0d54ce796caaecdc915 Author: Tomáš Chvátal Date: Tue Dec 22 15:41:25 2015 +0100 Refresh graphite2.win64.patch.1 to

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - 12 commits - cppcanvas/source external/graphite framework/source lotuswordpro/qa lotuswordpro/source sc/qa svx/source sw/source test/

2016-03-10 Thread Tomáš Chvátal
cppcanvas/source/mtfrenderer/transparencygroupaction.cxx | 10 ++ external/graphite/graphite2.win64.patch.1| 24 ++--- framework/source/uielement/addonstoolbarmanager.cxx |5 + lotuswordpro/qa/cppunit/data/pass/loop-1.lwp |binary lotuswordpro/source/filter

Re: Reasonable boost baseline?

2020-03-21 Thread Tomáš Chvátal
Hi, We use system boost on SUSE systems and whenever the release is done I make sure it works with old boosts. We have boost 1.66.0 on SLE15 and all Leap 15 series will have that boost until SLE16 is released. On SLE12 which we still provide the latest libreoffice we use 1.54.0. I actually crea

[Libreoffice-commits] core.git: external/graphite

2016-01-06 Thread Tomáš Chvátal
external/graphite/graphite2.win64.patch.1 | 51 +++--- 1 file changed, 26 insertions(+), 25 deletions(-) New commits: commit 817192b3f55be0b0a4a6e877a3c1ab95d3a4b4cb Author: Tomáš Chvátal Date: Tue Dec 22 15:41:25 2015 +0100 Refresh graphite2.win64.patch.1 to

[Libreoffice-commits] core.git: pyuno/source

2016-01-06 Thread Tomáš Chvátal
pyuno/source/module/pyuno.cxx |5 + pyuno/source/module/pyuno_impl.hxx |4 2 files changed, 9 insertions(+) New commits: commit 5c4bfb40713807e6a6453ce4a07a17fa1b0be433 Author: Tomáš Chvátal Date: Tue Dec 22 17:38:41 2015 +0100 Pyuno add compat for python 2.6

[Libreoffice-commits] core.git: vcl/unx

2016-01-06 Thread Tomáš Chvátal
vcl/unx/gtk/gtksalframe.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit b7f301a7d9fed5f61067f6de499e565274b5aab4 Author: Tomáš Chvátal Date: Tue Jan 5 11:27:36 2016 +0100 Fix build with gtk2 older than 2.20 by using the old definition Chang

[Libreoffice-commits] core.git: bin/distro-install-file-lists

2016-01-06 Thread Tomáš Chvátal
bin/distro-install-file-lists |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 91f97fddff931e9b34ea982f1fe45120a3feef65 Author: Tomáš Chvátal Date: Mon Dec 28 17:18:39 2015 +0100 Fix distro-filelists after removal of kde3 Change-Id: Ie11281285de012d

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - vcl/unx

2016-01-07 Thread Tomáš Chvátal
vcl/unx/gtk/gtksalframe.cxx |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 795324d953e54b8e42d34ce577feee8559b9226d Author: Tomáš Chvátal Date: Tue Jan 5 11:27:36 2016 +0100 Fix build with gtk2 older than 2.20 by using the old definition Chang

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - configure.ac

2015-09-15 Thread Tomáš Chvátal
configure.ac |2 ++ 1 file changed, 2 insertions(+) New commits: commit eea951d8de4ababb6e81d28221501e7bc3060b57 Author: Tomáš Chvátal Date: Tue Sep 15 11:43:45 2015 +0200 KDE4Filedialog check should include cstdlib Otherwise this would needlessly fail on some compilers.

[Libreoffice-commits] core.git: configure.ac

2015-09-15 Thread Tomáš Chvátal
configure.ac |2 ++ 1 file changed, 2 insertions(+) New commits: commit 31c69056efd22df2634a545592a6a4d4c5c8b89f Author: Tomáš Chvátal Date: Tue Sep 15 11:43:45 2015 +0200 KDE4Filedialog check should include cstdlib Otherwise this would needlessly fail on some compilers.

[Libreoffice-commits] core.git: Changes to 'refs/changes/76/9876/2'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/1457/1'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/57/1457/2'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/08/9808/2'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice-commits] core.git: Changes to 'refs/changes/08/9808/1'

2014-09-29 Thread Tomáš Chvátal
___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

[Libreoffice] [PATCH] fix missing DESTDIR variable in chmod call

2011-08-17 Thread Tomáš Chvátal
Should be applied to master and 3-4-3 branch for which we need two more sign offs. So please review/ack :) >From 989934ab08a5ef9e6e95c87ea78db495f2abcee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 17 Aug 2011 11:33:55 +0200 Subject: [PATCH] Fixup non-res

[Libreoffice] [RFC] Download repository layout

2011-08-17 Thread Tomáš Chvátal
Hi guys, current layout of the download stuff is quite confusing regarding to old/etc. As I am working on downstream stuff I am pretty sure that the only thing we mostly favor is that the things are not moved regarding to theirs age. Also quite great is if we don't have to investigate some bra

Re: [Libreoffice] distro specific patches as git branches

2011-08-19 Thread Tomáš Chvátal
Dne 19.8.2011 01:33, Bjoern Michaelsen napsal(a): Hi all, here is another thing I forgot to talk about on the ESC meeting (likely a good thing as we took too long already). I have my patches in a flat "git format-patch" export: http://anonscm.debian.org/gitweb/?p=pkg-openoffice/libreoffice.git;

Re: [Libreoffice] Git tags: why not "3.3.4-rc2" instead of "3.3.4.2"

2011-08-19 Thread Tomáš Chvátal
Dne 18.8.2011 19:37, Gioele Barabucci napsal(a): On 18/08/2011 16:15, Miklos Vajna wrote: On Wed, Aug 17, 2011 at 12:27:14PM +0200, Gioele Barabucci wrote: I was wondering why the git tags are named `3.3.4.2` for 3.3.4-rc2 instead of the more natural `3.3.4-rc2` or the more common `v3.3.4-rc2

Re: [Libreoffice] Git tags: why not "3.3.4-rc2" instead of "3.3.4.2"

2011-08-19 Thread Tomáš Chvátal
Dne 18.8.2011 16:15, Miklos Vajna napsal(a): An alternative would be what KDE does (or something similar, Lubos may know better): when the RC is supposed to be the last one, then tag it as 3.4.x, then release the tarballs in a private packager list, repack tarballs without incrementing version n

[Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Should apply to master, worth backporting to 3.4. >From 4e5cc18d29501bd6b8c46f6586ae2c47945a0d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 22 Aug 2011 11:29:44 +0200 Subject: [PATCH] Try to make pyuno work with system python. MIME-Version: 1.0 Content-Ty

Re: [Libreoffice] [PATCH] Make pyuno work with system python

2011-08-22 Thread Tomáš Chvátal
Dne 22.8.2011 12:18, Michael Meeks napsal(a): On Mon, 2011-08-22 at 11:00 +0100, Caolán McNamara wrote: a) do we need the PYTHONPATH hack in soffice.sh, I seem to be able to get away without it ? On my slow motion mission to kill the shell-piece of LibreOffice startup completely, I'm no

[Libreoffice] Creating new release for libtextcat

2011-09-02 Thread Tomáš Chvátal
Hi, I was wondering if it would be possible to create git repostiory for libtextcat with all the fixes that are now applied. After such repo is created it would be awesome to release new version so all distros can migrate to that one instead of each having to ship the patches. Tom ___

Re: [Libreoffice] 3.5 release from QA to point-zero

2011-09-05 Thread Tomáš Chvátal
Hi, for testers it might be really nice to release alpha/beta tarballs during early stages of development cycle. This would allow at least me to add it for testing into Gentoo and I think quite few people would test it that way. I provide even live ebuild that compiles from the git, but I think th

[Libreoffice] Fwd: [PATCH] Honor --disable-strip in gbuild.

2011-09-06 Thread Tomáš Chvátal
Damn the gmail interface! I demand reply-to-list :) @Stephan: sorry for doublemail :) -- Přeposlaná zpráva -- Od: Tomáš Chvátal Datum: 6. září 2011 10:00 Předmět: Re: [Libreoffice] [PATCH] Honor --disable-strip in gbuild. Komu: Stephan Bergmann Nice, I was planning to look

  1   2   3   >