Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2016-04-11 09:11:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice" Changes: -------- --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2016-03-26 15:10:04.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 2016-04-11 09:11:17.000000000 +0200 @@ -1,0 +2,26 @@ +Mon Apr 4 09:17:16 UTC 2016 - [email protected] + +- Version update to 5.1.2.2: + * Various small bugfixes all around 5.1 series +- Remove upstreamed patches: + * 0001-Fix-patch-to-apply-on-SLE11-just-some-unknown-patch-.patch + * 0001-Fix-python2-build-of-pyuno-with-older-py2-versions.patch + * 0001-Update-etonyek-patch-to-apply-with-sle11-patch.patch +- Refresh patches: + * 0001-liborcus-0.11.patch + * libreoffice-hotfix-disablebrokenshapetest.patch +- Fix sle11 build by not using -r on ln command +- Update the subtag registry to latest version + +------------------------------------------------------------------- +Fri Apr 1 10:40:30 UTC 2016 - [email protected] + +- Install also gdb pretty printers + +------------------------------------------------------------------- +Fri Apr 1 10:30:39 UTC 2016 - [email protected] + +- Introduce glade subpackage to match up with fedora and to provide + others possibility to work on glade UI for libreoffice + +------------------------------------------------------------------- Old: ---- 0001-Fix-patch-to-apply-on-SLE11-just-some-unknown-patch-.patch 0001-Fix-python2-build-of-pyuno-with-older-py2-versions.patch 0001-Update-etonyek-patch-to-apply-with-sle11-patch.patch language-subtag-registry-2015-08-04.tar.bz2 libreoffice-5.1.1.3.tar.xz libreoffice-help-5.1.1.3.tar.xz libreoffice-translations-5.1.1.3.tar.xz New: ---- language-subtag-registry-2016-02-10.tar.bz2 libreoffice-5.1.2.2.tar.xz libreoffice-help-5.1.2.2.tar.xz libreoffice-translations-5.1.2.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice.spec ++++++ --- /var/tmp/diff_new_pack.yPoZ6n/_old 2016-04-11 09:11:32.000000000 +0200 +++ /var/tmp/diff_new_pack.yPoZ6n/_new 2016-04-11 09:11:32.000000000 +0200 @@ -22,7 +22,7 @@ %define numbertext_version 0.9.5 # Urls %define external_url http://dev-www.libreoffice.org/src/ -%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.1.1 +%define tarball_url http://download.documentfoundation.org/libreoffice/src/5.1.2 # Old Make and bundle or not %if 0%{?suse_version} > 1230 %bcond_with oldmake @@ -64,7 +64,7 @@ %endif # This is used due to the need for beta releases Name: libreoffice -Version: 5.1.1.3 +Version: 5.1.2.2 Release: 0 Summary: A Free Office Suite (Framework) License: Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and SUSE-Public-Domain and W3C @@ -154,7 +154,7 @@ Source2059: %{external_url}/c0b4799ea9850eae3ead14f0a60e9418-postgresql-9.2.1.tar.bz2 Source2060: %{external_url}/2e482c7567908d334785ce7d69ddfff7-commons-codec-1.6-src.tar.gz Source2061: %{external_url}/b12c5f9cfdb6b04efce5a4a186b8416b-rasqal-0.9.30.tar.gz -Source2062: %{external_url}/language-subtag-registry-2015-08-04.tar.bz2 +Source2062: %{external_url}/language-subtag-registry-2016-02-10.tar.bz2 # Make for old distros where too old gnumake resides Source3000: http://ftp.gnu.org/gnu/make/make-4.1.tar.bz2 # PATCH-FIX-SUSE: disable really fragile test run on hsqldb @@ -172,9 +172,6 @@ # PATCH-FIX-SUSE: do not declare java6 available for without system libs build Patch7: 0001-Make-HAVE_JAVA6-be-always-false.patch # PATCH-FIX-UPSTREAM: broken patch command on sle11 fails to apply patch -Patch8: 0001-Fix-patch-to-apply-on-SLE11-just-some-unknown-patch-.patch -Patch9: 0001-Update-etonyek-patch-to-apply-with-sle11-patch.patch -Patch11: 0001-Fix-python2-build-of-pyuno-with-older-py2-versions.patch Patch12: 0001-mdds-1.0.patch Patch13: 0001-liborcus-0.11.patch Patch14: 0002-boost-filesystem1.patch @@ -507,6 +504,34 @@ This package provides Tango LibreOffice icon theme. It is used in GNOME by default and obsoleted the old Industrial theme. +%package glade +Summary: Support for creating LibreOffice dialogs in glade +License: Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and SUSE-Public-Domain and W3C +Group: Productivity/Office/Suite +Requires: %{name} = %{version} +%if %{with noarch_subpkgs} +BuildArch: noarch +%endif + +%description glade +%{name}-glade contains a catalog of LibreOffice-specific widgets for +glade and ui-previewer tool to check the visual appearance of dialogs. + +%package gdb-pretty-printers +Summary: Additional support for debugging with gdb +License: Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and SUSE-Public-Domain and W3C +Group: Productivity/Office/Suite +Requires: %{python_type}-six +Requires: gdb +Requires: libreoffice = %{version} +Supplements: libreoffice-debuginfo = %{version} +%if %{with noarch_subpkgs} +BuildArch: noarch +%endif + +%description gdb-pretty-printers +This package provides gdb pretty printers for package %{name}. + %package base Summary: LibreOffice Base License: LGPL-3.0 @@ -1043,9 +1068,6 @@ %if !%{with systemlibs} %patch7 -p1 %endif -%patch8 -p1 -%patch9 -p1 -%patch11 -p1 %patch12 -p1 %patch13 -p1 %patch14 -p1 @@ -1442,6 +1464,19 @@ echo "%{python3_sitelib}/uno.py" >> file-lists/pyuno_list.txt echo "%{python3_sitelib}/unohelper.py" >> file-lists/pyuno_list.txt +# move glade catalog to system glade dir +install -m 0755 -d %{buildroot}%{_datadir}/glade/catalogs +mv %{buildroot}%{_libdir}/%{name}/share/glade/libreoffice-catalog.xml %{buildroot}%{_datadir}/glade/catalogs +install -m 0755 -d %{buildroot}%{_datadir}/glade3/catalogs +ln -s %{_datadir}/glade/catalogs/libreoffice-catalog.xml %{buildroot}%{_datadir}/glade3/catalogs +grep -v '%{_libdir}/%{name}/share/glade/libreoffice-catalog.xml' file-lists/common_list.txt > tmplist +mv tmplist file-lists/common_list.txt + +# install gdb pretty printers +export DESTDIR=%{buildroot} +export SRCDIR="./" +./solenv/bin/install-gdb-printers -a %{_datadir}/gdb/auto-load%{_libdir}/%{name} -c -i %{_libdir}/%{name} -p %{_datadir}/libreoffice/gdb + # We have ton of duped files so run over it %fdupes %{buildroot}%{_prefix} @@ -1615,6 +1650,20 @@ %{_datadir}/gir-1.0/LOKDocView-0.1.gir %endif +%files glade +%defattr(-,root,root) +%dir %{_datadir}/glade +%dir %{_datadir}/glade/catalogs +%{_datadir}/glade/catalogs/libreoffice-catalog.xml +%dir %{_datadir}/glade3 +%dir %{_datadir}/glade3/catalogs +%{_datadir}/glade3/catalogs/libreoffice-catalog.xml + +%files gdb-pretty-printers +%defattr(-,root,root) +%{_datadir}/gdb/auto-load/%{_libdir}/%{name} +%{_datadir}/libreoffice/gdb + %files -f file-lists/base_list.txt base %defattr(-,root,root) ++++++ 0001-liborcus-0.11.patch ++++++ --- /var/tmp/diff_new_pack.yPoZ6n/_old 2016-04-11 09:11:32.000000000 +0200 +++ /var/tmp/diff_new_pack.yPoZ6n/_new 2016-04-11 09:11:32.000000000 +0200 @@ -10,10 +10,10 @@ Tested-by: Jenkins <[email protected]> Reviewed-by: Kohei Yoshida <[email protected]> -Index: libreoffice-5.1.1.3/RepositoryExternal.mk +Index: libreoffice-5.1.2.2/RepositoryExternal.mk =================================================================== ---- libreoffice-5.1.1.3.orig/RepositoryExternal.mk -+++ libreoffice-5.1.1.3/RepositoryExternal.mk +--- libreoffice-5.1.2.2.orig/RepositoryExternal.mk ++++ libreoffice-5.1.2.2/RepositoryExternal.mk @@ -786,6 +786,21 @@ $(call gb_LinkTarget_set_include,$(1),\ endef @@ -54,11 +54,11 @@ ) endef -Index: libreoffice-5.1.1.3/configure.ac +Index: libreoffice-5.1.2.2/configure.ac =================================================================== ---- libreoffice-5.1.1.3.orig/configure.ac -+++ libreoffice-5.1.1.3/configure.ac -@@ -9141,7 +9141,7 @@ if test -z "$enable_orcus" -o "$enable_o +--- libreoffice-5.1.2.2.orig/configure.ac ++++ libreoffice-5.1.2.2/configure.ac +@@ -9143,7 +9143,7 @@ if test -z "$enable_orcus" -o "$enable_o ENABLE_ORCUS="TRUE" AC_DEFINE(ENABLE_ORCUS) @@ -67,14 +67,14 @@ if test "$with_system_orcus" != "yes"; then if test "$SYSTEM_BOOST" = "TRUE"; then # =========================================================== -Index: libreoffice-5.1.1.3/download.lst +Index: libreoffice-5.1.2.2/download.lst =================================================================== ---- libreoffice-5.1.1.3.orig/download.lst -+++ libreoffice-5.1.1.3/download.lst +--- libreoffice-5.1.2.2.orig/download.lst ++++ libreoffice-5.1.2.2/download.lst @@ -112,8 +112,8 @@ export OPENCOLLADA_TARBALL := OpenCOLLAD export OPENLDAP_TARBALL := 804c6cb5698db30b75ad0ff1c25baefd-openldap-2.4.31.tgz - export OPENSSL_MD5SUM := a06c547dac9044161a477211049f60ef - export OPENSSL_TARBALL := openssl-1.0.2a.tar.gz + export OPENSSL_MD5SUM := f3c710c045cdee5fd114feb69feba7aa + export OPENSSL_TARBALL := openssl-1.0.2g.tar.gz -export ORCUS_MD5SUM := e6efcbe50a5fd4d50d513c9a7a4139b0 -export ORCUS_TARBALL := liborcus-0.9.2.tar.gz +export ORCUS_MD5SUM := ca1e5d486b29cd519bb1d9845a6a768e @@ -82,10 +82,10 @@ export OWNCLOUD_ANDROID_LIB_MD5SUM := 593f0aa47bf2efc0efda2d28fae063b2 export OWNCLOUD_ANDROID_LIB_TARBALL := owncloud-android-library-0.9.4-no-binary-deps.tar.gz export PAGEMAKER_MD5SUM := 795cc7a59ace4db2b12586971d668671 -Index: libreoffice-5.1.1.3/external/boost/Module_boost.mk +Index: libreoffice-5.1.2.2/external/boost/Module_boost.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/boost/Module_boost.mk -+++ libreoffice-5.1.1.3/external/boost/Module_boost.mk +--- libreoffice-5.1.2.2.orig/external/boost/Module_boost.mk ++++ libreoffice-5.1.2.2/external/boost/Module_boost.mk @@ -11,6 +11,7 @@ $(eval $(call gb_Module_Module,boost)) $(eval $(call gb_Module_add_targets,boost,\ @@ -94,10 +94,10 @@ StaticLibrary_boost_system \ StaticLibrary_boost_iostreams \ UnpackedTarball_boost \ -Index: libreoffice-5.1.1.3/external/boost/StaticLibrary_boost_filesystem.mk +Index: libreoffice-5.1.2.2/external/boost/StaticLibrary_boost_filesystem.mk =================================================================== --- /dev/null -+++ libreoffice-5.1.1.3/external/boost/StaticLibrary_boost_filesystem.mk ++++ libreoffice-5.1.2.2/external/boost/StaticLibrary_boost_filesystem.mk @@ -0,0 +1,36 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# @@ -135,10 +135,10 @@ +)) + +# vim: set noet sw=4 ts=4: -Index: libreoffice-5.1.1.3/external/liborcus/0001-Fix-for-OSX-build-inside-LibreOffice.patch +Index: libreoffice-5.1.2.2/external/liborcus/0001-Fix-for-OSX-build-inside-LibreOffice.patch =================================================================== --- /dev/null -+++ libreoffice-5.1.1.3/external/liborcus/0001-Fix-for-OSX-build-inside-LibreOffice.patch ++++ libreoffice-5.1.2.2/external/liborcus/0001-Fix-for-OSX-build-inside-LibreOffice.patch @@ -0,0 +1,1175 @@ +From a1df2d984d527931c6cbbe6547856283bdbf6a9b Mon Sep 17 00:00:00 2001 +From: Kohei Yoshida <[email protected]> @@ -1315,10 +1315,10 @@ +-- +2.4.5 + -Index: libreoffice-5.1.1.3/external/liborcus/0001-Get-it-to-build-on-Windows.patch +Index: libreoffice-5.1.2.2/external/liborcus/0001-Get-it-to-build-on-Windows.patch =================================================================== --- /dev/null -+++ libreoffice-5.1.1.3/external/liborcus/0001-Get-it-to-build-on-Windows.patch ++++ libreoffice-5.1.2.2/external/liborcus/0001-Get-it-to-build-on-Windows.patch @@ -0,0 +1,212 @@ +From c5d7282214727bcc28b6ec7e2b8016b40872cd3b Mon Sep 17 00:00:00 2001 +From: Kohei Yoshida <[email protected]> @@ -1532,10 +1532,10 @@ +-- +1.8.1.msysgit.1 + -Index: libreoffice-5.1.1.3/external/liborcus/ExternalPackage_liborcus.mk +Index: libreoffice-5.1.2.2/external/liborcus/ExternalPackage_liborcus.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/ExternalPackage_liborcus.mk -+++ libreoffice-5.1.1.3/external/liborcus/ExternalPackage_liborcus.mk +--- libreoffice-5.1.2.2.orig/external/liborcus/ExternalPackage_liborcus.mk ++++ libreoffice-5.1.2.2/external/liborcus/ExternalPackage_liborcus.mk @@ -12,11 +12,11 @@ $(eval $(call gb_ExternalPackage_Externa $(eval $(call gb_ExternalPackage_use_external_project,liborcus,liborcus)) @@ -1552,10 +1552,10 @@ endif # vim: set noet sw=4 ts=4: -Index: libreoffice-5.1.1.3/external/liborcus/ExternalProject_liborcus.mk +Index: libreoffice-5.1.2.2/external/liborcus/ExternalProject_liborcus.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/ExternalProject_liborcus.mk -+++ libreoffice-5.1.1.3/external/liborcus/ExternalProject_liborcus.mk +--- libreoffice-5.1.2.2.orig/external/liborcus/ExternalProject_liborcus.mk ++++ libreoffice-5.1.2.2/external/liborcus/ExternalProject_liborcus.mk @@ -13,6 +13,7 @@ $(eval $(call gb_ExternalProject_use_aut $(eval $(call gb_ExternalProject_use_externals,liborcus, \ @@ -1607,10 +1607,10 @@ ) \ ) -Index: libreoffice-5.1.1.3/external/liborcus/Library_orcus-parser.mk +Index: libreoffice-5.1.2.2/external/liborcus/Library_orcus-parser.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/Library_orcus-parser.mk -+++ libreoffice-5.1.1.3/external/liborcus/Library_orcus-parser.mk +--- libreoffice-5.1.2.2.orig/external/liborcus/Library_orcus-parser.mk ++++ libreoffice-5.1.2.2/external/liborcus/Library_orcus-parser.mk @@ -39,6 +39,8 @@ $(eval $(call gb_Library_add_generated_e UnpackedTarball/liborcus/src/parser/css_types \ UnpackedTarball/liborcus/src/parser/csv_parser_base \ @@ -1628,10 +1628,10 @@ UnpackedTarball/liborcus/src/parser/zip_archive \ UnpackedTarball/liborcus/src/parser/zip_archive_stream \ )) -Index: libreoffice-5.1.1.3/external/liborcus/Library_orcus.mk +Index: libreoffice-5.1.2.2/external/liborcus/Library_orcus.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/Library_orcus.mk -+++ libreoffice-5.1.1.3/external/liborcus/Library_orcus.mk +--- libreoffice-5.1.2.2.orig/external/liborcus/Library_orcus.mk ++++ libreoffice-5.1.2.2/external/liborcus/Library_orcus.mk @@ -13,6 +13,7 @@ $(eval $(call gb_Library_use_unpacked,or $(eval $(call gb_Library_use_externals,orcus,\ @@ -1694,10 +1694,10 @@ )) # vim: set noet sw=4 ts=4: -Index: libreoffice-5.1.1.3/external/liborcus/UnpackedTarball_liborcus.mk +Index: libreoffice-5.1.2.2/external/liborcus/UnpackedTarball_liborcus.mk =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/UnpackedTarball_liborcus.mk -+++ libreoffice-5.1.1.3/external/liborcus/UnpackedTarball_liborcus.mk +--- libreoffice-5.1.2.2.orig/external/liborcus/UnpackedTarball_liborcus.mk ++++ libreoffice-5.1.2.2/external/liborcus/UnpackedTarball_liborcus.mk @@ -16,8 +16,15 @@ $(eval $(call gb_UnpackedTarball_set_pat $(eval $(call gb_UnpackedTarball_add_patches,liborcus,\ external/liborcus/0001-workaround-a-linking-problem-on-windows.patch \ @@ -1716,9 +1716,9 @@ + + # vim: set noet sw=4 ts=4: -Index: libreoffice-5.1.1.3/external/liborcus/fix-crash-ooo55043-1.patch.0 +Index: libreoffice-5.1.2.2/external/liborcus/fix-crash-ooo55043-1.patch.0 =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/fix-crash-ooo55043-1.patch.0 +--- libreoffice-5.1.2.2.orig/external/liborcus/fix-crash-ooo55043-1.patch.0 +++ /dev/null @@ -1,17 +0,0 @@ ---- src/parser/zip_archive_stream.cpp @@ -1738,9 +1738,9 @@ - if (length_available < length) - throw zip_error("There is not enough stream left to fill requested length."); - -Index: libreoffice-5.1.1.3/external/liborcus/unusedheader.patch.0 +Index: libreoffice-5.1.2.2/external/liborcus/unusedheader.patch.0 =================================================================== ---- libreoffice-5.1.1.3.orig/external/liborcus/unusedheader.patch.0 +--- libreoffice-5.1.2.2.orig/external/liborcus/unusedheader.patch.0 +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/parser/pstring.cpp.orig 2015-12-02 14:38:44.658744408 +0000 @@ -1754,10 +1754,10 @@ - using namespace std; - - namespace orcus { -Index: libreoffice-5.1.1.3/external/liborcus/windows-constants-hack.patch +Index: libreoffice-5.1.2.2/external/liborcus/windows-constants-hack.patch =================================================================== --- /dev/null -+++ libreoffice-5.1.1.3/external/liborcus/windows-constants-hack.patch ++++ libreoffice-5.1.2.2/external/liborcus/windows-constants-hack.patch @@ -0,0 +1,15 @@ +diff --git a/src/liborcus/info.cpp b/src/liborcus/info.cpp +index ae571f5..539ce18 100644 @@ -1774,10 +1774,10 @@ + + namespace orcus { + -Index: libreoffice-5.1.1.3/sc/Library_scfilt.mk +Index: libreoffice-5.1.2.2/sc/Library_scfilt.mk =================================================================== ---- libreoffice-5.1.1.3.orig/sc/Library_scfilt.mk -+++ libreoffice-5.1.1.3/sc/Library_scfilt.mk +--- libreoffice-5.1.2.2.orig/sc/Library_scfilt.mk ++++ libreoffice-5.1.2.2/sc/Library_scfilt.mk @@ -227,6 +227,7 @@ ifeq ($(ENABLE_ORCUS),TRUE) $(eval $(call gb_Library_use_externals,scfilt,\ orcus \ @@ -1786,10 +1786,10 @@ boost_system \ boost_iostreams \ zlib \ -Index: libreoffice-5.1.1.3/sc/source/filter/inc/orcusinterface.hxx +Index: libreoffice-5.1.2.2/sc/source/filter/inc/orcusinterface.hxx =================================================================== ---- libreoffice-5.1.1.3.orig/sc/source/filter/inc/orcusinterface.hxx -+++ libreoffice-5.1.1.3/sc/source/filter/inc/orcusinterface.hxx +--- libreoffice-5.1.2.2.orig/sc/source/filter/inc/orcusinterface.hxx ++++ libreoffice-5.1.2.2/sc/source/filter/inc/orcusinterface.hxx @@ -381,6 +381,7 @@ public: virtual void set_border_count(size_t n) override; @@ -1806,10 +1806,10 @@ virtual size_t commit_cell_style() override; }; -Index: libreoffice-5.1.1.3/sc/source/filter/orcus/filterdetect.cxx +Index: libreoffice-5.1.2.2/sc/source/filter/orcus/filterdetect.cxx =================================================================== ---- libreoffice-5.1.1.3.orig/sc/source/filter/orcus/filterdetect.cxx -+++ libreoffice-5.1.1.3/sc/source/filter/orcus/filterdetect.cxx +--- libreoffice-5.1.2.2.orig/sc/source/filter/orcus/filterdetect.cxx ++++ libreoffice-5.1.2.2/sc/source/filter/orcus/filterdetect.cxx @@ -93,7 +93,7 @@ OUString OrcusFormatDetect::detect(css:: } @@ -1819,10 +1819,10 @@ return OUString("Gnumeric XML"); return OUString(); -Index: libreoffice-5.1.1.3/sc/source/filter/orcus/interface.cxx +Index: libreoffice-5.1.2.2/sc/source/filter/orcus/interface.cxx =================================================================== ---- libreoffice-5.1.1.3.orig/sc/source/filter/orcus/interface.cxx -+++ libreoffice-5.1.1.3/sc/source/filter/orcus/interface.cxx +--- libreoffice-5.1.2.2.orig/sc/source/filter/orcus/interface.cxx ++++ libreoffice-5.1.2.2/sc/source/filter/orcus/interface.cxx @@ -55,7 +55,7 @@ void ScOrcusGlobalSettings::set_default_ orcus::spreadsheet::formula_grammar_t ScOrcusGlobalSettings::get_default_formula_grammar() const ++++++ language-subtag-registry-2015-08-04.tar.bz2 -> language-subtag-registry-2016-02-10.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/data/language-subtag-registry new/data/language-subtag-registry --- old/data/language-subtag-registry 2015-08-04 22:13:32.000000000 +0200 +++ new/data/language-subtag-registry 2016-02-10 20:26:43.000000000 +0100 @@ -1,4 +1,4 @@ -File-Date: 2015-08-04 +File-Date: 2016-02-10 %% Type: language Subtag: aa @@ -43695,6 +43695,11 @@ Added: 2005-10-16 %% Type: script +Subtag: Hanb +Description: Han with Bopomofo (alias for Han + Bopomofo) +Added: 2016-02-08 +%% +Type: script Subtag: Hang Description: Hangul Description: Hangŭl @@ -43775,6 +43780,11 @@ Added: 2005-10-16 %% Type: script +Subtag: Jamo +Description: Jamo (alias for Jamo subset of Hangul) +Added: 2016-02-08 +%% +Type: script Subtag: Java Description: Javanese Added: 2005-10-16 @@ -44018,6 +44028,14 @@ Added: 2010-04-10 %% Type: script +Subtag: Newa +Description: Newa +Description: Newar +Description: Newari +Description: Nepāla lipi +Added: 2016-01-04 +%% +Type: script Subtag: Nkgb Description: Nakhi Geba Description: 'Na-'Khi ²Ggŏ-¹baw @@ -44110,6 +44128,11 @@ Added: 2005-10-16 %% Type: script +Subtag: Piqd +Description: Klingon (KLI pIqaD) +Added: 2016-01-04 +%% +Type: script Subtag: Plrd Description: Miao Description: Pollard @@ -44365,6 +44388,11 @@ Added: 2007-12-05 %% Type: script +Subtag: Zsye +Description: Symbols (Emoji variant) +Added: 2016-01-04 +%% +Type: script Subtag: Zsym Description: Symbols Added: 2007-12-05 @@ -46050,6 +46078,12 @@ Added: 2013-12-10 %% Type: variant +Subtag: basiceng +Description: Basic English +Added: 2015-12-29 +Prefix: en +%% +Type: variant Subtag: bauddha Description: Buddhist Hybrid Sanskrit Added: 2010-07-28 @@ -46097,6 +46131,14 @@ Brazil. %% Type: variant +Subtag: cornu +Description: Cornu-English +Description: Cornish English +Description: Anglo-Cornish +Added: 2015-12-07 +Prefix: en +%% +Type: variant Subtag: dajnko Description: Slovene in Dajnko alphabet Added: 2012-06-27 @@ -46262,6 +46304,12 @@ Prefix: sl %% Type: variant +Subtag: newfound +Description: Newfoundland English +Added: 2015-11-25 +Prefix: en-CA +%% +Type: variant Subtag: njiva Description: The Gniva dialect of Resian Description: The Njiva dialect of Resian @@ -46372,6 +46420,11 @@ Comments: English Liverpudlian dialect known as 'Scouse' %% Type: variant +Subtag: simple +Description: Simplified form +Added: 2015-12-29 +%% +Type: variant Subtag: solba Description: The Stolvizza dialect of Resian Description: The Solbica dialect of Resian ++++++ libreoffice-5.1.1.3.tar.xz -> libreoffice-5.1.2.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-5.1.1.3.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-5.1.2.2.tar.xz differ: char 25, line 1 ++++++ libreoffice-help-5.1.1.3.tar.xz -> libreoffice-help-5.1.2.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-5.1.1.3/ChangeLog-helpcontent2 new/libreoffice-5.1.2.2/ChangeLog-helpcontent2 --- old/libreoffice-5.1.1.3/ChangeLog-helpcontent2 2016-03-01 00:50:19.000000000 +0100 +++ new/libreoffice-5.1.2.2/ChangeLog-helpcontent2 2016-03-29 18:00:09.000000000 +0200 @@ -1,22 +1,32 @@ -2016-03-01 Christian Lohmaier <[email protected]> [10392de4f15113f756babc13da381b74d05d8cdb] +2016-03-29 Jan Iversen <[email protected]> [d015a3ceac681c257734620c0d5996940dad4c7d] -Version 5.1.1.3, tag libreoffice-5.1.1.3 +Version 5.1.2.2, tag libreoffice-5.1.2.2 -Change-Id: Ib2696743f9427046dc952158a1db8cdf7985df2b +Change-Id: I394c061e7d50f00d5eba93b3fec792d8319dea06 -2016-02-10 Christian Lohmaier <[email protected]> [64bd17c71b522b540987455258131c48879134bb] +2016-03-16 Jan Iversen <[email protected]> [5215695e5607db25f4ac1957395c27d00f63f409] -Branch libreoffice-5-1-1 +Branch libreoffice-5-1-2 -This is 'libreoffice-5-1-1' - the stable branch for the release. +This is 'libreoffice-5-1-2' - the stable branch for the 5.1.2 release. Only very safe changes, reviewed by three people are allowed. -If you want to commit more complicated fix for the next .x release, +If you want to commit more complicated fix for the next 5.1.x release, please use the 'libreoffice-5-1' branch. If you want to build something cool, unstable, and risky, use master. -Change-Id: Ie85c3e067891f0c443b6f9a45aef7a0a845c993e +Change-Id: I1191657ac2af2cd648ffc00fb90e768c2b6f3318 + +2016-03-02 Adolfo Jayme Barrientos <[email protected]> [32494e774e5e99a58ad49ce90d18c33264d0a00d] + +tdf#98122 Rip out mention of the option “AlwaysAllowSave” + +Change-Id: I28bdddff69f8cf77d046675c395c581d43bf34a0 +(cherry picked from commit 97ecbd0f9d9668e0abdbb7efd0e59603931951f9) +Reviewed-on: https://gerrit.libreoffice.org/22691 +Reviewed-by: Olivier Hallot <[email protected]> +Tested-by: Olivier Hallot <[email protected]> 2016-01-29 Stephan Bergmann <[email protected]> [c3da36361e0af615920e56e9508bcce0e48f1db4] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libreoffice-5.1.1.3/helpcontent2/source/text/shared/optionen/01010600.xhp new/libreoffice-5.1.2.2/helpcontent2/source/text/shared/optionen/01010600.xhp --- old/libreoffice-5.1.1.3/helpcontent2/source/text/shared/optionen/01010600.xhp 2016-03-01 00:20:40.000000000 +0100 +++ new/libreoffice-5.1.2.2/helpcontent2/source/text/shared/optionen/01010600.xhp 2016-03-29 17:38:47.000000000 +0200 @@ -68,8 +68,6 @@ <paragraph xml-lang="en-US" id="hd_id3149299" role="heading" level="3" l10n="U" oldref="40">Printing sets "document modified" status</paragraph> <paragraph xml-lang="en-US" id="par_id3145800" role="paragraph" l10n="U" oldref="41"><ahelp hid="cui/ui/optgeneralpage/docstatus">Specifies whether the printing of the document counts as a modification.</ahelp> When this option is marked, the very next time the document is closed you are asked if the changes should be saved. The print date is then entered in the document properties as a change.</paragraph> -<paragraph xml-lang="en-US" id="hd_id3149399" role="heading" level="3">Allow to save document even when the document is not modified</paragraph> -<paragraph xml-lang="en-US" id="par_id3145801" role="paragraph">Documents do not only store their content, but also their view properties. A change in the view properties does not trigger document modified status. View properties include things like (in case of a spreadsheet) active sheet, cursor position, zoom level etc. Quite often users want to store the view properties after they have been changed, and always enabling the save action allows this.</paragraph> <bookmark xml-lang="en-US" branch="hid/cui/ui/optgeneralpage/year" id="bm_id6075624" localize="false"/> <paragraph xml-lang="en-US" id="hd_id3153561" role="heading" level="2" l10n="U" oldref="5">Year (two digits)</paragraph> <paragraph xml-lang="en-US" id="par_id3147530" role="paragraph" l10n="U" oldref="6"><ahelp hid="cui/ui/optgeneralpage/year">Defines a date range, within which the system recognizes a two-digit year.</ahelp></paragraph> ++++++ libreoffice-hotfix-disablebrokenshapetest.patch ++++++ --- /var/tmp/diff_new_pack.yPoZ6n/_old 2016-04-11 09:11:34.000000000 +0200 +++ /var/tmp/diff_new_pack.yPoZ6n/_new 2016-04-11 09:11:34.000000000 +0200 @@ -1,8 +1,8 @@ -Index: libreoffice-5.1.1.3/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +Index: libreoffice-5.1.2.2/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx =================================================================== ---- libreoffice-5.1.1.3.orig/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -+++ libreoffice-5.1.1.3/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx -@@ -1103,25 +1103,6 @@ DECLARE_OOXMLEXPORT_TEST(testTDF93675, " +--- libreoffice-5.1.2.2.orig/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx ++++ libreoffice-5.1.2.2/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +@@ -1103,29 +1103,6 @@ DECLARE_OOXMLEXPORT_TEST(testTDF93675, " assertXPath(pXmlDoc, "//w:ind", "start", "1418"); } @@ -17,12 +17,16 @@ - // check rotation angle - assertXPath(pXmlDoc, "//a:xfrm", "rot", "13500000"); - // check the first few coordinates of the polygon +-#ifndef MACOSX /* Retina-reatled rounding rountrip error +- * hard to smooth out due to the use of string compare +- * instead of number */ - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "x", "2351"); - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[1]/a:pt", "y", "3171"); - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[2]/a:pt", "x", "1695"); - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[2]/a:pt", "y", "3171"); - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[3]/a:pt", "x", "1695"); - assertXPath(pXmlDoc, "//a:custGeom/a:pathLst/a:path/a:lnTo[3]/a:pt", "y", "1701"); +-#endif -} - #endif ++++++ libreoffice-translations-5.1.1.3.tar.xz -> libreoffice-translations-5.1.2.2.tar.xz ++++++ /work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-5.1.1.3.tar.xz /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-translations-5.1.2.2.tar.xz differ: char 25, line 1
