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 2022-01-17 22:34:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.1892 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-rs"
Mon Jan 17 22:34:27 2022 rev:2 rq:947020 version:0.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes
2021-11-17 01:13:43.694160256 +0100
+++
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.1892/gstreamer-plugins-rs.changes
2022-01-17 22:35:24.606297935 +0100
@@ -1,0 +2,6 @@
+Mon Jan 17 16:22:51 UTC 2022 - Antonio Larrosa <[email protected]>
+
+- Update to version 0.8.0:
+ * No changelog provided by upstream
+
+-------------------------------------------------------------------
Old:
----
gstreamer-plugins-rs-0.7.2.tar.xz
New:
----
gstreamer-plugins-rs-0.8.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.7bBsbJ/_old 2022-01-17 22:35:25.706298663 +0100
+++ /var/tmp/diff_new_pack.7bBsbJ/_new 2022-01-17 22:35:25.710298666 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-plugins-rs
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
#%%global __requires_exclude pkgconfig\\(csound\\)
Name: gstreamer-plugins-rs
-Version: 0.7.2
+Version: 0.8.0
Release: 0
Summary: GStreamer Streaming-Media Framework Plug-Ins
License: LGPL-2.1-or-later
@@ -41,17 +41,17 @@
# Disable csound for now, bring issue upstream
#BuildRequires: csound-devel
BuildRequires: llvm
+BuildRequires: git
BuildRequires: meson >= 0.47.0
BuildRequires: nasm
BuildRequires: pkgconfig
BuildRequires: rust >= 1.51
-BuildRequires: rust-packaging
-BuildRequires: rust-std
BuildRequires: pkgconfig(cairo) >= 1.10.0
BuildRequires: pkgconfig(dav1d)
BuildRequires: pkgconfig(gstreamer-1.0)
BuildRequires: pkgconfig(gstreamer-base-1.0)
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires: pkgconfig(gtk4)
BuildRequires: pkgconfig(libsodium)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(pango)
@@ -138,6 +138,15 @@
%{_libdir}/gstreamer-%{gst_branch}/libgstsodium.so
%{_libdir}/gstreamer-%{gst_branch}/libgstthreadshare.so
%{_libdir}/gstreamer-%{gst_branch}/libgsttogglerecord.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstffv1.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstfmp4.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstgtk4.so
+%{_libdir}/gstreamer-%{gst_branch}/libgsthlssink3.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstspotify.so
+%{_libdir}/gstreamer-%{gst_branch}/libgsttextahead.so
+%{_libdir}/gstreamer-%{gst_branch}/libgsturiplaylistbin.so
+%{_libdir}/gstreamer-%{gst_branch}/libgstvideofx.so
+
%dir %{_datadir}/appdata
%{_datadir}/appdata/gstreamer-plugins-rs.appdata.xml
++++++ _service ++++++
--- /var/tmp/diff_new_pack.7bBsbJ/_old 2022-01-17 22:35:25.750298692 +0100
+++ /var/tmp/diff_new_pack.7bBsbJ/_new 2022-01-17 22:35:25.754298695 +0100
@@ -5,7 +5,7 @@
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>
- <param name="revision">0.7.2</param>
+ <param name="revision">0.8.0</param>
<param name="scm">git</param>
</service>
<service name="recompress" mode="disabled">
++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.7bBsbJ/_old 2022-01-17 22:35:25.770298705 +0100
+++ /var/tmp/diff_new_pack.7bBsbJ/_new 2022-01-17 22:35:25.774298708 +0100
@@ -1,15 +1,35 @@
[source.crates-io]
replace-with = "vendored-sources"
-[source."https://github.com/fengalin/tokio"]
-git = "https://github.com/fengalin/tokio"
-tag = "tokio-0.2.13-throttling"
+[source."https://github.com/gtk-rs/gtk-rs-core"]
+git = "https://github.com/gtk-rs/gtk-rs-core"
+branch = "0.15"
+replace-with = "vendored-sources"
+
+[source."https://github.com/gtk-rs/gtk3-rs"]
+git = "https://github.com/gtk-rs/gtk3-rs"
+branch = "0.15"
+replace-with = "vendored-sources"
+
+[source."https://github.com/gtk-rs/gtk4-rs"]
+git = "https://github.com/gtk-rs/gtk4-rs"
+branch = "0.4"
+replace-with = "vendored-sources"
+
+[source."https://github.com/rust-av/ffv1.git"]
+git = "https://github.com/rust-av/ffv1.git"
+rev = "2afb025a327173ce891954c052e804d0f880368a"
replace-with = "vendored-sources"
[source."https://github.com/rust-av/flavors"]
git = "https://github.com/rust-av/flavors"
replace-with = "vendored-sources"
+[source."https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"]
+git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
+branch = "0.18"
+replace-with = "vendored-sources"
+
[source.vendored-sources]
directory = "vendor"
(No newline at EOF)
++++++ gstreamer-plugins-rs-0.7.2.tar.xz -> gstreamer-plugins-rs-0.8.0.tar.xz
++++++
++++ 49548 lines of diff (skipped)
++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/vendor.tar.xz
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.1892/vendor.tar.xz differ:
char 25, line 1