forked from pool/gnome-network-displays
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
8ab9f78ec1 | |||
9c6471c2f3 | |||
680dee4b78 | |||
9d17c337f1 | |||
77df86424c | |||
8f8507fb41 |
2
_service
2
_service
@@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gnome-network-displays.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gnome-network-displays.git</param>
|
||||||
<param name="revision">0.93.0</param>
|
<param name="revision">0.97.0</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c72ae2d67c67a68d7ac37079fbe165f2e8d6730db9d0680370909112b2f8ce2f
|
|
||||||
size 1360908
|
|
3
gnome-network-displays-0.97.0.obscpio
Normal file
3
gnome-network-displays-0.97.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eb07664aad7b30f192011221b422b5f2478f3cf1a9e7a9654848755ee75d3485
|
||||||
|
size 1381388
|
@@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 22 06:44:26 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.97.0:
|
||||||
|
+ p2p: correct p2p peer add and remove
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 7 10:13:01 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.96.0:
|
||||||
|
+ Add CI/CD release automation
|
||||||
|
+ Update Ubuntu build instructions
|
||||||
|
+ Unload Pulseaudio module on exit
|
||||||
|
- Changes from version 0.95.0:
|
||||||
|
+ Fix X11 support regression
|
||||||
|
+ Fix XDP session free operation
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 13 19:16:53 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.94.0:
|
||||||
|
+ Re-create portal session when needed.
|
||||||
|
+ Shorten WFD RTSP session id to 10 chars.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 9 07:28:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Fri Aug 9 07:28:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: gnome-network-displays
|
name: gnome-network-displays
|
||||||
version: 0.93.0
|
version: 0.97.0
|
||||||
mtime: 1723158177
|
mtime: 1747892952
|
||||||
commit: 3a0afc6fb19be9a6c2b9d2bbe2d92dad567c075d
|
commit: 73ac628299ef79acc3c37896add24f71f042ee06
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-network-displays
|
# spec file for package gnome-network-displays
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-network-displays
|
Name: gnome-network-displays
|
||||||
Version: 0.93.0
|
Version: 0.97.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Miracast implementation for GNOME
|
Summary: Miracast implementation for GNOME
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Reference in New Issue
Block a user