2289 Commits

Author SHA1 Message Date
Stephan Bergmann
71a4281675 Resolves: rhbz#1965975 FTBFS 2021-05-31 21:51:21 +02:00
Pete Walter
1e16761a87 Rebuild for ICU 69 2021-05-20 01:07:24 +01:00
Caolán McNamara
548fedad1d latest version 2021-05-06 15:32:48 +01:00
Caolán McNamara
fbd42f2bda Resolves: rhbz#1957034 fix assertion on avmedia volumne control 2021-05-05 09:06:08 +01:00
Caolán McNamara
f822e9db73 Resolves: rhbz#1956977 Impress crashes on switch from commenting to slide sorter 2021-05-05 08:47:55 +01:00
Caolán McNamara
090f8e77a4 Resolves: rhbz#1955013 build libreoffice-langpack-fy for libreoffice 2021-04-29 12:00:30 +01:00
Stephan Bergmann
744067f2c4 boost is not part of the Fedora Flatpak SDK after all
...contrary to what eefb0e3720c126ba17b561e0fdfabc05cefac88d "boost is part of
the Fedora, but not of the RHEL Flatpak SDK" had claimed (and which this commit
thus effectively reverts).  In Fedora, boost is part of flatpak-common, but
which is built with an /app, not a /usr prefix.

(And as we no longer append to flatpakoptions anywhere, we can switch back from
%global to %define.)
2021-04-26 12:04:26 +02:00
Caolán McNamara
16b7e8cffb remove no longer needed --with-commons-logging-jar 2021-04-20 12:03:45 +01:00
Tomas Hrnciar
0f8689f9de BuildRequire setuptools explicitly
See https://fedoraproject.org/wiki/Changes/Reduce_dependencies_on_python3-setuptools
2021-04-19 13:18:31 +02:00
Stephan Bergmann
ce25b93d5d Related: rhbz#1895921 Get rid of apache-commons-logging 2021-04-12 15:46:21 +02:00
Caolán McNamara
ca7a434409 latest version 2021-04-01 16:26:22 +01:00
Caolán McNamara
783a050a00 tdf#141197 expose gtk-widgets inside vcl-containers to atk hierarchy 2021-03-24 11:49:28 +00:00
Caolán McNamara
0391b06f3b latest version 2021-03-04 15:32:55 +00:00
Caolán McNamara
791e5c68e6 enable rhel tests 2021-02-08 11:12:24 +00:00
Pavel Raiskup
5a442890a7 rebuild for libpq ABI fix
Related: rhbz#1908268
2021-02-08 09:31:02 +01:00
Caolán McNamara
4f6a1aa1ae its ppc64le that fails these 2021-02-07 20:39:16 +00:00
Caolán McNamara
8ba4da95f1 renable some more tests 2021-02-06 10:07:50 +00:00
Caolán McNamara
a80a5caf09 renable some writer tests 2021-02-05 19:59:48 +00:00
Caolán McNamara
37ddba9536 disable-qrcodegen for rhel-9 2021-02-05 19:56:20 +00:00
Caolán McNamara
15f2803ed3 use classic brand 2021-02-05 19:50:33 +00:00
Caolán McNamara
bd45d8601b drop libidn BuildRequire 2021-02-05 16:16:12 +00:00
Caolán McNamara
d78388e9a5 use classic brand 2021-02-05 16:16:12 +00:00
Caolán McNamara
b6e83d39ab reenable disabled writer test 2021-02-05 11:32:41 +00:00
Caolán McNamara
4f21cc862a bump to 7.1.0 series 2021-02-04 16:06:40 +00:00
Stephan Bergmann
5f506101d0 Flatpak build: Java is no longer in the f33 flatpak-runtime
...so configure.ac would mis-determine JAVA_HOME as /app, would add
-I/app/include -I/app/include/linux to SOLARINC, and #include <jni.h> would not
be found.

At libreoffice flatpak build time, the java-11-openjdk rpm will populate
/etc/alternatives (even though that is outside /app) with symlinks to
/app/lib/jvm, so that the symlink chain /app/lib/jvm/java ->
/etc/alternatives/java_sdk/ ->
/app/lib/jvm/java-11-openjdk-11.0.9.11-9.module+f33+3+4101bf32.x86_64/ (or
whatever the latter's exact name) will work.  (At flatpak composition time,
those non-/app files will be dropped from the resulting flatpak, so that
container.yaml needs to set up the /app/lib/jvm/jre-flatpak symlink for
--env=JAVA_HOME=/app/lib/jvm/jre-flatpak to find the Java installation under a
stable name, as then the /app/lib/jvm/jre -> /etc/alternatives/jre/ symlink will
be dangling.)
2021-01-28 07:57:05 +01:00
Stephan Bergmann
d24aef2560 Make libreoffice-{bsh,rhino} depend on full java, not just java-headless
Those two packages' "Tools - Macros - Organize Macros -
{BeanShell,JavaScript}..." each have an "Edit" button that wants to bring up a
Swing UI, so silently fails with a Java exception if full java does not happen
to be installed in addition to libreoffice-core's dependency on java-headless.

