[libreoffice] Resolves: rhbz#671540 fix lonely )

Caolan McNamara caolanm at fedoraproject.org
Mon Jan 24 21:10:31 UTC 2011


commit 0d2e3a94fcdae6dbc168cbc161b9531e305a067f
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Mon Jan 24 21:10:24 2011 +0000

    Resolves: rhbz#671540 fix lonely )

 libreoffice-fdo31271.icu.patch |   13 +++++++++++++
 libreoffice.spec               |    7 ++++++-
 2 files changed, 19 insertions(+), 1 deletions(-)
---
diff --git a/libreoffice-fdo31271.icu.patch b/libreoffice-fdo31271.icu.patch
new file mode 100644
index 0000000..ce00228
--- /dev/null
+++ b/libreoffice-fdo31271.icu.patch
@@ -0,0 +1,13 @@
+diff --git a/i18npool/source/breakiterator/data/line.txt b/i18npool/source/breakiterator/data/line.txt
+index cbabee6..bc27bb8 100644
+--- a/i18npool/source/breakiterator/data/line.txt
++++ b/i18npool/source/breakiterator/data/line.txt
+@@ -61,7 +61,7 @@ $BB = [:LineBreak =  Break_Before:];
+ $BK = [:LineBreak =  Mandatory_Break:];
+ $B2 = [:LineBreak =  Break_Both:];
+ $CB = [:LineBreak =  Contingent_Break:];
+-$CL = [:LineBreak =  Close_Punctuation:] ;
++$CL = [[:LineBreak =  Close_Punctuation:] [:LineBreak = Close_Parenthesis:]];
+ $CM = [:LineBreak =  Combining_Mark:];
+ $CR = [:LineBreak =  Carriage_Return:];
+ $EX = [:LineBreak =  Exclamation:];
diff --git a/libreoffice.spec b/libreoffice.spec
index dc145cc..52d76ea 100644
--- a/libreoffice.spec
+++ b/libreoffice.spec
@@ -28,7 +28,7 @@
 Summary:        Free Software Productivity Suite
 Name:           libreoffice
 Version:        3.3.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and (CDDL or GPLv2) and Public Domain
 Group:          Applications/Productivity
 URL:            http://www.documentfoundation.org/develop
@@ -102,6 +102,7 @@ Patch15: libreoffice-bootstrap-kde.patch
 Patch16: 0001-don-t-pushback-and-process-a-corrupt-extension.patch
 Patch17: 0001-free-ctxt-after-taking-lastError-details.patch
 Patch18: 0001-Removed-suspect-hack.-Cursor-on-post-it-now-scrolls-.patch
+Patch19: libreoffice-fdo31271.icu.patch
 
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define instdir %{_libdir}
@@ -723,6 +724,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc
 %patch16 -p1 -b .don-t-pushback-and-process-a-corrupt-extension.patch
 %patch17 -p1 -b .free-ctxt-after-taking-lastError-details.patch
 %patch18 -p1 -b .Cursor-on-post-it-now-scrolls-.patch
+%patch19 -p1 -b .libreoffice-fdo31271.icu.patch
 touch scripting/source/pyprov/delzip
 touch scripting/util/provider/beanshell/delzip
 touch scripting/util/provider/javascript/delzip
@@ -2063,6 +2065,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
 %{basisinstdir}/program/kde-open-url
 
 %changelog
+* Mon Jan 24 2011 Caolán McNamara <caolanm at redhat.com> 3.3.0.4-2
+- Resolves: rhbz#671540 fix lonely )
+
 * Thu Jan 20 2011 Caolán McNamara <caolanm at redhat.com> 3.3.0.4-1
 - next release candidate
 - drop integrated 0001-fix-presenter-screens-description.xml-build.patch


More information about the scm-commits mailing list