Hello community,

here is the log from the commit of package nautilus for openSUSE:Factory 
checked in at 2018-12-19 13:47:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nautilus (Old)
 and      /work/SRC/openSUSE:Factory/.nautilus.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nautilus"

Wed Dec 19 13:47:01 2018 rev:170 rq:657848 version:3.30.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/nautilus/nautilus.changes        2018-12-03 
10:08:09.571832414 +0100
+++ /work/SRC/openSUSE:Factory/.nautilus.new.28833/nautilus.changes     
2018-12-19 13:47:03.387481911 +0100
@@ -1,0 +2,7 @@
+Wed Dec 12 16:59:44 UTC 2018 - bjorn....@gmail.com
+
+- Update to version 3.30.5:
+  + Fix a bunch of compiler warnings that could prevent building.
+  + Fix location entry icon not reacting to clicks.
+
+-------------------------------------------------------------------

Old:
----
  nautilus-3.30.4.tar.xz

New:
----
  nautilus-3.30.5.tar.xz

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

Other differences:
------------------
++++++ nautilus.spec ++++++
--- /var/tmp/diff_new_pack.z43c8A/_old  2018-12-19 13:47:04.771479980 +0100
+++ /var/tmp/diff_new_pack.z43c8A/_new  2018-12-19 13:47:04.771479980 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           nautilus
-Version:        3.30.4
+Version:        3.30.5
 Release:        0
 Summary:        File Manager for the GNOME Desktop
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later

++++++ nautilus-3.30.4.tar.xz -> nautilus-3.30.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/NEWS new/nautilus-3.30.5/NEWS
--- old/nautilus-3.30.4/NEWS    2018-11-21 16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/NEWS    2018-12-12 16:52:42.000000000 +0100
@@ -1,3 +1,7 @@
+Minor changes in 3.30.5:
+* Fix a bunch of compiler warnings that could prevent building (Ernestas Kulik)
+* Fix location entry icon not reacting to clicks (Ernestas Kulik)
+
 Major changes in 3.30.4:
 * Fix crash when opening windows quickly (Ernestas Kulik)
 * Show trash action bar when trash status changes (Ernestas Kulik)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/meson.build 
new/nautilus-3.30.5/meson.build
--- old/nautilus-3.30.4/meson.build     2018-11-21 16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/meson.build     2018-12-12 16:52:42.000000000 +0100
@@ -1,6 +1,6 @@
 project('nautilus', 'c',
   default_options: ['c_std=c11'],
-  version: '3.30.4',
+  version: '3.30.5',
   meson_version: '>= 0.47.0',
   license: 'GPL3+'
 )
@@ -243,4 +243,4 @@
 #########################################################
 # Compile GSettings schemas when installing from source #
 #########################################################
