Hello community,
here is the log from the commit of package mate-sensors-applet for
openSUSE:Factory checked in at 2017-02-09 11:19:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-sensors-applet (Old)
and /work/SRC/openSUSE:Factory/.mate-sensors-applet.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-sensors-applet"
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-sensors-applet/mate-sensors-applet.changes
2016-09-25 14:43:37.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-sensors-applet.new/mate-sensors-applet.changes
2017-02-09 11:19:20.667423415 +0100
@@ -1,0 +2,7 @@
+Wed Feb 8 14:23:12 UTC 2017 - [email protected]
+
+- Update to version 1.16.1:
+ * Update a tooltip only when the cursor is over the applet (fixes
+ some OpenGL issues in fullscreen applications).
+
+-------------------------------------------------------------------
Old:
----
mate-sensors-applet-1.16.0.tar.xz
New:
----
mate-sensors-applet-1.16.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-sensors-applet.spec ++++++
--- /var/tmp/diff_new_pack.bhQRRc/_old 2017-02-09 11:19:21.063367396 +0100
+++ /var/tmp/diff_new_pack.bhQRRc/_new 2017-02-09 11:19:21.067366831 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-sensors-applet
#
-# 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
@@ -20,12 +20,12 @@
%define sover 0
%define _version 1.16
Name: mate-sensors-applet
-Version: 1.16.0
+Version: 1.16.1
Release: 0
Summary: MATE Desktop panel applet to display sensor readings
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
Source1: baselibs.conf
BuildRequires: hicolor-icon-theme
@@ -90,13 +90,13 @@
%setup -q
%build
-export LDFLAGS="%{optflags} -ldl"
+export LDFLAGS="-ldl"
NOCONFIGURE=1 mate-autogen
%configure \
--disable-static \
--libexecdir=%{_libexecdir}/%{name} \
--with-gtk=2.0
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
%make_install
++++++ mate-sensors-applet-1.16.0.tar.xz -> mate-sensors-applet-1.16.1.tar.xz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-sensors-applet-1.16.0/ChangeLog
new/mate-sensors-applet-1.16.1/ChangeLog
--- old/mate-sensors-applet-1.16.0/ChangeLog 2016-09-19 09:46:54.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/ChangeLog 2017-01-21 11:00:52.000000000
+0100
@@ -1,3 +1,30 @@
+commit 0ee6802bdf738e3e9880dbc87e2900dd842b29a6
+Author: monsta <[email protected]>
+Date: Sat Jan 21 12:53:39 2017 +0300
+
+ release 1.16.1
+
+ NEWS | 5 +++++
+ configure.ac | 2 +-
+ 2 files changed, 6 insertions(+), 1 deletion(-)
+
+commit 32332827e3895222507eb094840fbe451c1b7523
+Author: Błażej Szczygieł <[email protected]>
+Date: Mon Mar 28 21:00:08 2016 +0200
+
+ Update tooltip only when mouse is over the applet
+
+ This can prevent problems with OpenGL on some drivers. The problem is
+ described here: https://github.com/mate-desktop/mate-panel/issues/397
+
+ This also updates all sensors when mouse enters the applet to get
+ updated values.
+
+ sensors-applet/active-sensor.c | 32 +++++++++++++++++++-------------
+ sensors-applet/sensors-applet.c | 26 ++++++++++++++++++++++++++
+ sensors-applet/sensors-applet.h | 2 ++
+ 3 files changed, 47 insertions(+), 13 deletions(-)
+
commit b2d548ff701f0caa142dbf964dd2258fc10ea3ff
Author: raveit65 <[email protected]>
Date: Mon Sep 19 09:45:53 2016 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-sensors-applet-1.16.0/Makefile.in
new/mate-sensors-applet-1.16.1/Makefile.in
--- old/mate-sensors-applet-1.16.0/Makefile.in 2016-09-19 09:46:37.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/Makefile.in 2017-01-21 10:59:05.000000000
+0100
@@ -409,6 +409,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-sensors-applet-1.16.0/NEWS
new/mate-sensors-applet-1.16.1/NEWS
--- old/mate-sensors-applet-1.16.0/NEWS 2016-09-19 09:45:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/NEWS 2017-01-21 10:51:32.000000000 +0100
@@ -1,3 +1,8 @@
+1.16.1
+
+ * Update tooltip only when mouse is over the applet (fixes some
+ OpenGL issues in fullscreen apps)
+
1.16.0
* Make distcheck use currently selected GTK+ version
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-sensors-applet-1.16.0/aclocal.m4
new/mate-sensors-applet-1.16.1/aclocal.m4
--- old/mate-sensors-applet-1.16.0/aclocal.m4 2016-09-19 09:46:34.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/aclocal.m4 2017-01-21 10:59:01.000000000
+0100
@@ -701,8 +701,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.
@@ -734,7 +734,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]>
@@ -776,7 +776,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
@@ -1191,7 +1191,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-sensors-applet-1.16.0/config.guess
new/mate-sensors-applet-1.16.1/config.guess
--- old/mate-sensors-applet-1.16.0/config.guess 2016-09-19 09:46:37.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/config.guess 2017-01-21 10:59:05.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-sensors-applet-1.16.0/config.sub
new/mate-sensors-applet-1.16.1/config.sub
--- old/mate-sensors-applet-1.16.0/config.sub 2016-09-19 09:46:37.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/config.sub 2017-01-21 10:59:05.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-sensors-applet-1.16.0/configure
new/mate-sensors-applet-1.16.1/configure
--- old/mate-sensors-applet-1.16.0/configure 2016-09-19 09:46:35.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/configure 2017-01-21 10:59:02.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 Sensors Applet 1.16.0.
+# Generated by GNU Autoconf 2.69 for MATE Sensors Applet 1.16.1.
#
# Report bugs to <http://www.mate-desktop.org>.
#
@@ -590,8 +590,8 @@
# Identity of this package.
PACKAGE_NAME='MATE Sensors Applet'
PACKAGE_TARNAME='mate-sensors-applet'
-PACKAGE_VERSION='1.16.0'
-PACKAGE_STRING='MATE Sensors Applet 1.16.0'
+PACKAGE_VERSION='1.16.1'
+PACKAGE_STRING='MATE Sensors Applet 1.16.1'
PACKAGE_BUGREPORT='http://www.mate-desktop.org'
PACKAGE_URL=''
@@ -827,6 +827,7 @@
docdir
oldincludedir
includedir
+runstatedir
localstatedir
sharedstatedir
sysconfdir
@@ -940,6 +941,7 @@
sysconfdir='${prefix}/etc'
sharedstatedir='${prefix}/com'
localstatedir='${prefix}/var'
+runstatedir='${localstatedir}/run'
includedir='${prefix}/include'
oldincludedir='/usr/include'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
@@ -1192,6 +1194,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=* \
@@ -1329,7 +1340,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.
@@ -1442,7 +1453,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 Sensors Applet 1.16.0 to adapt to many kinds of
systems.
+\`configure' configures MATE Sensors Applet 1.16.1 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1482,6 +1493,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]
@@ -1513,7 +1525,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of MATE Sensors Applet 1.16.0:";;
+ short | recursive ) echo "Configuration of MATE Sensors Applet 1.16.1:";;
esac
cat <<\_ACEOF
@@ -1669,7 +1681,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-MATE Sensors Applet configure 1.16.0
+MATE Sensors Applet configure 1.16.1
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2038,7 +2050,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 Sensors Applet $as_me 1.16.0, which was
+It was created by MATE Sensors Applet $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2906,7 +2918,7 @@
# Define the identity of the package.
PACKAGE='mate-sensors-applet'
- VERSION='1.16.0'
+ VERSION='1.16.1'
cat >>confdefs.h <<_ACEOF
@@ -5664,7 +5676,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
@@ -9106,6 +9118,9 @@
openbsd* | bitrig*)
with_gnu_ld=no
;;
+ linux* | k*bsd*-gnu | gnu*)
+ link_all_deplibs=no
+ ;;
esac
ld_shlibs=yes
@@ -9360,7 +9375,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=
@@ -10030,6 +10045,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'
@@ -10051,7 +10067,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
@@ -11146,9 +11162,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
@@ -11157,7 +11170,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
@@ -11169,6 +11182,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
@@ -15061,7 +15086,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; \
@@ -15892,7 +15923,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by MATE Sensors Applet $as_me 1.16.0, which was
+This file was extended by MATE Sensors Applet $as_me 1.16.1, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -15958,7 +15989,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 Sensors Applet config.status 1.16.0
+MATE Sensors Applet 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-sensors-applet-1.16.0/configure.ac
new/mate-sensors-applet-1.16.1/configure.ac
--- old/mate-sensors-applet-1.16.0/configure.ac 2016-09-19 09:45:25.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/configure.ac 2017-01-21 10:48:43.000000000
+0100
@@ -1,6 +1,6 @@
# ================= initialization =================== #
-AC_INIT([MATE Sensors Applet], [1.16.0], [http://www.mate-desktop.org],
+AC_INIT([MATE Sensors Applet], [1.16.1], [http://www.mate-desktop.org],
[mate-sensors-applet])
AC_CONFIG_SRCDIR([sensors-applet/main.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/mate-sensors-applet-1.16.0/help/Makefile.in
new/mate-sensors-applet-1.16.1/help/Makefile.in
--- old/mate-sensors-applet-1.16.0/help/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/help/Makefile.in 2017-01-21
10:59:05.000000000 +0100
@@ -293,6 +293,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-sensors-applet-1.16.0/install-sh
new/mate-sensors-applet-1.16.1/install-sh
--- old/mate-sensors-applet-1.16.0/install-sh 2016-09-19 09:46:37.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/install-sh 2017-01-21 10:59:05.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-sensors-applet-1.16.0/lib/Makefile.in
new/mate-sensors-applet-1.16.1/lib/Makefile.in
--- old/mate-sensors-applet-1.16.0/lib/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/lib/Makefile.in 2017-01-21
10:59:06.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-sensors-applet-1.16.0/ltmain.sh
new/mate-sensors-applet-1.16.1/ltmain.sh
--- old/mate-sensors-applet-1.16.0/ltmain.sh 2016-09-19 09:46:29.000000000
+0200
+++ new/mate-sensors-applet-1.16.1/ltmain.sh 2017-01-21 10:58:55.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-sensors-applet-1.16.0/m4/libtool.m4
new/mate-sensors-applet-1.16.1/m4/libtool.m4
--- old/mate-sensors-applet-1.16.0/m4/libtool.m4 2016-09-19
09:46:29.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/m4/libtool.m4 2017-01-21
10:58:55.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-sensors-applet-1.16.0/pixmaps/Makefile.in
new/mate-sensors-applet-1.16.1/pixmaps/Makefile.in
--- old/mate-sensors-applet-1.16.0/pixmaps/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/pixmaps/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -324,6 +324,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-sensors-applet-1.16.0/plugins/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -357,6 +357,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-sensors-applet-1.16.0/plugins/acpi/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/acpi/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/acpi/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/acpi/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/aticonfig/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/aticonfig/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/aticonfig/Makefile.in
2016-09-19 09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/aticonfig/Makefile.in
2017-01-21 10:59:06.000000000 +0100
@@ -375,6 +375,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-sensors-applet-1.16.0/plugins/eee/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/eee/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/eee/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/eee/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/hddtemp/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/hddtemp/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/hddtemp/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/hddtemp/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/i2c-proc/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/i2c-proc/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/i2c-proc/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/i2c-proc/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -375,6 +375,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-sensors-applet-1.16.0/plugins/i2c-sys/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/i2c-sys/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/i2c-sys/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/i2c-sys/Makefile.in 2017-01-21
10:59:06.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/i8k/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/i8k/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/i8k/Makefile.in 2016-09-19
09:46:37.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/i8k/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/ibm-acpi/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/ibm-acpi/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/ibm-acpi/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/ibm-acpi/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -375,6 +375,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-sensors-applet-1.16.0/plugins/libsensors/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/libsensors/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/libsensors/Makefile.in
2016-09-19 09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/libsensors/Makefile.in
2017-01-21 10:59:07.000000000 +0100
@@ -375,6 +375,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-sensors-applet-1.16.0/plugins/mbmon/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/mbmon/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/mbmon/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/mbmon/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/nvidia/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/nvidia/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/nvidia/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/nvidia/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/omnibook/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/omnibook/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/omnibook/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/omnibook/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -375,6 +375,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-sensors-applet-1.16.0/plugins/pmu-sys/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/pmu-sys/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/pmu-sys/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/pmu-sys/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/smu-sys/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/smu-sys/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/smu-sys/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/smu-sys/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/sonypi/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/sonypi/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/sonypi/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/sonypi/Makefile.in 2017-01-21
10:59:07.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/plugins/udisks/Makefile.in
new/mate-sensors-applet-1.16.1/plugins/udisks/Makefile.in
--- old/mate-sensors-applet-1.16.0/plugins/udisks/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/plugins/udisks/Makefile.in 2017-01-21
10:59:08.000000000 +0100
@@ -374,6 +374,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-sensors-applet-1.16.0/sensors-applet/Makefile.in
new/mate-sensors-applet-1.16.1/sensors-applet/Makefile.in
--- old/mate-sensors-applet-1.16.0/sensors-applet/Makefile.in 2016-09-19
09:46:38.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/sensors-applet/Makefile.in 2017-01-21
10:59:08.000000000 +0100
@@ -387,6 +387,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-sensors-applet-1.16.0/sensors-applet/active-sensor.c
new/mate-sensors-applet-1.16.1/sensors-applet/active-sensor.c
--- old/mate-sensors-applet-1.16.0/sensors-applet/active-sensor.c
2016-09-19 09:33:27.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/sensors-applet/active-sensor.c
2017-01-21 10:48:34.000000000 +0100
@@ -646,7 +646,8 @@
} /* end else on error */
/* setup for tooltips */
- tooltip = g_strdup_printf("%s %s", sensor_label,
value_tooltip);
+ if (sensors_applet->show_tooltip)
+ tooltip = g_strdup_printf("%s %s",
sensor_label, value_tooltip);
g_free(value_tooltip);
/* only do icons and labels / graphs if needed */
@@ -667,10 +668,11 @@
active_sensor->sensor_low_value =
sensor_low_value;
active_sensor->sensor_high_value =
sensor_high_value;
active_sensor_update_icon(active_sensor, icon_pixbuf, sensor_type);
- }
- /* always update tooltip */
-
gtk_widget_set_tooltip_text(active_sensor->icon,
- tooltip);
+ }
+ if (tooltip) {
+
gtk_widget_set_tooltip_text(active_sensor->icon,
+ tooltip);
+ }
}
active_sensor_update_sensor_value(active_sensor,
sensor_value);
@@ -684,8 +686,10 @@
&(active_sensor->graph_color));
gtk_widget_queue_draw (active_sensor->graph);
-
gtk_widget_set_tooltip_text(active_sensor->graph,
- tooltip);
+ if (tooltip) {
+
gtk_widget_set_tooltip_text(active_sensor->graph,
+ tooltip);
+ }
}
@@ -733,10 +737,10 @@
}
gtk_label_set_markup(GTK_LABEL(active_sensor->value),
value_text);
-
-
-
gtk_widget_set_tooltip_text(active_sensor->value,
- tooltip);
+ if (tooltip) {
+
gtk_widget_set_tooltip_text(active_sensor->value,
+ tooltip);
+ }
}
/* finished with value text */
g_free(value_text);
@@ -750,8 +754,10 @@
}
gtk_label_set_markup(GTK_LABEL(active_sensor->label),
sensor_label);
-
gtk_widget_set_tooltip_text(active_sensor->label,
- tooltip);
+ if (tooltip) {
+
gtk_widget_set_tooltip_text(active_sensor->label,
+ tooltip);
+ }
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-sensors-applet-1.16.0/sensors-applet/sensors-applet.c
new/mate-sensors-applet-1.16.1/sensors-applet/sensors-applet.c
--- old/mate-sensors-applet-1.16.0/sensors-applet/sensors-applet.c
2016-09-19 09:33:27.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/sensors-applet/sensors-applet.c
2017-01-21 10:48:34.000000000 +0100
@@ -217,6 +217,25 @@
}
+static gboolean mouse_enter_cb(GtkWidget *widget,
+ GdkEventCrossing *event,
+ gpointer data)
+{
+ SensorsApplet *sensor_applet = data;
+ sensor_applet->show_tooltip = TRUE;
+ sensors_applet_update_active_sensors(sensor_applet);
+ return TRUE;
+}
+
+static gboolean mouse_leave_cb(GtkWidget *widget,
+ GdkEventCrossing *event,
+ gpointer data)
+{
+ SensorsApplet *sensor_applet = data;
+ sensor_applet->show_tooltip = FALSE;
+ return TRUE;
+}
+
static const GtkActionEntry sensors_applet_menu_actions[] = {
{ "Preferences", GTK_STOCK_PROPERTIES, N_("_Preferences"),
NULL, NULL,
@@ -1372,6 +1391,13 @@
G_CALLBACK(size_allocate_cb),
sensors_applet);
+ g_signal_connect(G_OBJECT(sensors_applet->applet),
"leave_notify_event",
+ G_CALLBACK(mouse_leave_cb),
+ (gpointer)sensors_applet);
+
+ g_signal_connect(G_OBJECT(sensors_applet->applet),
"enter_notify_event",
+ G_CALLBACK(mouse_enter_cb),
+ (gpointer)sensors_applet);
sensors_applet_update_active_sensors(sensors_applet);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/mate-sensors-applet-1.16.0/sensors-applet/sensors-applet.h
new/mate-sensors-applet-1.16.1/sensors-applet/sensors-applet.h
--- old/mate-sensors-applet-1.16.0/sensors-applet/sensors-applet.h
2016-09-19 09:33:27.000000000 +0200
+++ new/mate-sensors-applet-1.16.1/sensors-applet/sensors-applet.h
2017-01-21 10:47:44.000000000 +0100
@@ -141,6 +141,8 @@
#ifdef HAVE_LIBNOTIFY
NotifyNotification *notification;
#endif // HAVE_LIBNOTIFY
+
+ gboolean show_tooltip;
};