Hello community,
here is the log from the commit of package libreoffice-voikko for
openSUSE:Factory checked in at 2013-08-24 10:14:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice-voikko (Old)
and /work/SRC/openSUSE:Factory/.libreoffice-voikko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice-voikko"
Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice-voikko/libreoffice-voikko.changes
2012-04-17 07:46:16.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.libreoffice-voikko.new/libreoffice-voikko.changes
2013-08-24 10:14:46.000000000 +0200
@@ -1,0 +2,14 @@
+Thu Aug 22 15:28:03 UTC 2013 - [email protected]
+
+- updated to version 3.4.1:
+ * do not query available languages too often
+ * support for spell checking multiple languages
+ * English as the fallback language for settings dialog
+- bumped dependencies in LibreOffice; documentation said that it built
+ and worked only with LO 4.1 and higher
+- libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff: -BUCR is gone in
+ the upstream cppumaker
+- remove obsolete post install scripts; the system UNO cache is not
+ longer read by LO >= 4.0
+
+-------------------------------------------------------------------
Old:
----
openoffice.org-voikko-3.1.2.tar.bz2
New:
----
libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
libreoffice-voikko-rel-3.4.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libreoffice-voikko.spec ++++++
--- /var/tmp/diff_new_pack.C1oKUj/_old 2013-08-24 10:14:47.000000000 +0200
+++ /var/tmp/diff_new_pack.C1oKUj/_new 2013-08-24 10:14:47.000000000 +0200
@@ -17,7 +17,7 @@
Name: libreoffice-voikko
-Version: 3.1.2
+Version: 3.4.1
Release: 0
Summary: LibreOffice spellchecker/hyphenator for finnish language
License: GPL-3.0+
@@ -26,8 +26,8 @@
%define ooo_home libreoffice
BuildRequires: gcc-c++
BuildRequires: java-devel
-BuildRequires: libreoffice >= 3.5
-BuildRequires: libreoffice-sdk >= 3.5
+BuildRequires: libreoffice >= 4.1
+BuildRequires: libreoffice-sdk >= 4.1
BuildRequires: libvoikko-devel
BuildRequires: unzip
BuildRequires: zip
@@ -46,7 +46,10 @@
PreReq: libreoffice
%endif
Url: http://voikko.sourceforge.net
-Source: openoffice.org-voikko-%{version}.tar.bz2
+Source: %{name}-rel-%{version}.tar.bz2
+# -BUCR is gone in cppumaker upstream, see
http://cgit.freedesktop.org/libreoffice/core/commit/?id=02a8e8acd1f0cbb512868fd9849363f9d069db95.
+# Fix like upstream for javamaker (which had the same change) in
http://cgit.freedesktop.org/libreoffice/core/commit/?id=5f8015045cb59ff9574230530d371b6659697881
+Patch0: libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff
Provides: locale(OpenOffice_org:fi)
Provides: locale(libreoffice:fi)
# compat stuff
@@ -59,7 +62,8 @@
libvoikko as backend.
%prep
-%setup -q -n openoffice.org-voikko-%{version}
+%setup -q -n %{name}-rel-%{version}
+%patch0 -p1
%build
. %ooo_prefix/%ooo_home/sdk/setsdkenv_unix.sh
@@ -73,12 +77,6 @@
cd %{buildroot}%ooo_prefix/%ooo_home/share/extensions/voikko
unzip "$voikkoPackage"
-%posttrans
-%{_sbindir}/unopkg-sync-bundled || true
-
-%postun
-%{_sbindir}/unopkg-sync-bundled || true
-
%files
%defattr(-,root,root,0755)
%ooo_prefix/%ooo_home/share/extensions/voikko
++++++ libreoffice-voikko-rel-3.4.1-lo-4.1-cppumaker.diff ++++++
Index: libreoffice-voikko-rel-3.4.1/Makefile
===================================================================
--- libreoffice-voikko-rel-3.4.1.orig/Makefile
+++ libreoffice-voikko-rel-3.4.1/Makefile
@@ -236,7 +236,7 @@ $(patsubst %,build/oxt/%,$(STANDALONE_EX
# Type library C++ headers
build/hpp.flag:
-$(MKDIR) build$(PS)hpp
- $(CPPUMAKER) -Gc -BUCR -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
+ $(CPPUMAKER) -Gc -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
echo flagged > $@
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]