diff --git a/0001-allow-none-gi-support.patch b/0001-allow-none-gi-support.patch index 5155ce3..b23513d 100644 --- a/0001-allow-none-gi-support.patch +++ b/0001-allow-none-gi-support.patch @@ -14,11 +14,11 @@ bump the GI version in LibreOffice to atleast 1.42 Change-Id: I98a1f3d2205ec5afd8060f16e69c5f938f229e26 -diff --git a/include/LibreOfficeKit/LibreOfficeKitGtk.h b/include/LibreOfficeKit/LibreOfficeKitGtk.h -index cb96f20..a2312d6 100644 ---- a/include/LibreOfficeKit/LibreOfficeKitGtk.h -+++ b/include/LibreOfficeKit/LibreOfficeKitGtk.h -@@ -42,7 +42,7 @@ GType lok_doc_view_get_type (void) G_GNUC +Index: libreoffice-5.2.3.2/include/LibreOfficeKit/LibreOfficeKitGtk.h +=================================================================== +--- libreoffice-5.2.3.2.orig/include/LibreOfficeKit/LibreOfficeKitGtk.h ++++ libreoffice-5.2.3.2/include/LibreOfficeKit/LibreOfficeKitGtk.h +@@ -42,7 +42,7 @@ GType lok_doc_v /** * lok_doc_view_new: @@ -27,7 +27,7 @@ index cb96f20..a2312d6 100644 * 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* +@@ -56,9 +56,9 @@ GtkWidget* lok_doc_v /** * lok_doc_view_new_from_user_profile: @@ -39,16 +39,7 @@ index cb96f20..a2312d6 100644 * 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): 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* +@@ -84,7 +84,7 @@ GtkWidget* lok_doc_v * lok_doc_view_open_document: * @pDocView: The #LOKDocView instance * @pPath: (transfer full): The path of the document that #LOKDocView widget should try to open @@ -57,7 +48,7 @@ index cb96f20..a2312d6 100644 * @cancellable: * @callback: * @userdata: -@@ -309,7 +309,7 @@ gboolean lok_doc_view_paste (LOKDocView* +@@ -307,7 +307,7 @@ gboolean lok_doc_ * 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` @@ -66,6 +57,3 @@ index cb96f20..a2312d6 100644 * * Set the password for password protected documents */ --- -cgit v0.10.2 - diff --git a/libreoffice.changes b/libreoffice.changes index 5dc3ea2..b97bc85 100644 --- a/libreoffice.changes +++ b/libreoffice.changes @@ -4,6 +4,7 @@ Mon Oct 31 11:43:29 UTC 2016 - tchvatal@suse.com - Version update to 5.2.3.2: * Various small fixes in the 5.2 branch - Move the firebird db connector to subpackage wrt bsc#1003896 +- Refresh a bit patch 0001-allow-none-gi-support.patch ------------------------------------------------------------------- Wed Sep 28 12:39:04 UTC 2016 - tchvatal@suse.com