17
0

2 Commits

4 changed files with 15 additions and 8 deletions

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cdf9bdb6ef125d6189069d3f6dc9afb301ce5a17213971e65c5e20a57494593d
size 64919

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Aug 10 07:05:55 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.8:
* Require 2.76 or newer for the Gio dependency.
* Improve handling of buffer sensors which caused a regression
in 3.7 for some corner cases.
-------------------------------------------------------------------
Thu Mar 27 22:03:57 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package iio-sensor-proxy
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
Name: iio-sensor-proxy
Version: 3.7
Version: 3.8
Release: 0
Summary: Proxy for IIO and input subsystems
License: GPL-3.0-only
Group: System/Monitoring
URL: https://gitlab.freedesktop.org/hadess/iio-sensor-proxy
Source0: %{url}/-/archive/%{version}/%{name}-%{version}.tar.bz2
BuildRequires: gtk-doc
BuildRequires: meson
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0) >= 2.56
BuildRequires: pkgconfig(glib-2.0) >= 2.76
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gudev-1.0) >= 237
BuildRequires: pkgconfig(polkit-gobject-1)
@@ -53,7 +52,7 @@ This package contains the documentation for %{name}.
%autosetup -p1
%build
%meson -Dgtk-tests=false \
%meson -Dtests=false \
-Dgtk_doc=true \
-Dgeoclue-user=srvGeoClue
%meson_build