Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-rs for
openSUSE:Factory checked in at 2023-03-02 23:04:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-rs"
Thu Mar 2 23:04:34 2023 rev:14 rq:1068720 version:0.10.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes
2023-02-16 16:57:10.812283895 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.31432/gstreamer-plugins-rs.changes
2023-03-02 23:04:53.236268689 +0100
@@ -1,0 +2,27 @@
+Mon Feb 27 15:10:02 UTC 2023 - [email protected]
+
+- Update to version 0.10.2:
+ * Fixed:
+ - hlssink3: Allow signal handlers to return `None`
+ - gtk4:
+ . Make GL context sharing more reliable in pipelines with
+ multiple `gtk4paintablesinks`
+ . Attach channel receiver to the main context from the
+ correct thread to make it possible to start the sink from a
+ different thread than the main thread without having
+ retrieved the paintable from the main thread before.
+ - fmp4mux/mp4mux: Ignore caps changes if only the framerate
+ changes.
+ * Changed: gtk4: Simplify and refactor GL context sharing. Apart
+ from being more reliable this reduces GL resource usage.
+- Stop using git date and commitid in version, we are using
+ upstream released tags now.
+
+-------------------------------------------------------------------
+Thu Feb 16 15:14:03 UTC 2023 - Antonio Larrosa <[email protected]>
+
+- Disable the aws plugin in big endian architectures since it
+ requires the ring crate which doesn't support big endian systems
+ (see gh#briansmith/ring#1555)
+
+-------------------------------------------------------------------
Old:
----
gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio
New:
----
gstreamer-plugins-rs-0.10.2.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.YDdZna/_old 2023-03-02 23:04:55.800281497 +0100
+++ /var/tmp/diff_new_pack.YDdZna/_new 2023-03-02 23:04:55.808281537 +0100
@@ -24,8 +24,14 @@
# Disable csound for now, bring issue upstream
#%%global __requires_exclude pkgconfig\\(csound\\)
+%ifarch s390 s390x ppc ppc64
+%bcond_with aws
+%else
+%bcond_without aws
+%endif
+
Name: gstreamer-plugins-rs
-Version: 0.10.1+git20230213.9cd68ff
+Version: 0.10.2
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
@@ -112,6 +118,9 @@
-Ddav1d=auto \
-Dsodium=enabled \
-Dcsound=disabled \
+%if %{without aws}
+ -Daws=disabled \
+%endif
%{nil}
%meson_build
@@ -125,7 +134,9 @@
%license LICENSE-APACHE LICENSE-LGPLv2 LICENSE-MIT
%doc README.md
%dir %{_libdir}/gstreamer-%{gst_branch}
+%if %{with aws}
%{_libdir}/gstreamer-%{gst_branch}/libgstaws.so
+%endif
%{_libdir}/gstreamer-%{gst_branch}/libgstcdg.so
%{_libdir}/gstreamer-%{gst_branch}/libgstclaxon.so
# Disable csound for now, bring issue upstream
++++++ _service ++++++
--- /var/tmp/diff_new_pack.YDdZna/_old 2023-03-02 23:04:55.872281857 +0100
+++ /var/tmp/diff_new_pack.YDdZna/_new 2023-03-02 23:04:55.876281877 +0100
@@ -3,10 +3,10 @@
<service name="obs_scm" mode="manual">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
<param name="filename">gstreamer-plugins-rs</param>
- <param name="versionformat">@PARENT_TAG@+git%cd.%h</param>
+ <param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
- <param name="revision">0.10.1</param>
+ <param name="revision">refs/tags/0.10.2</param>
<param name="changesgenerate">enable</param>
<param name="scm">git</param>
</service>
++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YDdZna/_old 2023-03-02 23:04:55.904282017 +0100
+++ /var/tmp/diff_new_pack.YDdZna/_new 2023-03-02 23:04:55.908282037 +0100
@@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param
name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</param>
- <param
name="changesrevision">9cd68ffb5fa303643b9ed2e96bc059cd0da5c20d</param></service></servicedata>
+ <param
name="changesrevision">b64da48508e48ff399b99f66ca110483651e8485</param></service></servicedata>
(No newline at EOF)
++++++ gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio ->
gstreamer-plugins-rs-0.10.2.obscpio ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs-0.10.1+git20230213.9cd68ff.obscpio
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.31432/gstreamer-plugins-rs-0.10.2.obscpio
differ: char 49, line 1
++++++ gstreamer-plugins-rs.obsinfo ++++++
--- /var/tmp/diff_new_pack.YDdZna/_old 2023-03-02 23:04:55.984282417 +0100
+++ /var/tmp/diff_new_pack.YDdZna/_new 2023-03-02 23:04:55.988282437 +0100
@@ -1,5 +1,5 @@
name: gstreamer-plugins-rs
-version: 0.10.1+git20230213.9cd68ff
-mtime: 1676282011
-commit: 9cd68ffb5fa303643b9ed2e96bc059cd0da5c20d
+version: 0.10.2
+mtime: 1677140193
+commit: b64da48508e48ff399b99f66ca110483651e8485
++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.YDdZna/_old and
/var/tmp/diff_new_pack.YDdZna/_new differ