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-07-12 17:28:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
 and      /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.8922 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gstreamer-plugins-rs"

Wed Jul 12 17:28:07 2023 rev:20 rq:1098356 version:0.10.9

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes    
    2023-04-16 16:07:03.464810895 +0200
+++ 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.8922/gstreamer-plugins-rs.changes
      2023-07-12 17:28:45.043084027 +0200
@@ -1,0 +2,62 @@
+Wed Jul  5 10:49:41 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 0.10.9:
+  + Fixed:
+    - mp4mux/fmp4mux: Fix byte order in Opus extension box.
+    - webrtcsrc: Add twcc extension to the codec-preferences when
+      present.
+    - webrtcsink: Don't try using cudaconvert if it is not present.
+    - mccparse: Don't offset the first timecode to a zero PTS.
+    - Correctly use MPL as license specifier instead of MPL-2 for
+      plugins that compile with GStreamer < 1.20.
+  + Added: fallbackswitch: Add stop-on-eos property.
+- Changes from version 0.10.8:
+  + Fixed:
+    - fmp4mux:
+      . Use updated start PTS when checking if a stream is filled
+        instead of a stale one.
+      . Fix various issues with stream gaps, especially in the
+        beginning.
+      . Fix waiting in live pipelines.
+    - uriplaylistbin: Prevent deadlocks during property
+      notifications.
+    - webrtcsink: Fix panics during twcc-stats callback and related
+      issues.
+    - awstranscriber: Handle stream disconts correctly.
+    - roundedcorners: Fix caps negotiation to not use I420 if a
+      border radius is configured.
+    - whipsink: Use the correct pad template to request pads from
+      the internal webrtcbin.
+    - fallbacksrc: Don't apply fallback audio caps to the main
+      stream.
+    - webrtcsrc: Fix caps handling during transceiver creation.
+  + Changed: rtpgccbwe: Improve packet handling.
+- Changes from version 0.10.7:
+  + Fixed:
+    - ffv1dec: Drop rank until the implementation is
+      feature-complete.
+    - spotifyaudiosrc: Check cached credentials before use and fix
+      usage of credentials cache.
+    - tttocea608: Specify raw CEA608 field.
+    - gtk4paintablesink: Fix compilation on non-Linux UNIX systems.
+    - webrtcsrc: Don't set stun-server to the empty string if none
+      was set.
+    - webrtcsink: Abort statistics collection before stopping the
+      signaller.
+    - rtpgccbwe: Don't process empty lists.
+  + Changed:
+    - ndi: Update to libloading 0.8.
+    - aws: Update to AWS SDK 0.55/0.27.
+    - webrtcsink: Order pads by serial number.
+    - Update to async-tungstenite 0.22.
+  + Added: webrtcsink/webrtcsrc: Add request-encoded-filter signal
+    to add support for inserting custom filters between
+    encoder/payloader or depayloader/decoder. This allows
+    interacting with the "insertable streams" API from Chrome.
+- Disable cargo audit service for now, something is not working
+  correctly in the service.
+- Use %build_rustflags instead of the deprecated
+  %__default_rustflags macro. Requires at least cargo-packaging
+  1.2.0+3.
+
+-------------------------------------------------------------------

Old:
----
  gst-plugins-rs-0.10.6.obscpio

New:
----
  gst-plugins-rs-0.10.9.obscpio

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

Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.PF6fay/_old  2023-07-12 17:28:48.459107675 +0200
+++ /var/tmp/diff_new_pack.PF6fay/_new  2023-07-12 17:28:48.467107730 +0200
@@ -29,7 +29,7 @@
 %endif
 
 Name:           gstreamer-plugins-rs
-Version:        0.10.6
+Version:        0.10.9
 Release:        0
 Summary:        GStreamer Streaming-Media Framework Plug-Ins
 License:        LGPL-2.1-or-later
@@ -42,7 +42,7 @@
 Source4:        gstreamer-plugins-rs.appdata.xml
 
 BuildRequires:  cargo-c
-BuildRequires:  cargo-packaging
+BuildRequires:  cargo-packaging >= 1.2.0+3
 BuildRequires:  clang
 # Disable csound for now, bring issue upstream
 #BuildRequires:  csound-devel
@@ -104,7 +104,7 @@
 %build
 # Disable csound for now, bring issue upstream
 #export CSOUND_LIB_DIR=%%{_libdir}
-export RUSTFLAGS="%{__rustflags}"
+export RUSTFLAGS="%{build_rustflags}"
 
 %meson \
        --default-library=shared \
@@ -119,7 +119,7 @@
 %meson_build
 
 %install
-export RUSTFLAGS="%{__rustflags}"
+export RUSTFLAGS="%{build_rustflags}"
 %meson_install
 mkdir -p %{buildroot}%{_datadir}/appdata
 cp %{SOURCE4} %{buildroot}%{_datadir}/appdata/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PF6fay/_old  2023-07-12 17:28:48.519108090 +0200
+++ /var/tmp/diff_new_pack.PF6fay/_new  2023-07-12 17:28:48.523108118 +0200
@@ -6,8 +6,8 @@
     <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.6</param>
-<!---    <param name="changesgenerate">enable</param> -->
+    <param name="revision">refs/tags/0.10.9</param>
+<!--    <param name="changesgenerate">enable</param> -->
     <param name="scm">git</param>
   </service>
   <service name="set_version" mode="manual"/>
@@ -20,8 +20,5 @@
   <param name="srcdir">gst-plugins-rs</param>
   <param name="update">true</param>
   </service>
-  <service name="cargo_audit" mode="manual">
-  <param name="srcdir">gst-plugins-rs</param>
-  </service>
 </services>
 

++++++ gst-plugins-rs-0.10.6.obscpio -> gst-plugins-rs-0.10.9.obscpio ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gst-plugins-rs-0.10.6.obscpio 
/work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.8922/gst-plugins-rs-0.10.9.obscpio
 differ: char 49, line 1

++++++ gst-plugins-rs.obsinfo ++++++
--- /var/tmp/diff_new_pack.PF6fay/_old  2023-07-12 17:28:48.575108478 +0200
+++ /var/tmp/diff_new_pack.PF6fay/_new  2023-07-12 17:28:48.575108478 +0200
@@ -1,5 +1,5 @@
 name: gst-plugins-rs
-version: 0.10.6
-mtime: 1680769465
-commit: 88548f41b661c26e6e15035e83884542968f67be
+version: 0.10.9
+mtime: 1687196602
+commit: f4324fd30e3bae4cb81ef6debe0e17270604cb54
 

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.PF6fay/_old and 
/var/tmp/diff_new_pack.PF6fay/_new differ

Reply via email to