Hello community,
here is the log from the commit of package mate-settings-daemon for
openSUSE:Factory checked in at 2017-02-06 15:23:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.mate-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-settings-daemon"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2016-09-25 14:43:46.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
2017-02-06 15:23:46.670303492 +0100
@@ -1,0 +2,8 @@
+Sun Feb 5 21:04:12 UTC 2017 - [email protected]
+
+- Update to version 1.16.1:
+ * GTK+3: Fix possible build breakage with libmate-desktop 1.17.
+ * GTK+3: Fix OSD rendering on non-composited desktop.
+ * GTK+3: Add OSD style class for non-composited desktop.
+
+-------------------------------------------------------------------
Old:
----
mate-settings-daemon-1.16.0.tar.xz
New:
----
mate-settings-daemon-1.16.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.7LBoz3/_old 2017-02-06 15:23:47.082244615 +0100
+++ /var/tmp/diff_new_pack.7LBoz3/_new 2017-02-06 15:23:47.086244044 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-settings-daemon
#
-# 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
@@ -18,12 +18,12 @@
%define _version 1.16
Name: mate-settings-daemon
-Version: 1.16.0
+Version: 1.16.1
Release: 0
Summary: MATE session settings daemon
License: GPL-2.0 and LGPL-2.1
Group: System/GUI/Other
-Url: http://mate-desktop.org/
+Url: https://mate-desktop.org/
Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: hicolor-icon-theme
BuildRequires: mate-common >= %{_version}
@@ -80,7 +80,7 @@
--with-gtk=2.0 \
--enable-pulse \
--enable-polkit
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
%make_install
++++++ mate-settings-daemon-1.16.0.tar.xz -> mate-settings-daemon-1.16.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/ChangeLog
new/mate-settings-daemon-1.16.1/ChangeLog
--- old/mate-settings-daemon-1.16.0/ChangeLog 2016-09-18 12:59:26.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/ChangeLog 2017-01-23 15:51:54.000000000
+0100
@@ -1,3 +1,46 @@
+commit e686dbbf8bfd5e91c8981e8aab33c11b44cb5208
+Author: monsta <[email protected]>
+Date: Mon Jan 23 17:39:08 2017 +0300
+
+ release 1.16.1
+
+ NEWS | 5 +++++
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 012ff8fb24ef525561c455b5865e39481eacfc17
+Author: lukefromdc <[email protected]>
+Date: Fri Dec 23 00:39:04 2016 -0500
+
+ OSD: Add style class for noncomposited case
+
+ Add style class msd-osd-window-solid when and only when a noncomposited
window manager is in use
+
+ plugins/common/msd-osd-window.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit d6bbfd16df54df11b93992f47f13a957fbb4e01a
+Author: lukefromdc <[email protected]>
+Date: Wed Nov 30 21:31:03 2016 -0500
+
+ OSD: fix rendering on noncomposited desktop
+
+ Use same function as in the composited case.
gtk_widget_get_allocated_width/height seems to cause a lot of problems in GTK3
+
+ plugins/common/msd-osd-window.c | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
+
+commit 87ca1624b52e95afd6347fe321b8c20cfe098ef0
+Author: monsta <[email protected]>
+Date: Tue Oct 11 17:04:03 2016 +0300
+
+ xrandr: use proper libmate-desktop function in GTK+3 build
+
+ or it will break the plugin once libmate-desktop becomes GTK+3 only
+
+ plugins/xrandr/msd-xrandr-manager.c | 14 ++++++++++----
+ 1 file changed, 10 insertions(+), 4 deletions(-)
+
commit e8ef64899caca8b6594ceecfee4e4ecf410ed27e
Author: raveit65 <[email protected]>
Date: Sun Sep 18 12:57:32 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/Makefile.in
new/mate-settings-daemon-1.16.1/Makefile.in
--- old/mate-settings-daemon-1.16.0/Makefile.in 2016-09-18 12:58:12.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/Makefile.in 2017-01-23 15:48:33.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-settings-daemon-1.16.0/NEWS
new/mate-settings-daemon-1.16.1/NEWS
--- old/mate-settings-daemon-1.16.0/NEWS 2016-09-18 12:56:22.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/NEWS 2017-01-23 15:37:38.000000000
+0100
@@ -1,3 +1,8 @@
+1.16.1
+ * GTK+3: fix possible build breakage with libmate-desktop 1.17
+ * GTK+3: fix OSD rendering on non-composited desktop
+ * GTK+3: add OSD style class for non-composited desktop
+
1.16.0
* Change default hinting style to 'hintslight'
* Use 'rgba' (LCD subpixel) antialiasing by default
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/aclocal.m4
new/mate-settings-daemon-1.16.1/aclocal.m4
--- old/mate-settings-daemon-1.16.0/aclocal.m4 2016-09-18 12:58:09.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/aclocal.m4 2017-01-23 15:48:28.000000000
+0100
@@ -542,8 +542,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.
@@ -575,7 +575,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]>
@@ -617,7 +617,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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/config.guess
new/mate-settings-daemon-1.16.1/config.guess
--- old/mate-settings-daemon-1.16.0/config.guess 2016-09-18
12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/config.guess 2017-01-23
15:48:33.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-settings-daemon-1.16.0/config.sub
new/mate-settings-daemon-1.16.1/config.sub
--- old/mate-settings-daemon-1.16.0/config.sub 2016-09-18 12:58:12.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/config.sub 2017-01-23 15:48:33.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-settings-daemon-1.16.0/configure
new/mate-settings-daemon-1.16.1/configure
--- old/mate-settings-daemon-1.16.0/configure 2016-09-18 12:58:10.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/configure 2017-01-23 15:48:30.000000000
+0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for mate-settings-daemon 1.16.0.
+# Generated by GNU Autoconf 2.69 for mate-settings-daemon 1.16.1.
#
# Report bugs to <http://www.mate-desktop.org/>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='mate-settings-daemon'
PACKAGE_TARNAME='mate-settings-daemon'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='mate-settings-daemon 1.16.0'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='mate-settings-daemon 1.16.1'
PACKAGE_BUGREPORT='http://www.mate-desktop.org/'
PACKAGE_URL=''
@@ -848,6 +848,7 @@
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -982,6 +983,7 @@
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1234,6 +1236,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=* \
@@ -1371,7 +1382,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.
@@ -1484,7 +1495,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-settings-daemon 1.16.0 to adapt to many kinds of
systems.
+\`configure' configures mate-settings-daemon 1.16.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1524,6 +1535,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]
@@ -1559,7 +1571,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of mate-settings-daemon 1.16.0:";;
+ short | recursive ) echo "Configuration of mate-settings-daemon 1.16.1:";;
esac
cat <<\_ACEOF
@@ -1750,7 +1762,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-mate-settings-daemon configure 1.16.0
+mate-settings-daemon configure 1.16.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2294,7 +2306,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-settings-daemon $as_me 1.16.0, which was
+It was created by mate-settings-daemon $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3161,7 +3173,7 @@
# Define the identity of the package.
PACKAGE='mate-settings-daemon'
- VERSION='1.16.0'
+ VERSION='1.16.1'
cat >>confdefs.h <<_ACEOF
@@ -6419,7 +6431,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
@@ -9872,6 +9884,9 @@
openbsd* | bitrig*)
with_gnu_ld=no
;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs=no
+ ;;
esac
ld_shlibs=yes
@@ -10126,7 +10141,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=
@@ -10796,6 +10811,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'
@@ -10817,7 +10833,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
@@ -11912,9 +11928,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
@@ -11923,7 +11936,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
@@ -11935,6 +11948,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
@@ -14829,7 +14854,7 @@
;;
esac
;;
- netbsd*)
+ netbsd* | netbsdelf*-gnu)
;;
*qnx* | *nto*)
# QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -15204,6 +15229,9 @@
;;
esac
;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs_CXX=no
+ ;;
*)
export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe |
$SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
;;
@@ -15877,9 +15905,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
@@ -15888,7 +15913,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
@@ -15900,6 +15925,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
@@ -21349,7 +21386,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by mate-settings-daemon $as_me 1.16.0, which was
+This file was extended by mate-settings-daemon $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21415,7 +21452,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-settings-daemon config.status 1.16.0
+mate-settings-daemon 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-settings-daemon-1.16.0/configure.ac
new/mate-settings-daemon-1.16.1/configure.ac
--- old/mate-settings-daemon-1.16.0/configure.ac 2016-09-18
12:57:23.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/configure.ac 2017-01-23
15:36:07.000000000 +0100
@@ -2,7 +2,7 @@
m4_define([msd_api_version_major],[1])
m4_define([msd_api_version_minor],[16])
-m4_define([msd_api_version_micro],[0])
+m4_define([msd_api_version_micro],[1])
m4_define([msd_api_version],
[msd_api_version_major.msd_api_version_minor.msd_api_version_micro])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/data/Makefile.in
new/mate-settings-daemon-1.16.1/data/Makefile.in
--- old/mate-settings-daemon-1.16.0/data/Makefile.in 2016-09-18
12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/data/Makefile.in 2017-01-23
15:48:33.000000000 +0100
@@ -397,6 +397,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-settings-daemon-1.16.0/install-sh
new/mate-settings-daemon-1.16.1/install-sh
--- old/mate-settings-daemon-1.16.0/install-sh 2016-09-18 12:58:12.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/install-sh 2017-01-23 15:48:33.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-settings-daemon-1.16.0/ltmain.sh
new/mate-settings-daemon-1.16.1/ltmain.sh
--- old/mate-settings-daemon-1.16.0/ltmain.sh 2016-09-18 12:58:04.000000000
+0200
+++ new/mate-settings-daemon-1.16.1/ltmain.sh 2017-01-23 15:48:22.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-settings-daemon-1.16.0/m4/libtool.m4
new/mate-settings-daemon-1.16.1/m4/libtool.m4
--- old/mate-settings-daemon-1.16.0/m4/libtool.m4 2016-09-18
12:58:04.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/m4/libtool.m4 2017-01-23
15:48:23.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-settings-daemon-1.16.0/mate-settings-daemon/Makefile.in
new/mate-settings-daemon-1.16.1/mate-settings-daemon/Makefile.in
--- old/mate-settings-daemon-1.16.0/mate-settings-daemon/Makefile.in
2016-09-18 12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/mate-settings-daemon/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -420,6 +420,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-settings-daemon-1.16.0/plugins/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/Makefile.in 2016-09-18
12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/Makefile.in 2017-01-23
15:48:34.000000000 +0100
@@ -377,6 +377,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-settings-daemon-1.16.0/plugins/a11y-keyboard/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/a11y-keyboard/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/a11y-keyboard/Makefile.in
2016-09-18 12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/a11y-keyboard/Makefile.in
2017-01-23 15:48:34.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-settings-daemon-1.16.0/plugins/a11y-settings/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/a11y-settings/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/a11y-settings/Makefile.in
2016-09-18 12:58:12.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/a11y-settings/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -402,6 +402,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-settings-daemon-1.16.0/plugins/background/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/background/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/background/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/background/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -421,6 +421,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-settings-daemon-1.16.0/plugins/clipboard/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/clipboard/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/clipboard/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/clipboard/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -405,6 +405,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-settings-daemon-1.16.0/plugins/common/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/common/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/common/Makefile.in 2016-09-18
12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/common/Makefile.in 2017-01-23
15:48:34.000000000 +0100
@@ -372,6 +372,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-settings-daemon-1.16.0/plugins/common/msd-osd-window.c
new/mate-settings-daemon-1.16.1/plugins/common/msd-osd-window.c
--- old/mate-settings-daemon-1.16.0/plugins/common/msd-osd-window.c
2016-08-04 16:51:01.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/common/msd-osd-window.c
2017-01-23 14:33:21.000000000 +0100
@@ -362,11 +362,11 @@
int width;
int height;
- width = gtk_widget_get_allocated_width (widget);
- height = gtk_widget_get_allocated_width (widget);
+ gtk_window_get_size (GTK_WINDOW (widget), &width, &height);
context = gtk_widget_get_style_context (widget);
gtk_style_context_set_state (context, GTK_STATE_FLAG_ACTIVE);
+ gtk_style_context_add_class(context,"msd-osd-window-solid");
gtk_render_frame (context,
cr,
0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-settings-daemon-1.16.0/plugins/datetime/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/datetime/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/datetime/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/datetime/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -402,6 +402,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-settings-daemon-1.16.0/plugins/dummy/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/dummy/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/dummy/Makefile.in 2016-09-18
12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/dummy/Makefile.in 2017-01-23
15:48:34.000000000 +0100
@@ -400,6 +400,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-settings-daemon-1.16.0/plugins/housekeeping/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/housekeeping/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/housekeeping/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/housekeeping/Makefile.in
2017-01-23 15:48:34.000000000 +0100
@@ -405,6 +405,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-settings-daemon-1.16.0/plugins/keybindings/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/keybindings/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/keybindings/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/keybindings/Makefile.in
2017-01-23 15:48:35.000000000 +0100
@@ -406,6 +406,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-settings-daemon-1.16.0/plugins/keyboard/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/keyboard/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/keyboard/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/keyboard/Makefile.in
2017-01-23 15:48:35.000000000 +0100
@@ -407,6 +407,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-settings-daemon-1.16.0/plugins/media-keys/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/media-keys/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/media-keys/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/media-keys/Makefile.in
2017-01-23 15:48:35.000000000 +0100
@@ -446,6 +446,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-settings-daemon-1.16.0/plugins/mouse/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/mouse/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/mouse/Makefile.in 2016-09-18
12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/mouse/Makefile.in 2017-01-23
15:48:35.000000000 +0100
@@ -417,6 +417,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-settings-daemon-1.16.0/plugins/mpris/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/mpris/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/mpris/Makefile.in 2016-09-18
12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/mpris/Makefile.in 2017-01-23
15:48:35.000000000 +0100
@@ -400,6 +400,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-settings-daemon-1.16.0/plugins/smartcard/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/smartcard/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/smartcard/Makefile.in
2016-09-18 12:58:13.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/smartcard/Makefile.in
2017-01-23 15:48:35.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-settings-daemon-1.16.0/plugins/sound/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/sound/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/sound/Makefile.in 2016-09-18
12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/sound/Makefile.in 2017-01-23
15:48:35.000000000 +0100
@@ -400,6 +400,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-settings-daemon-1.16.0/plugins/typing-break/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/typing-break/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/typing-break/Makefile.in
2016-09-18 12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/typing-break/Makefile.in
2017-01-23 15:48:35.000000000 +0100
@@ -405,6 +405,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-settings-daemon-1.16.0/plugins/xrandr/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/xrandr/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/xrandr/Makefile.in 2016-09-18
12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/xrandr/Makefile.in 2017-01-23
15:48:36.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-settings-daemon-1.16.0/plugins/xrandr/msd-xrandr-manager.c
new/mate-settings-daemon-1.16.1/plugins/xrandr/msd-xrandr-manager.c
--- old/mate-settings-daemon-1.16.0/plugins/xrandr/msd-xrandr-manager.c
2016-06-05 10:53:41.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/xrandr/msd-xrandr-manager.c
2017-01-23 14:30:12.000000000 +0100
@@ -1688,8 +1688,10 @@
MsdXrandrManager *manager = MSD_XRANDR_MANAGER (data);
struct MsdXrandrManagerPrivate *priv = manager->priv;
MateRROutputInfo *output;
+#if GTK_CHECK_VERSION (3, 0, 0)
+ GdkRGBA color;
+#else
GdkColor color;
-#if !GTK_CHECK_VERSION (3, 0, 0)
cairo_t *cr;
#endif
GtkAllocation allocation;
@@ -1702,10 +1704,10 @@
g_assert (priv->labeler != NULL);
/* Draw a black rectangular border, filled with the color that
corresponds to this output */
-
+#if GTK_CHECK_VERSION (3, 0, 0)
+ mate_rr_labeler_get_rgba_for_output (priv->labeler, output, &color);
+#else
mate_rr_labeler_get_color_for_output (priv->labeler, output, &color);
-
-#if !GTK_CHECK_VERSION (3, 0, 0)
cr = gdk_cairo_create (gtk_widget_get_window (widget));
#endif
@@ -1719,7 +1721,11 @@
allocation.height - OUTPUT_TITLE_ITEM_BORDER);
cairo_stroke (cr);
+#if GTK_CHECK_VERSION (3, 0, 0)
+ gdk_cairo_set_source_rgba (cr, &color);
+#else
gdk_cairo_set_source_color (cr, &color);
+#endif
cairo_rectangle (cr,
allocation.x + OUTPUT_TITLE_ITEM_BORDER,
allocation.y + OUTPUT_TITLE_ITEM_BORDER,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-settings-daemon-1.16.0/plugins/xrdb/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/xrdb/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/xrdb/Makefile.in 2016-09-18
12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/xrdb/Makefile.in 2017-01-23
15:48:36.000000000 +0100
@@ -443,6 +443,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-settings-daemon-1.16.0/plugins/xrdb/data/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/xrdb/data/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/xrdb/data/Makefile.in
2016-09-18 12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/xrdb/data/Makefile.in
2017-01-23 15:48:36.000000000 +0100
@@ -346,6 +346,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-settings-daemon-1.16.0/plugins/xsettings/Makefile.in
new/mate-settings-daemon-1.16.1/plugins/xsettings/Makefile.in
--- old/mate-settings-daemon-1.16.0/plugins/xsettings/Makefile.in
2016-09-18 12:58:14.000000000 +0200
+++ new/mate-settings-daemon-1.16.1/plugins/xsettings/Makefile.in
2017-01-23 15:48:36.000000000 +0100
@@ -406,6 +406,7 @@
prefix = @prefix@
program_transform_name = @program_transform_name@
psdir = @psdir@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
srcdir = @srcdir@