Hello community,

here is the log from the commit of package xreader for openSUSE:Factory checked 
in at 2020-12-13 17:30:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xreader (Old)
 and      /work/SRC/openSUSE:Factory/.xreader.new.2328 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xreader"

Sun Dec 13 17:30:02 2020 rev:25 rq:855380 version:2.8.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xreader/xreader.changes  2020-09-28 
14:29:11.886154571 +0200
+++ /work/SRC/openSUSE:Factory/.xreader.new.2328/xreader.changes        
2020-12-13 17:30:32.060397897 +0100
@@ -1,0 +2,40 @@
+Sun Dec  6 19:34:42 UTC 2020 - andy great <andythe_gr...@pm.me>
+
+- Update to version 2.8.0.
+  * Get toolbar visibility from GtkRevealer when saving view 
+    metadata
+  * Add g_assert_not_reached to sizing_mode_to_string
+  * setting to hide/show menubar (WIP)
+  * Update menubar toggle action on init
+  * fix saving menubar visibility as default
+  * Added logic to fix issue of Tab key toggling checkboxes
+  * Fix mimetype handling and backend selection:
+  * Clean up build files
+  * Fix for #89. Added logic to allow for cursor position to change
+    in multiline-text fields
+  * Added keyboard shortcut for toolbar
+  * Fix for #442. Added null check to stop segfault with 
+    annotations
+  * Implemented ticket #241. Added show sidebar button to toolbar
+  * Move the new sidebar button to be part of the navigation group 
+    on the left end of the toolbar.
+  * Added keyboard shortcuts to history buttons
+  * Favorites - rework startup page to display both favorites and 
+    recents, add favorites to the file menu.
+  * Disable pixbuf support properly.
+  * ev-window.c: Temporarily disable menu toggling using the alt 
+    key.
+  * Implements ticket #279. Added Go To Page By Number to menu
+  * Displays entire label in tooltip
+  * Revert "Implements ticket #279. Added Go To Page By Number to 
+    menu"
+  * l10n: Fix po/POTFILES.in
+  * ev-window-title.c: Don't show "Recent Documents" in the landing
+    page titlebar - it is no longer showing only recents.
+  * l10n: Update POT
+- Removed fix_ev-window.c_error.patch, fixed.
+- Add fix_no_return_statement_ev-application.c.patch to fix
+  /shell/ev-application.c error no return statement in 
+  function returning non-void.
+
+-------------------------------------------------------------------

Old:
----
  fix_ev-window.c_error.patch
  xreader-2.6.4.tar.gz

New:
----
  fix_no_return_statement_ev-application.c.patch
  xreader-2.8.0.tar.gz

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

Other differences:
------------------
++++++ xreader.spec ++++++
--- /var/tmp/diff_new_pack.XJvMUn/_old  2020-12-13 17:30:32.764398611 +0100
+++ /var/tmp/diff_new_pack.XJvMUn/_new  2020-12-13 17:30:32.768398615 +0100
@@ -20,15 +20,15 @@
 %define typelib1 typelib-1_0-XreaderDocument-1_5
 %define typelib2 typelib-1_0-XreaderView-1_5
 Name:           xreader
-Version:        2.6.4
+Version:        2.8.0
 Release:        0
 Summary:        Document viewer for documents like PDF/PostScript
 License:        GPL-2.0-only AND LGPL-2.0-only
 Group:          Productivity/Office/Other
 URL:            https://github.com/linuxmint/xreader
 Source:         
https://github.com/linuxmint/xreader/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE fix_ev-window.c_error.patch gh#linuxmint/xreader#418  
andythe_gr...@pm.me -- Fix error: control reaches end of non-void function 
during build.
-Patch0:         fix_ev-window.c_error.patch
+# PATCH-FIX-UPSTREAM fix_no_return_statement_ev-application.c.patch 
andythe_gr...@pm.me -- Fix /shell/ev-application.c error no return statement in 
function returning non-void.
+Patch0:         fix_no_return_statement_ev-application.c.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-common

++++++ fix_no_return_statement_ev-application.c.patch ++++++
diff -ruN a/shell/ev-application.c b/shell/ev-application.c
--- a/shell/ev-application.c    2020-12-02 21:05:06.000000000 +0700
+++ b/shell/ev-application.c    2020-12-08 02:12:44.224473898 +0700
@@ -743,7 +743,7 @@
             if (!EV_IS_WINDOW (l->data))
                 continue;
 
-                g_ptr_array_add (paths, (gpointer) 
ev_window_get_dbus_object_path (EV_WINDOW (l->data)));
+            g_ptr_array_add (paths, (gpointer) ev_window_get_dbus_object_path 
(EV_WINDOW (l->data)));
         }
 
         g_ptr_array_add (paths, NULL);
@@ -990,11 +990,9 @@
 #endif
         }
 
-static gchar **
+static void
 parse_mimetypes (void)
 {
-    gchar **ret;
-
     supported_mimetypes = g_strsplit (SUPPORTED_MIMETYPES, ";", -1);
 }
 
++++++ xreader-2.6.4.tar.gz -> xreader-2.8.0.tar.gz ++++++
++++ 4127 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to