Hello community, here is the log from the commit of package mate-netbook for openSUSE:Factory checked in at 2016-10-13 11:31:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-netbook (Old) and /work/SRC/openSUSE:Factory/.mate-netbook.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-netbook" Changes: -------- --- /work/SRC/openSUSE:Factory/mate-netbook/mate-netbook.changes 2016-09-25 14:43:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mate-netbook.new/mate-netbook.changes 2016-10-13 11:31:17.000000000 +0200 @@ -1,0 +2,9 @@ +Mon Oct 10 20:32:20 UTC 2016 - [email protected] + +- Update to version 1.16.1: + * Window Picker Applet: Fix invisible icons in the GTK+3 build. + * Window Picker Applet: Fix an occasional runtime warning about + workspace being NULL. + * Update translations. + +------------------------------------------------------------------- Old: ---- mate-netbook-1.16.0.tar.xz New: ---- mate-netbook-1.16.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-netbook.spec ++++++ --- /var/tmp/diff_new_pack.74d5fp/_old 2016-10-13 11:31:18.000000000 +0200 +++ /var/tmp/diff_new_pack.74d5fp/_new 2016-10-13 11:31:18.000000000 +0200 @@ -18,7 +18,7 @@ %define _version 1.16 Name: mate-netbook -Version: 1.16.0 +Version: 1.16.1 Release: 0 Summary: MATE Desktop window management tool License: GPL-3.0 @@ -56,7 +56,7 @@ %configure \ --libexecdir=%{_libexecdir}/%{name} \ --with-gtk=2.0 -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %install %make_install @@ -79,6 +79,8 @@ %{_datadir}/mate-panel/applets/org.mate.panel.MateWindowPicker.mate-panel-applet %dir %{_datadir}/mate-panel/ui/ %{_datadir}/mate-panel/ui/mate-window-picker-applet-menu.xml +%dir %{_datadir}/dbus-1/ +%dir %{_datadir}/dbus-1/services/ %{_datadir}/dbus-1/services/*.service %{_datadir}/glib-2.0/schemas/*.xml %{_mandir}/man?/mate-maximus.?%{?ext_man} ++++++ mate-netbook-1.16.0.tar.xz -> mate-netbook-1.16.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/ChangeLog new/mate-netbook-1.16.1/ChangeLog --- old/mate-netbook-1.16.0/ChangeLog 2016-09-19 10:31:36.000000000 +0200 +++ new/mate-netbook-1.16.1/ChangeLog 2016-10-10 16:33:09.000000000 +0200 @@ -1,3 +1,46 @@ +commit b9e04a89438db9e98d1a6fe9287bedef9ebaab24 +Author: monsta <[email protected]> +Date: Mon Oct 10 17:16:11 2016 +0300 + + release 1.16.1 + + NEWS | 8 ++++++++ + configure.ac | 2 +- + 2 files changed, 9 insertions(+), 1 deletion(-) + +commit edef941a48977bb344bcc3ab76a6c3d381d17f63 +Author: monsta <[email protected]> +Date: Mon Oct 10 17:09:26 2016 +0300 + + sync with Transifex + + po/oc.po | 36 +++++++++++++++++++----------------- + po/pl.po | 8 ++++---- + 2 files changed, 23 insertions(+), 21 deletions(-) + +commit b0dba632e2c1da952661ec67d1ca7821fa40ac7b +Author: monsta <[email protected]> +Date: Mon Oct 3 16:33:30 2016 +0300 + + window picker: fix runtime warning about workspace being NULL + + from + https://github.com/lanoxx/window-picker-applet/commit/8c6de9ded61743246b82a04c2a21c714e50957ef + + mate-window-picker-applet/task-item.c | 15 +++++++++------ + 1 file changed, 9 insertions(+), 6 deletions(-) + +commit 3c33e5cda7f356f47dffc717a900591820ef207c +Author: monsta <[email protected]> +Date: Wed Sep 28 15:15:56 2016 +0300 + + window picker: fix invisible icons in GTK+3 build + + fixes https://github.com/mate-desktop/mate-netbook/issues/26 + + mate-window-picker-applet/task-item.c | 10 ++++------ + 1 file changed, 4 insertions(+), 6 deletions(-) + commit 359dca5356bc9c17976788352a746bd489eed5f3 Author: monsta <[email protected]> Date: Mon Sep 19 11:28:25 2016 +0300 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/NEWS new/mate-netbook-1.16.1/NEWS --- old/mate-netbook-1.16.0/NEWS 2016-09-19 10:27:47.000000000 +0200 +++ new/mate-netbook-1.16.1/NEWS 2016-10-10 16:28:45.000000000 +0200 @@ -1,3 +1,11 @@ +1.16.1 +====== + + * Window Picker Applet: fix invisible icons in GTK+3 build + * Window Picker Applet: fix occasional runtime warning about + workspace being NULL + * Translations update + 1.16.0 ====== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/configure new/mate-netbook-1.16.1/configure --- old/mate-netbook-1.16.0/configure 2016-09-19 10:31:26.000000000 +0200 +++ new/mate-netbook-1.16.1/configure 2016-10-10 16:33:01.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for mate-netbook 1.16.0. +# Generated by GNU Autoconf 2.69 for mate-netbook 1.16.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ # Identity of this package. PACKAGE_NAME='mate-netbook' PACKAGE_TARNAME='mate-netbook' -PACKAGE_VERSION='1.16.0' -PACKAGE_STRING='mate-netbook 1.16.0' +PACKAGE_VERSION='1.16.1' +PACKAGE_STRING='mate-netbook 1.16.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1382,7 +1382,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 mate-netbook 1.16.0 to adapt to many kinds of systems. +\`configure' configures mate-netbook 1.16.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1452,7 +1452,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of mate-netbook 1.16.0:";; + short | recursive ) echo "Configuration of mate-netbook 1.16.1:";; esac cat <<\_ACEOF @@ -1578,7 +1578,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -mate-netbook configure 1.16.0 +mate-netbook configure 1.16.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1943,7 +1943,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by mate-netbook $as_me 1.16.0, which was +It was created by mate-netbook $as_me 1.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2806,7 +2806,7 @@ # Define the identity of the package. PACKAGE='mate-netbook' - VERSION='1.16.0' + VERSION='1.16.1' cat >>confdefs.h <<_ACEOF @@ -14239,7 +14239,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by mate-netbook $as_me 1.16.0, which was +This file was extended by mate-netbook $as_me 1.16.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14305,7 +14305,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -mate-netbook config.status 1.16.0 +mate-netbook config.status 1.16.1 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/mate-netbook-1.16.0/configure.ac new/mate-netbook-1.16.1/configure.ac --- old/mate-netbook-1.16.0/configure.ac 2016-09-19 10:28:01.000000000 +0200 +++ new/mate-netbook-1.16.1/configure.ac 2016-10-10 16:28:45.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ(2.53) -AC_INIT(mate-netbook, 1.16.0, []) +AC_INIT(mate-netbook, 1.16.1, []) AM_INIT_AUTOMAKE([1.9 foreign tar-ustar no-dist-gzip dist-xz check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_SRCDIR(maximus/main.c) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/mate-window-picker-applet/task-item.c new/mate-netbook-1.16.1/mate-window-picker-applet/task-item.c --- old/mate-netbook-1.16.0/mate-window-picker-applet/task-item.c 2016-09-01 15:01:30.000000000 +0200 +++ new/mate-netbook-1.16.1/mate-window-picker-applet/task-item.c 2016-10-03 15:37:27.000000000 +0200 @@ -178,13 +178,16 @@ if (!wnck_window_is_skip_tasklist (window)) { - if (wnck_workspace_is_virtual (workspace)) + if (workspace != NULL) { - show_window = wnck_window_is_in_viewport (window, workspace); - } - else - { - show_window = wnck_window_is_on_workspace (window, workspace); + if (wnck_workspace_is_virtual (workspace)) + { + show_window = wnck_window_is_in_viewport (window, workspace); + } + else + { + show_window = wnck_window_is_on_workspace (window, workspace); + } } show_window = show_window || show_all; } @@ -279,15 +282,13 @@ static gboolean #if GTK_CHECK_VERSION (3, 0, 0) task_item_draw (GtkWidget *widget, - cairo_t *cr) + cairo_t *unused) #else task_item_expose_event (GtkWidget *widget, GdkEventExpose *event) #endif { -#if !GTK_CHECK_VERSION (3, 0, 0) cairo_t *cr; -#endif TaskItem *item; GdkRectangle area; TaskItemPrivate *priv; @@ -305,7 +306,9 @@ g_return_val_if_fail (WNCK_IS_WINDOW (priv->window), FALSE); area = priv->area; -#if !GTK_CHECK_VERSION (3, 0, 0) +#if GTK_CHECK_VERSION (3, 0, 0) + cr = gdk_cairo_create (gtk_widget_get_window (widget)); +#else cr = gdk_cairo_create (event->window); #endif @@ -413,9 +416,7 @@ cairo_paint_with_alpha (cr, .65); } -#if !GTK_CHECK_VERSION (3, 0, 0) cairo_destroy (cr); -#endif return FALSE; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/po/oc.po new/mate-netbook-1.16.1/po/oc.po --- old/mate-netbook-1.16.0/po/oc.po 2016-04-08 12:13:05.000000000 +0200 +++ new/mate-netbook-1.16.1/po/oc.po 2016-10-10 16:28:45.000000000 +0200 @@ -3,13 +3,15 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: +# Cédric Valmary <[email protected]>, 2016 +# Cédric Valmary <[email protected]>, 2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-10 13:14+0300\n" -"PO-Revision-Date: 2016-04-07 15:23+0000\n" -"Last-Translator: monsta <[email protected]>\n" +"PO-Revision-Date: 2016-09-28 15:43+0000\n" +"Last-Translator: Cfpo Miègjorn-Pirenèus <[email protected]>\n" "Language-Team: Occitan (post 1500) (http://www.transifex.com/mate/MATE/language/oc/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,17 +21,17 @@ #: ../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1 msgid "Show windows from all workspaces." -msgstr "" +msgstr "Afichar las fenèstras de totes los espacis de trabalh" #: ../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1 msgid "Window Picker Applet Factory" -msgstr "" +msgstr "Fabrica de selector de fenèstra" #: ../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:2 #: ../mate-window-picker-applet/applet.c:213 #: ../mate-window-picker-applet/applet.c:214 msgid "Window Picker" -msgstr "" +msgstr "Selector de fenèstras" #: ../mate-window-picker-applet/applet.c:65 msgid "_Preferences" @@ -45,7 +47,7 @@ #: ../mate-window-picker-applet/applet.c:263 msgid "Show windows from all workspaces" -msgstr "" +msgstr "Afichar las fenèstras de totes los espacis de trabalh" #: ../mate-window-picker-applet/task-title.c:279 #: ../mate-window-picker-applet/task-title.c:286 @@ -54,17 +56,17 @@ #: ../mate-window-picker-applet/task-title.c:495 #: ../mate-window-picker-applet/task-title.c:559 msgid "Home" -msgstr "" +msgstr "Acuèlh" #: ../mate-window-picker-applet/task-title.c:283 #: ../mate-window-picker-applet/task-title.c:333 #: ../mate-window-picker-applet/task-title.c:557 msgid "Log off, switch user, lock screen or power down the computer" -msgstr "" +msgstr "Tampar la session, cambiar d'utilizaire, verrolhar l'ecran o atudar l'ordenador" #: ../mate-window-picker-applet/task-title.c:305 msgid "Close window" -msgstr "" +msgstr "Tampar la fenèstra" #: ../mate-window-picker-applet/task-title.c:515 msgid "Close" @@ -72,34 +74,34 @@ #: ../mate-window-picker-applet/task-title.c:516 msgid "Close current window." -msgstr "" +msgstr "Tampar la fenèstra actuala." #: ../mate-window-picker-applet/task-item.c:694 msgid "Window Task Button" -msgstr "" +msgstr "Boton dels prètzfaits de la fenèstra" #: ../maximus/org.mate.maximus.gschema.xml.in.h:1 msgid "A list of exclusion strings which apply to the window class." -msgstr "" +msgstr "Lista de linhas d'exclusions que s'aplican a la classa de fenèstra." #: ../maximus/org.mate.maximus.gschema.xml.in.h:2 msgid "A list of exclusion strings which apply to the window class" -msgstr "" +msgstr "Lista de linhas d'exclusions que s'aplican a la classa de fenèstra." #: ../maximus/org.mate.maximus.gschema.xml.in.h:3 msgid "A binding" -msgstr "" +msgstr "Un ligam" #: ../maximus/org.mate.maximus.gschema.xml.in.h:4 msgid "Undecorate windows when maximized" -msgstr "" +msgstr "Levar la decoracion de las fenèstras quand son maximizadas" #: ../maximus/org.mate.maximus.gschema.xml.in.h:5 msgid "Do not automatically maximize newly opened windows" -msgstr "" +msgstr "Maximizar pas automaticament las fenèstras novèlament dobèrtas" #: ../maximus/org.mate.maximus.gschema.xml.in.h:6 msgid "" "Do not automatically maximize newly opened windows. If undecorate is set, " "will still undecorate maximized windows." -msgstr "" +msgstr "Maximizar pas automaticament las fenèstras novèlament dobèrtas. Se l'opcion qu'empacha la decoracion de las fenèstras maximizadas es seleccionada, las fenèstras maximizadas seràn pas decoradas." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mate-netbook-1.16.0/po/pl.po new/mate-netbook-1.16.1/po/pl.po --- old/mate-netbook-1.16.0/po/pl.po 2016-04-08 12:13:05.000000000 +0200 +++ new/mate-netbook-1.16.1/po/pl.po 2016-10-10 16:28:45.000000000 +0200 @@ -7,13 +7,13 @@ # Bogusław B. <[email protected]>, 2012 # Kyle Nitzsche <[email protected]>, 2009 # Michal Herman <[email protected]>, 2013 -# Piotr Strębski <[email protected]>, 2015 +# Piotr Strębski <[email protected]>, 2015-2016 msgid "" msgstr "" "Project-Id-Version: MATE Desktop Environment\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-12-10 13:14+0300\n" -"PO-Revision-Date: 2016-04-07 15:23+0000\n" +"PO-Revision-Date: 2016-09-26 09:51+0000\n" "Last-Translator: Piotr Strębski <[email protected]>\n" "Language-Team: Polish (http://www.transifex.com/mate/MATE/language/pl/)\n" "MIME-Version: 1.0\n" @@ -24,7 +24,7 @@ #: ../mate-window-picker-applet/org.mate.panel.applet.mate-window-picker-applet.gschema.xml.in.h:1 msgid "Show windows from all workspaces." -msgstr "Pokaż okna z wszystkich ekranów roboczych." +msgstr "Pokaż okna ze wszystkich ekranów roboczych." #: ../mate-window-picker-applet/org.mate.panel.MateWindowPicker.mate-panel-applet.in.in.h:1 msgid "Window Picker Applet Factory" @@ -50,7 +50,7 @@ #: ../mate-window-picker-applet/applet.c:263 msgid "Show windows from all workspaces" -msgstr "Wyświetlaj okna ze wszystkich obszarów roboczych" +msgstr "Pokaż okna ze wszystkich obszarów roboczych" #: ../mate-window-picker-applet/task-title.c:279 #: ../mate-window-picker-applet/task-title.c:286