In theory, a user could always have other LO Java extensions that require non-
headless, so the "correct" approach would be to make libreoffice-core depend on
full java.  But to avoid dependency bloat, only make those sub-packages require
it that obviously need it.

(The ">= 1:1.6" is carried over from libreoffice-core's java-headless
requirement for consistency, even though it is probably cargo-cult by now.)
2021-01-28 07:57:02 +01:00
Caolán McNamara
437cf58b68 drop unneeded BuildRequires: gdb
originally added to log build-time tool crashes

commit 4cfeb5ea50361f16f7eb5a7faf71493f929ef980
Author: Caolán McNamara <caolanm@redhat.com>
Date:   Sat Apr 25 13:53:26 2015 +0100

    get gdb to put bt into build log on failure
2021-01-27 17:02:04 +00:00
Caolán McNamara
e5fde43e4d Resolves: rhbz#1916539 text not wrapping in right hand help brower pane 2021-01-27 14:05:23 +00:00
Caolán McNamara
83e54b4b5c really rebuild for Boost 1.75 2021-01-25 09:10:50 +00:00
Caolán McNamara
ded81dea35 Resolves: rhbz#1918152 FTBFS in Fedora rawhide 2021-01-24 19:20:02 +00:00
Jonathan Wakely
1d81d531dc Rebuilt for Boost 1.75 2021-01-22 21:03:53 +00:00
Caolán McNamara
8c5107f1c6 rhbz#1918152 - libreoffice: FTBFS in Fedora rawhide 2021-01-20 09:20:48 +00:00
Caolán McNamara
04545d7214 rebuild for poppler 2021-01-15 11:57:24 +00:00
Caolán McNamara
ef0e60a87e Resolves: rhbz#1913828 SfxViewFrame::Current() can return null 2021-01-11 10:27:21 +00:00
Stephan Bergmann
b6947acda5 Resolves: rhbz#1900532 Adapt to Flatpak /app/share paths 2021-01-06 15:58:34 +01:00
Stephan Bergmann
3d414dbcfc The __pycache__ files are generated by a Flatpak build now after all
> Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libreoffice-6.4.7.2-4.module+f32+2+48ebc82b.x86_64
> error: Installed (but unpackaged) file(s) found:
>    /app/lib64/python3.8/site-packages/__pycache__/officehelper.cpython-38.opt-1.pyc
>    /app/lib64/python3.8/site-packages/__pycache__/officehelper.cpython-38.pyc
>    /app/lib64/python3.8/site-packages/__pycache__/uno.cpython-38.opt-1.pyc
>    /app/lib64/python3.8/site-packages/__pycache__/uno.cpython-38.pyc
>    /app/lib64/python3.8/site-packages/__pycache__/unohelper.cpython-38.opt-1.pyc
>    /app/lib64/python3.8/site-packages/__pycache__/unohelper.cpython-38.pyc
2021-01-05 15:39:05 +01:00
Caolán McNamara
1d4a899939 workaround for make check failure 2020-12-20 16:14:14 +00:00
Caolán McNamara
7d7db27945 workaround for make check failure 2020-12-18 09:10:04 +00:00
Stephan Bergmann
eefb0e3720 boost is part of the Fedora, but not of the RHEL Flatpak SDK
(using %global instead of %define became necessary to be able to append to
flatpakoptions)
2020-12-15 09:29:38 +01:00
Caolán McNamara
1ff4f85ccf latest version 2020-12-10 09:39:40 +00:00
Caolán McNamara
b35a8d39dc fix without-pdfium xmlsecurity tests 2020-12-04 13:07:39 +00:00
Thierry Vignaud
dd559c7efd Update to 7.0.4 RC1 2020-12-04 10:05:22 +00:00
Caolán McNamara
4a05749059 support firebird for fedora only 2020-12-01 11:23:47 +00:00
Caolán McNamara
28fcd754fc Resolves: rhbz#1900937 fix null deref in non-pdfium build 2020-11-24 14:46:03 +00:00
Miro Hrončok
ee1acf3a0e Don't define patches conditionally
Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1898093
2020-11-23 13:19:22 +01:00
Caolán McNamara
7f69780353 Resolves: rhbz#1900428 don't crash on invalid index used in StarBasic macro 2020-11-23 10:11:49 +00:00
Caolán McNamara
760b2d0cfa fix date 2020-11-16 16:38:33 +00:00
Jeff Law
1593bddb65 Fix missing #include for gcc-11 2020-11-03 12:00:56 -07:00
Caolán McNamara
25c2656948 obsolete any existing libreoffice-math-debuginfo
from where there used to be binaries in the math subpackage
2020-10-29 20:45:54 +00:00
Caolán McNamara
fa036f7be0 rhel8 depends 2020-10-29 20:18:09 +00:00