-meson.add_install_script('build-aux/meson/postinstall.py')
\ No newline at end of file
+meson.add_install_script('build-aux/meson/postinstall.py')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-clipboard.c 
new/nautilus-3.30.5/src/nautilus-clipboard.c
--- old/nautilus-3.30.4/src/nautilus-clipboard.c        2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-clipboard.c        2018-12-12 
16:52:43.000000000 +0100
@@ -42,7 +42,7 @@
 static GList *
 convert_selection_data_to_str_list (const gchar *data)
 {
-    g_auto (GStrv) lines;
+    g_auto (GStrv) lines = NULL;
     guint number_of_lines;
     GList *result;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-file-operations.c 
new/nautilus-3.30.5/src/nautilus-file-operations.c
--- old/nautilus-3.30.4/src/nautilus-file-operations.c  2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-file-operations.c  2018-12-12 
16:52:43.000000000 +0100
@@ -8000,7 +8000,7 @@
     guint64 total_size;
     ExtractJob *extract_job;
     GFile *source_file;
-    g_autofree gchar *basename;
+    g_autofree gchar *basename = NULL;
     GFileInfo *fsinfo;
     guint64 free_size;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-file.c 
new/nautilus-3.30.5/src/nautilus-file.c
--- old/nautilus-3.30.4/src/nautilus-file.c     2018-11-21 16:15:58.000000000 
+0100
+++ new/nautilus-3.30.5/src/nautilus-file.c     2018-12-12 16:52:43.000000000 
+0100
@@ -2199,7 +2199,7 @@
 
     for (l1 = files, l2 = new_names; l1 != NULL && l2 != NULL; l1 = l1->next, 
l2 = l2->next)
     {
-        g_autofree gchar *new_file_name;
+        g_autofree gchar *new_file_name = NULL;
         file = NAUTILUS_FILE (l1->data);
         new_name = l2->data;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-location-entry.c 
new/nautilus-3.30.5/src/nautilus-location-entry.c
--- old/nautilus-3.30.4/src/nautilus-location-entry.c   2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-location-entry.c   2018-12-12 
16:52:43.000000000 +0100
@@ -609,18 +609,20 @@
 nautilus_location_entry_on_event (GtkWidget *widget,
                                   GdkEvent  *event)
 {
+    GtkWidgetClass *parent_widget_class;
     NautilusLocationEntry *entry;
     NautilusLocationEntryPrivate *priv;
     GtkEditable *editable;
     gboolean selected;
     guint keyval;
     GdkModifierType state;
-    GtkWidgetClass *parent_widget_class;
     gboolean handled;
 
+    parent_widget_class = GTK_WIDGET_CLASS 
(nautilus_location_entry_parent_class);
+
     if (gdk_event_get_event_type (event) != GDK_KEY_PRESS)
     {
-        return GDK_EVENT_PROPAGATE;
+        return parent_widget_class->event (widget, event);
     }
 
     entry = NAUTILUS_LOCATION_ENTRY (widget);
@@ -664,7 +666,6 @@
         set_position_and_selection_to_end (editable);
     }
 
-    parent_widget_class = GTK_WIDGET_CLASS 
(nautilus_location_entry_parent_class);
     /* GTK+ 4 TODO: Calling the event vfunc is not enough, we need the entry
      *              to handle the key press and insert the text first.
      *
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-view-icon-controller.c 
new/nautilus-3.30.5/src/nautilus-view-icon-controller.c
--- old/nautilus-3.30.4/src/nautilus-view-icon-controller.c     2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-view-icon-controller.c     2018-12-12 
16:52:43.000000000 +0100
@@ -894,8 +894,8 @@
                 GList             *files)
 {
     NautilusViewIconController *self = NAUTILUS_VIEW_ICON_CONTROLLER 
(files_view);
-    g_autoptr (GQueue) files_queue;
-    g_autoptr (GQueue) item_models;
+    g_autoptr (GQueue) files_queue = NULL;
+    g_autoptr (GQueue) item_models = NULL;
 
     files_queue = convert_glist_to_queue (files);
     item_models = convert_files_to_item_models (self, files_queue);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-view-icon-item-ui.c 
new/nautilus-3.30.5/src/nautilus-view-icon-item-ui.c
--- old/nautilus-3.30.4/src/nautilus-view-icon-item-ui.c        2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-view-icon-item-ui.c        2018-12-12 
16:52:43.000000000 +0100
@@ -28,7 +28,7 @@
 create_icon (NautilusViewIconItemUi *self)
 {
     NautilusFileIconFlags flags;
-    g_autoptr (GdkPixbuf) icon_pixbuf;
+    g_autoptr (GdkPixbuf) icon_pixbuf = NULL;
     GtkImage *icon;
     GtkBox *fixed_height_box;
     GtkStyleContext *style_context;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nautilus-3.30.4/src/nautilus-view-model.c 
new/nautilus-3.30.5/src/nautilus-view-model.c
--- old/nautilus-3.30.4/src/nautilus-view-model.c       2018-11-21 
16:15:58.000000000 +0100
+++ new/nautilus-3.30.5/src/nautilus-view-model.c       2018-12-12 
16:52:43.000000000 +0100
@@ -186,8 +186,8 @@
         while ((item_model = g_list_model_get_item (G_LIST_MODEL 
(self->internal_model), i)))
         {
             NautilusFile *file2;
-            g_autofree gchar *file1_uri;
-            g_autofree gchar *file2_uri;
+            g_autofree gchar *file1_uri = NULL;
+            g_autofree gchar *file2_uri = NULL;
 
             file2 = nautilus_view_item_model_get_file (item_model);
             file1_uri = nautilus_file_get_uri (file1);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/nautilus-3.30.4/test/automated/displayless/test-nautilus-search-engine-tracker.c
 
new/nautilus-3.30.5/test/automated/displayless/test-nautilus-search-engine-tracker.c
--- 
old/nautilus-3.30.4/test/automated/displayless/test-nautilus-search-engine-tracker.c
        2018-11-21 16:15:58.000000000 +0100
+++ 
new/nautilus-3.30.5/test/automated/displayless/test-nautilus-search-engine-tracker.c
        2018-12-12 16:52:43.000000000 +0100
@@ -17,7 +17,7 @@
              gpointer                      user_data)
 {
     TrackerSparqlConnection *connection;
-    g_autofree gchar *sparql_query;
+    g_autofree gchar *sparql_query = NULL;
 
     nautilus_search_provider_stop (NAUTILUS_SEARCH_PROVIDER (engine));
 
@@ -44,7 +44,7 @@
     g_autoptr (NautilusQuery) query = NULL;
     g_autoptr (GFile) location = NULL;
     TrackerSparqlConnection *connection;
-    g_autofree gchar *sparql_query;
+    g_autofree gchar *sparql_query = NULL;
 
     connection = tracker_sparql_connection_get (NULL, NULL);
 


Reply via email to