Hello community,
here is the log from the commit of package iio-sensor-proxy for
openSUSE:Factory checked in at 2019-06-18 14:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iio-sensor-proxy (Old)
and /work/SRC/openSUSE:Factory/.iio-sensor-proxy.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "iio-sensor-proxy"
Tue Jun 18 14:59:05 2019 rev:15 rq:710491 version:2.7
Changes:
--------
--- /work/SRC/openSUSE:Factory/iio-sensor-proxy/iio-sensor-proxy.changes
2019-05-17 23:44:04.105882983 +0200
+++
/work/SRC/openSUSE:Factory/.iio-sensor-proxy.new.4811/iio-sensor-proxy.changes
2019-06-18 14:59:14.961300925 +0200
@@ -1,0 +2,6 @@
+Thu Jun 17 23:19:08 UTC 2019 - Markus Ebner <[email protected]>
+
+- Update to version 2.7:
+ + This release fixes broken sensor readings on multiple platforms due to a
compiler optimisation.
+
+-------------------------------------------------------------------
Old:
----
iio-sensor-proxy-2.6.tar.xz
New:
----
iio-sensor-proxy-2.7.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ iio-sensor-proxy.spec ++++++
--- /var/tmp/diff_new_pack.2TiRQx/_old 2019-06-18 14:59:15.553300631 +0200
+++ /var/tmp/diff_new_pack.2TiRQx/_new 2019-06-18 14:59:15.557300629 +0200
@@ -17,7 +17,7 @@
Name: iio-sensor-proxy
-Version: 2.6
+Version: 2.7
Release: 0
Summary: Proxy for IIO and input subsystems
License: GPL-3.0-only
++++++ iio-sensor-proxy-2.6.tar.xz -> iio-sensor-proxy-2.7.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/NEWS
new/iio-sensor-proxy-2.7/NEWS
--- old/iio-sensor-proxy-2.6/NEWS 2019-05-14 12:47:43.000000000 +0200
+++ new/iio-sensor-proxy-2.7/NEWS 2019-05-20 10:57:03.000000000 +0200
@@ -1,3 +1,9 @@
+2.7
+---
+
+This release fixes broken sensor readings on multiple platforms due
+to a compiler optimisation.
+
2.6
---
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/configure
new/iio-sensor-proxy-2.7/configure
--- old/iio-sensor-proxy-2.6/configure 2019-05-14 12:51:50.000000000 +0200
+++ new/iio-sensor-proxy-2.7/configure 2019-05-20 10:59:50.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for iio-sensor-proxy 2.6.
+# Generated by GNU Autoconf 2.69 for iio-sensor-proxy 2.7.
#
# Report bugs to <[email protected]>.
#
@@ -580,8 +580,8 @@
# Identity of this package.
PACKAGE_NAME='iio-sensor-proxy'
PACKAGE_TARNAME='iio-sensor-proxy'
-PACKAGE_VERSION='2.6'
-PACKAGE_STRING='iio-sensor-proxy 2.6'
+PACKAGE_VERSION='2.7'
+PACKAGE_STRING='iio-sensor-proxy 2.7'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_URL=''
@@ -1289,7 +1289,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 iio-sensor-proxy 2.6 to adapt to many kinds of systems.
+\`configure' configures iio-sensor-proxy 2.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1360,7 +1360,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of iio-sensor-proxy 2.6:";;
+ short | recursive ) echo "Configuration of iio-sensor-proxy 2.7:";;
esac
cat <<\_ACEOF
@@ -1485,7 +1485,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-iio-sensor-proxy configure 2.6
+iio-sensor-proxy configure 2.7
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1586,7 +1586,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by iio-sensor-proxy $as_me 2.6, which was
+It was created by iio-sensor-proxy $as_me 2.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -2465,7 +2465,7 @@
# Define the identity of the package.
PACKAGE='iio-sensor-proxy'
- VERSION='2.6'
+ VERSION='2.7'
cat >>confdefs.h <<_ACEOF
@@ -6959,7 +6959,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by iio-sensor-proxy $as_me 2.6, which was
+This file was extended by iio-sensor-proxy $as_me 2.7, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -7016,7 +7016,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //;
s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-iio-sensor-proxy config.status 2.6
+iio-sensor-proxy config.status 2.7
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/iio-sensor-proxy-2.6/configure.ac
new/iio-sensor-proxy-2.7/configure.ac
--- old/iio-sensor-proxy-2.6/configure.ac 2019-05-14 12:47:43.000000000
+0200
+++ new/iio-sensor-proxy-2.7/configure.ac 2019-05-20 10:59:27.000000000
+0200
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([iio-sensor-proxy], [2.6], [[email protected]])
+AC_INIT([iio-sensor-proxy], [2.7], [[email protected]])
AX_IS_RELEASE([git-directory])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/iio-sensor-proxy-2.6/docs/html/gdbus-net.hadess.SensorProxy.Compass.html
new/iio-sensor-proxy-2.7/docs/html/gdbus-net.hadess.SensorProxy.Compass.html
---
old/iio-sensor-proxy-2.6/docs/html/gdbus-net.hadess.SensorProxy.Compass.html
2019-05-14 12:51:58.000000000 +0200
+++
new/iio-sensor-proxy-2.7/docs/html/gdbus-net.hadess.SensorProxy.Compass.html
2019-05-20 10:59:54.000000000 +0200
@@ -8,7 +8,7 @@
<link rel="up" href="ref-dbus.html" title="D-Bus API Reference">
<link rel="prev" href="gdbus-net.hadess.SensorProxy.html"
title="net.hadess.SensorProxy">
<link rel="next" href="ix01.html" title="Index">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -112,6 +112,6 @@
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/iio-sensor-proxy-2.6/docs/html/gdbus-net.hadess.SensorProxy.html
new/iio-sensor-proxy-2.7/docs/html/gdbus-net.hadess.SensorProxy.html
--- old/iio-sensor-proxy-2.6/docs/html/gdbus-net.hadess.SensorProxy.html
2019-05-14 12:51:58.000000000 +0200
+++ new/iio-sensor-proxy-2.7/docs/html/gdbus-net.hadess.SensorProxy.html
2019-05-20 10:59:54.000000000 +0200
@@ -8,7 +8,7 @@
<link rel="up" href="ref-dbus.html" title="D-Bus API Reference">
<link rel="prev" href="ref-dbus.html" title="D-Bus API Reference">
<link rel="next" href="gdbus-net.hadess.SensorProxy.Compass.html"
title="net.hadess.SensorProxy.Compass">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -188,6 +188,6 @@
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/docs/html/index.html
new/iio-sensor-proxy-2.7/docs/html/index.html
--- old/iio-sensor-proxy-2.6/docs/html/index.html 2019-05-14
12:51:58.000000000 +0200
+++ new/iio-sensor-proxy-2.7/docs/html/index.html 2019-05-20
10:59:54.000000000 +0200
@@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="next" href="ref-dbus.html" title="D-Bus API Reference">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -22,7 +22,7 @@
<code class="email"><<a class="email"
href="mailto:[email protected]">[email protected]</a>></code><br>
</p></div></div>
</div></div></div>
-<div><p class="releaseinfo">Version 2.6
+<div><p class="releaseinfo">Version 2.7
</p></div>
<div><p class="copyright">Copyright © 2015 Red Hat, Inc.</p></div>
<div><div class="legalnotice">
@@ -72,6 +72,6 @@
</dl></div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/docs/html/ix01.html
new/iio-sensor-proxy-2.7/docs/html/ix01.html
--- old/iio-sensor-proxy-2.6/docs/html/ix01.html 2019-05-14
12:51:58.000000000 +0200
+++ new/iio-sensor-proxy-2.7/docs/html/ix01.html 2019-05-20
10:59:54.000000000 +0200
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="prev" href="gdbus-net.hadess.SensorProxy.Compass.html"
title="net.hadess.SensorProxy.Compass">
<link rel="next" href="license.html" title="Appendix A. License">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -25,40 +25,40 @@
<div xmlns:xlink="http://www.w3.org/1999/xlink" class="index"><div
class="indexdiv">
<h3>N</h3>
<dl>
-<dt id="ientry-idm46301910452224">net.hadess.SensorProxy, <a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-interface-net-hadess-SensorProxy.top_of_page">net.hadess.SensorProxy</a>
+<dt id="ientry-idm45516665756912">net.hadess.SensorProxy, <a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-interface-net-hadess-SensorProxy.top_of_page">net.hadess.SensorProxy</a>
</dt>
-<dt id="ientry-idm46301917291456">net.hadess.SensorProxy.ClaimAccelerometer(),
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ClaimAccelerometer">The
ClaimAccelerometer() method</a>
+<dt id="ientry-idm45516673450896">net.hadess.SensorProxy.ClaimAccelerometer(),
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ClaimAccelerometer">The
ClaimAccelerometer() method</a>
</dt>
-<dt id="ientry-idm46301917264512">net.hadess.SensorProxy.ClaimLight(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ClaimLight">The
ClaimLight() method</a>
+<dt id="ientry-idm45516673414864">net.hadess.SensorProxy.ClaimLight(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ClaimLight">The
ClaimLight() method</a>
</dt>
-<dt id="ientry-idm46301908874336">net.hadess.SensorProxy.Compass, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-interface-net-hadess-SensorProxy-Compass.top_of_page">net.hadess.SensorProxy.Compass</a>
+<dt id="ientry-idm45516664925296">net.hadess.SensorProxy.Compass, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-interface-net-hadess-SensorProxy-Compass.top_of_page">net.hadess.SensorProxy.Compass</a>
</dt>
-<dt
id="ientry-idm46301909538160">net.hadess.SensorProxy.Compass.ClaimCompass(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-method-net-hadess-SensorProxy-Compass.ClaimCompass">The
ClaimCompass() method</a>
+<dt
id="ientry-idm45516666467040">net.hadess.SensorProxy.Compass.ClaimCompass(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-method-net-hadess-SensorProxy-Compass.ClaimCompass">The
ClaimCompass() method</a>
</dt>
-<dt
id="ientry-idm46301912466400">net.hadess.SensorProxy.Compass.ReleaseCompass(),
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-method-net-hadess-SensorProxy-Compass.ReleaseCompass">The
ReleaseCompass() method</a>
+<dt
id="ientry-idm45516667481648">net.hadess.SensorProxy.Compass.ReleaseCompass(),
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-method-net-hadess-SensorProxy-Compass.ReleaseCompass">The
ReleaseCompass() method</a>
</dt>
-<dt
id="ientry-idm46301910353040">net.hadess.SensorProxy.Compass:CompassHeading, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-property-net-hadess-SensorProxy-Compass.CompassHeading">The
"CompassHeading" property</a>
+<dt
id="ientry-idm45516666828064">net.hadess.SensorProxy.Compass:CompassHeading, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-property-net-hadess-SensorProxy-Compass.CompassHeading">The
"CompassHeading" property</a>
</dt>
-<dt id="ientry-idm46301910357136">net.hadess.SensorProxy.Compass:HasCompass,
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-property-net-hadess-SensorProxy-Compass.HasCompass">The
"HasCompass" property</a>
+<dt id="ientry-idm45516666832208">net.hadess.SensorProxy.Compass:HasCompass,
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.Compass.html#gdbus-property-net-hadess-SensorProxy-Compass.HasCompass">The
"HasCompass" property</a>
</dt>
-<dt
id="ientry-idm46301917269264">net.hadess.SensorProxy.ReleaseAccelerometer(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ReleaseAccelerometer">The
ReleaseAccelerometer() method</a>
+<dt
id="ientry-idm45516673419616">net.hadess.SensorProxy.ReleaseAccelerometer(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ReleaseAccelerometer">The
ReleaseAccelerometer() method</a>
</dt>
-<dt id="ientry-idm46301917258016">net.hadess.SensorProxy.ReleaseLight(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ReleaseLight">The
ReleaseLight() method</a>
+<dt id="ientry-idm45516673408368">net.hadess.SensorProxy.ReleaseLight(), <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-method-net-hadess-SensorProxy.ReleaseLight">The
ReleaseLight() method</a>
</dt>
-<dt
id="ientry-idm46301917247424">net.hadess.SensorProxy:AccelerometerOrientation,
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.AccelerometerOrientation">The
"AccelerometerOrientation" property</a>
+<dt
id="ientry-idm45516673397776">net.hadess.SensorProxy:AccelerometerOrientation,
<a class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.AccelerometerOrientation">The
"AccelerometerOrientation" property</a>
</dt>
-<dt id="ientry-idm46301917251392">net.hadess.SensorProxy:HasAccelerometer, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.HasAccelerometer">The
"HasAccelerometer" property</a>
+<dt id="ientry-idm45516673401744">net.hadess.SensorProxy:HasAccelerometer, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.HasAccelerometer">The
"HasAccelerometer" property</a>
</dt>
-<dt id="ientry-idm46301910938736">net.hadess.SensorProxy:HasAmbientLight, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.HasAmbientLight">The
"HasAmbientLight" property</a>
+<dt id="ientry-idm45516667135184">net.hadess.SensorProxy:HasAmbientLight, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.HasAmbientLight">The
"HasAmbientLight" property</a>
</dt>
-<dt id="ientry-idm46301910929712">net.hadess.SensorProxy:LightLevel, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.LightLevel">The
"LightLevel" property</a>
+<dt id="ientry-idm45516667126160">net.hadess.SensorProxy:LightLevel, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.LightLevel">The
"LightLevel" property</a>
</dt>
-<dt id="ientry-idm46301910934768">net.hadess.SensorProxy:LightLevelUnit, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.LightLevelUnit">The
"LightLevelUnit" property</a>
+<dt id="ientry-idm45516667131216">net.hadess.SensorProxy:LightLevelUnit, <a
class="indexterm"
href="gdbus-net.hadess.SensorProxy.html#gdbus-property-net-hadess-SensorProxy.LightLevelUnit">The
"LightLevelUnit" property</a>
</dt>
</dl>
</div></div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/docs/html/license.html
new/iio-sensor-proxy-2.7/docs/html/license.html
--- old/iio-sensor-proxy-2.6/docs/html/license.html 2019-05-14
12:51:58.000000000 +0200
+++ new/iio-sensor-proxy-2.7/docs/html/license.html 2019-05-20
10:59:54.000000000 +0200
@@ -7,7 +7,7 @@
<link rel="home" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="up" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="prev" href="ix01.html" title="Index">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -28,6 +28,6 @@
</p>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/docs/html/ref-dbus.html
new/iio-sensor-proxy-2.7/docs/html/ref-dbus.html
--- old/iio-sensor-proxy-2.6/docs/html/ref-dbus.html 2019-05-14
12:51:58.000000000 +0200
+++ new/iio-sensor-proxy-2.7/docs/html/ref-dbus.html 2019-05-20
10:59:54.000000000 +0200
@@ -8,7 +8,7 @@
<link rel="up" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="prev" href="index.html" title="Sensor Proxy Reference Manual">
<link rel="next" href="gdbus-net.hadess.SensorProxy.html"
title="net.hadess.SensorProxy">
-<meta name="generator" content="GTK-Doc V1.29.1 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
@@ -45,6 +45,6 @@
</div>
</div>
<div class="footer">
-<hr>Generated by GTK-Doc V1.29.1</div>
+<hr>Generated by GTK-Doc V1.29</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/iio-sensor-proxy-2.6/src/iio-buffer-utils.c
new/iio-sensor-proxy-2.7/src/iio-buffer-utils.c
--- old/iio-sensor-proxy-2.6/src/iio-buffer-utils.c 2019-05-14
12:47:43.000000000 +0200
+++ new/iio-sensor-proxy-2.7/src/iio-buffer-utils.c 2019-05-19
10:53:42.000000000 +0200
@@ -136,9 +136,9 @@
*be = (endianchar == 'b');
*bytes = padint / 8;
if (*bits_used == 64)
- *mask = ~0;
+ *mask = ~G_GUINT64_CONSTANT(0);
else
- *mask = (1 << *bits_used) - 1;
+ *mask = (G_GUINT64_CONSTANT(1) << *bits_used) -
G_GUINT64_CONSTANT(1);
*is_signed = (signchar == 's');
g_debug ("Got type for %s: is signed: %d, bytes: %d, bits_used: %d,
shift: %d, mask: 0x%" G_GUINT64_FORMAT ", be: %d",