From e667da5be10a46c367d70bd8878ca516cb8de83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Tue, 20 Sep 2011 09:32:37 +0100 Subject: [PATCH] Resolves: rhbz#738133 fix bn discard string --- fdo40856.bn.discard.patch | 13 +++++++++++++ libreoffice.spec | 7 ++++++- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 fdo40856.bn.discard.patch diff --git a/fdo40856.bn.discard.patch b/fdo40856.bn.discard.patch new file mode 100644 index 0000000..cdd69b7 --- /dev/null +++ b/fdo40856.bn.discard.patch @@ -0,0 +1,13 @@ +diff --git a/translations/source/bn/sfx2/source/doc.po b/translations/source/bn/sfx2/source/doc.po +index 888f346..293ccdd 100644 +--- a/translations/source/bn/sfx2/source/doc.po ++++ b/translations/source/bn/sfx2/source/doc.po +@@ -308,7 +308,7 @@ msgstr "বার্তা" + + #: doc.src#STR_NOSAVEANDCLOSE.string.text + msgid "~Discard" +-msgstr "বাতিল (~D)" ++msgstr "বর্জন (~D)" + + #: doc.src#STR_PACKNGO_NOACCESS.string.text + msgid "Access to the current data medium not possible." diff --git a/libreoffice.spec b/libreoffice.spec index 92bbf24..65572c6 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -27,7 +27,7 @@ Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 Version: 3.4.3.2 -Release: 10%{?dist} +Release: 11%{?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 @@ -123,6 +123,7 @@ Patch28: gdb-pretty-printers.patch Patch29: 0001-Related-fdo-37195-migrationoo3-not-registered.patch Patch30: 0001-Resolves-rhbz-735182-libreoffice-doesn-t-build-with-.patch Patch31: 0001-Resolves-rhbz-738255-avoid-crash-on-NULL-pointer.patch +Patch32: fdo40856.bn.discard.patch %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} %define instdir %{_libdir} @@ -796,6 +797,7 @@ mv -f redhat.soc extras/source/palettes/standard.soc %patch29 -p1 -b .fdo37195-migrationoo3-not-registered.patch %patch30 -p1 -b .rhbz735182-libreoffice-doesn-t-build-with-.patch %patch31 -p1 -b .rhbz738255-avoid-crash-on-NULL-pointer.patch +%patch32 -p1 -b .fdo40856.bn.discard.patch # these are horribly incomplete--empty translations and copied english # strings with spattering of translated strings @@ -2094,6 +2096,9 @@ update-desktop-database %{_datadir}/applications &> /dev/null || : %{basisinstdir}/program/kde-open-url %changelog +* Tue Sep 20 2011 Caolán McNamara - 3.4.3.2-11 +- Resolves: rhbz#738133 fix bn discard string + * Mon Sep 19 2011 Marek Kasik - 3.4.3.2-10 - Rebuild (poppler-0.17.3)