]> git.pld-linux.org Git - packages/libreoffice.git/commitdiff
*** empty log message ***
authorblekot <blekot@pld-linux.org>
Wed, 29 Feb 2012 00:24:27 +0000 (00:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libreoffice-npshell.cxx.patch -> 1.1
    libreoffice.spec -> 1.935

libreoffice-npshell.cxx.patch [new file with mode: 0644]
libreoffice.spec

diff --git a/libreoffice-npshell.cxx.patch b/libreoffice-npshell.cxx.patch
new file mode 100644 (file)
index 0000000..9458dcb
--- /dev/null
@@ -0,0 +1,11 @@
+--- extensions/source/nsplugin/source/npshell.cxx.old  2012-02-29 00:13:19.000000000 +0000
++++ extensions/source/nsplugin/source/npshell.cxx      2012-02-29 00:18:31.000000000 +0000
+@@ -361,7 +361,7 @@
+ MIMETYPE_OASIS_OPENDOCUMENT_PRESENTATION_TEMPLATE_ASCII ":otp:OpenDocument Presentation Template;"
+ MIMETYPE_OASIS_OPENDOCUMENT_FORMULA_ASCII ":odf:OpenDocument Formula;" );
+-char*
++const char*
+ NPP_GetMIMEDescription(void)
+ {
+     debug_fprintf(NSP_LOG_APPEND, "print by Netscape Plugin,  NPP_GetMIMEDescription:%s.\n", pMimeTypes);
index ba346219dc304ca6d901f908a14964eeb81a06eb..ac76e7ab43086cb6426ccc812f7706afacaee42c 100644 (file)
@@ -80,6 +80,7 @@ Source29:     http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a33504
 # Source29-md5:        18f577b374d60b3c760a3a3350407632
 Source30:      http://hg.services.openoffice.org/binaries/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
 # Source30-md5:        17410483b5b5f267aa18b7e00b65e6e0
+Patch0:                %{name}-npshell.cxx.patch
 Patch1:                %{name}-hamcrest.patch
 URL:           http://www.documentfoundation.org/
 BuildRequires: /usr/bin/getopt
@@ -2421,6 +2422,7 @@ bashowe uzupełnianie nazw dla LibreOffice.
 %prep
 %setup -q -n %{name}-core-%{version} -a1 -a2 -a3 -a4
 
+%patch0 -p0
 %patch1 -p0
 
 for dir in *-%{version}; do
This page took 0.056425 seconds and 4 git commands to generate.