SHA256
1
0
forked from pool/rygel

Accepting request 1172409 from GNOME:Factory

- Update to version 0.42.6:
  + MediaExport: Do not ignore dangling symlinks forever.
  + External Plug-in: Fix issue with recent Vala version.
  + Updated translations. (forwarded request 1172407 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1172409
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rygel?expand=0&rev=96
This commit is contained in:
Dominique Leuenberger 2024-05-07 16:04:54 +00:00 committed by Git OBS Bridge
commit 3d794ffc67
6 changed files with 36 additions and 5 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/rygel.git</param>
<param name="revision">rygel-0.42.6</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">rygel-(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
<!-- <param name="changesgenerate">enable</param> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1133602d2e6710aade6b22aa98d93384c8d56396f344763413e96e0110b7d89f
size 1704072

3
rygel-0.42.6.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:84a1d2f60db14815ca4a54cc9245ff21bfc9e93b198870b9a5930018b2c11e72
size 7531533

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue May 7 10:15:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.42.6:
+ MediaExport: Do not ignore dangling symlinks forever.
+ External Plug-in: Fix issue with recent Vala version.
+ Updated translations.
-------------------------------------------------------------------
Wed Feb 28 17:16:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

4
rygel.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: rygel
version: 0.42.6
mtime: 1715025827
commit: 64a5f90b44bc845a4c59f37cb49d9b7693cde6b5

View File

@ -21,13 +21,13 @@
%define typelibver 2_8
Name: rygel
Version: 0.42.5
Version: 0.42.6
Release: 0
Summary: UPnP/DLNA home media server for GNOME
License: LGPL-2.0-or-later
Group: Productivity/Multimedia/Other
URL: http://live.gnome.org/Rygel
Source0: https://download.gnome.org/sources/rygel/0.42/%{name}-%{version}.tar.xz
Source0: %{name}-%{version}.tar.zst
BuildRequires: fdupes
BuildRequires: gobject-introspection-devel >= 1.33.4