Hello community,

here is the log from the commit of package rygel for openSUSE:Factory checked 
in at 2020-11-19 16:45:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rygel (Old)
 and      /work/SRC/openSUSE:Factory/.rygel.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rygel"

Thu Nov 19 16:45:36 2020 rev:82 rq:847262 version:0.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rygel/rygel.changes      2020-07-10 
15:31:39.942977881 +0200
+++ /work/SRC/openSUSE:Factory/.rygel.new.5913/rygel.changes    2020-11-23 
10:49:38.118550954 +0100
@@ -1,0 +2,66 @@
+Mon Sep 14 12:52:56 UTC 2020 - dims...@opensuse.org
+
+- Update to version 0.40.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Sep  7 11:21:34 UTC 2020 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Switch to Tracker 3:
+  + Replace pkgconfig(tracker-sparql-2.0) BuildRequires with
+    pkgconfig(tracker-sparql-3.0).
+  + Pass -Dplugins=external,gst-launch,lms,media-export,mpris, \
+    playbin,ruih,tracker3 to meson: the tracker plugin does not
+    auto disable if the deps are missing.
+
+-------------------------------------------------------------------
+Fri Sep  4 16:30:27 UTC 2020 - dims...@opensuse.org
+
+- Update to version 0.39.2:
+  + Core: Allow loading plugin that conflicts with a disabled
+    plugin.
+  + Server: Check for subtitles only on "local" files.
+  + Rygel: Support IPv6 if supported by GUPnP context manager.
+  + Tracker: Add missing default in case.
+  + Tracker3:
+    - Make it an optional dependency.
+    - Add mising default in case.
+    - Update for API break in 2.99.
+  + GstLaunch:
+    - Fix critical about missing media engine.
+    - Fix missing updated() call.
+    - Update resolution of examples.
+  + MediaExport: Fix missing title in virtual containers.
+- Changes from version 0.39.1:
+  + Tests: Add missing test sample files.
+- Changes from version 0.39.0:
+  + All:
+    - Remove deprecated GTimeVal.
+    - Fix "potential null access" warnings with newer Vala.
+  + Autotools Build: Removed.
+  + Core:
+    - Actually use pretty hostname.
+    - Drop libtool support from plugin loader.
+    - Add support for "Conflicts:" keyword in plugin files.
+  + Server:
+    - Provide subtitles as transcoded resource.
+    - Hack subtitle mime-types for LG devices.
+    - Fix a missing nullable argument.
+  + Tracker:
+    - Fix date-time check for New container.
+    - Remove obsolete variables.
+    - Fix query for nmm:albumTitle (now nie:title).
+  + Tracker3: Add initial support for new Tracker API 3.0.
+  + MediaExport: Drop the termin "Blacklist".
+  + GStreamer Renderer:
+    - Port to playbin3.
+    - Fix GIR namespace errors during vala compile.
+  + GStreamer Media Engine:
+    - Restore transmuxing capabilities.
+    - Fix time-based seeking on transcoded resources.
+  + Data: Fix desktop file.
+  + Updated translations.
+- Add pkgconfig(gst-editing-services-1.0) BuildRequires: new
+  dependency.
+
+-------------------------------------------------------------------

Old:
----
  _service
  rygel-0.38.4.obscpio
  rygel.obsinfo

New:
----
  rygel-0.40.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rygel.spec ++++++
--- /var/tmp/diff_new_pack.I2uSyX/_old  2020-11-23 10:49:38.754551590 +0100
+++ /var/tmp/diff_new_pack.I2uSyX/_new  2020-11-23 10:49:38.758551593 +0100
@@ -17,18 +17,18 @@
 
 
 Name:           rygel
-Version:        0.38.4
+Version:        0.40.0
 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:        %{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/rygel/0.40/%{name}-%{version}.tar.xz
 
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel >= 1.33.4
 BuildRequires:  libunistring-devel
-BuildRequires:  meson
+BuildRequires:  meson >= 0.50.0
 BuildRequires:  pkgconfig
 BuildRequires:  suse-xsl-stylesheets
 BuildRequires:  translation-update-upstream
@@ -38,9 +38,10 @@
 BuildRequires:  pkgconfig(gee-0.8) >= 0.8.0
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(gio-unix-2.0)
-BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
+BuildRequires:  pkgconfig(glib-2.0) >= 2.56.0
 BuildRequires:  pkgconfig(gmodule-2.0)
 BuildRequires:  pkgconfig(gssdp-1.2) >= 1.1
+BuildRequires:  pkgconfig(gst-editing-services-1.0)
 BuildRequires:  pkgconfig(gstreamer-1.0) >= 1.0
 BuildRequires:  pkgconfig(gstreamer-app-1.0) >= 1.0
 BuildRequires:  pkgconfig(gstreamer-audio-1.0) >= 1.0
@@ -57,7 +58,7 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7
 BuildRequires:  pkgconfig(sqlite3) >= 3.5
 BuildRequires:  pkgconfig(systemd)
-BuildRequires:  pkgconfig(tracker-sparql-2.0)
+BuildRequires:  pkgconfig(tracker-sparql-3.0)
 Requires:       gstreamer-plugins-base
 Recommends:     gstreamer-plugins-bad
 Recommends:     gstreamer-plugins-good
@@ -225,8 +226,9 @@
        -Dsystemd-user-units-dir=auto \
        -Dexamples=false \
        -Dtests=false \
-       -Dgstreamer=true \
-       -Dgtk=true \
+       -Dgstreamer=enabled \
+       -Dgtk=enabled \
+       
-Dplugins=external,gst-launch,lms,media-export,mpris,playbin,ruih,tracker3 \
        %{nil}
 %meson_build
 
@@ -359,8 +361,8 @@
 %{_libdir}/rygel-2.6/plugins/playbin.plugin
 
 %files plugin-tracker
-%{_libdir}/rygel-2.6/plugins/librygel-tracker.so
-%{_libdir}/rygel-2.6/plugins/tracker.plugin
+%{_libdir}/rygel-2.6/plugins/librygel-tracker3.so
+%{_libdir}/rygel-2.6/plugins/tracker3.plugin
 
 %files lang -f %{name}.lang
 
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to