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-04-16 16:06:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old) and /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-rs" Sun Apr 16 16:06:57 2023 rev:19 rq:1079389 version:0.10.6 Changes: -------- --- /work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes 2023-04-04 21:27:37.387646272 +0200 +++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.19717/gstreamer-plugins-rs.changes 2023-04-16 16:07:03.464810895 +0200 @@ -1,0 +2,27 @@ +Wed Apr 12 11:50:33 UTC 2023 - Bjørn Lie <bjorn....@gmail.com> + +- Update to version 0.10.6: + + Fixed: + - webrtcsink: Fix max/min-bitrate property blurb/nick. + - uriplaylistbin: Add missing queues to example. + - tttocea608: + . Fix pushing of caps events that sometimes contained unfixed + caps. + . Fix disappearing text after special character in non-popon + mode. + - transcriberbin: + . Fix deadlock on construction. + . Fix initial bin setup. + - fallbacksrc: Handle incompatible downstream caps without + panicking. + - ndisrc: Fix copying of raw video frames with different + NDI/GStreamer strides. + - livesync: Correctly assume zero upstream latency if latency + query fails. + + Added: webrtcsink: Add ice-transport-policy property that + proxies the same webrtcbin property. +- Switch to cargo-packaging: Drop cargo and rust BuildRequires and + rustflags global. Add cargo-packaging BuildRequires and rustflags + macro where needed. Use autosetup macro. + +------------------------------------------------------------------- Old: ---- gstreamer-plugins-rs-0.10.5.obscpio gstreamer-plugins-rs.obsinfo New: ---- gst-plugins-rs-0.10.6.obscpio gst-plugins-rs.obsinfo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gstreamer-plugins-rs.spec ++++++ --- /var/tmp/diff_new_pack.8i1EZH/_old 2023-04-16 16:07:06.648829249 +0200 +++ /var/tmp/diff_new_pack.8i1EZH/_new 2023-04-16 16:07:06.656829296 +0200 @@ -17,10 +17,8 @@ %global _lto_cflags %{_lto_cflags} -ffat-lto-objects - -%define _name gstreamer-plugins-rs +%define _name gst-plugins-rs %define gst_branch 1.0 -%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now' # Disable csound for now, bring issue upstream #%%global __requires_exclude pkgconfig\\(csound\\) @@ -31,20 +29,20 @@ %endif Name: gstreamer-plugins-rs -Version: 0.10.5 +Version: 0.10.6 Release: 0 Summary: GStreamer Streaming-Media Framework Plug-Ins License: LGPL-2.1-or-later Group: Productivity/Multimedia/Other URL: https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs -Source0: %{_name}-%{version}.tar.xz -Source1: vendor.tar.zst -Source2: cargo_config -Source3: gstreamer-plugins-rs.appdata.xml +Source: %{_name}-%{version}.tar.xz +Source2: vendor.tar.zst +Source3: cargo_config +Source4: gstreamer-plugins-rs.appdata.xml -BuildRequires: cargo BuildRequires: cargo-c +BuildRequires: cargo-packaging BuildRequires: clang # Disable csound for now, bring issue upstream #BuildRequires: csound-devel @@ -54,7 +52,6 @@ BuildRequires: nasm BuildRequires: pkgconfig BuildRequires: python3-tomli -BuildRequires: rust >= 1.51 BuildRequires: zstd BuildRequires: pkgconfig(cairo) >= 1.10.0 BuildRequires: pkgconfig(dav1d) @@ -100,17 +97,14 @@ plugins. %prep -%autosetup -n %{_name}-%{version} -p1 - -%setup -q -D -T -a 1 -%define cargo_registry $(pwd)/vendor +%autosetup -n %{_name}-%{version} -a2 -p1 mkdir .cargo -cp %{SOURCE2} .cargo/config +cp %{SOURCE3} .cargo/config %build # Disable csound for now, bring issue upstream #export CSOUND_LIB_DIR=%%{_libdir} -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__rustflags}" %meson \ --default-library=shared \ @@ -125,10 +119,10 @@ %meson_build %install -export RUSTFLAGS=%{rustflags} +export RUSTFLAGS="%{__rustflags}" %meson_install mkdir -p %{buildroot}%{_datadir}/appdata -cp %{SOURCE3} %{buildroot}%{_datadir}/appdata/ +cp %{SOURCE4} %{buildroot}%{_datadir}/appdata/ %files %license LICENSE-APACHE LICENSE-LGPLv2 LICENSE-MIT ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.8i1EZH/_old 2023-04-16 16:07:06.696829526 +0200 +++ /var/tmp/diff_new_pack.8i1EZH/_new 2023-04-16 16:07:06.700829549 +0200 @@ -1,7 +1,7 @@ <constraints> <hardware> <disk> - <size unit="G">27</size> + <size unit="G">30</size> </disk> </hardware> <overwrite> @@ -10,7 +10,7 @@ </conditions> <hardware> <disk> - <size unit="G">22</size> + <size unit="G">27</size> </disk> </hardware> </overwrite> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.8i1EZH/_old 2023-04-16 16:07:06.720829665 +0200 +++ /var/tmp/diff_new_pack.8i1EZH/_new 2023-04-16 16:07:06.724829688 +0200 @@ -2,11 +2,11 @@ <services> <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="filename">gst-plugins-rs</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> - <param name="revision">refs/tags/0.10.5</param> + <param name="revision">refs/tags/0.10.6</param> <!--- <param name="changesgenerate">enable</param> --> <param name="scm">git</param> </service> ++++++ gst-plugins-rs.obsinfo ++++++ name: gst-plugins-rs version: 0.10.6 mtime: 1680769465 commit: 88548f41b661c26e6e15035e83884542968f67be ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.8i1EZH/_old and /var/tmp/diff_new_pack.8i1EZH/_new differ