Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8a4c0769ba | |||
| 05bf8bbeec | |||
| 589046474b | |||
| 7f0f708a93 | |||
| 22b5e2c9d2 | |||
| a84d211c3b | |||
| 86039b4a4b | |||
| 60a94b219d |
4
_service
4
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service mode="manual" name="obs_scm">
|
||||
<param name="url">https://source.puri.sm/Librem5/feedbackd.git</param>
|
||||
<param name="revision">refs/tags/v0.5.0</param>
|
||||
<param name="url">https://github.com/agx/feedbackd.git</param>
|
||||
<param name="revision">v0.8.7</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="scm">git</param>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13ad064e51ccbc086f87d93aef1392d98905ed88fab2eb30f03fcf2a805212de
|
||||
size 524300
|
||||
3
feedbackd-0.8.7.obscpio
Normal file
3
feedbackd-0.8.7.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95d2a85060db817486b0780b760535337958299efb3a0e09729fa45cc6dbf9f0
|
||||
size 632844
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 20 15:04:42 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.8.7:
|
||||
+ Make it simple to use role based audio roles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 18:17:09 UTC 2025 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Version 0.8.6
|
||||
* data: Move udev rule to 72
|
||||
systemd as of 258 requires uaccess tag processing to be < 73.
|
||||
* packaging: Trigger change event for input subsystem too
|
||||
- Version 0.8.5
|
||||
* udev: Add rule for AW86927.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 4 12:12:47 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.8.1:
|
||||
+ Avoid critical when `lfb_uninit()` isn't paired with `lfb_init()`
|
||||
- Changes from version 0.8.0:
|
||||
+ New `VibraPattern` feedbackd
|
||||
+ Allow to configure max haptic strength
|
||||
+ Allow to configure magnitude of `VibraRumble` feedback
|
||||
+ Use `[0.0, 1.0]` as magnitude in `VibraPeriodic` too
|
||||
+ Add haptic event for `notification-new-generic`
|
||||
+ Make `button-press` feedback less intrusive
|
||||
+ More internal fixes
|
||||
- Changes from version 0.7.0:
|
||||
+ Allow clients to pass a custom sound file for events. Useful
|
||||
for custom ring tone feedback or custom notification sounds.
|
||||
- Changes from version 0.6.0
|
||||
+ feedbackd: Add vibration API
|
||||
+ spec: Clarify use of notification related events
|
||||
+ Fix crash in fbd-lectrl when group doesn't exist
|
||||
+ Don't fail tests with newer json-glib
|
||||
+ Allow to use (camera) flash LEDs as notification LED
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 16 23:15:01 UTC 2024 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
@@ -237,7 +276,7 @@ Mon Oct 05 11:00:00 CET 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
- Update feedbackd to add pinephone support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 11:00:00 UST 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
Mon Sep 14 11:00:00 UTC 2020 - Adrian Campos Garrido <adriancampos@teachelp.com>
|
||||
|
||||
- Fix problem with fbd-ledctrl file
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: feedbackd
|
||||
version: 0.5.0
|
||||
mtime: 1727505683
|
||||
commit: 245083d82cab74ef5718aa47ae8a9806d54c1837
|
||||
version: 0.8.7
|
||||
mtime: 1762605583
|
||||
commit: ada7e797360ab2aa6d5542f8446a4dec8ecd0375
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package feedbackd
|
||||
#
|
||||
# Copyright (c) 2024 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
|
||||
@@ -19,7 +19,7 @@
|
||||
%define soname libfeedback-0_0-0
|
||||
|
||||
Name: feedbackd
|
||||
Version: 0.5.0
|
||||
Version: 0.8.7
|
||||
Release: 0
|
||||
Summary: Feedback library for GNOME
|
||||
License: GPL-3.0-only AND LGPL-2.1-only
|
||||
@@ -28,7 +28,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: dbus-1
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 1.1.0
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.50.0
|
||||
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.50.0
|
||||
@@ -103,6 +103,7 @@ exit 0
|
||||
%{_libexecdir}/fbd-alert-slider
|
||||
%{_libexecdir}/fbd-ledctrl
|
||||
%{_datadir}/dbus-1/interfaces/org.sigxcpu.Feedback.xml
|
||||
%{_datadir}/dbus-1/interfaces/org.sigxcpu.Feedback.Haptic.xml
|
||||
%{_datadir}/dbus-1/services/org.sigxcpu.Feedback.service
|
||||
%{_datadir}/feedbackd
|
||||
%{_datadir}/glib-2.0/schemas/org.sigxcpu.feedbackd.gschema.xml
|
||||
|
||||
Reference in New Issue
Block a user