forked from pool/gnome-remote-desktop
Accepting request 1114709 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1114709 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-remote-desktop?expand=0&rev=21
This commit is contained in:
commit
4de465b7e8
4
_service
4
_service
@ -3,14 +3,14 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-remote-desktop.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">refs/tags/45.rc</param>
|
||||
<param name="revision">refs/tags/45.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
||||
|
3
gnome-remote-desktop-45.0.obscpio
Normal file
3
gnome-remote-desktop-45.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:423fdc7be63dd49ad3ee54844175d48704adc38eec8bcbbdb95de505a1ace856
|
||||
size 1876492
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f98ff3d43a189759090e2552245431d3dad25f55e66c03b77b70c75cf83917a
|
||||
size 1862668
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 28 12:22:12 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 45.0:
|
||||
+ vnc: Also include DRM format modifiers when resizing PipeWire
|
||||
stream.
|
||||
+ rdp: Also include DRM format modifiers when resizing PipeWire
|
||||
stream.
|
||||
+ Updated translations.
|
||||
- Change compression of tarball in service and spec to zst from xz.
|
||||
- Drop dbus-1-daemon Requires, only needed for tests, and we are
|
||||
not building them currently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 4 09:47:30 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: gnome-remote-desktop
|
||||
version: 45.rc
|
||||
mtime: 1693773173
|
||||
commit: 691845d924276e1ee2216ee41d53c28d9c2bcb7c
|
||||
version: 45.0
|
||||
mtime: 1695878723
|
||||
commit: a7c4f2dd87fe09389dd93268b0ce3e32a6ceb6eb
|
||||
|
@ -22,13 +22,13 @@
|
||||
%define gstreamer_version 1.10.0
|
||||
|
||||
Name: gnome-remote-desktop
|
||||
Version: 45.rc
|
||||
Version: 45.0
|
||||
Release: 0
|
||||
Summary: GNOME Remote Desktop screen sharing service
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/Management
|
||||
URL: https://gitlab.gnome.org/GNOME/gnome-remote-desktop
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: meson >= 0.36.0
|
||||
@ -67,8 +67,6 @@ BuildRequires: pkgconfig(xkbcommon) >= 1.0.0
|
||||
%{?systemd_ordering}
|
||||
|
||||
Requires: pipewire >= 0.3.0
|
||||
# Needed for tests
|
||||
Requires: dbus-1-daemon
|
||||
|
||||
%description
|
||||
GNOME Remote Desktop is a remote desktop and screen sharing service for the
|
||||
|
Loading…
Reference in New Issue
Block a user