Merge remote-tracking branch 'origin/master' into f17
This commit is contained in:
commit
2976a857fd
4
.gitignore
vendored
4
.gitignore
vendored
@ -77,3 +77,7 @@
|
||||
/libreoffice-core-3.5.1.2.tar.xz
|
||||
/libreoffice-help-3.5.1.2.tar.xz
|
||||
/libreoffice-translations-3.5.1.2.tar.xz
|
||||
/libreoffice-binfilter-3.5.2.1.tar.xz
|
||||
/libreoffice-core-3.5.2.1.tar.xz
|
||||
/libreoffice-help-3.5.2.1.tar.xz
|
||||
/libreoffice-translations-3.5.2.1.tar.xz
|
||||
|
@ -36,19 +36,6 @@ index 0418fc1..4de797c 100644
|
||||
ULFCONV*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/ulfconv
|
||||
|
||||
MAKEDEPEND*=$(AUGMENT_LIBRARY_PATH) $(SOLARBINDIR)/makedepend
|
||||
diff --git a/translations/source/nb/helpcontent2/source/text/scalc.po b/translations/source/nb/helpcontent2/source/text/scalc.po
|
||||
index 79d8255..eea430f 100644
|
||||
--- a/translations/source/nb/helpcontent2/source/text/scalc.po
|
||||
+++ b/translations/source/nb/helpcontent2/source/text/scalc.po
|
||||
@@ -177,7 +177,7 @@ msgstr "<ahelp hid=\".\"><emph>Bildelinja</emph> vises når du setter inn eller
|
||||
|
||||
#: main0203.xhp#tit.help.text
|
||||
msgid "Drawing Object Properties Bar"
|
||||
-msgstr "Linja <emph>Egenskaper for tegneobjekter</emph>"
|
||||
+msgstr "Linja \"Egenskaper for tegneobjekter\""
|
||||
|
||||
#: main0203.xhp#hd_id3154346.1.help.text
|
||||
msgid "<link href=\"text/scalc/main0203.xhp\" name=\"Drawing Object Properties Bar\">Drawing Object Properties Bar</link>"
|
||||
diff --git a/translations/source/nn/helpcontent2/source/text/scalc.po b/translations/source/nn/helpcontent2/source/text/scalc.po
|
||||
index 9105195..d8573a3 100644
|
||||
--- a/translations/source/nn/helpcontent2/source/text/scalc.po
|
||||
|
@ -1,4 +1,4 @@
|
||||
%define libo_version 3.5.1
|
||||
%define libo_version 3.5.2
|
||||
# rhbz#715152 state vendor
|
||||
%if 0%{?rhel}
|
||||
%define vendoroption --with-vendor="Red Hat, Inc."
|
||||
@ -34,8 +34,8 @@
|
||||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Release: 2%{?dist}
|
||||
Version: %{libo_version}.1
|
||||
Release: 1%{?dist}
|
||||
License: (MPLv1.1 or LGPLv3+) and LGPLv3 and LGPLv2+ and BSD and (MPLv1.1 or GPLv2 or LGPLv2 or Netscape) and Public Domain and ASL 2.0 and Artistic
|
||||
Group: Applications/Productivity
|
||||
URL: http://www.documentfoundation.org/develop
|
||||
@ -138,7 +138,6 @@ Patch21: 0001-Related-rhbz-799628-crash-with-chewing-IM-with-g3g.patch
|
||||
Patch22: 0001-silence-SolarMutex-not-locked-spew.patch
|
||||
Patch23: 0001-Resolves-rhbz-799525-put-flat-odf-mimetypes-in-xsltf.patch
|
||||
Patch24: 0001-Resolves-rhbz-800272-complain-about-unknown-command-.patch
|
||||
Patch25: 0001-yet-another-clash-with-macro-name.patch
|
||||
Patch26: 0001-fix-setting-of-paper-tray-from-print-dialog-fdo-4393.patch
|
||||
|
||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
|
||||
@ -726,7 +725,7 @@ This package provides gdb pretty printers for package %{name}.
|
||||
# libreoffice-langpack-cs: langpack for Czech lang. requiring hyphen-cs,
|
||||
# autocorr-cs, mythes-cs-CZ and suitable font, obsoleting
|
||||
# openoffice.org-langpack-cs_CZ, and taking the files from cs.filelist:
|
||||
# %langpack -l cs -n Czech -H -A -m cs-CZ -o cs_CZ -S
|
||||
# %%langpack -l cs -n Czech -H -A -m cs-CZ -o cs_CZ -S
|
||||
%define langpack(Aa:Ff:Hh:l:Mm:n:Oo:p:r:Ss:Vv:Xx:Yy:) \
|
||||
%define project LibreOffice \
|
||||
%define lang %{-l:%{-l*}}%{!-l:%{error:Language code not defined}} \
|
||||
@ -780,7 +779,7 @@ Provides additional %{langname} translations and resources for %{project}. \
|
||||
#
|
||||
# l: language code
|
||||
# n: language name
|
||||
# X do not use default file match on %{_datadir}/autocorr/acor_%{lang}-*
|
||||
# X do not use default file match on %%{_datadir}/autocorr/acor_%%{lang}-*
|
||||
# in file list
|
||||
#
|
||||
# All remaining arguments are considered to be files and added to the file
|
||||
@ -986,7 +985,6 @@ mv -f redhat.soc extras/source/palettes/standard.soc
|
||||
%patch22 -p1 -b .silence-SolarMutex-not-locked-spew.patch
|
||||
%patch23 -p1 -b .rhbz-799525-put-flat-odf-mimetypes-in-xsltf.patch
|
||||
%patch24 -p1 -b .rhbz-800272-complain-about-unknown-command-.patch
|
||||
%patch25 -p1 -b .yet-another-clash-with-macro-name.patch
|
||||
%patch26 -p1 -b .fix-setting-of-paper-tray-from-print-dialog-fdo-4393.patch
|
||||
|
||||
# TODO: check this
|
||||
@ -1252,12 +1250,12 @@ kn nohelp western lt nohelp western \
|
||||
lv nohelp western mai nohelp western \
|
||||
ml nohelp western mr nohelp western \
|
||||
ms nohelp western nb help western \
|
||||
nl help western nn help western \
|
||||
nl help western nn help western \
|
||||
nr nohelp western nso nohelp western \
|
||||
or nohelp ctl pa-IN nohelp ctl \
|
||||
or nohelp ctl pa-IN nohelp ctl \
|
||||
pl help western pt help western \
|
||||
pt-BR help western ro nohelp western \
|
||||
ru help western sh nohelp western \
|
||||
ru help western sh nohelp western \
|
||||
si help ctl sk help western \
|
||||
sl help western sr nohelp western \
|
||||
ss nohelp western st nohelp western \
|
||||
@ -2275,6 +2273,10 @@ update-desktop-database %{_datadir}/applications &> /dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Mar 25 2012 David Tardon <dtardon@redhat.com> - 3.5.2.1-1
|
||||
- 3.5.2 rc1
|
||||
-drop integrated 0001-yet-another-clash-with-macro-name.patch
|
||||
|
||||
* Wed Mar 14 2012 David Tardon <dtardon@redhat.com> - 3.5.1.2-2
|
||||
- Resolves: rhbz#770209 can't change paper tray setting while printing
|
||||
|
||||
|
8
sources
8
sources
@ -9,7 +9,7 @@ c1b5b8d1dd929a1261a6f8872d92b799 redhat-langpacks.tar.gz
|
||||
fdb27bfe2dbe2e7b57ae194d9bf36bab fdb27bfe2dbe2e7b57ae194d9bf36bab-SampleICC-1.3.2.tar.gz
|
||||
a7983f859eafb2677d7ff386a023bc40 a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
|
||||
1f24ab1d39f4a51faf22244c94a6203f 1f24ab1d39f4a51faf22244c94a6203f-xmlsec1-1.2.14.tar.gz
|
||||
15d242aefa61993f2324a3bea953862b libreoffice-binfilter-3.5.1.2.tar.xz
|
||||
1edf0d39a7a921f6415f6a6ec7b314b3 libreoffice-core-3.5.1.2.tar.xz
|
||||
607b544cd7b38f9e6db6fe7da25007a7 libreoffice-help-3.5.1.2.tar.xz
|
||||
a3fa7818bfab14a6cccec645193e9982 libreoffice-translations-3.5.1.2.tar.xz
|
||||
d18c2dcdb448d2ee17cd9eed0d94cb8c libreoffice-binfilter-3.5.2.1.tar.xz
|
||||
100dd5e9de3496dd412d78a4afdcb4cc libreoffice-core-3.5.2.1.tar.xz
|
||||
41cca7337c78df96c7b473f80d27f31f libreoffice-help-3.5.2.1.tar.xz
|
||||
74ecbd5aca5b696b817457ec6f1cd05e libreoffice-translations-3.5.2.1.tar.xz
|
||||
|
Loading…
Reference in New Issue
Block a user