David Tardon
8dd8adfc64
3.6.0.0 beta2
2012-06-27 11:30:01 +02:00
Caolán McNamara
81038e8f4f
Resolves: rhbz#830810 missing dependency on lucene-contrib
2012-06-18 18:59:38 +01:00
David Tardon
e6349c063e
update to 3.5.5 rc1
2012-06-14 07:10:55 +02:00
David Tardon
014f11fd3e
make gdb pretty printers for URE libs usable again
2012-06-11 14:11:58 +02:00
Caolán McNamara
71d69de413
Resolves: rhbz#826609, rhbz#820554 fix smoketest on ppc[64] and s390[x]
2012-06-08 09:17:50 +01:00
Caolán McNamara
e4656ed3c6
Resolves: rhbz#822522 bodge RHEL-7 s390[x] smoketest temporarily
2012-05-30 16:24:09 +01:00
David Tardon
33317d131d
3.5.4 rc2
2012-05-23 09:20:47 +02:00
Caolán McNamara
b628e1b3ab
0001-Simplify-code-and-use-proper-register-names-for-linu.patch is merged to 3.5.X
2012-05-17 14:40:28 +01:00
Caolán McNamara
0096b27e02
Resolves: rhbz#811226 ARM FTBFS
2012-05-17 12:53:44 +01:00
David Tardon
300f286115
libofficebean.so changed name (fdo#49580)
2012-05-17 10:11:35 +02:00
David Tardon
ee5a075a63
3.5.4 rc1
2012-05-16 09:40:08 +02:00
Caolán McNamara
0cbc38a4a3
include deque
2012-05-14 11:47:10 +01:00
Caolán McNamara
62d2be4eb9
fix patch to apply
2012-05-14 10:40:18 +01:00
Caolán McNamara
5660ed702f
Resolves: fdo#49849 line breaking fixes for Hebrew
2012-05-13 23:04:19 +01:00
David Tardon
64a063638b
libreoffice-multiliblauncher.sh is external source
2012-05-11 12:38:50 +02:00
David Tardon
6cb277798e
Resolves: rhbz#809019 Impress thinks a machine with 2 monitors in clone mode is multihead
2012-05-11 12:35:49 +02:00
David Tardon
15d97f371f
Resolves: fdo#49365 Libreoffice fails to start on second screen with gtk vcl plugin
2012-05-11 12:35:49 +02:00
David Tardon
ee80ddd579
Resolves: rhbz#820439 KDE export dialog broken for most formats
2012-05-11 08:13:51 +02:00
Caolán McNamara
e333eaa2f7
openoffice.org-voikko got renamed to libreoffice-voikko, thanks guys
2012-05-09 21:10:16 +01:00
Caolán McNamara
58a829b7a8
fix typo
2012-05-09 12:58:02 +01:00
Caolán McNamara
8ace0895eb
Resolves: rhbz#813202 opengl slide transitions still a bit problematic
2012-05-09 12:56:06 +01:00
Caolán McNamara
99cca49beb
Resolves: rhbz#805743 a11y crash in impress/draw
2012-05-09 12:50:31 +01:00
Caolán McNamara
e08f4c5555
re-add ppc64 as a multilib platform
...
regression from 213c9297f0
2012-05-09 12:48:41 +01:00
David Tardon
6c42d87400
jakarta-commons-httpclient was not renamed. bah
2012-05-03 12:49:36 +02:00
David Tardon
37cb83a328
jakarta-* -> apache-*
2012-05-03 11:54:33 +02:00
David Tardon
0207c4aaaf
fix broken test on 64bit big endian
2012-04-25 08:17:07 +02:00
David Tardon
34f5af5851
3.5.3 rc2
2012-04-25 08:09:16 +02:00
David Tardon
16611a273c
fix UNO bridges for ppc and ppc64
2012-04-23 14:06:15 +02:00
David Tardon
9ac316ca15
rebuild for icu
2012-04-23 11:55:47 +02:00
David Tardon
8cf386c7fc
apply this unconditionally
2012-04-19 15:31:05 +02:00
David Tardon
bb3b45fb4e
3.5.3 rc1
2012-04-19 14:39:24 +02:00
Eike Rathke
213c9297f0
Resolves: rhbz#813280 sheets cannot be moved in Calc
2012-04-18 15:05:33 +02:00
David Tardon
14d5dbf469
require a known-working set of fonts for unit tests
...
Using plain BuildRequires: font(:lang=en) we are just hoping that yum's
resolver will select a font that libo can actually use. And unfortunatly
just about everything provides font(:lang=en). E.g, zvbi-fonts is _not_
usable.
2012-04-18 06:08:39 +02:00
Caolán McNamara
b13fcde9db
fix patch to apply
2012-04-11 18:17:53 +02:00
Eike Rathke
de5d54707c
Resolves: fdo#38088 rhbz#810267 better CSV import default separators
2012-04-11 15:10:49 +02:00
Caolán McNamara
acd49b0d86
Merge branch 'master' into f17
2012-04-10 14:53:03 +01:00
Caolán McNamara
9a090eaf33
Resolves: rhbz#811226 FTBFS ARM
2012-04-10 14:52:40 +01:00
Caolán McNamara
b3ca7a4196
drop Ver: string
2012-04-10 12:07:11 +01:00
Caolán McNamara
5617978638
rebuild for dependencies
2012-04-05 15:00:10 +01:00
Michael Stahl
ab44417541
Merge remote-tracking branch 'origin/master' into f17
2012-04-04 18:52:25 +02:00
Michael Stahl
e1a7c500bb
do not filter -O? from RPM_OPT_FLAGS:
...
jakub discovered that LO libraries are built without optimization,
which is because in CWS gnumake4, and thus LO 3.5, the variables
CFLAGS/CXXFLAGS override the optimization and debug settings used by
gbuild, and these are exported by the spec file.
2012-04-04 18:45:35 +02:00
Stephan Bergmann
325fb33de3
Merge branch 'master' into f17
2012-04-03 16:45:41 +02:00
Stephan Bergmann
d5dc24284d
Fix URIS_ONLY flag issue
2012-04-03 16:41:30 +02:00
Caolán McNamara
f37364d720
Merge branch 'master' into f17
2012-04-02 21:10:21 +01:00
Caolán McNamara
27162f68ce
Resolves: rhbz#708041 focus problems with tearable menus
2012-04-02 21:10:07 +01:00
Caolán McNamara
affd039152
Merge branch 'master' into f17
2012-03-27 15:26:57 +01:00
Caolán McNamara
aa2be9ca75
merge in command line checking patch
2012-03-27 15:26:41 +01:00
Caolán McNamara
b658e24fbf
Merge branch 'master' into f17
2012-03-27 13:00:20 +01:00
Caolán McNamara
b707ce428d
Resolves: rhbz#807243 require correct version of hsqldb
2012-03-27 13:00:09 +01:00
Caolán McNamara
c07846a978
Merge branch 'master' into f17
2012-03-26 14:32:22 +01:00