Hello community, here is the log from the commit of package caja for openSUSE:Factory checked in at 2019-07-31 14:33:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caja (Old) and /work/SRC/openSUSE:Factory/.caja.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "caja" Wed Jul 31 14:33:33 2019 rev:33 rq:719944 version:1.23.1 Changes: -------- --- /work/SRC/openSUSE:Factory/caja/caja.changes 2019-05-22 11:15:10.882543194 +0200 +++ /work/SRC/openSUSE:Factory/.caja.new.4126/caja.changes 2019-07-31 14:34:36.997918110 +0200 @@ -1,0 +2,61 @@ +Wed Jul 17 14:51:54 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.1 (changes since 1.22.1): + * desktop: Always draw the items label frame + * suppress GtkAction deprecations warnings + * src: reduce the scope of some variables + * caja-open-with-dialog: cppcheck: Redundant condition + * eel-canvas: cppcheck: Local variable 'allocation' shadows outer variable + * caja-progress-info: add tooltips to file transfer dialog + * Add accessible names for buttons in file transfer operations dialog + * libegg: reduce the scope of some variables + * libcaja-private: reduce the scope of some variables + * eel: remove date & time functions + * caja-spatial-window: Unused variable i + * eel: reduce the scope of some variables + * caja-location-dialog: Fix 'cppcheck' and 'clang' warnings + * update translations + * caja-property-browser: Fix cast from non-struct type to struct type + * eggsmclient-xsmp: Fix cast from non-struct type to struct type + * caja-file-utilities: Fix cast from non-struct type to struct type + * local #include files who are libraries inside <> instead "" + * eel-string: Use 'va_copy' instead of 'G_VA_COPY' + * eel-editable-label: Use 'memmove' instead of 'memcpy' + * eel: remove eel_g_object_list_ref + * drop functions defined but not used + * local #include files inside "" instead <> + * caja-icon-canvas-item: avoid 'cppcheck' warning + * caja-file: avoid shifting signed 32-bit value by 31 bits + * caja-icon-canvas-item: initialize variable 'scale' + * caja-application: avoid NULL inside 'g_object_unref' + * fm-desktop-icon-view: remove dead code + * caja-file-operations: make sure 'error' isn't NULL + * caja-open-with-dialog: make sure there is error before showing it + * eel-string: Fix: 'memcpy' overflows destination buffer + * eel-string: avoid 'memcpy' with NULL argument + * caja-progress-info: make sure argument is initialized + * eel: replace eel_ref_str with GRefString + * eel: remove g_object_list_copy + * caja-sidebar-title: avoid 'NULL' inside 'setup_gc_with_fg' + * caja-file: Fix incomplete file replacement dialog + * caja-autorun: avoid NULL in 'memcpy' + * eel-editable-label: call argument with initialized value + * caja-file: Fix: true and false branches are identical + * caja-file-operations: add comment with false positive warning: + * configure.ac: fix portability issue with test + * eel: remove g_str_list_copy + * Remove USE_MATE2_MACROS from autogen.sh (legacy) + * eel: remove g_list_free_deep_custom + * avoid variables set but not used + * eel-canvas: Fix warning: Undefined or garbage value returned to caller + * caja-window: Fix garbage value + * eel-gdk-pixbuf-extensions: Fix division by zero + * Fix use of memory after it is freed. + * Fix attempt to free released memory + * drop unused variables +- remove patches: + * caja-missing-include.patch: builds fine without it + * caja-gtk-3.20.patch: we don't support gtk3.20 anymore +- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50 + +------------------------------------------------------------------- Old: ---- caja-1.22.1.tar.xz caja-gtk-3.20.patch caja-missing-include.patch New: ---- caja-1.23.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ caja.spec ++++++ --- /var/tmp/diff_new_pack.oRgEEv/_old 2019-07-31 14:34:38.341918611 +0200 +++ /var/tmp/diff_new_pack.oRgEEv/_new 2019-07-31 14:34:38.341918611 +0200 @@ -18,31 +18,28 @@ %define lname libcaja-extension1 %define typelib typelib-1_0-Caja-2_0 -%define _version 1.22 +%define _version 1.23 Name: caja -Version: 1.22.1 +Version: 1.23.1 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: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz -# PATCH-FIX-OPENSUSE caja-missing-include.patch -- Add a missing include. -Patch0: caja-missing-include.patch -# PATCH-FEATURE-OPENSUSE caja-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support. -Patch1: caja-gtk-3.20.patch -BuildRequires: mate-common >= %{_version} +# set to _version when mate-common has an equal release +BuildRequires: mate-common >= 1.22 BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(exempi-2.0) BuildRequires: pkgconfig(gail) -BuildRequires: pkgconfig(gio-2.0) >= 2.48 +BuildRequires: pkgconfig(gio-2.0) >= 2.50 BuildRequires: pkgconfig(gio-unix-2.0) -BuildRequires: pkgconfig(glib-2.0) >= 2.48 +BuildRequires: pkgconfig(glib-2.0) >= 2.50 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libxml-2.0) @@ -120,8 +117,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %if 0%{?suse_version} < 1500 ++++++ caja-1.22.1.tar.xz -> caja-1.23.1.tar.xz ++++++ ++++ 56573 lines of diff (skipped)
