Hello community, here is the log from the commit of package caja for openSUSE:Factory checked in at 2016-01-28 17:23:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/caja (Old) and /work/SRC/openSUSE:Factory/.caja.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "caja" Changes: -------- --- /work/SRC/openSUSE:Factory/caja/caja.changes 2015-12-24 12:17:45.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.caja.new/caja.changes 2016-01-28 17:24:06.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Jan 25 15:46:12 UTC 2016 - sor.alexei@meowr.ru + +- Update to 1.12.3: + * Fix wrong text colour in icon view with some light themes. + * Fix crash due to unneeded assert. + +------------------------------------------------------------------- Old: ---- caja-1.12.2.tar.xz New: ---- caja-1.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ caja.spec ++++++ --- /var/tmp/diff_new_pack.CmcRZ6/_old 2016-01-28 17:24:07.000000000 +0100 +++ /var/tmp/diff_new_pack.CmcRZ6/_new 2016-01-28 17:24:07.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package caja # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define typelib typelib-1_0-Caja-2_0 %define _version 1.12 Name: caja -Version: 1.12.2 +Version: 1.12.3 Release: 0 Summary: File manager for the MATE desktop License: GPL-2.0 and LGPL-2.0 ++++++ caja-1.12.2.tar.xz -> caja-1.12.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/NEWS new/caja-1.12.3/NEWS --- old/caja-1.12.2/NEWS 2015-12-23 14:00:45.000000000 +0100 +++ new/caja-1.12.3/NEWS 2016-01-25 12:29:44.000000000 +0100 @@ -1,3 +1,7 @@ +Major changes in 1.12.3 are: +* Fix wrong text color in icon view with some light themes +* Fix crash due to unneeded assert + Major changes in 1.12.2 are: * Set smclient mode to "no restart" when either running as root or on other desktops diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/configure new/caja-1.12.3/configure --- old/caja-1.12.2/configure 2015-12-23 14:07:31.000000000 +0100 +++ new/caja-1.12.3/configure 2016-01-25 12:30:41.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for caja 1.12.2. +# Generated by GNU Autoconf 2.69 for caja 1.12.3. # # Report bugs to <http://www.mate-desktop.org>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='caja' PACKAGE_TARNAME='caja' -PACKAGE_VERSION='1.12.2' -PACKAGE_STRING='caja 1.12.2' +PACKAGE_VERSION='1.12.3' +PACKAGE_STRING='caja 1.12.3' PACKAGE_BUGREPORT='http://www.mate-desktop.org' PACKAGE_URL='' @@ -1475,7 +1475,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures caja 1.12.2 to adapt to many kinds of systems. +\`configure' configures caja 1.12.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1545,7 +1545,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of caja 1.12.2:";; + short | recursive ) echo "Configuration of caja 1.12.3:";; esac cat <<\_ACEOF @@ -1696,7 +1696,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -caja configure 1.12.2 +caja configure 1.12.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2065,7 +2065,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by caja $as_me 1.12.2, which was +It was created by caja $as_me 1.12.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2975,7 +2975,7 @@ # Define the identity of the package. PACKAGE='caja' - VERSION='1.12.2' + VERSION='1.12.3' cat >>confdefs.h <<_ACEOF @@ -17169,7 +17169,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by caja $as_me 1.12.2, which was +This file was extended by caja $as_me 1.12.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17235,7 +17235,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -caja config.status 1.12.2 +caja config.status 1.12.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/configure.ac new/caja-1.12.3/configure.ac --- old/caja-1.12.2/configure.ac 2015-12-23 14:00:45.000000000 +0100 +++ new/caja-1.12.3/configure.ac 2016-01-25 12:29:44.000000000 +0100 @@ -19,7 +19,7 @@ m4_define(caja_extension_current, 5) m4_define(caja_extension_revision, 0) -AC_INIT([caja], [1.12.2], [http://www.mate-desktop.org]) +AC_INIT([caja], [1.12.3], [http://www.mate-desktop.org]) # GLib min/max required versions AC_DEFINE([GLIB_VERSION_MAX_ALLOWED], [GLIB_VERSION_2_36], diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja-autorun-software.desktop.in new/caja-1.12.3/data/caja-autorun-software.desktop.in --- old/caja-1.12.2/data/caja-autorun-software.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja-autorun-software.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -11,4 +11,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja-browser.desktop.in new/caja-1.12.3/data/caja-browser.desktop.in --- old/caja-1.12.2/data/caja-browser.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja-browser.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja-computer.desktop.in new/caja-1.12.3/data/caja-computer.desktop.in --- old/caja-1.12.2/data/caja-computer.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja-computer.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -14,4 +14,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja-file-management-properties.desktop.in new/caja-1.12.3/data/caja-file-management-properties.desktop.in --- old/caja-1.12.2/data/caja-file-management-properties.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja-file-management-properties.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -12,4 +12,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=Preferences -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja-folder-handler.desktop.in new/caja-1.12.3/data/caja-folder-handler.desktop.in --- old/caja-1.12.2/data/caja-folder-handler.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja-folder-handler.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -13,4 +13,4 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja.desktop new/caja-1.12.3/data/caja.desktop --- old/caja-1.12.2/data/caja.desktop 2015-12-23 14:07:52.000000000 +0100 +++ new/caja-1.12.3/data/caja.desktop 2016-01-25 12:31:18.000000000 +0100 @@ -229,7 +229,7 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 X-MATE-Autostart-Phase=Desktop X-MATE-Autostart-Notify=true X-MATE-AutoRestart=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/data/caja.desktop.in new/caja-1.12.3/data/caja.desktop.in --- old/caja-1.12.2/data/caja.desktop.in 2015-12-23 14:07:37.000000000 +0100 +++ new/caja-1.12.3/data/caja.desktop.in 2016-01-25 12:30:47.000000000 +0100 @@ -11,7 +11,7 @@ X-MATE-Bugzilla-Bugzilla=MATE X-MATE-Bugzilla-Product=caja X-MATE-Bugzilla-Component=general -X-MATE-Bugzilla-Version=1.12.2 +X-MATE-Bugzilla-Version=1.12.3 X-MATE-Autostart-Phase=Desktop X-MATE-Autostart-Notify=true X-MATE-AutoRestart=true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/docs/caja-file-management-properties.1 new/caja-1.12.3/docs/caja-file-management-properties.1 --- old/caja-1.12.2/docs/caja-file-management-properties.1 2015-07-16 09:11:15.000000000 +0200 +++ new/caja-1.12.3/docs/caja-file-management-properties.1 2016-01-11 12:31:37.000000000 +0100 @@ -11,7 +11,7 @@ .PP File Management Preferences allows the user to configure the way caja behaves. .PP -You can specify appearance preferences for the Default View; and defaults for Icon, Compact, List, and Tree View; and select sort options and display options. You can configure Caja to recognize Single or Double Click input; as well as Include a Delete command and menu option that bypasses the Trash. Caja File Management Preferences (\fBcaja-file-management-properties\fR) also allows you to tell Caja how to handle certain files; whether to View or Run excutable text files; Automatically view or play Media like CDs, DVDs, or photos, and which applications to use when performing these tasks. Among some other options, this dialog also allows you to adjust file-preview settings, and settings for installed plugins if they exist. +You can specify appearance preferences for the Default View; and defaults for Icon, Compact, List, and Tree View; and select sort options and display options. You can configure Caja to recognize Single or Double Click input; as well as Include a Delete command and menu option that bypasses the Trash. Caja File Management Preferences (\fBcaja-file-management-properties\fR) also allows you to tell Caja how to handle certain files; whether to View or Run executable text files; Automatically view or play Media like CDs, DVDs, or photos, and which applications to use when performing these tasks. Among some other options, this dialog also allows you to adjust file-preview settings, and settings for installed plugins if they exist. .SH "BUGS" .SS Should you encounter any bugs, they may be reported at: http://github.com/mate-desktop/caja/issues diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/libcaja-private/caja-icon-container.c new/caja-1.12.3/libcaja-private/caja-icon-container.c --- old/caja-1.12.2/libcaja-private/caja-icon-container.c 2015-10-19 15:07:09.000000000 +0200 +++ new/caja-1.12.3/libcaja-private/caja-icon-container.c 2016-01-25 12:29:41.000000000 +0100 @@ -9434,7 +9434,8 @@ } else { - if (container->details->use_drop_shadows || eel_background_is_dark (background)) + if (container->details->use_drop_shadows || + (eel_background_is_dark (background) && eel_background_is_set(background))) { setup_gc_with_fg (container, LABEL_COLOR, 0xEFEFEF); setup_gc_with_fg (container, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/caja-1.12.2/src/caja-pathbar.c new/caja-1.12.3/src/caja-pathbar.c --- old/caja-1.12.2/src/caja-pathbar.c 2015-10-19 15:07:09.000000000 +0200 +++ new/caja-1.12.3/src/caja-pathbar.c 2016-01-25 12:29:41.000000000 +0100 @@ -326,6 +326,9 @@ g_free (p); path_bar->home_path = g_file_new_for_path (g_get_home_dir ()); path_bar->root_path = g_file_new_for_path ("/"); + path_bar->current_path = NULL; + path_bar->current_button_data = NULL; + desktop_is_home = g_file_equal (path_bar->home_path, path_bar->desktop_path); g_signal_connect_swapped (caja_preferences, "changed::" CAJA_PREFERENCES_DESKTOP_IS_HOME_DIR, @@ -1858,8 +1861,8 @@ return; } - g_assert (path_bar->current_path != NULL); - g_assert (path_bar->current_button_data != NULL); + g_return_if_fail (path_bar->current_path != NULL); + g_return_if_fail (path_bar->current_button_data != NULL); current_button_data = path_bar->current_button_data;
participants (1)
-
root@hilbert.suse.de