SHA256
1
0
forked from pool/libreoffice

- updated changelog add missing files

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=46
This commit is contained in:
Petr Mladek 2013-07-31 09:44:43 +00:00 committed by Git OBS Bridge
parent 3c440fa3a1
commit 2580b3fe75
5 changed files with 49 additions and 4 deletions

View File

@ -59,8 +59,31 @@ Tue Jul 30 13:06:00 UTC 2013 - pmladek@suse.com
- several API changes, see
https://wiki.documentfoundation.org/ReleaseNotes/4.1#API_Changes for more
details
- about 3000 fixes of reported bugs
- update global compiler glags:
- about 3000 fixes of reported bugs, including:
* VML paths import (bnc#820504)
* broken XLSX export (bnc#823935)
* date in XLSX import (bnc#819865)
* DOCX import crasher (bnc#382137)
* table in DOCX import (bnc#816593)
* tab stop in DOC import (bnc#793998)
* autosave and macro changes (bnc#817477)
* recompile cells with #NAME! (bnc#615317)
* undo of paragraph attributes (bnc#828598)
* date selection in DOCX import (bnc#820509)
* table row spacing in DOCX import (bnc#793262)
* Wordart text boxes in DOCX import (bnc#820788)
* cell value formatting in XLSX import (bnc#821795)
* fFilled shape property in RTF import (bnc#825305)
* wrong graphics position in DOCX import (bnc#792778)
* line shading/background in PPTX import (bnc#794350)
* page specific footer in DOC/DOCX export (bnc#654230)
* negative seeks in win32 shell extension (bnc#829017)
* freeform shape coordinates in RTF import (bnc#823655)
* taskbar launchers pointing to "office.bin" (bnc#777070)
* detect whether a Bezier shape is open or closed (bnc#780044)
* double-clicking editable fields and macro fields (bnc#802888)
* missing last character of shape text in DOCX import (bnc#817956)
- update global compiler flags:
+ add -I/usr/include/mysql-connector on openSUSE 12.3 where the system
cppconnector has wrong include paths
+ remove obsolete -fno-omit-frame-pointer; the bridge test has been fixed
@ -83,7 +106,7 @@ Tue Jul 30 13:06:00 UTC 2013 - pmladek@suse.com
+ remove the obsolete dependency on libzip-devel; it is correctly
required by liborcus-devel package
- temporary disable mono until the support is ported for this LO version
- try to increase the momory limits on i586 to 800; let's see if it makes
- try to increase the memory limits on i586 to 800; let's see if it makes
the build reliable
- update 3rd-party tarballs:
+ commons-codec to 1.6:
@ -136,7 +159,7 @@ Tue Jul 30 13:06:00 UTC 2013 - pmladek@suse.com
+ boost-1.53-part2.patch: upstreamed
+ redland-rpath-hack.diff: it seems that it is not needed any more
- add fix-collision.patch: correctly split files into subpackages
- remove obsolte hack for the fake build time
- remove obsolete hack for the fake build time
- update configure options:
+ --enable-ext-mysql-connector was renamed to --enable-ext-mariadb-connector
+ fallback to the internal libraries on older distributions:

8
lo-provides-11.1 Normal file
View File

@ -0,0 +1,8 @@
# hide some private libraries from provides
grep -v -e libmysqlcppconn.so \
-e libicudata.so \
-e libicui18n.so \
-e libicule.so \
-e libicuuc.so \
-e liblcms2.so \
| /usr/lib/rpm/find-provides “$@”

3
lo-provides-12.1 Normal file
View File

@ -0,0 +1,3 @@
# hide some private libraries from provides
grep -v -e libmysqlcppconn.so \
| /usr/lib/rpm/find-provides “$@”

8
lo-requires-11.1 Normal file
View File

@ -0,0 +1,8 @@
# do not require some internal libraries
/usr/lib/rpm/find-requires “$@” | \
grep -v -e libmysqlcppconn.so \
-e libicudata.so \
-e libicui18n.so \
-e libicule.so \
-e libicuuc.so \
-e liblcms2.so

3
lo-requires-12.1 Normal file
View File

@ -0,0 +1,3 @@
# do not require some internal libraries
/usr/lib/rpm/find-requires “$@” | \
grep -v -e libmysqlcppconn.so