forked from pool/rygel
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
a8f41b877f | |||
0205eb7cbc | |||
2dd6e314b4 | |||
ca3c6e41b9 | |||
11552471c4 | |||
b996d2a2c6 |
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/rygel.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/rygel.git</param>
|
||||||
<param name="revision">rygel-0.43.0</param>
|
<param name="revision">rygel-0.44.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">rygel-(.*)\+0</param>
|
<param name="versionrewrite-pattern">rygel-(.*)\+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:26b61464675c405da2011e973a9c7b0d0ed4d23e79d4d5f20fb33242b34a2057
|
|
||||||
size 7377933
|
|
3
rygel-0.44.2.obscpio
Normal file
3
rygel-0.44.2.obscpio
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d771b400d8a33c23281d46cc8aadaf86fc5700c04fa0d491aae29919565a31de
|
||||||
|
size 7378445
|
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 14 18:21:22 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.44.2:
|
||||||
|
+ Rygel: Fix parsing of commandline for user config file.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 12 21:44:35 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.44.1:
|
||||||
|
+ Server: Fix progress reporting for ImportResource.
|
||||||
|
+ MediaExport: Fix a critical when unable to detect mime type.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 15 07:08:02 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.44.0:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jun 30 19:20:22 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sun Jun 30 19:20:22 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: rygel
|
name: rygel
|
||||||
version: 0.43.0
|
version: 0.44.2
|
||||||
mtime: 1719688067
|
mtime: 1741975292
|
||||||
commit: a4cf1c47395a179704e33d323d6e55d7417dda0e
|
commit: 7a9c0d6ae8e3dec5e732089853bbeb0ae8b60342
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rygel
|
# spec file for package rygel
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
%define typelibver 2_8
|
%define typelibver 2_8
|
||||||
|
|
||||||
Name: rygel
|
Name: rygel
|
||||||
Version: 0.43.0
|
Version: 0.44.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: UPnP/DLNA home media server for GNOME
|
Summary: UPnP/DLNA home media server for GNOME
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user