- Update to version 0.22.0. Features and Issues addressed:
* !40 - Handle side mouse buttons * !39 - Set retry limit to connect to vdagentd and improve logging error * !35 - Fix deprecation warning * !37 - Provide systemd spice-vdagent.service OBS-URL: https://build.opensuse.org/package/show/Virtualization/spice-vdagent?expand=0&rev=45
This commit is contained in:
parent
efb30eb1c1
commit
4194413280
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd575fd23c54fa5a7ff5d66069638510a669c332c5f86082cfb39a7d03a31259
|
||||
size 164103
|
Binary file not shown.
3
spice-vdagent-0.22.0.tar.bz2
Normal file
3
spice-vdagent-0.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:553597a2ee3dcecd687db3fd92c6b6bb460260a53879d914ae9619ce81a8fb93
|
||||
size 165500
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 11:25:16 MST 2022 - carnold@suse.com
|
||||
|
||||
- Update to version 0.22.0. Features and Issues addressed:
|
||||
* !40 - Handle side mouse buttons
|
||||
* !39 - Set retry limit to connect to vdagentd and improve logging error
|
||||
* !35 - Fix deprecation warning
|
||||
* !37 - Provide systemd spice-vdagent.service
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 15 16:51:11 UTC 2021 - Bruce Rogers <brogers@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package spice-vdagent
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -21,14 +21,14 @@
|
||||
%bcond_with session_info_test
|
||||
|
||||
Name: spice-vdagent
|
||||
Version: 0.21.0
|
||||
Version: 0.22.0
|
||||
Release: 0
|
||||
Summary: Agent for Spice guests
|
||||
License: GPL-3.0-or-later
|
||||
Group: System/Daemons
|
||||
URL: http://spice-space.org/
|
||||
Source: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
|
||||
Source1: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
|
||||
###Source1: http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2.sig
|
||||
Source2: %{name}.keyring
|
||||
|
||||
BuildRequires: alsa-devel >= 1.0.22
|
||||
@ -116,6 +116,7 @@ fi
|
||||
%{_udevrulesdir}/70-spice-vdagentd.rules
|
||||
%{_unitdir}/spice-vdagentd.service
|
||||
%{_unitdir}/spice-vdagentd.socket
|
||||
%{_prefix}/lib/systemd/user/spice-vdagent.service
|
||||
%{_tmpfilesdir}/spice-vdagentd.conf
|
||||
%{_bindir}/spice-vdagent
|
||||
%{_sbindir}/spice-vdagentd
|
||||
|
Loading…
Reference in New Issue
Block a user