Hello community,
here is the log from the commit of package mate-control-center for
openSUSE:Factory checked in at 2017-02-09 11:19:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
and /work/SRC/openSUSE:Factory/.mate-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-control-center"
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes
2016-09-25 14:42:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes
2017-02-09 11:19:06.677402752 +0100
@@ -1,0 +2,13 @@
+Wed Feb 8 14:23:12 UTC 2017 - [email protected]
+
+- Update to version 1.16.1:
+ * Appearance: Fix live updating of the various theme details.
+ * Appearance: Fix vertical expand of content on window resize in
+ GTK+3 build.
+ * Keyboard: Fix vertical expand of content on window resize in
+ GTK+3 build.
+ * Shell: Force icon size in libslab to avoid huge icons.
+ * GTK+3: Fix build with Marco 1.17.
+ * Fix a couple of memleaks.
+
+-------------------------------------------------------------------
Old:
----
mate-control-center-1.16.0.tar.xz
New:
----
mate-control-center-1.16.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.5dAusw/_old 2017-02-09 11:19:07.149335981 +0100
+++ /var/tmp/diff_new_pack.5dAusw/_new 2017-02-09 11:19:07.153335415 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-control-center
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -22,12 +22,12 @@
%define sover_slab 0
%define _version 1.16
Name: mate-control-center
-Version: 1.16.0
+Version: 1.16.1
Release: 0
Summary: MATE Desktop control center
License: GPL-2.0+
Group: System/GUI/Other
-Url: http://mate-desktop.org/
+Url: https://mate-desktop.org/
Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: libxml2-python
@@ -136,7 +136,7 @@
--disable-static \
--disable-update-mimedb \
--with-gtk=2.0
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
%make_install
++++++ mate-control-center-1.16.0.tar.xz -> mate-control-center-1.16.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/ChangeLog
new/mate-control-center-1.16.1/ChangeLog
--- old/mate-control-center-1.16.0/ChangeLog 2016-09-20 06:56:48.000000000
+0200
+++ new/mate-control-center-1.16.1/ChangeLog 2017-01-27 10:08:10.000000000
+0100
@@ -1,3 +1,89 @@
+commit 9c795cb961954f8c33cc74b11ef8de7719dd080d
+Author: monsta <[email protected]>
+Date: Fri Jan 27 11:54:26 2017 +0300
+
+ release 1.16.1
+
+ NEWS | 10 ++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 11 insertions(+), 1 deletion(-)
+
+commit 7ed3a60d2ccc95012bcaf71baa604a064342c848
+Author: Colomban Wendling <[email protected]>
+Date: Thu Jan 12 17:57:12 2017 +0100
+
+ Fix two memory leaks
+
+ capplets/appearance/appearance-style.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit d255df8819e1b2efcee996af33da8a66ed7d2b83
+Author: Colomban Wendling <[email protected]>
+Date: Thu Jan 12 17:44:49 2017 +0100
+
+ Fix live updating of the various theme details
+
+ This got broken in b3e27b1d6a0f11c5835f5829bac3861e2147b17e, which
+ ported to GSettings but stopped calling the supplied callback.
+
+ 070e7cb765a788c8e27ff3615d3ed36981d3518d restored the initial update,
+ but not the live ones.
+
+ Fixes #256.
+
+ capplets/appearance/appearance-style.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit c94cbb105c96f8d35f7cbc28477d2f533fbc064d
+Author: monsta <[email protected]>
+Date: Thu Jan 26 17:53:59 2017 +0300
+
+ appearance: fix vertical expand of content on window resize
+
+ this also fixes runtime warning in GTK+2 build
+ which had been introduced in
https://github.com/mate-desktop/mate-control-center/commit/b4ca9200009784e95a5f2b1c1fd982eb33af1094
+
+ capplets/appearance/data/appearance.ui | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
+
+commit fdc99e22736abacfbd017dec1ff1fc94b633ee90
+Author: Alexei Sorokin <[email protected]>
+Date: Tue Jan 24 22:32:01 2017 +0300
+
+ libslab: force the icon size
+
+ If an icon only provides some huge sizes, not doing that breaks the layout.
+
+ libslab/mate-utils.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit e6b4fbeeab7f412fb656f76d6137ae00795e2b49
+Author: monsta <[email protected]>
+Date: Tue Dec 6 17:19:31 2016 +0300
+
+ keyboard: fix vertical expand of content on resize in all dialogs
+
+
https://github.com/mate-desktop/mate-control-center/commit/a4c1e05aa46adedbb0a2821e751fbbda2321d613
+
https://github.com/mate-desktop/mate-control-center/commit/50fff8ce6c172117352701bf9d68bbecd8cbc02c
+
+ capplets/keyboard/mate-keyboard-properties-dialog.ui | 2 ++
+ capplets/keyboard/mate-keyboard-properties-layout-chooser.ui | 2 ++
+ capplets/keyboard/mate-keyboard-properties-model-chooser.ui | 2 ++
+ capplets/keyboard/mate-keyboard-properties-options-dialog.ui | 2 ++
+ 4 files changed, 8 insertions(+)
+
+commit ffb6856d8a192951e83de00ea24b288a3c003561
+Author: monsta <[email protected]>
+Date: Wed Oct 19 12:26:48 2016 +0300
+
+ GTK+3: fix build failure with marco 1.17 (which is GTK+3 only now)
+
+ add a couple of #define's that previously were in marco's
src/ui/preview-widget.h
+ which is included here
+
+ capplets/common/theme-thumbnail.c | 5 +++++
+ 1 file changed, 5 insertions(+)
+
commit 40530f8ddd9f58d8abe391cd6c7929c496c7d8d0
Author: raveit65 <[email protected]>
Date: Tue Sep 20 06:55:08 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/Makefile.in
new/mate-control-center-1.16.1/Makefile.in
--- old/mate-control-center-1.16.0/Makefile.in 2016-09-20 06:56:05.000000000
+0200
+++ new/mate-control-center-1.16.1/Makefile.in 2017-01-27 10:04:57.000000000
+0100
@@ -426,6 +426,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/NEWS
new/mate-control-center-1.16.1/NEWS
--- old/mate-control-center-1.16.0/NEWS 2016-09-20 06:54:29.000000000 +0200
+++ new/mate-control-center-1.16.1/NEWS 2017-01-27 09:51:22.000000000 +0100
@@ -1,3 +1,13 @@
+1.16.1
+ * Appearance: fix live updating of the various theme details
+ * Appearance: fix vertical expand of content on window resize in
+ GTK+3 build
+ * Keyboard: fix vertical expand of content on window resize in
+ GTK+3 build
+ * Shell: force icon size in libslab to avoid huge icons
+ * GTK+3: fix build with marco 1.17
+ * Fix a couple of memleaks
+
1.16.0
* Build: drop dconf 0.10 compatibility
* Appearance: change default hinting style to slight and render
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/aclocal.m4
new/mate-control-center-1.16.1/aclocal.m4
--- old/mate-control-center-1.16.0/aclocal.m4 2016-09-20 06:56:03.000000000
+0200
+++ new/mate-control-center-1.16.1/aclocal.m4 2017-01-27 10:04:52.000000000
+0100
@@ -766,8 +766,8 @@
])
# nls.m4 serial 5 (gettext-0.18)
-dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014, 2016 Free Software
-dnl Foundation, Inc.
+dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
+dnl Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
@@ -799,7 +799,7 @@
])
dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
dnl
dnl Copyright © 2004 Scott James Remnant <[email protected]>.
dnl Copyright © 2012-2015 Dan Nicholson <[email protected]>
@@ -841,7 +841,7 @@
dnl See the "Since" comment for each macro you use to see what version
dnl of the macros you require.
m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
[m4_fatal([pkg.m4 version $1 or higher is required but
]PKG_MACROS_VERSION[ found])])
])dnl PKG_PREREQ
@@ -1256,7 +1256,13 @@
elif test "x$$lc" != "xC"; then \
if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
- $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" ||
exit 1; \
+ dname="$$f"; \
+ pars="../"; \
+ while test "$$dname" != "." -a "$$dname" != "/"; do \
+ pars="../$$pars"; \
+ dname=$$(dirname "$$dname"); \
+ done; \
+ $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
fi; \
fi; \
done; \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/capplets/Makefile.in
new/mate-control-center-1.16.1/capplets/Makefile.in
--- old/mate-control-center-1.16.0/capplets/Makefile.in 2016-09-20
06:56:05.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/Makefile.in 2017-01-27
10:04:57.000000000 +0100
@@ -398,6 +398,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/about-me/Makefile.in
new/mate-control-center-1.16.1/capplets/about-me/Makefile.in
--- old/mate-control-center-1.16.0/capplets/about-me/Makefile.in
2016-09-20 06:56:05.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/about-me/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -472,6 +472,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/about-me/icons/Makefile.in
new/mate-control-center-1.16.1/capplets/about-me/icons/Makefile.in
--- old/mate-control-center-1.16.0/capplets/about-me/icons/Makefile.in
2016-09-20 06:56:05.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/about-me/icons/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -369,6 +369,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/accessibility/Makefile.in
new/mate-control-center-1.16.1/capplets/accessibility/Makefile.in
--- old/mate-control-center-1.16.0/capplets/accessibility/Makefile.in
2016-09-20 06:56:05.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/accessibility/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -399,6 +399,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/accessibility/at-properties/Makefile.in
new/mate-control-center-1.16.1/capplets/accessibility/at-properties/Makefile.in
---
old/mate-control-center-1.16.0/capplets/accessibility/at-properties/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++
new/mate-control-center-1.16.1/capplets/accessibility/at-properties/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -429,6 +429,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/appearance/Makefile.in
new/mate-control-center-1.16.1/capplets/appearance/Makefile.in
--- old/mate-control-center-1.16.0/capplets/appearance/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/appearance/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -448,6 +448,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/appearance/appearance-style.c
new/mate-control-center-1.16.1/capplets/appearance/appearance-style.c
--- old/mate-control-center-1.16.0/capplets/appearance/appearance-style.c
2016-09-08 15:03:44.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/appearance/appearance-style.c
2017-01-27 08:58:13.000000000 +0100
@@ -1013,9 +1013,9 @@
conv_data->thumbnail = thumbnail;
/* set useful data for callbacks */
- g_object_set_data (G_OBJECT (list), THEME_DATA, conv_data);
+ g_object_set_data_full (G_OBJECT (list), THEME_DATA, conv_data, g_free);
g_object_set_data (G_OBJECT (list), GSETTINGS_SETTINGS, settings);
- g_object_set_data (G_OBJECT (list), GSETTINGS_KEY, g_strdup(key));
+ g_object_set_data_full (G_OBJECT (list), GSETTINGS_KEY, g_strdup(key),
g_free);
/* select in treeview the theme set in gsettings */
GtkTreeModel *treemodel;
@@ -1038,6 +1038,7 @@
gchar *signal_name = g_strdup_printf("changed::%s", key);
g_signal_connect (settings, signal_name,
G_CALLBACK (treeview_gsettings_changed_callback), list);
+ g_signal_connect (settings, signal_name, callback, data);
g_free (signal_name);
/* connect to treeview change event */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/appearance/data/Makefile.in
new/mate-control-center-1.16.1/capplets/appearance/data/Makefile.in
--- old/mate-control-center-1.16.0/capplets/appearance/data/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/appearance/data/Makefile.in
2017-01-27 10:04:57.000000000 +0100
@@ -376,6 +376,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/appearance/data/appearance.ui
new/mate-control-center-1.16.1/capplets/appearance/data/appearance.ui
--- old/mate-control-center-1.16.0/capplets/appearance/data/appearance.ui
2016-09-08 15:03:44.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/appearance/data/appearance.ui
2017-01-27 08:55:00.000000000 +0100
@@ -1915,6 +1915,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
@@ -2046,7 +2048,6 @@
<property name="spacing">2</property>
<child>
<object class="GtkNotebook" id="notebook2">
- <property name="expand">True</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK |
GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK |
GDK_BUTTON_RELEASE_MASK</property>
@@ -2758,6 +2759,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/common/Makefile.in
new/mate-control-center-1.16.1/capplets/common/Makefile.in
--- old/mate-control-center-1.16.0/capplets/common/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/common/Makefile.in 2017-01-27
10:04:57.000000000 +0100
@@ -403,6 +403,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/common/theme-thumbnail.c
new/mate-control-center-1.16.1/capplets/common/theme-thumbnail.c
--- old/mate-control-center-1.16.0/capplets/common/theme-thumbnail.c
2016-02-04 01:24:32.000000000 +0100
+++ new/mate-control-center-1.16.1/capplets/common/theme-thumbnail.c
2017-01-27 08:52:31.000000000 +0100
@@ -23,6 +23,11 @@
#define gtk_widget_get_preferred_size(x,y,z) gtk_widget_size_request(x,y)
#endif
+#if GTK_CHECK_VERSION (3, 0, 0)
+#define GdkRegion cairo_region_t
+#define gdk_region_destroy cairo_region_destroy
+#endif
+
typedef struct {
gboolean set;
gint thumbnail_width;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/default-applications/Makefile.in
new/mate-control-center-1.16.1/capplets/default-applications/Makefile.in
--- old/mate-control-center-1.16.0/capplets/default-applications/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/default-applications/Makefile.in
2017-01-27 10:04:58.000000000 +0100
@@ -428,6 +428,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/display/Makefile.in
new/mate-control-center-1.16.1/capplets/display/Makefile.in
--- old/mate-control-center-1.16.0/capplets/display/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/display/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -449,6 +449,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keybindings/Makefile.in
new/mate-control-center-1.16.1/capplets/keybindings/Makefile.in
--- old/mate-control-center-1.16.0/capplets/keybindings/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/keybindings/Makefile.in
2017-01-27 10:04:58.000000000 +0100
@@ -427,6 +427,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keyboard/Makefile.in
new/mate-control-center-1.16.1/capplets/keyboard/Makefile.in
--- old/mate-control-center-1.16.0/capplets/keyboard/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/keyboard/Makefile.in
2017-01-27 10:04:58.000000000 +0100
@@ -432,6 +432,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-dialog.ui
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-dialog.ui
---
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-dialog.ui
2016-01-30 19:03:48.000000000 +0100
+++
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-dialog.ui
2017-01-26 13:53:43.000000000 +0100
@@ -1794,6 +1794,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
---
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
2016-01-30 19:03:48.000000000 +0100
+++
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-layout-chooser.ui
2017-01-26 13:53:43.000000000 +0100
@@ -245,6 +245,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
---
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
2016-01-30 19:03:48.000000000 +0100
+++
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-model-chooser.ui
2017-01-26 13:53:43.000000000 +0100
@@ -89,6 +89,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-options-dialog.ui
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-options-dialog.ui
---
old/mate-control-center-1.16.0/capplets/keyboard/mate-keyboard-properties-options-dialog.ui
2016-01-30 19:03:48.000000000 +0100
+++
new/mate-control-center-1.16.1/capplets/keyboard/mate-keyboard-properties-options-dialog.ui
2017-01-26 13:53:43.000000000 +0100
@@ -39,6 +39,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">1</property>
</packing>
</child>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/mouse/Makefile.in
new/mate-control-center-1.16.1/capplets/mouse/Makefile.in
--- old/mate-control-center-1.16.0/capplets/mouse/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/mouse/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -423,6 +423,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/network/Makefile.in
new/mate-control-center-1.16.1/capplets/network/Makefile.in
--- old/mate-control-center-1.16.0/capplets/network/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/network/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -433,6 +433,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/capplets/windows/Makefile.in
new/mate-control-center-1.16.1/capplets/windows/Makefile.in
--- old/mate-control-center-1.16.0/capplets/windows/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/capplets/windows/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -423,6 +423,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/config.guess
new/mate-control-center-1.16.1/config.guess
--- old/mate-control-center-1.16.0/config.guess 2016-09-20 06:56:05.000000000
+0200
+++ new/mate-control-center-1.16.1/config.guess 2017-01-27 10:04:57.000000000
+0100
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2015 Free Software Foundation, Inc.
-timestamp='2015-01-01'
+timestamp='2015-08-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -168,20 +168,27 @@
# Note: NetBSD doesn't particularly care about the vendor
# portion of the name. We always set it to "unknown".
sysctl="sysctl -n hw.machine_arch"
- UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
- /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
+ UNAME_MACHINE_ARCH=`(uname -p 2>/dev/null || \
+ /sbin/$sysctl 2>/dev/null || \
+ /usr/sbin/$sysctl 2>/dev/null || \
+ echo unknown)`
case "${UNAME_MACHINE_ARCH}" in
armeb) machine=armeb-unknown ;;
arm*) machine=arm-unknown ;;
sh3el) machine=shl-unknown ;;
sh3eb) machine=sh-unknown ;;
sh5el) machine=sh5le-unknown ;;
+ earmv*)
+ arch=`echo ${UNAME_MACHINE_ARCH} | sed -e
's,^e\(armv[0-9]\).*$,\1,'`
+ endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne
's,^.*\(eb\)$,\1,p'`
+ machine=${arch}${endian}-unknown
+ ;;
*) machine=${UNAME_MACHINE_ARCH}-unknown ;;
esac
# The Operating System including object format, if it has switched
# to ELF recently, or will in the future.
case "${UNAME_MACHINE_ARCH}" in
- arm*|i386|m68k|ns32k|sh3*|sparc|vax)
+ arm*|earm*|i386|m68k|ns32k|sh3*|sparc|vax)
eval $set_cc_for_build
if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
| grep -q __ELF__
@@ -197,6 +204,13 @@
os=netbsd
;;
esac
+ # Determine ABI tags.
+ case "${UNAME_MACHINE_ARCH}" in
+ earm*)
+ expr='s/^earmv[0-9]/-eabi/;s/eb$//'
+ abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
+ ;;
+ esac
# The OS release
# Debian GNU/NetBSD machines have a different userland, and
# thus, need a distinct triplet. However, they do not need
@@ -207,13 +221,13 @@
release='-gnu'
;;
*)
- release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
+ release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d.
-f1,2`
;;
esac
# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
# contains redundant information, the shorter form:
# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
- echo "${machine}-${os}${release}"
+ echo "${machine}-${os}${release}${abi}"
exit ;;
*:Bitrig:*:*)
UNAME_MACHINE_ARCH=`arch | sed 's/Bitrig.//'`
@@ -235,6 +249,9 @@
*:MirBSD:*:*)
echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
exit ;;
+ *:Sortix:*:*)
+ echo ${UNAME_MACHINE}-unknown-sortix
+ exit ;;
alpha:OSF1:*:*)
case $UNAME_RELEASE in
*4.0)
@@ -933,6 +950,9 @@
crisv32:Linux:*:*)
echo ${UNAME_MACHINE}-axis-linux-${LIBC}
exit ;;
+ e2k:Linux:*:*)
+ echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ exit ;;
frv:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
exit ;;
@@ -1021,7 +1041,7 @@
echo ${UNAME_MACHINE}-dec-linux-${LIBC}
exit ;;
x86_64:Linux:*:*)
- echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
+ echo ${UNAME_MACHINE}-pc-linux-${LIBC}
exit ;;
xtensa*:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/config.sub
new/mate-control-center-1.16.1/config.sub
--- old/mate-control-center-1.16.0/config.sub 2016-09-20 06:56:05.000000000
+0200
+++ new/mate-control-center-1.16.1/config.sub 2017-01-27 10:04:57.000000000
+0100
@@ -2,7 +2,7 @@
# Configuration validation subroutine script.
# Copyright 1992-2015 Free Software Foundation, Inc.
-timestamp='2015-01-01'
+timestamp='2015-08-20'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -117,7 +117,7 @@
case $maybe_os in
nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
linux-musl* | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* |
kfreebsd*-gnu* | \
- knetbsd*-gnu* | netbsd*-gnu* | \
+ knetbsd*-gnu* | netbsd*-gnu* | netbsd*-eabi* | \
kopensolaris*-gnu* | \
storm-chaos* | os2-emx* | rtmk-nova*)
os=-$maybe_os
@@ -255,11 +255,12 @@
| arc | arceb \
| arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
| avr | avr32 \
+ | ba \
| be32 | be64 \
| bfin \
| c4x | c8051 | clipper \
| d10v | d30v | dlx | dsp16xx \
- | epiphany \
+ | e2k | epiphany \
| fido | fr30 | frv | ft32 \
| h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
| hexagon \
@@ -305,7 +306,7 @@
| riscv32 | riscv64 \
| rl78 | rx \
| score \
- | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb |
shbe | shle | sh[1234]le | sh3ele \
+ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[234]eb | sheb |
shbe | shle | sh[1234]le | sh3ele \
| sh64 | sh64le \
| sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet |
sparclite \
| sparcv8 | sparcv9 | sparcv9b | sparcv9v \
@@ -376,12 +377,13 @@
| alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
| arm-* | armbe-* | armle-* | armeb-* | armv*-* \
| avr-* | avr32-* \
+ | ba-* \
| be32-* | be64-* \
| bfin-* | bs2000-* \
| c[123]* | c30-* | [cjt]90-* | c4x-* \
| c8051-* | clipper-* | craynv-* | cydra-* \
| d10v-* | d30v-* | dlx-* \
- | elxsi-* \
+ | e2k-* | elxsi-* \
| f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
| h8300-* | h8500-* \
| hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
@@ -428,12 +430,13 @@
| pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
| powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
| pyramid-* \
+ | riscv32-* | riscv64-* \
| rl78-* | romp-* | rs6000-* | rx-* \
| sh-* | sh[1234]-* | sh[24]a-* | sh[24]aeb-* | sh[23]e-* | sh[34]eb-*
| sheb-* | shbe-* \
| shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
| sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* |
sparclet-* \
| sparclite-* \
- | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx?-* \
+ | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | sv1-* | sx*-* \
| tahoe-* \
| tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
| tile*-* \
@@ -518,6 +521,9 @@
basic_machine=i386-pc
os=-aros
;;
+ asmjs)
+ basic_machine=asmjs-unknown
+ ;;
aux)
basic_machine=m68k-apple
os=-aux
@@ -1025,7 +1031,7 @@
;;
ppc64) basic_machine=powerpc64-unknown
;;
- ppc64-* | ppc64p7-*) basic_machine=powerpc64-`echo $basic_machine | sed
's/^[^-]*-//'`
+ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed
's/^[^-]*-//'`
;;
ppc64le | powerpc64little | ppc64-le | powerpc64-little)
basic_machine=powerpc64le-unknown
@@ -1373,7 +1379,7 @@
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* |
-solaris* \
| -sym* | -kopensolaris* | -plan9* \
| -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
- | -aos* | -aros* \
+ | -aos* | -aros* | -cloudabi* | -sortix* \
| -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
| -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/configure
new/mate-control-center-1.16.1/configure
--- old/mate-control-center-1.16.0/configure 2016-09-20 06:56:04.000000000
+0200
+++ new/mate-control-center-1.16.1/configure 2017-01-27 10:04:54.000000000
+0100
@@ -1,8 +1,8 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-control-center 1.16.0.
+# Generated by GNU Autoconf 2.69 for mate-control-center 1.16.1.
#
-# Report bugs to <htts://www.mate-desktop.org/>.
+# Report bugs to <http://www.mate-desktop.org/>.
#
#
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -275,7 +275,7 @@
$as_echo "$0: be upgraded to zsh 4.3.4 or later."
else
$as_echo "$0: Please tell [email protected] and
-$0: htts://www.mate-desktop.org/ about your system,
+$0: http://www.mate-desktop.org/ about your system,
$0: including any error possibly output before this
$0: message. Then install a modern shell, or manually run
$0: the script under such a shell if you do have one."
@@ -590,9 +590,9 @@
# Identity of this package.
PACKAGE_NAME='mate-control-center'
PACKAGE_TARNAME='mate-control-center'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='mate-control-center 1.16.0'
-PACKAGE_BUGREPORT='htts://www.mate-desktop.org/'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='mate-control-center 1.16.1'
+PACKAGE_BUGREPORT='http://www.mate-desktop.org/'
PACKAGE_URL=''
ac_unique_file="shell"
@@ -877,6 +877,7 @@
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -1023,6 +1024,7 @@
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1275,6 +1277,15 @@
| -silent | --silent | --silen | --sile | --sil)
silent=yes ;;
+ -runstatedir | --runstatedir | --runstatedi | --runstated \
+ | --runstate | --runstat | --runsta | --runst | --runs \
+ | --run | --ru | --r)
+ ac_prev=runstatedir ;;
+ -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
+ | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
+ | --run=* | --ru=* | --r=*)
+ runstatedir=$ac_optarg ;;
+
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
ac_prev=sbindir ;;
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
@@ -1412,7 +1423,7 @@
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
datadir sysconfdir sharedstatedir localstatedir includedir \
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
- libdir localedir mandir
+ libdir localedir mandir runstatedir
do
eval ac_val=\$$ac_var
# Remove trailing slashes.
@@ -1525,7 +1536,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-control-center 1.16.0 to adapt to many kinds of
systems.
+\`configure' configures mate-control-center 1.16.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1565,6 +1576,7 @@
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
+ --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
@@ -1600,7 +1612,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mate-control-center 1.16.0:";;
+ short | recursive ) echo "Configuration of mate-control-center 1.16.1:";;
esac
cat <<\_ACEOF
@@ -1758,7 +1770,7 @@
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
-Report bugs to <htts://www.mate-desktop.org/>.
+Report bugs to <http://www.mate-desktop.org/>.
_ACEOF
ac_status=$?
fi
@@ -1821,7 +1833,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mate-control-center configure 1.16.0
+mate-control-center configure 1.16.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2167,7 +2179,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the
compiler's result" >&5
$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
( $as_echo "## ------------------------------------------- ##
-## Report this to htts://www.mate-desktop.org/ ##
+## Report this to http://www.mate-desktop.org/ ##
## ------------------------------------------- ##"
) | sed "s/^/$as_me: WARNING: /" >&2
;;
@@ -2190,7 +2202,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-control-center $as_me 1.16.0, which was
+It was created by mate-control-center $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3059,7 +3071,7 @@
# Define the identity of the package.
PACKAGE='mate-control-center'
- VERSION='1.16.0'
+ VERSION='1.16.1'
cat >>confdefs.h <<_ACEOF
@@ -5931,7 +5943,7 @@
lt_cv_deplibs_check_method=pass_all
;;
-netbsd*)
+netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern
/lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
else
@@ -9373,6 +9385,9 @@
openbsd* | bitrig*)
with_gnu_ld=no
;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs=no
+ ;;
esac
ld_shlibs=yes
@@ -9627,7 +9642,7 @@
fi
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
wlarc=
@@ -10297,6 +10312,7 @@
if test yes = "$lt_cv_irix_exported_symbol"; then
archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs
$compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all
"$wl-set_version $wl$verstring"` $wl-update_registry
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
fi
+ link_all_deplibs=no
else
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname
$soname `test -n "$verstring" && func_echo_all "-set_version $verstring"`
-update_registry $output_objdir/so_locations -o $lib'
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags
-soname $soname `test -n "$verstring" && func_echo_all "-set_version
$verstring"` -update_registry $output_objdir/so_locations -exports_file
$export_symbols -o $lib'
@@ -10318,7 +10334,7 @@
esac
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
# a.out
else
@@ -11413,9 +11429,6 @@
# before this can be enabled.
hardcode_into_libs=yes
- # Add ABI-specific directories to the system library path.
- sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
# Ideally, we could use ldconfig to report *all* directores which are
# searched for libraries, however this is still not possible. Aside from not
# being certain /sbin/ldconfig is available, command
@@ -11424,7 +11437,7 @@
# appending ld.so.conf contents (and includes) to the search path.
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' <
/etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -11436,6 +11449,18 @@
dynamic_linker='GNU/Linux ld.so'
;;
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -12702,7 +12727,13 @@
elif test "x$$lc" != "xC"; then \
if test "x$(YELP_LC_MEDIA_LINKS)" != "x"; then \
echo "$(LN_S) -f $(HELP_DIR)/C/$(HELP_ID)/$$f $$helpdir$$f"; \
- $(LN_S) -f "$(HELP_DIR)/C/$(HELP_ID)/$$f" "$$helpdir$$f" ||
exit 1; \
+ dname="$$f"; \
+ pars="../"; \
+ while test "$$dname" != "." -a "$$dname" != "/"; do \
+ pars="../$$pars"; \
+ dname=$$(dirname "$$dname"); \
+ done; \
+ $(LN_S) -f $$pars"C/$(HELP_ID)/$$f" "$$helpdir$$f" || exit 1; \
fi; \
fi; \
done; \
@@ -18429,7 +18460,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mate-control-center $as_me 1.16.0, which was
+This file was extended by mate-control-center $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -18489,13 +18520,13 @@
Configuration commands:
$config_commands
-Report bugs to <htts://www.mate-desktop.org/>."
+Report bugs to <http://www.mate-desktop.org/>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-mate-control-center config.status 1.16.0
+mate-control-center 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-control-center-1.16.0/configure.ac
new/mate-control-center-1.16.1/configure.ac
--- old/mate-control-center-1.16.0/configure.ac 2016-09-20 06:54:55.000000000
+0200
+++ new/mate-control-center-1.16.1/configure.ac 2017-01-27 09:54:17.000000000
+0100
@@ -1,4 +1,4 @@
-AC_INIT([mate-control-center], [1.16.0], [htts://www.mate-desktop.org/])
+AC_INIT([mate-control-center], [1.16.1], [http://www.mate-desktop.org/])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([shell])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/font-viewer/Makefile.in
new/mate-control-center-1.16.1/font-viewer/Makefile.in
--- old/mate-control-center-1.16.0/font-viewer/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/font-viewer/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -430,6 +430,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/help/Makefile.in
new/mate-control-center-1.16.1/help/Makefile.in
--- old/mate-control-center-1.16.0/help/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/help/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -339,6 +339,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/install-sh
new/mate-control-center-1.16.1/install-sh
--- old/mate-control-center-1.16.0/install-sh 2016-09-20 06:56:05.000000000
+0200
+++ new/mate-control-center-1.16.1/install-sh 2017-01-27 10:04:57.000000000
+0100
@@ -1,7 +1,7 @@
#!/bin/sh
# install - install a program, script, or datafile
-scriptversion=2013-12-25.23; # UTC
+scriptversion=2014-09-12.12; # UTC
# This originates from X11R5 (mit/util/scripts/install.sh), which was
# later released in X11R6 (xc/config/util/install.sh) with the
@@ -324,34 +324,41 @@
# is incompatible with FreeBSD 'install' when (umask & 300) != 0.
;;
*)
+ # $RANDOM is not portable (e.g. dash); use it when possible to
+ # lower collision chance
tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
- trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
+ trap 'ret=$?; rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
2>/dev/null; exit $ret' 0
+ # As "mkdir -p" follows symlinks and we work in /tmp possibly; so
+ # create the $tmpdir first (and fail if unsuccessful) to make sure
+ # that nobody tries to guess the $tmpdir name.
if (umask $mkdir_umask &&
- exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
+ $mkdirprog $mkdir_mode "$tmpdir" &&
+ exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null
2>&1
then
if test -z "$dir_arg" || {
# Check for POSIX incompatibilities with -m.
# HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
# other-writable bit of parent directory when it shouldn't.
# FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
- ls_ld_tmpdir=`ls -ld "$tmpdir"`
+ test_tmpdir="$tmpdir/a"
+ ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
case $ls_ld_tmpdir in
d????-?r-*) different_mode=700;;
d????-?--*) different_mode=755;;
*) false;;
esac &&
- $mkdirprog -m$different_mode -p -- "$tmpdir" && {
- ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
+ $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
+ ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
}
}
then posix_mkdir=:
fi
- rmdir "$tmpdir/d" "$tmpdir"
+ rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir"
else
# Remove any dirs left behind by ancient mkdir implementations.
- rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
+ rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null
fi
trap '' 0;;
esac;;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/libslab/Makefile.in
new/mate-control-center-1.16.1/libslab/Makefile.in
--- old/mate-control-center-1.16.0/libslab/Makefile.in 2016-09-20
06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/libslab/Makefile.in 2017-01-27
10:04:58.000000000 +0100
@@ -431,6 +431,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/libslab/mate-utils.c
new/mate-control-center-1.16.1/libslab/mate-utils.c
--- old/mate-control-center-1.16.0/libslab/mate-utils.c 2016-07-24
11:09:35.000000000 +0200
+++ new/mate-control-center-1.16.1/libslab/mate-utils.c 2017-01-26
13:56:05.000000000 +0100
@@ -21,6 +21,7 @@
id = g_strdup (image_id);
gtk_icon_size_lookup (size, &width, &height);
+ gtk_image_set_pixel_size (image, width);
if (g_path_is_absolute (id))
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-control-center-1.16.0/libwindow-settings/Makefile.in
new/mate-control-center-1.16.1/libwindow-settings/Makefile.in
--- old/mate-control-center-1.16.0/libwindow-settings/Makefile.in
2016-09-20 06:56:06.000000000 +0200
+++ new/mate-control-center-1.16.1/libwindow-settings/Makefile.in
2017-01-27 10:04:59.000000000 +0100
@@ -439,6 +439,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/ltmain.sh
new/mate-control-center-1.16.1/ltmain.sh
--- old/mate-control-center-1.16.0/ltmain.sh 2016-09-20 06:55:57.000000000
+0200
+++ new/mate-control-center-1.16.1/ltmain.sh 2017-01-27 10:04:47.000000000
+0100
@@ -31,7 +31,7 @@
PROGRAM=libtool
PACKAGE=libtool
-VERSION=2.4.6
+VERSION="2.4.6 Debian-2.4.6-0.1"
package_revision=2.4.6
@@ -2073,7 +2073,7 @@
autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
Report bugs to <[email protected]>.
-GNU libtool home page: <http://www.gnu.org/software/libtool/>.
+GNU libtool home page: <http://www.gnu.org/s/libtool/>.
General help using GNU software: <http://www.gnu.org/gethelp/>."
exit 0
}
@@ -7272,10 +7272,13 @@
# -tp=* Portland pgcc target processor selection
# --sysroot=* for sysroot support
# -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time
optimization
+ # -specs=* GCC specs files
# -stdlib=* select c++ std lib with clang
+ # -fsanitize=* Clang/GCC memory and address sanitizer
-64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
-t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
- -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
+
-O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*| \
+ -specs=*|-fsanitize=*)
func_quote_for_eval "$arg"
arg=$func_quote_for_eval_result
func_append compile_command " $arg"
@@ -7568,7 +7571,10 @@
case $pass in
dlopen) libs=$dlfiles ;;
dlpreopen) libs=$dlprefiles ;;
- link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
+ link)
+ libs="$deplibs %DEPLIBS%"
+ test "X$link_all_deplibs" != Xno && libs="$libs $dependency_libs"
+ ;;
esac
fi
if test lib,dlpreopen = "$linkmode,$pass"; then
@@ -7887,19 +7893,19 @@
# It is a libtool convenience library, so add in its objects.
func_append convenience " $ladir/$objdir/$old_library"
func_append old_convenience " $ladir/$objdir/$old_library"
+ tmp_libs=
+ for deplib in $dependency_libs; do
+ deplibs="$deplib $deplibs"
+ if $opt_preserve_dup_deps; then
+ case "$tmp_libs " in
+ *" $deplib "*) func_append specialdeplibs " $deplib" ;;
+ esac
+ fi
+ func_append tmp_libs " $deplib"
+ done
elif test prog != "$linkmode" && test lib != "$linkmode"; then
func_fatal_error "'$lib' is not a convenience library"
fi
- tmp_libs=
- for deplib in $dependency_libs; do
- deplibs="$deplib $deplibs"
- if $opt_preserve_dup_deps; then
- case "$tmp_libs " in
- *" $deplib "*) func_append specialdeplibs " $deplib" ;;
- esac
- fi
- func_append tmp_libs " $deplib"
- done
continue
fi # $pass = conv
@@ -8823,6 +8829,9 @@
revision=$number_minor
lt_irix_increment=no
;;
+ *)
+ func_fatal_configuration "$modename: unknown library version type
'$version_type'"
+ ;;
esac
;;
no)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/m4/libtool.m4
new/mate-control-center-1.16.1/m4/libtool.m4
--- old/mate-control-center-1.16.0/m4/libtool.m4 2016-09-20
06:55:57.000000000 +0200
+++ new/mate-control-center-1.16.1/m4/libtool.m4 2017-01-27
10:04:47.000000000 +0100
@@ -2867,9 +2867,6 @@
# before this can be enabled.
hardcode_into_libs=yes
- # Add ABI-specific directories to the system library path.
- sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
-
# Ideally, we could use ldconfig to report *all* directores which are
# searched for libraries, however this is still not possible. Aside from not
# being certain /sbin/ldconfig is available, command
@@ -2878,7 +2875,7 @@
# appending ld.so.conf contents (and includes) to the search path.
if test -f /etc/ld.so.conf; then
lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' <
/etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
- sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+ sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
fi
# We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2890,6 +2887,18 @@
dynamic_linker='GNU/Linux ld.so'
;;
+netbsdelf*-gnu)
+ version_type=linux
+ need_lib_prefix=no
+ need_version=no
+ library_names_spec='${libname}${release}${shared_ext}$versuffix
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+ soname_spec='${libname}${release}${shared_ext}$major'
+ shlibpath_var=LD_LIBRARY_PATH
+ shlibpath_overrides_runpath=no
+ hardcode_into_libs=yes
+ dynamic_linker='NetBSD ld.elf_so'
+ ;;
+
netbsd*)
version_type=sunos
need_lib_prefix=no
@@ -3549,7 +3558,7 @@
lt_cv_deplibs_check_method=pass_all
;;
-netbsd*)
+netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
lt_cv_deplibs_check_method='match_pattern
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
else
@@ -4427,7 +4436,7 @@
;;
esac
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
;;
*qnx* | *nto*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4939,6 +4948,9 @@
;;
esac
;;
+ linux* | k*bsd*-gnu | gnu*)
+ _LT_TAGVAR(link_all_deplibs, $1)=no
+ ;;
*)
_LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience |
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
;;
@@ -5001,6 +5013,9 @@
openbsd* | bitrig*)
with_gnu_ld=no
;;
+ linux* | k*bsd*-gnu | gnu*)
+ _LT_TAGVAR(link_all_deplibs, $1)=no
+ ;;
esac
_LT_TAGVAR(ld_shlibs, $1)=yes
@@ -5255,7 +5270,7 @@
fi
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs
$linker_flags -o $lib'
wlarc=
@@ -5776,6 +5791,7 @@
if test yes = "$lt_cv_irix_exported_symbol"; then
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs
$deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" &&
func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry
$wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
fi
+ _LT_TAGVAR(link_all_deplibs, $1)=no
else
_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all
"-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs
$compiler_flags -soname $soname `test -n "$verstring" && func_echo_all
"-set_version $verstring"` -update_registry $output_objdir/so_locations
-exports_file $export_symbols -o $lib'
@@ -5797,7 +5813,7 @@
esac
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
_LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs
$linker_flags' # a.out
else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/man/Makefile.in
new/mate-control-center-1.16.1/man/Makefile.in
--- old/mate-control-center-1.16.0/man/Makefile.in 2016-09-20
06:56:07.000000000 +0200
+++ new/mate-control-center-1.16.1/man/Makefile.in 2017-01-27
10:04:59.000000000 +0100
@@ -370,6 +370,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/shell/Makefile.in
new/mate-control-center-1.16.1/shell/Makefile.in
--- old/mate-control-center-1.16.0/shell/Makefile.in 2016-09-20
06:56:07.000000000 +0200
+++ new/mate-control-center-1.16.1/shell/Makefile.in 2017-01-27
10:04:59.000000000 +0100
@@ -423,6 +423,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-control-center-1.16.0/typing-break/Makefile.in
new/mate-control-center-1.16.1/typing-break/Makefile.in
--- old/mate-control-center-1.16.0/typing-break/Makefile.in 2016-09-20
06:56:07.000000000 +0200
+++ new/mate-control-center-1.16.1/typing-break/Makefile.in 2017-01-27
10:04:59.000000000 +0100
@@ -437,6 +437,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@