Hello community,

here is the log from the commit of package caja for openSUSE:Factory checked in 
at 2018-12-18 14:57:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/caja (Old)
 and      /work/SRC/openSUSE:Factory/.caja.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "caja"

Tue Dec 18 14:57:32 2018 rev:30 rq:658203 version:1.20.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/caja/caja.changes        2018-04-13 
12:50:16.222465105 +0200
+++ /work/SRC/openSUSE:Factory/.caja.new.28833/caja.changes     2018-12-18 
14:58:04.586279973 +0100
@@ -1,0 +2,16 @@
+Thu Dec 13 15:43:41 UTC 2018 - sor.ale...@meowr.ru
+
+- Update to version 1.20.3:
+  * Disable deprecation warnings for distcheck.
+  * Fix segfault on stopping USB hard drives.
+  * fm-properties-window: Fix memory leaks.
+  * caja-desktop-link-monitor: Fix a memory leak.
+  * Fix case-sensitive comparison in running_in_mate.
+  * pathbar: Activate pane when changing location.
+  * caja-window: Fix: mouse doesn't work with
+    [ctrl] + [.] or [ctrl] + [;].
+  * desktop window: Add is-desktop AtkObject attribute.
+  * Update translations.
+- Rebase caja-gtk-3.20.patch.
+
+-------------------------------------------------------------------

Old:
----
  caja-1.20.2.tar.xz

New:
----
  caja-1.20.3.tar.xz

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

Other differences:
------------------
++++++ caja.spec ++++++
--- /var/tmp/diff_new_pack.LKWt46/_old  2018-12-18 14:58:05.278278926 +0100
+++ /var/tmp/diff_new_pack.LKWt46/_new  2018-12-18 14:58:05.282278920 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,13 +20,13 @@
 %define typelib typelib-1_0-Caja-2_0
 %define _version 1.20
 Name:           caja
-Version:        1.20.2
+Version:        1.20.3
 Release:        0
 Summary:        File manager for the MATE desktop
 License:        GPL-2.0-only AND LGPL-2.0-only
 Group:          System/GUI/Other
 Url:            https://mate-desktop.org/
-Source:         
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
 # PATCH-FEATURE-OPENSUSE caja-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 
3.20 support.
 Patch0:         caja-gtk-3.20.patch
 BuildRequires:  mate-common >= %{_version}
@@ -169,11 +169,7 @@
 %endif
 
 %files
-%if 0%{?suse_version} >= 1500
 %license COPYING COPYING.EXTENSIONS COPYING.LIB
-%else
-%doc COPYING COPYING.EXTENSIONS COPYING.LIB
-%endif
 %doc AUTHORS NEWS
 %{_bindir}/caja
 %{_bindir}/caja-autorun-software

++++++ caja-1.20.2.tar.xz -> caja-1.20.3.tar.xz ++++++
++++ 39205 lines of diff (skipped)

++++++ caja-gtk-3.20.patch ++++++
--- /var/tmp/diff_new_pack.LKWt46/_old  2018-12-18 14:58:06.354277299 +0100
+++ /var/tmp/diff_new_pack.LKWt46/_new  2018-12-18 14:58:06.354277299 +0100
@@ -179,7 +179,7 @@
 +#if GTK_CHECK_VERSION (3, 22, 0)
      GdkMonitor *monitor_num;
 +#else
-+    int monitor_num;
++    gint monitor_num;
 +#endif
      GdkRectangle monitor;
  
@@ -237,7 +237,7 @@
              eel_show_error_dialog (_("There was an error displaying help."), 
error->message,
 --- a/src/caja-desktop-window.c
 +++ b/src/caja-desktop-window.c
-@@ -255,6 +255,7 @@ realize (GtkWidget *widget)
+@@ -290,6 +290,7 @@ realize (GtkWidget *widget)
                            G_CALLBACK 
(caja_desktop_window_screen_size_changed), window);
  }
  
@@ -245,7 +245,7 @@
  static gboolean
  draw (GtkWidget *widget,
        cairo_t   *cr)
-@@ -263,6 +264,7 @@ draw (GtkWidget *widget,
+@@ -298,6 +299,7 @@ draw (GtkWidget *widget,
  
      return GTK_WIDGET_CLASS (caja_desktop_window_parent_class)->draw (widget, 
cr);
  }
@@ -253,7 +253,7 @@
  
  static char *
  real_get_title (CajaWindow *window)
-@@ -287,7 +289,9 @@ caja_desktop_window_class_init (CajaDesk
+@@ -322,7 +324,9 @@ caja_desktop_window_class_init (CajaDesk
      wclass->realize = realize;
      wclass->unrealize = unrealize;
      wclass->map = map;
@@ -261,8 +261,8 @@
      wclass->draw = draw;
 +#endif
  
-     nclass->window_type = CAJA_WINDOW_DESKTOP;
-     nclass->get_title = real_get_title;
+     gtk_widget_class_set_accessible_type (wclass, 
CAJA_TYPE_DESKTOP_WINDOW_ACCESSIBLE);
+ 
 --- a/src/caja-file-management-properties.c
 +++ b/src/caja-file-management-properties.c
 @@ -222,9 +222,15 @@ preferences_show_help (GtkWindow *parent
@@ -348,7 +348,7 @@
 +#if GTK_CHECK_VERSION (3, 22, 0)
      GdkMonitor *monitor_num;
 +#else
-+    int monitor_num;
++    gint monitor_num;
 +    GdkScreen *screen;
 +#endif
      GdkDisplay *display;
@@ -407,7 +407,7 @@
      return retval;
 --- a/src/file-manager/fm-properties-window.c
 +++ b/src/file-manager/fm-properties-window.c
-@@ -3421,9 +3421,11 @@ create_emblems_page (FMPropertiesWindow
+@@ -3428,9 +3428,11 @@ create_emblems_page (FMPropertiesWindow
  
        gtk_container_set_border_width (GTK_CONTAINER (emblems_table), 12);
  
@@ -419,7 +419,7 @@
        gtk_widget_show (scroller);
  
        gtk_notebook_append_page (window->details->notebook,
-@@ -5405,10 +5407,17 @@ real_response (GtkDialog *dialog,
+@@ -5412,10 +5414,17 @@ real_response (GtkDialog *dialog,
  
        switch (response) {
        case GTK_RESPONSE_HELP:


Reply via email to