Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2017-03-21 22:46:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreoffice (Old)
 and      /work/SRC/openSUSE:Factory/.libreoffice.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreoffice"

Tue Mar 21 22:46:36 2017 rev:128 rq:481054 version:5.3.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2017-03-13 
15:30:04.163226931 +0100
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes     
2017-03-21 22:47:04.011838128 +0100
@@ -1,0 +2,12 @@
+Sat Mar 18 19:58:29 UTC 2017 - [email protected]
+
+- Version update to 5.3.1.2:
+  * official 5.3.1 release
+
+-------------------------------------------------------------------
+Fri Mar 10 23:37:48 UTC 2017 - [email protected]
+
+- Add gi-annotation-syntax.patch: the (allow-none) annotations
+  weren't being parsed, leading to breakage on SLE (bsc#1028817)
+
+-------------------------------------------------------------------

Old:
----
  libreoffice-5.3.1.1.tar.xz
  libreoffice-help-5.3.1.1.tar.xz
  libreoffice-translations-5.3.1.1.tar.xz

New:
----
  gi-annotation-syntax.patch
  libreoffice-5.3.1.2.tar.xz
  libreoffice-help-5.3.1.2.tar.xz
  libreoffice-translations-5.3.1.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libreoffice.spec ++++++
--- /var/tmp/diff_new_pack.QjumeM/_old  2017-03-21 22:47:15.518211425 +0100
+++ /var/tmp/diff_new_pack.QjumeM/_new  2017-03-21 22:47:15.522210860 +0100
@@ -35,7 +35,7 @@
 %bcond_with firebird
 %endif
 Name:           libreoffice
-Version:        5.3.1.1
+Version:        5.3.1.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
@@ -78,6 +78,8 @@
 Patch5:         mediawiki-no-broken-help.diff
 # PATCH-HOTFIX-UPSTREAM: disable test that rounds wrongly on most archs
 Patch16:        libreoffice-hotfix-disablebrokenshapetest.patch
+# PATCH-FIX-UPSTREAM: merged in 5.4
+Patch17:        gi-annotation-syntax.patch
 # try to save space by using hardlinks
 Patch990:       install-with-hardlinks.diff
 BuildRequires:  %{name}-share-linker
@@ -944,6 +946,7 @@
 %patch4
 %patch5
 %patch16 -p1
+%patch17 -p1
 %patch990 -p1
 
 # Do not generate doxygen timestamp








++++++ gi-annotation-syntax.patch ++++++
>From b0b5c92a77788e451cda8e78d7d9f3362d7b119a Mon Sep 17 00:00:00 2001
From: Mike Gorse <[email protected]>
Date: Fri, 10 Mar 2017 17:34:27 -0600
Subject: [PATCH] tdf#102511: Fix gobject-introspection annotation syntax

---
 include/LibreOfficeKit/LibreOfficeKitGtk.h | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h 
b/include/LibreOfficeKit/LibreOfficeKitGtk.h
index a2312d6..dd35505 100644
--- a/include/LibreOfficeKit/LibreOfficeKitGtk.h
+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h
@@ -42,7 +42,7 @@ GType                          lok_doc_view_get_type          
     (void) G_GNUC
 
 /**
  * lok_doc_view_new:
- * @pPath: (nullable): (allow-none): LibreOffice install path. Pass null to 
set it to default
+ * @pPath: (nullable) (allow-none): LibreOffice install path. Pass null to set 
it to default
  * path which in most cases would be $libdir/libreoffice/program
  * @cancellable: The cancellable object that you can use to cancel this
  * operation.
@@ -56,9 +56,9 @@ GtkWidget*                     lok_doc_view_new               
     (const gchar*
 
 /**
  * lok_doc_view_new_from_user_profile:
- * @pPath: (nullable): (allow-none): LibreOffice install path. Pass null to 
set it to default
+ * @pPath: (nullable) (allow-none): LibreOffice install path. Pass null to set 
it to default
  * path which in most cases would be $libdir/libreoffice/program
- * @pUserProfile: (nullable): (allow-none): User profile URL. Must be either a 
file URL or a
+ * @pUserProfile: (nullable) (allow-none): User profile URL. Must be either a 
file URL or a
  * special vnd.sun.star.pathname URL. Pass non-null to be able to use this
  * widget and LibreOffice itself in parallel.
  * @cancellable: The cancellable object that you can use to cancel this
@@ -75,7 +75,7 @@ GtkWidget*                     
lok_doc_view_new_from_user_profile  (const gchar*
 /**
  * lok_doc_view_new_from_widget:
  * @pDocView: The #LOKDocView instance
- * @pRenderingArguments: (nullable): (allow-none): 
lok::Document::initializeForRendering() arguments.
+ * @pRenderingArguments: (nullable) (allow-none): 
lok::Document::initializeForRendering() arguments.
  *
  * Returns: (transfer none): The #LOKDocView widget instance.
  */
@@ -86,7 +86,7 @@ GtkWidget*                     lok_doc_view_new_from_widget   
     (LOKDocView*
  * lok_doc_view_open_document:
  * @pDocView: The #LOKDocView instance
  * @pPath: (transfer full): The path of the document that #LOKDocView widget 
should try to open
- * @pRenderingArguments: (nullable): (allow-none): 
lok::Document::initializeForRendering() arguments.
+ * @pRenderingArguments: (nullable) (allow-none): 
lok::Document::initializeForRendering() arguments.
  * @cancellable:
  * @callback:
  * @userdata:
@@ -309,7 +309,7 @@ gboolean                        lok_doc_view_paste          
       (LOKDocView*
  * lok_doc_view_set_document_password:
  * @pDocView: The #LOKDocView instance
  * @pUrl: the URL of the document to set password for, as sent with signal 
`password-required`
- * @pPassword: (nullable): (allow-none): the password, NULL for no password
+ * @pPassword: (nullable) (allow-none): the password, NULL for no password
  *
  * Set the password for password protected documents
  */
-- 
2.6.6

++++++ libreoffice-5.3.1.1.tar.xz -> libreoffice-5.3.1.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-5.3.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-5.3.1.2.tar.xz differ: 
char 26, line 1

++++++ libreoffice-help-5.3.1.1.tar.xz -> libreoffice-help-5.3.1.2.tar.xz ++++++
++++ 60818 lines of diff (skipped)

++++++ libreoffice-translations-5.3.1.1.tar.xz -> 
libreoffice-translations-5.3.1.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-translations-5.3.1.1.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-translations-5.3.1.2.tar.xz
 differ: char 27, line 1


Reply via email to