Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 4384b9f87f | |||
| e7336451a8 |
BIN
iio-sensor-proxy-3.7.tar.bz2
LFS
BIN
iio-sensor-proxy-3.7.tar.bz2
LFS
Binary file not shown.
3
iio-sensor-proxy-3.8.tar.bz2
Normal file
3
iio-sensor-proxy-3.8.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cdf9bdb6ef125d6189069d3f6dc9afb301ce5a17213971e65c5e20a57494593d
|
||||
size 64919
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user