openSUSE Commits
Threads by month
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
September 2023
- 1 participants
- 2327 discussions
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sphinx for openSUSE:Factory checked in at 2023-09-29 21:13:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sphinx (Old)
and /work/SRC/openSUSE:Factory/.sphinx.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sphinx"
Fri Sep 29 21:13:49 2023 rev:8 rq:1114030 version:2.2.11
Changes:
--------
--- /work/SRC/openSUSE:Factory/sphinx/sphinx.changes 2022-05-23 15:52:00.438661177 +0200
+++ /work/SRC/openSUSE:Factory/.sphinx.new.28202/sphinx.changes 2023-09-29 21:15:02.424923454 +0200
@@ -1,0 +2,6 @@
+Mon Sep 25 18:19:06 UTC 2023 - Bruno Friedmann <bruno(a)ioda-net.ch>
+
+- Move user/group to systemd-user way.
+- spec-cleaner
+
+-------------------------------------------------------------------
New:
----
sphinx-user.conf
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sphinx.spec ++++++
--- /var/tmp/diff_new_pack.FcaRAn/_old 2023-09-29 21:15:03.820973824 +0200
+++ /var/tmp/diff_new_pack.FcaRAn/_new 2023-09-29 21:15:03.820973824 +0200
@@ -1,7 +1,7 @@
#
# spec file for package sphinx
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,7 @@
Source0: https://sphinxsearch.com/files/%{name}-%{version}-release.tar.gz
Source1: %{daemon}.service
Source2: %{daemon}.init
+Source3: %{name}-user.conf
Patch0: obs.patch
Patch2: sphinx-default_listen.patch
Patch3: reproducible.patch
@@ -43,18 +44,19 @@
BuildRequires: gcc-c++
BuildRequires: libmariadb-devel
BuildRequires: pkgconfig
+BuildRequires: shadow
BuildRequires: systemd-rpm-macros
+BuildRequires: sysuser-tools
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libecpg) >= 9.6
BuildRequires: pkgconfig(libecpg_compat) >= 9.6
BuildRequires: pkgconfig(libpgtypes) >= 9.6
BuildRequires: pkgconfig(libpq) >= 9.6
Requires: logrotate
-Requires(pre): %{_bindir}/getent
-Requires(pre): %{_sbindir}/useradd
+Requires(pre): %fillup_prereq
Provides: %{daemon}
%{?systemd_ordering}
-Requires(post): %fillup_prereq
+%sysusers_requires
%description
Sphinx is a standalone search engine providing size-efficient and
@@ -89,12 +91,9 @@
Sphinx search engine, http://sphinxsearch.com/
-
-
# Comment
# we don't package api language java,ruby,php,python
# upstream don't recommend their usage.
-
%prep
%setup -q -n "%{name}-%{version}-release"
%autopatch -p1
@@ -102,6 +101,7 @@
find -type d -name CVS -exec rm -Rf {} +
%build
+%sysusers_generate_pre %{SOURCE3} %{name} %{name}-user.conf
#@todo we should move it to cmake
set -x
export pg_includes="$(pkg-config --cflags --libs libpq | sed 's,^-I,,g')"
@@ -113,11 +113,11 @@
--with-pgsql-includes="${pg_includes}" \
--with-pgsql-libs="%{_libdir}"
-%make_build VERBOSE=1
+%make_build
pushd api/libsphinxclient
%configure --sysconfdir=%{_sysconfdir}/%{name}/
- %make_build VERBOSE=1 -j1
+ %make_build -j1
popd
%install
@@ -180,6 +180,10 @@
install -D -m 644 %{SOURCE1} %{buildroot}%{_unitdir}/%{daemon}.service
ln -sf %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{daemon}
+# install user
+mkdir -p %{buildroot}%{_sysusersdir}
+install -m 644 %{SOURCE3} %{buildroot}%{_sysusersdir}/
+
%pre
getent group %{sphinx_group} >/dev/null || groupadd -r %{sphinx_group}
getent passwd %{sphinx_user} >/dev/null || \
@@ -204,6 +208,7 @@
%files
%defattr(750,root,root,-)
%config %dir %{_sysconfdir}/%{name}
+%{_sysusersdir}/%{name}-user.conf
# Restrict rights access to conf files they can contain sql db credentials
%defattr(640,root,%{sphinx_group},-)
%config %{_sysconfdir}/%{name}/example.sql
++++++ sphinx-user.conf ++++++
# /usr/lib/sysusers.d/sphinx-user.conf
#Type Name ID GECOS [HOME]
g sphinx - -
u sphinx - "Sphinx search daemon" /var/lib/sphinx
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package pgbackrest for openSUSE:Factory checked in at 2023-09-29 21:13:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pgbackrest (Old)
and /work/SRC/openSUSE:Factory/.pgbackrest.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pgbackrest"
Fri Sep 29 21:13:48 2023 rev:8 rq:1114015 version:2.48
Changes:
--------
--- /work/SRC/openSUSE:Factory/pgbackrest/pgbackrest.changes 2023-08-07 15:29:46.056563224 +0200
+++ /work/SRC/openSUSE:Factory/.pgbackrest.new.28202/pgbackrest.changes 2023-09-29 21:14:59.424815211 +0200
@@ -1,0 +2,28 @@
+Thu Sep 28 07:31:44 UTC 2023 - Andrea Manzini <andrea.manzini(a)suse.com>
+
+- update to version 2.48
+ * Bug Fixes:
+ + Fix issue restoring block incremental without a block list.
+ + [doc] Fix configuration reference example for the tls-server-address option.
+ + [doc] Fix command reference example for the filter option.
+
+ * Features:
+ + Add --repo-storage-tag option to create object tags.
+ + Add known hosts checking for SFTP storage driver.
+ + Support for dual stack connections.
+ + Add backup size completed/total to info command JSON output.
+
+ * Improvements:
+ + Multi-stanza check command.
+ + Retry reads of pg_control until checksum is valid.
+ + Optimize WAL segment check after successful backup.
+ + Improve GCS multi-part performance.
+ + Allow archive-get command to run when stanza is stopped.
+ + Accept leading tilde in paths for SFTP public/private keys.
+ + Reload GCS credentials before renewing authentication token.
+
+ * Test Suite Improvements
+
+- refreshed patches; release.xml has been splitted into individual files
+
+-------------------------------------------------------------------
Old:
----
pgbackrest-2.47.tar.gz
New:
----
pgbackrest-2.48.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pgbackrest.spec ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old 2023-09-29 21:15:01.296882755 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new 2023-09-29 21:15:01.296882755 +0200
@@ -19,7 +19,7 @@
%define services pgbackrest.target pgbackrest-diff@.service pgbackrest-full@.service pgbackrest-incr@.service pgbackrest.service pgbackrest-diff@.timer pgbackrest-full@.timer pgbackrest-incr@.timer
Name: pgbackrest
-Version: 2.47
+Version: 2.48
Release: 0
Summary: Reliable PostgreSQL Backup & Restore
License: MIT
++++++ libpq-fe.h_localisation.patch ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old 2023-09-29 21:15:01.328883909 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new 2023-09-29 21:15:01.332884054 +0200
@@ -1,7 +1,7 @@
-Index: pgbackrest-release-2.47/src/configure
+Index: pgbackrest-release-2.48/src/configure
===================================================================
---- pgbackrest-release-2.47.orig/src/configure
-+++ pgbackrest-release-2.47/src/configure
+--- pgbackrest-release-2.48.orig/src/configure
++++ pgbackrest-release-2.48/src/configure
@@ -3603,12 +3603,12 @@ then :
printf "%s\n" "#define STDC_HEADERS 1" >>confdefs.h
@@ -17,10 +17,10 @@
fi
-Index: pgbackrest-release-2.47/src/postgres/client.c
+Index: pgbackrest-release-2.48/src/postgres/client.c
===================================================================
---- pgbackrest-release-2.47.orig/src/postgres/client.c
-+++ pgbackrest-release-2.47/src/postgres/client.c
+--- pgbackrest-release-2.48.orig/src/postgres/client.c
++++ pgbackrest-release-2.48/src/postgres/client.c
@@ -3,7 +3,7 @@ Postgres Client
***********************************************************************************************************************************/
#include "build.auto.h"
++++++ pgbackrest-2.47.tar.gz -> pgbackrest-2.48.tar.gz ++++++
++++ 49660 lines of diff (skipped)
++++++ use-run-pgbackrest.patch ++++++
--- /var/tmp/diff_new_pack.HYoHkR/_old 2023-09-29 21:15:02.296918836 +0200
+++ /var/tmp/diff_new_pack.HYoHkR/_new 2023-09-29 21:15:02.300918980 +0200
@@ -1,8 +1,7 @@
-Index: pgbackrest-release-2.47/CODING.md
-===================================================================
---- pgbackrest-release-2.47.orig/CODING.md
-+++ pgbackrest-release-2.47/CODING.md
-@@ -268,11 +268,11 @@ Continuation characters should be aligne
+diff --color -ur pgbackrest-release-2.48.orig/CODING.md pgbackrest-release-2.48/CODING.md
+--- pgbackrest-release-2.48.orig/CODING.md 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/CODING.md 2023-09-28 09:22:26.157150420 +0200
+@@ -268,11 +268,11 @@
This function can be called without variable parameters:
```c
@@ -16,11 +15,10 @@
```
If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.
-Index: pgbackrest-release-2.47/doc/resource/git-history.cache
-===================================================================
---- pgbackrest-release-2.47.orig/doc/resource/git-history.cache
-+++ pgbackrest-release-2.47/doc/resource/git-history.cache
-@@ -6792,7 +6792,7 @@
+diff --color -ur pgbackrest-release-2.48.orig/doc/resource/git-history.cache pgbackrest-release-2.48/doc/resource/git-history.cache
+--- pgbackrest-release-2.48.orig/doc/resource/git-history.cache 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/resource/git-history.cache 2023-09-28 09:23:13.150991027 +0200
+@@ -7030,7 +7030,7 @@
{
"commit": "a1365b26d4c2383eaacea3714eeb521435ca79aa",
"date": "2021-01-18 23:41:09 -0500",
@@ -29,7 +27,7 @@
},
{
"commit": "8322dfd7af97e307b952cfb37e6a65b65f55be0f",
-@@ -9608,8 +9608,8 @@
+@@ -9846,8 +9846,8 @@
{
"commit": "3fbfcba811499a59b943dd893eef9ff52090f7b6",
"date": "2020-03-16 17:27:01 -0400",
@@ -40,7 +38,7 @@
},
{
"commit": "46911c64c19dc8ff76d2a6ff4548fc01647043e0",
-@@ -11509,7 +11509,7 @@
+@@ -11747,7 +11747,7 @@
"commit": "45881c74aeff4bb25559ec0254fa7fc1960d9cab",
"date": "2019-10-08 12:06:30 -0400",
"subject": "Allow most unit tests to run outside of a container.",
@@ -49,7 +47,7 @@
},
{
"commit": "77b0c6c993a0e6ff45a6a99f343c3709a016d152",
-@@ -19996,7 +19996,7 @@
+@@ -20234,7 +20234,7 @@
"commit": "18fd25233b1db7b3197f5d8dc537d239dcfc7aba",
"date": "2016-04-14 09:30:54 -0400",
"subject": "New simpler configuration and consistent project/exe/path naming.",
@@ -58,11 +56,10 @@
},
{
"commit": "885797e4b58a675487a3531ba16908c1d1e9f970",
-Index: pgbackrest-release-2.47/doc/xml/coding.xml
-===================================================================
---- pgbackrest-release-2.47.orig/doc/xml/coding.xml
-+++ pgbackrest-release-2.47/doc/xml/coding.xml
-@@ -365,13 +365,13 @@ void storagePathCreate(const Storage *th
+diff --color -ur pgbackrest-release-2.48.orig/doc/xml/coding.xml pgbackrest-release-2.48/doc/xml/coding.xml
+--- pgbackrest-release-2.48.orig/doc/xml/coding.xml 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/xml/coding.xml 2023-09-28 09:24:48.345351857 +0200
+@@ -365,13 +365,13 @@
<p>This function can be called without variable parameters:</p>
<code-block type="c">
@@ -78,24 +75,22 @@
</code-block>
<p>If the majority of functions in a module or object are variadic it is best to provide macros for all functions even if they do not have variable parameters. Do not use the base function when variadic macros exist.</p>
-Index: pgbackrest-release-2.47/doc/xml/release.xml
-===================================================================
---- pgbackrest-release-2.47.orig/doc/xml/release.xml
-+++ pgbackrest-release-2.47/doc/xml/release.xml
-@@ -11285,7 +11285,7 @@
- <release-item-contributor id="david.steele"/>
- </release-item-contributor-list> -->
-
-- <p>Lock files are now stored in <path>/tmp/pgbackrest</path> by default. These days <path>/run/pgbackrest</path> is the preferred location but that would require init scripts which are not part of this release. The <setting>lock-path</setting> option can be used to configure the lock directory.</p>
-+ <p>Lock files are now stored in <path>/run/pgbackrest</path> by default. These days <path>/run/pgbackrest</path> is the preferred location but that would require init scripts which are not part of this release. The <setting>lock-path</setting> option can be used to configure the lock directory.</p>
- </release-item>
-
- <release-item>
-Index: pgbackrest-release-2.47/src/build/config/config.yaml
-===================================================================
---- pgbackrest-release-2.47.orig/src/build/config/config.yaml
-+++ pgbackrest-release-2.47/src/build/config/config.yaml
-@@ -834,7 +834,7 @@ option:
+diff --color -ur pgbackrest-release-2.48.orig/doc/xml/release/2016/1.00.xml pgbackrest-release-2.48/doc/xml/release/2016/1.00.xml
+--- pgbackrest-release-2.48.orig/doc/xml/release/2016/1.00.xml 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/doc/xml/release/2016/1.00.xml 2023-09-28 09:25:26.135759754 +0200
+@@ -43,7 +43,7 @@
+ <release-item-contributor id="david.steele"/>
+ </release-item-contributor-list> -->
+
+- <p>Lock files are now stored in <path>/tmp/pgbackrest</path> by default. These days <path>/run/pgbackrest</path> is the preferred location but that would require init scripts which are not part of this release. The <setting>lock-path</setting> option can be used to configure the lock directory.</p>
++ <p>Lock files are now stored in <path>/run/pgbackrest</path> by default. These days <path>/run/pgbackrest</path> is the preferred location but that would require init scripts which are not part of this release. The <setting>lock-path</setting> option can be used to configure the lock directory.</p>
+ </release-item>
+
+ <release-item>
+diff --color -ur pgbackrest-release-2.48.orig/src/build/config/config.yaml pgbackrest-release-2.48/src/build/config/config.yaml
+--- pgbackrest-release-2.48.orig/src/build/config/config.yaml 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/src/build/config/config.yaml 2023-09-28 09:26:03.226162015 +0200
+@@ -844,7 +844,7 @@
lock-path:
section: global
type: path
@@ -104,11 +99,10 @@
command:
annotate: {}
archive-get: {}
-Index: pgbackrest-release-2.47/src/config/parse.auto.c.inc
-===================================================================
---- pgbackrest-release-2.47.orig/src/config/parse.auto.c.inc
-+++ pgbackrest-release-2.47/src/config/parse.auto.c.inc
-@@ -11,7 +11,7 @@ Rule Strings
+diff --color -ur pgbackrest-release-2.48.orig/src/config/parse.auto.c.inc pgbackrest-release-2.48/src/config/parse.auto.c.inc
+--- pgbackrest-release-2.48.orig/src/config/parse.auto.c.inc 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/src/config/parse.auto.c.inc 2023-09-28 09:26:36.286522454 +0200
+@@ -11,7 +11,7 @@
static const StringPub parseRuleValueStr[] =
{
@@ -117,11 +111,10 @@
PARSE_RULE_STRPUB("/var/lib/pgbackrest"), // val/str
PARSE_RULE_STRPUB("/var/log/pgbackrest"), // val/str
PARSE_RULE_STRPUB("/var/spool/pgbackrest"), // val/str
-Index: pgbackrest-release-2.47/test/ci.pl
-===================================================================
---- pgbackrest-release-2.47.orig/test/ci.pl
-+++ pgbackrest-release-2.47/test/ci.pl
-@@ -202,8 +202,8 @@ eval
+diff --color -ur pgbackrest-release-2.48.orig/test/ci.pl pgbackrest-release-2.48/test/ci.pl
+--- pgbackrest-release-2.48.orig/test/ci.pl 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/test/ci.pl 2023-09-28 09:27:15.690285382 +0200
+@@ -202,8 +202,8 @@
$strPackage .= " libdbd-pg-perl";
}
@@ -132,11 +125,10 @@
processEnd();
processBegin('install test packages');
-Index: pgbackrest-release-2.47/test/src/module/command/helpTest.c
-===================================================================
---- pgbackrest-release-2.47.orig/test/src/module/command/helpTest.c
-+++ pgbackrest-release-2.47/test/src/module/command/helpTest.c
-@@ -244,7 +244,7 @@ testRun(void)
+diff --color -ur pgbackrest-release-2.48.orig/test/src/module/command/helpTest.c pgbackrest-release-2.48/test/src/module/command/helpTest.c
+--- pgbackrest-release-2.48.orig/test/src/module/command/helpTest.c 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/test/src/module/command/helpTest.c 2023-09-28 09:27:41.610567970 +0200
+@@ -244,7 +244,7 @@
" [default=n]\n"
" --io-timeout I/O timeout [default=60]\n"
" --lock-path path where lock files are stored\n"
@@ -145,11 +137,10 @@
" --neutral-umask use a neutral umask [default=y]\n"
" --process-max max processes to use for\n"
" compress/transfer [default=1]\n"
-Index: pgbackrest-release-2.47/test/Vagrantfile
-===================================================================
---- pgbackrest-release-2.47.orig/test/Vagrantfile
-+++ pgbackrest-release-2.47/test/Vagrantfile
-@@ -54,12 +54,12 @@ Vagrant.configure(2) do |config|
+diff --color -ur pgbackrest-release-2.48.orig/test/Vagrantfile pgbackrest-release-2.48/test/Vagrantfile
+--- pgbackrest-release-2.48.orig/test/Vagrantfile 2023-09-25 15:32:15.000000000 +0200
++++ pgbackrest-release-2.48/test/Vagrantfile 2023-09-28 09:28:30.327765777 +0200
+@@ -54,12 +54,12 @@
sudo /etc/init.d/virtualbox-guest-utils stop
sudo /usr/sbin/VBoxService --timesync-set-on-restore --timesync-interval 5000 --timesync-set-threshold 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-docs for openSUSE:Factory checked in at 2023-09-29 21:13:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-docs (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-docs.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-docs"
Fri Sep 29 21:13:47 2023 rev:13 rq:1114006 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-docs/gstreamer-docs.changes 2023-07-27 16:51:36.602085989 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-docs.new.28202/gstreamer-docs.changes 2023-09-29 21:14:57.908760512 +0200
@@ -1,0 +2,6 @@
+Fri Sep 22 16:53:47 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changelog provided by upstream.
+
+-------------------------------------------------------------------
Old:
----
gstreamer-docs-1.22.5.tar.xz
New:
----
gstreamer-docs-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-docs.spec ++++++
--- /var/tmp/diff_new_pack.lLSP49/_old 2023-09-29 21:14:59.208807418 +0200
+++ /var/tmp/diff_new_pack.lLSP49/_new 2023-09-29 21:14:59.208807418 +0200
@@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer-docs
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: GStreamer documentation
License: (BSD-2-Clause OR LGPL-2.1-or-later OR MIT) AND OPL-1.0 AND CC-BY-SA-4.0
++++++ gstreamer-docs-1.22.5.tar.xz -> gstreamer-docs-1.22.6.tar.xz ++++++
/work/SRC/openSUSE:Factory/gstreamer-docs/gstreamer-docs-1.22.5.tar.xz /work/SRC/openSUSE:Factory/.gstreamer-docs.new.28202/gstreamer-docs-1.22.6.tar.xz differ: char 26, line 1
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-editing-services for openSUSE:Factory checked in at 2023-09-29 21:13:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-editing-services (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-editing-services"
Fri Sep 29 21:13:46 2023 rev:52 rq:1114005 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-editing-services/gstreamer-editing-services.changes 2023-07-27 16:51:43.930127393 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-editing-services.new.28202/gstreamer-editing-services.changes 2023-09-29 21:14:56.136696576 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 16:52:37 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changes, stable bump only.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-editing-services-1.22.5.tar.xz
New:
----
gst-editing-services-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-editing-services.spec ++++++
--- /var/tmp/diff_new_pack.FLuFYP/_old 2023-09-29 21:14:57.176734100 +0200
+++ /var/tmp/diff_new_pack.FLuFYP/_new 2023-09-29 21:14:57.176734100 +0200
@@ -20,7 +20,7 @@
%define _name gst-editing-services
Name: gstreamer-editing-services
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: GStreamer Editing Services
License: LGPL-2.0-or-later AND LGPL-2.1-or-later
++++++ gst-editing-services-1.22.5.tar.xz -> gst-editing-services-1.22.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-editing-services-1.22.5/ChangeLog new/gst-editing-services-1.22.6/ChangeLog
--- old/gst-editing-services-1.22.5/ChangeLog 2023-07-20 16:26:40.016408700 +0200
+++ new/gst-editing-services-1.22.6/ChangeLog 2023-09-20 19:18:28.442861600 +0200
@@ -1,3 +1,19 @@
+=== release 1.22.6 ===
+
+2023-09-20 18:10:57 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * NEWS:
+ * RELEASE:
+ * gst-editing-services.doap:
+ * meson.build:
+ Release 1.22.6
+
+2023-07-20 16:57:47 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * meson.build:
+ Back to development
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5082>
+
=== release 1.22.5 ===
2023-07-20 15:22:48 +0100 Tim-Philipp Müller <tim(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-editing-services-1.22.5/NEWS new/gst-editing-services-1.22.6/NEWS
--- old/gst-editing-services-1.22.5/NEWS 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-editing-services-1.22.6/NEWS 2023-09-20 19:10:57.000000000 +0200
@@ -2189,6 +2189,183 @@
- List of Merge Requests applied in 1.22.5
- List of Issues fixed in 1.22.5
+1.22.6
+
+The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.6
+
+- Security fixes for the MXF demuxer and H.265 video parser
+- Fix latency regression in H.264 hardware decoder base class
+- androidmedia: fix HEVC codec profile registration and fix coded_data
+ handling
+- decodebin3: fix switching from a raw stream to an encoded stream
+- gst-inspect: prettier and more correct signal and action signals
+ printing
+- rtmp2: Allow NULL flash version, omitting the field, for better RTMP
+ server compatibility
+- rtspsrc: better compatibility with buggy RTSP servers that don’t set
+ a clock-rate
+- rtpjitterbuffer: fix integer overflow that led to more packets being
+ declared lost than have been lost
+- v4l2: fix video encoding regression on RPi and fix support for left
+ and top padding
+- waylandsink: Crop surfaces to their display width height
+- cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
+ detection fixes
+- various bug fixes, build fixes, memory leak fixes, and other
+ stability and reliability improvements
+
+gstreamer
+
+- gst-inspect: prettier and more correct signal printing, and print
+ action signals in g_signal_emit_by_name() format
+- gst-launch: Disable fault signal handlers on macOS
+
+gst-plugins-base
+
+- audio: Make sure to stop ringbuffer on error
+- decodebin3: avoid identity, sinkpad, parsebin leakage when reset
+ input
+- decodebin3: Ensure the slot is unlinked before linking to decoder
+- sdp: fix wrong debug log error message for missing clock-rate in
+ caps
+- sdp: Parse zero clock-rate as default
+
+gst-plugins-good
+
+- adaptivedemux2: fix memory leak
+- pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
+- qt: Unbreak build with qt-egl enabled but viv_fb missing
+- qt: Fix searching of qt5/qt6 tools with qmake in Meson
+- qtdemux: Fix premature EOS when some files are played in push mode
+- qtdemux: attach cbcs crypt info at the right moment
+- rtpjitterbuffer: Avoid integer overflow in max saveable packets
+ calculation with negative offset
+- videoflip: fix concurrent access when modifying the tag list
+- v4l2: allocator: Don’t close foreign dmabuf
+- v4l2: bufferpool: Fix large encoded stream regression
+- v4l2: bufferpool: Problems when checking for truncated buffer
+- v4l2: Fix support for left and top padding
+- v4l2object: clear format lists if source change event is received
+
+gst-plugins-bad
+
+- androidmedia/enc: handle codec-data before popping
+ GstVideoCodecFrames
+- androidmedia: fix hevc codec profile registration
+- androidmedia: Small fixes
+- androidmedia: Add more null checks (of env) to JNI utilities
+- applemedia: Fix pixel format for I420 and NV12
+- audiolatency: Forward latency query and event upstream
+- av1parser: Fix segmentation params update
+- codecparsers: Fix MPEG-1 aspect ratio table
+- d3d11convert: Passthrough allocation query on same caps
+- h264decoder: Update latency dynamically
+- h265parser: Allow partially broken hvcC data
+- h265parser: Fix possible overflow using max_sub_layers_minus1
+- hlssink2: Always use forward slash separator
+- mdns: Fix a crash on context error
+- mxfdemux: Fix integer overflow causing out of bounds writes when
+ handling invalid uncompressed video and check channels for AES3
+- nvencoder: Fix negotiation error when interlace-mode is unspecified
+- rtmp2: Allow NULL flash version, omitting the field
+- rtmp2sink: fix crash if message conversion failed
+- transcodebin: Fixes for upstream selectable support
+- va: Fix in error logs functions mismatches
+- waylandsink: Crop surfaces to their display width height
+- waylandsink: Fix cropping for video with non-square aspect ratio
+- webrtc: Fix docs for create-data-channel action signal
+- win32ipc: Fix pipe handle leak
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- fallbackswitch: locking/deadlock fixes
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC
+ time
+- transcriberbin: Configure audioresample in front of transcriber
+- webrtcsink: Propagate GstContext messages
+- webrtcsink: Add support for d3d11 memory and qsvh264enc
+- webrtcsink: fix TWCC extension adding
+- webrtcsink: don’t forget to setup encoders for discoveries
+- webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
+- meson: Fix handling of optional deps, and don’t require Python 3.8
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- No changes
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Disable fault signal handlers on macOS
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- macos-bison: Update to 3.8.2 and add an ARM64 build
+- wrap: update libpsl to 0.21.2
+
+Cerbero build tool and packaging changes in 1.22.6
+
+- Add Rust support for MSVC ARM64
+- Recognise PERL5LIB as a joinable Unix variable
+- Recognise Manjaro as an Arch derivative
+- Fix picking up cmake from build-tools
+
+Contributors to 1.22.6
+
+Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
+Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
+Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
+Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
+Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
+Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
+Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
+Xabier Rodriguez Calvar,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.6
+
+- List of Merge Requests applied in 1.22.6
+- List of Issues fixed in 1.22.6
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-editing-services-1.22.5/RELEASE new/gst-editing-services-1.22.6/RELEASE
--- old/gst-editing-services-1.22.5/RELEASE 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-editing-services-1.22.6/RELEASE 2023-09-20 19:10:57.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-editing-services 1.22.5.
+This is GStreamer gst-editing-services 1.22.6.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-editing-services-1.22.5/gst-editing-services.doap new/gst-editing-services-1.22.6/gst-editing-services.doap
--- old/gst-editing-services-1.22.5/gst-editing-services.doap 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-editing-services-1.22.6/gst-editing-services.doap 2023-09-20 19:10:57.000000000 +0200
@@ -32,6 +32,16 @@
<release>
<Version>
+ <revision>1.22.6</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-09-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-editing-services/gst-editing-serv…" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.5</revision>
<branch>1.22</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-editing-services-1.22.5/meson.build new/gst-editing-services-1.22.6/meson.build
--- old/gst-editing-services-1.22.5/meson.build 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-editing-services-1.22.6/meson.build 2023-09-20 19:10:57.000000000 +0200
@@ -1,5 +1,5 @@
project('gst-editing-services', 'c',
- version : '1.22.5',
+ version : '1.22.6',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.FLuFYP/_old 2023-09-29 21:14:57.452744059 +0200
+++ /var/tmp/diff_new_pack.FLuFYP/_new 2023-09-29 21:14:57.456744203 +0200
@@ -1,10 +1,10 @@
-Index: gst-editing-services-1.22.5/meson.build
+Index: gst-editing-services-1.22.6/meson.build
===================================================================
---- gst-editing-services-1.22.5.orig/meson.build
-+++ gst-editing-services-1.22.5/meson.build
+--- gst-editing-services-1.22.6.orig/meson.build
++++ gst-editing-services-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gst-editing-services', 'c',
- version : '1.22.5',
+ version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-devtools for openSUSE:Factory checked in at 2023-09-29 21:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-devtools (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-devtools.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-devtools"
Fri Sep 29 21:13:45 2023 rev:20 rq:1114004 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-devtools/gstreamer-devtools.changes 2023-07-27 16:51:39.342101471 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-devtools.new.28202/gstreamer-devtools.changes 2023-09-29 21:14:54.560639712 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 16:51:18 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changes, stable bump only.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-devtools-1.22.5.tar.xz
New:
----
gst-devtools-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-devtools.spec ++++++
--- /var/tmp/diff_new_pack.vIzZAY/_old 2023-09-29 21:14:55.780683731 +0200
+++ /var/tmp/diff_new_pack.vIzZAY/_new 2023-09-29 21:14:55.784683875 +0200
@@ -19,7 +19,7 @@
%define _name gst-devtools
Name: gstreamer-devtools
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: Development and debugging tools for GStreamer
License: LGPL-2.1-or-later
++++++ gst-devtools-1.22.5.tar.xz -> gst-devtools-1.22.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/ChangeLog new/gst-devtools-1.22.6/ChangeLog
--- old/gst-devtools-1.22.5/ChangeLog 2023-07-20 16:26:52.156590200 +0200
+++ new/gst-devtools-1.22.6/ChangeLog 2023-09-20 19:18:53.811147700 +0200
@@ -1,3 +1,30 @@
+=== release 1.22.6 ===
+
+2023-09-20 18:10:57 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * NEWS:
+ * RELEASE:
+ * gst-devtools.doap:
+ * meson.build:
+ Release 1.22.6
+
+2023-08-15 16:01:28 +0200 Piotr Brzeziński <piotr(a)centricular.com>
+
+ * validate/gst/validate/gst-validate-utils.c:
+ tools: Disable fault signal handlers in gst-launch/gst-validate on macOS
+ By default, macOS attempts to run lldb against a misbehaving process to handle the crash. This does not play well
+ with the SISEGV/SIGQUIT handler we add in gst-launch/gst-validate. The 'spinning' mechanism causes the lldb
+ and debugserver processes ran by macOS to misbehave, taking 100% CPU and rendering both themselves and the GStreamer
+ instance frozen and very hard to effectively kill. macOS's Activity Monitor is also unusable while this is happening.
+ This patch takes the quickest possible solution of just disabling those signal handlers entirely on macOS.
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5201>
+
+2023-07-20 16:57:47 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * meson.build:
+ Back to development
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5082>
+
=== release 1.22.5 ===
2023-07-20 15:22:48 +0100 Tim-Philipp Müller <tim(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/NEWS new/gst-devtools-1.22.6/NEWS
--- old/gst-devtools-1.22.5/NEWS 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-devtools-1.22.6/NEWS 2023-09-20 19:10:57.000000000 +0200
@@ -2189,6 +2189,183 @@
- List of Merge Requests applied in 1.22.5
- List of Issues fixed in 1.22.5
+1.22.6
+
+The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.6
+
+- Security fixes for the MXF demuxer and H.265 video parser
+- Fix latency regression in H.264 hardware decoder base class
+- androidmedia: fix HEVC codec profile registration and fix coded_data
+ handling
+- decodebin3: fix switching from a raw stream to an encoded stream
+- gst-inspect: prettier and more correct signal and action signals
+ printing
+- rtmp2: Allow NULL flash version, omitting the field, for better RTMP
+ server compatibility
+- rtspsrc: better compatibility with buggy RTSP servers that don’t set
+ a clock-rate
+- rtpjitterbuffer: fix integer overflow that led to more packets being
+ declared lost than have been lost
+- v4l2: fix video encoding regression on RPi and fix support for left
+ and top padding
+- waylandsink: Crop surfaces to their display width height
+- cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
+ detection fixes
+- various bug fixes, build fixes, memory leak fixes, and other
+ stability and reliability improvements
+
+gstreamer
+
+- gst-inspect: prettier and more correct signal printing, and print
+ action signals in g_signal_emit_by_name() format
+- gst-launch: Disable fault signal handlers on macOS
+
+gst-plugins-base
+
+- audio: Make sure to stop ringbuffer on error
+- decodebin3: avoid identity, sinkpad, parsebin leakage when reset
+ input
+- decodebin3: Ensure the slot is unlinked before linking to decoder
+- sdp: fix wrong debug log error message for missing clock-rate in
+ caps
+- sdp: Parse zero clock-rate as default
+
+gst-plugins-good
+
+- adaptivedemux2: fix memory leak
+- pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
+- qt: Unbreak build with qt-egl enabled but viv_fb missing
+- qt: Fix searching of qt5/qt6 tools with qmake in Meson
+- qtdemux: Fix premature EOS when some files are played in push mode
+- qtdemux: attach cbcs crypt info at the right moment
+- rtpjitterbuffer: Avoid integer overflow in max saveable packets
+ calculation with negative offset
+- videoflip: fix concurrent access when modifying the tag list
+- v4l2: allocator: Don’t close foreign dmabuf
+- v4l2: bufferpool: Fix large encoded stream regression
+- v4l2: bufferpool: Problems when checking for truncated buffer
+- v4l2: Fix support for left and top padding
+- v4l2object: clear format lists if source change event is received
+
+gst-plugins-bad
+
+- androidmedia/enc: handle codec-data before popping
+ GstVideoCodecFrames
+- androidmedia: fix hevc codec profile registration
+- androidmedia: Small fixes
+- androidmedia: Add more null checks (of env) to JNI utilities
+- applemedia: Fix pixel format for I420 and NV12
+- audiolatency: Forward latency query and event upstream
+- av1parser: Fix segmentation params update
+- codecparsers: Fix MPEG-1 aspect ratio table
+- d3d11convert: Passthrough allocation query on same caps
+- h264decoder: Update latency dynamically
+- h265parser: Allow partially broken hvcC data
+- h265parser: Fix possible overflow using max_sub_layers_minus1
+- hlssink2: Always use forward slash separator
+- mdns: Fix a crash on context error
+- mxfdemux: Fix integer overflow causing out of bounds writes when
+ handling invalid uncompressed video and check channels for AES3
+- nvencoder: Fix negotiation error when interlace-mode is unspecified
+- rtmp2: Allow NULL flash version, omitting the field
+- rtmp2sink: fix crash if message conversion failed
+- transcodebin: Fixes for upstream selectable support
+- va: Fix in error logs functions mismatches
+- waylandsink: Crop surfaces to their display width height
+- waylandsink: Fix cropping for video with non-square aspect ratio
+- webrtc: Fix docs for create-data-channel action signal
+- win32ipc: Fix pipe handle leak
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- fallbackswitch: locking/deadlock fixes
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC
+ time
+- transcriberbin: Configure audioresample in front of transcriber
+- webrtcsink: Propagate GstContext messages
+- webrtcsink: Add support for d3d11 memory and qsvh264enc
+- webrtcsink: fix TWCC extension adding
+- webrtcsink: don’t forget to setup encoders for discoveries
+- webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
+- meson: Fix handling of optional deps, and don’t require Python 3.8
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- No changes
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Disable fault signal handlers on macOS
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- macos-bison: Update to 3.8.2 and add an ARM64 build
+- wrap: update libpsl to 0.21.2
+
+Cerbero build tool and packaging changes in 1.22.6
+
+- Add Rust support for MSVC ARM64
+- Recognise PERL5LIB as a joinable Unix variable
+- Recognise Manjaro as an Arch derivative
+- Fix picking up cmake from build-tools
+
+Contributors to 1.22.6
+
+Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
+Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
+Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
+Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
+Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
+Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
+Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
+Xabier Rodriguez Calvar,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.6
+
+- List of Merge Requests applied in 1.22.6
+- List of Issues fixed in 1.22.6
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/RELEASE new/gst-devtools-1.22.6/RELEASE
--- old/gst-devtools-1.22.5/RELEASE 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-devtools-1.22.6/RELEASE 2023-09-20 19:10:57.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-devtools 1.22.5.
+This is GStreamer gst-devtools 1.22.6.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/gst-devtools.doap new/gst-devtools-1.22.6/gst-devtools.doap
--- old/gst-devtools-1.22.5/gst-devtools.doap 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-devtools-1.22.6/gst-devtools.doap 2023-09-20 19:10:57.000000000 +0200
@@ -55,6 +55,16 @@
<release>
<Version>
+ <revision>1.22.6</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-09-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-devtools/gst-devtools-1.22.6.tar.…" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.5</revision>
<branch>1.22</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/meson.build new/gst-devtools-1.22.6/meson.build
--- old/gst-devtools-1.22.5/meson.build 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-devtools-1.22.6/meson.build 2023-09-20 19:10:57.000000000 +0200
@@ -1,5 +1,5 @@
project('gst-devtools', 'c',
- version : '1.22.5',
+ version : '1.22.6',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-devtools-1.22.5/validate/gst/validate/gst-validate-utils.c new/gst-devtools-1.22.6/validate/gst/validate/gst-validate-utils.c
--- old/gst-devtools-1.22.5/validate/gst/validate/gst-validate-utils.c 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-devtools-1.22.6/validate/gst/validate/gst-validate-utils.c 2023-09-20 19:10:57.000000000 +0200
@@ -1095,7 +1095,7 @@
return res;
}
-#ifdef G_OS_UNIX
+#if defined (G_OS_UNIX) && !defined (__APPLE__)
static void
fault_restore (void)
{
@@ -1158,12 +1158,12 @@
sigaction (SIGSEGV, &action, NULL);
sigaction (SIGQUIT, &action, NULL);
}
-#endif /* G_OS_UNIX */
+#endif /* G_OS_UNIX && !__APPLE__ */
void
gst_validate_spin_on_fault_signals (void)
{
-#ifdef G_OS_UNIX
+#if defined (G_OS_UNIX) && !defined (__APPLE__)
fault_setup ();
#endif
}
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.vIzZAY/_old 2023-09-29 21:14:56.008691958 +0200
+++ /var/tmp/diff_new_pack.vIzZAY/_new 2023-09-29 21:14:56.012692102 +0200
@@ -1,10 +1,10 @@
-Index: gst-devtools-1.22.5/meson.build
+Index: gst-devtools-1.22.6/meson.build
===================================================================
---- gst-devtools-1.22.5.orig/meson.build
-+++ gst-devtools-1.22.5/meson.build
+--- gst-devtools-1.22.6.orig/meson.build
++++ gst-devtools-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gst-devtools', 'c',
- version : '1.22.5',
+ version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-rtsp-server for openSUSE:Factory checked in at 2023-09-29 21:13:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-rtsp-server (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-rtsp-server"
Fri Sep 29 21:13:45 2023 rev:46 rq:1114002 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-rtsp-server/gstreamer-rtsp-server.changes 2023-07-27 16:51:34.238072632 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-rtsp-server.new.28202/gstreamer-rtsp-server.changes 2023-09-29 21:14:53.204590786 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 16:46:22 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changes, stable bump only.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-rtsp-server-1.22.5.tar.xz
New:
----
gst-rtsp-server-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-rtsp-server.spec ++++++
--- /var/tmp/diff_new_pack.DEc02D/_old 2023-09-29 21:14:54.276629465 +0200
+++ /var/tmp/diff_new_pack.DEc02D/_new 2023-09-29 21:14:54.280629609 +0200
@@ -20,7 +20,7 @@
%define _name gst-rtsp-server
Name: gstreamer-rtsp-server
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: GStreamer-based RTSP server library
License: LGPL-2.0-or-later
++++++ gst-rtsp-server-1.22.5.tar.xz -> gst-rtsp-server-1.22.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/ChangeLog new/gst-rtsp-server-1.22.6/ChangeLog
--- old/gst-rtsp-server-1.22.5/ChangeLog 2023-07-20 16:26:32.976302900 +0200
+++ new/gst-rtsp-server-1.22.6/ChangeLog 2023-09-20 19:17:55.886494900 +0200
@@ -1,3 +1,21 @@
+=== release 1.22.6 ===
+
+2023-09-20 18:10:57 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * NEWS:
+ * RELEASE:
+ * docs/plugins/gst_plugins_cache.json:
+ * gst-rtsp-server.doap:
+ * meson.build:
+ Release 1.22.6
+
+2023-07-20 16:57:47 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * docs/plugins/gst_plugins_cache.json:
+ * meson.build:
+ Back to development
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5082>
+
=== release 1.22.5 ===
2023-07-20 15:22:48 +0100 Tim-Philipp Müller <tim(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/NEWS new/gst-rtsp-server-1.22.6/NEWS
--- old/gst-rtsp-server-1.22.5/NEWS 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-rtsp-server-1.22.6/NEWS 2023-09-20 19:10:57.000000000 +0200
@@ -2189,6 +2189,183 @@
- List of Merge Requests applied in 1.22.5
- List of Issues fixed in 1.22.5
+1.22.6
+
+The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.6
+
+- Security fixes for the MXF demuxer and H.265 video parser
+- Fix latency regression in H.264 hardware decoder base class
+- androidmedia: fix HEVC codec profile registration and fix coded_data
+ handling
+- decodebin3: fix switching from a raw stream to an encoded stream
+- gst-inspect: prettier and more correct signal and action signals
+ printing
+- rtmp2: Allow NULL flash version, omitting the field, for better RTMP
+ server compatibility
+- rtspsrc: better compatibility with buggy RTSP servers that don’t set
+ a clock-rate
+- rtpjitterbuffer: fix integer overflow that led to more packets being
+ declared lost than have been lost
+- v4l2: fix video encoding regression on RPi and fix support for left
+ and top padding
+- waylandsink: Crop surfaces to their display width height
+- cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
+ detection fixes
+- various bug fixes, build fixes, memory leak fixes, and other
+ stability and reliability improvements
+
+gstreamer
+
+- gst-inspect: prettier and more correct signal printing, and print
+ action signals in g_signal_emit_by_name() format
+- gst-launch: Disable fault signal handlers on macOS
+
+gst-plugins-base
+
+- audio: Make sure to stop ringbuffer on error
+- decodebin3: avoid identity, sinkpad, parsebin leakage when reset
+ input
+- decodebin3: Ensure the slot is unlinked before linking to decoder
+- sdp: fix wrong debug log error message for missing clock-rate in
+ caps
+- sdp: Parse zero clock-rate as default
+
+gst-plugins-good
+
+- adaptivedemux2: fix memory leak
+- pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
+- qt: Unbreak build with qt-egl enabled but viv_fb missing
+- qt: Fix searching of qt5/qt6 tools with qmake in Meson
+- qtdemux: Fix premature EOS when some files are played in push mode
+- qtdemux: attach cbcs crypt info at the right moment
+- rtpjitterbuffer: Avoid integer overflow in max saveable packets
+ calculation with negative offset
+- videoflip: fix concurrent access when modifying the tag list
+- v4l2: allocator: Don’t close foreign dmabuf
+- v4l2: bufferpool: Fix large encoded stream regression
+- v4l2: bufferpool: Problems when checking for truncated buffer
+- v4l2: Fix support for left and top padding
+- v4l2object: clear format lists if source change event is received
+
+gst-plugins-bad
+
+- androidmedia/enc: handle codec-data before popping
+ GstVideoCodecFrames
+- androidmedia: fix hevc codec profile registration
+- androidmedia: Small fixes
+- androidmedia: Add more null checks (of env) to JNI utilities
+- applemedia: Fix pixel format for I420 and NV12
+- audiolatency: Forward latency query and event upstream
+- av1parser: Fix segmentation params update
+- codecparsers: Fix MPEG-1 aspect ratio table
+- d3d11convert: Passthrough allocation query on same caps
+- h264decoder: Update latency dynamically
+- h265parser: Allow partially broken hvcC data
+- h265parser: Fix possible overflow using max_sub_layers_minus1
+- hlssink2: Always use forward slash separator
+- mdns: Fix a crash on context error
+- mxfdemux: Fix integer overflow causing out of bounds writes when
+ handling invalid uncompressed video and check channels for AES3
+- nvencoder: Fix negotiation error when interlace-mode is unspecified
+- rtmp2: Allow NULL flash version, omitting the field
+- rtmp2sink: fix crash if message conversion failed
+- transcodebin: Fixes for upstream selectable support
+- va: Fix in error logs functions mismatches
+- waylandsink: Crop surfaces to their display width height
+- waylandsink: Fix cropping for video with non-square aspect ratio
+- webrtc: Fix docs for create-data-channel action signal
+- win32ipc: Fix pipe handle leak
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- fallbackswitch: locking/deadlock fixes
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC
+ time
+- transcriberbin: Configure audioresample in front of transcriber
+- webrtcsink: Propagate GstContext messages
+- webrtcsink: Add support for d3d11 memory and qsvh264enc
+- webrtcsink: fix TWCC extension adding
+- webrtcsink: don’t forget to setup encoders for discoveries
+- webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
+- meson: Fix handling of optional deps, and don’t require Python 3.8
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- No changes
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Disable fault signal handlers on macOS
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- macos-bison: Update to 3.8.2 and add an ARM64 build
+- wrap: update libpsl to 0.21.2
+
+Cerbero build tool and packaging changes in 1.22.6
+
+- Add Rust support for MSVC ARM64
+- Recognise PERL5LIB as a joinable Unix variable
+- Recognise Manjaro as an Arch derivative
+- Fix picking up cmake from build-tools
+
+Contributors to 1.22.6
+
+Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
+Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
+Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
+Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
+Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
+Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
+Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
+Xabier Rodriguez Calvar,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.6
+
+- List of Merge Requests applied in 1.22.6
+- List of Issues fixed in 1.22.6
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/RELEASE new/gst-rtsp-server-1.22.6/RELEASE
--- old/gst-rtsp-server-1.22.5/RELEASE 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-rtsp-server-1.22.6/RELEASE 2023-09-20 19:10:57.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-rtsp-server 1.22.5.
+This is GStreamer gst-rtsp-server 1.22.6.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/docs/plugins/gst_plugins_cache.json new/gst-rtsp-server-1.22.6/docs/plugins/gst_plugins_cache.json
--- old/gst-rtsp-server-1.22.5/docs/plugins/gst_plugins_cache.json 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-rtsp-server-1.22.6/docs/plugins/gst_plugins_cache.json 2023-09-20 19:10:57.000000000 +0200
@@ -333,7 +333,7 @@
"construct": false,
"construct-only": false,
"controllable": false,
- "default": "GStreamer/1.22.5",
+ "default": "GStreamer/1.22.6",
"mutable": "null",
"readable": true,
"type": "gchararray",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/gst-rtsp-server.doap new/gst-rtsp-server-1.22.6/gst-rtsp-server.doap
--- old/gst-rtsp-server-1.22.5/gst-rtsp-server.doap 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-rtsp-server-1.22.6/gst-rtsp-server.doap 2023-09-20 19:10:57.000000000 +0200
@@ -32,6 +32,16 @@
<release>
<Version>
+ <revision>1.22.6</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-09-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.22.…" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.5</revision>
<branch>1.22</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-rtsp-server-1.22.5/meson.build new/gst-rtsp-server-1.22.6/meson.build
--- old/gst-rtsp-server-1.22.5/meson.build 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-rtsp-server-1.22.6/meson.build 2023-09-20 19:10:57.000000000 +0200
@@ -1,5 +1,5 @@
project('gst-rtsp-server', 'c',
- version : '1.22.5',
+ version : '1.22.6',
meson_version : '>= 0.62',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.DEc02D/_old 2023-09-29 21:14:54.444635527 +0200
+++ /var/tmp/diff_new_pack.DEc02D/_new 2023-09-29 21:14:54.448635671 +0200
@@ -1,10 +1,10 @@
-Index: gstreamer-1.22.5/meson.build
+Index: gstreamer-1.22.6/meson.build
===================================================================
---- gstreamer-1.22.5.orig/meson.build
-+++ gstreamer-1.22.5/meson.build
+--- gstreamer-1.22.6.orig/meson.build
++++ gstreamer-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gst-rtsp-server', 'c',
- version : '1.22.5',
+ version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : ['warning_level=1', 'buildtype=debugoptimized'])
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-gst for openSUSE:Factory checked in at 2023-09-29 21:13:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gst (Old)
and /work/SRC/openSUSE:Factory/.python-gst.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-gst"
Fri Sep 29 21:13:44 2023 rev:50 rq:1114001 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gst/python-gst.changes 2023-07-27 16:51:35.226078215 +0200
+++ /work/SRC/openSUSE:Factory/.python-gst.new.28202/python-gst.changes 2023-09-29 21:14:51.952545613 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 16:43:24 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changes, stable bump only.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gst-python-1.22.5.tar.xz
New:
----
gst-python-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-gst.spec ++++++
--- /var/tmp/diff_new_pack.DacAMy/_old 2023-09-29 21:14:52.940581260 +0200
+++ /var/tmp/diff_new_pack.DacAMy/_new 2023-09-29 21:14:52.940581260 +0200
@@ -19,7 +19,7 @@
%define _name gst-python
Name: python-gst
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: Python Bindings for GStreamer
License: LGPL-2.1-or-later
++++++ gst-python-1.22.5.tar.xz -> gst-python-1.22.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-python-1.22.5/ChangeLog new/gst-python-1.22.6/ChangeLog
--- old/gst-python-1.22.5/ChangeLog 2023-07-20 16:26:41.948437700 +0200
+++ new/gst-python-1.22.6/ChangeLog 2023-09-20 19:18:31.314894000 +0200
@@ -1,3 +1,19 @@
+=== release 1.22.6 ===
+
+2023-09-20 18:10:57 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * NEWS:
+ * RELEASE:
+ * gst-python.doap:
+ * meson.build:
+ Release 1.22.6
+
+2023-07-20 16:57:47 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * meson.build:
+ Back to development
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5082>
+
=== release 1.22.5 ===
2023-07-20 15:22:48 +0100 Tim-Philipp Müller <tim(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-python-1.22.5/NEWS new/gst-python-1.22.6/NEWS
--- old/gst-python-1.22.5/NEWS 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-python-1.22.6/NEWS 2023-09-20 19:10:57.000000000 +0200
@@ -2189,6 +2189,183 @@
- List of Merge Requests applied in 1.22.5
- List of Issues fixed in 1.22.5
+1.22.6
+
+The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.6
+
+- Security fixes for the MXF demuxer and H.265 video parser
+- Fix latency regression in H.264 hardware decoder base class
+- androidmedia: fix HEVC codec profile registration and fix coded_data
+ handling
+- decodebin3: fix switching from a raw stream to an encoded stream
+- gst-inspect: prettier and more correct signal and action signals
+ printing
+- rtmp2: Allow NULL flash version, omitting the field, for better RTMP
+ server compatibility
+- rtspsrc: better compatibility with buggy RTSP servers that don’t set
+ a clock-rate
+- rtpjitterbuffer: fix integer overflow that led to more packets being
+ declared lost than have been lost
+- v4l2: fix video encoding regression on RPi and fix support for left
+ and top padding
+- waylandsink: Crop surfaces to their display width height
+- cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
+ detection fixes
+- various bug fixes, build fixes, memory leak fixes, and other
+ stability and reliability improvements
+
+gstreamer
+
+- gst-inspect: prettier and more correct signal printing, and print
+ action signals in g_signal_emit_by_name() format
+- gst-launch: Disable fault signal handlers on macOS
+
+gst-plugins-base
+
+- audio: Make sure to stop ringbuffer on error
+- decodebin3: avoid identity, sinkpad, parsebin leakage when reset
+ input
+- decodebin3: Ensure the slot is unlinked before linking to decoder
+- sdp: fix wrong debug log error message for missing clock-rate in
+ caps
+- sdp: Parse zero clock-rate as default
+
+gst-plugins-good
+
+- adaptivedemux2: fix memory leak
+- pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
+- qt: Unbreak build with qt-egl enabled but viv_fb missing
+- qt: Fix searching of qt5/qt6 tools with qmake in Meson
+- qtdemux: Fix premature EOS when some files are played in push mode
+- qtdemux: attach cbcs crypt info at the right moment
+- rtpjitterbuffer: Avoid integer overflow in max saveable packets
+ calculation with negative offset
+- videoflip: fix concurrent access when modifying the tag list
+- v4l2: allocator: Don’t close foreign dmabuf
+- v4l2: bufferpool: Fix large encoded stream regression
+- v4l2: bufferpool: Problems when checking for truncated buffer
+- v4l2: Fix support for left and top padding
+- v4l2object: clear format lists if source change event is received
+
+gst-plugins-bad
+
+- androidmedia/enc: handle codec-data before popping
+ GstVideoCodecFrames
+- androidmedia: fix hevc codec profile registration
+- androidmedia: Small fixes
+- androidmedia: Add more null checks (of env) to JNI utilities
+- applemedia: Fix pixel format for I420 and NV12
+- audiolatency: Forward latency query and event upstream
+- av1parser: Fix segmentation params update
+- codecparsers: Fix MPEG-1 aspect ratio table
+- d3d11convert: Passthrough allocation query on same caps
+- h264decoder: Update latency dynamically
+- h265parser: Allow partially broken hvcC data
+- h265parser: Fix possible overflow using max_sub_layers_minus1
+- hlssink2: Always use forward slash separator
+- mdns: Fix a crash on context error
+- mxfdemux: Fix integer overflow causing out of bounds writes when
+ handling invalid uncompressed video and check channels for AES3
+- nvencoder: Fix negotiation error when interlace-mode is unspecified
+- rtmp2: Allow NULL flash version, omitting the field
+- rtmp2sink: fix crash if message conversion failed
+- transcodebin: Fixes for upstream selectable support
+- va: Fix in error logs functions mismatches
+- waylandsink: Crop surfaces to their display width height
+- waylandsink: Fix cropping for video with non-square aspect ratio
+- webrtc: Fix docs for create-data-channel action signal
+- win32ipc: Fix pipe handle leak
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- fallbackswitch: locking/deadlock fixes
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC
+ time
+- transcriberbin: Configure audioresample in front of transcriber
+- webrtcsink: Propagate GstContext messages
+- webrtcsink: Add support for d3d11 memory and qsvh264enc
+- webrtcsink: fix TWCC extension adding
+- webrtcsink: don’t forget to setup encoders for discoveries
+- webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
+- meson: Fix handling of optional deps, and don’t require Python 3.8
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- No changes
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Disable fault signal handlers on macOS
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- macos-bison: Update to 3.8.2 and add an ARM64 build
+- wrap: update libpsl to 0.21.2
+
+Cerbero build tool and packaging changes in 1.22.6
+
+- Add Rust support for MSVC ARM64
+- Recognise PERL5LIB as a joinable Unix variable
+- Recognise Manjaro as an Arch derivative
+- Fix picking up cmake from build-tools
+
+Contributors to 1.22.6
+
+Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
+Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
+Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
+Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
+Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
+Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
+Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
+Xabier Rodriguez Calvar,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.6
+
+- List of Merge Requests applied in 1.22.6
+- List of Issues fixed in 1.22.6
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-python-1.22.5/RELEASE new/gst-python-1.22.6/RELEASE
--- old/gst-python-1.22.5/RELEASE 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-python-1.22.6/RELEASE 2023-09-20 19:10:57.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gst-python 1.22.5.
+This is GStreamer gst-python 1.22.6.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-python-1.22.5/gst-python.doap new/gst-python-1.22.6/gst-python.doap
--- old/gst-python-1.22.5/gst-python.doap 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-python-1.22.6/gst-python.doap 2023-09-20 19:10:57.000000000 +0200
@@ -32,6 +32,16 @@
<release>
<Version>
+ <revision>1.22.6</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-09-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.22.6.tar.xz" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.5</revision>
<branch>1.22</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gst-python-1.22.5/meson.build new/gst-python-1.22.6/meson.build
--- old/gst-python-1.22.5/meson.build 2023-07-20 16:22:48.000000000 +0200
+++ new/gst-python-1.22.6/meson.build 2023-09-20 19:10:57.000000000 +0200
@@ -1,5 +1,5 @@
project('gst-python', 'c',
- version : '1.22.5',
+ version : '1.22.6',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'c_std=gnu99',
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.DacAMy/_old 2023-09-29 21:14:53.076586167 +0200
+++ /var/tmp/diff_new_pack.DacAMy/_new 2023-09-29 21:14:53.076586167 +0200
@@ -1,10 +1,10 @@
-Index: gst-python-1.22.5/meson.build
+Index: gst-python-1.22.6/meson.build
===================================================================
---- gst-python-1.22.5.orig/meson.build
-+++ gst-python-1.22.5/meson.build
+--- gst-python-1.22.6.orig/meson.build
++++ gst-python-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gst-python', 'c',
- version : '1.22.5',
+ version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package gstreamer-plugins-vaapi for openSUSE:Factory checked in at 2023-09-29 21:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-vaapi"
Fri Sep 29 21:13:43 2023 rev:62 rq:1114000 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-vaapi/gstreamer-plugins-vaapi.changes 2023-07-27 16:51:37.926093470 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-vaapi.new.28202/gstreamer-plugins-vaapi.changes 2023-09-29 21:14:50.512493655 +0200
@@ -1,0 +2,7 @@
+Fri Sep 22 16:40:05 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + No changes, stable bump only.
+- Rebase reduce-required-meson.patch.
+
+-------------------------------------------------------------------
Old:
----
gstreamer-vaapi-1.22.5.tar.xz
New:
----
gstreamer-vaapi-1.22.6.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-vaapi.spec ++++++
--- /var/tmp/diff_new_pack.xwPaO0/_old 2023-09-29 21:14:51.568531757 +0200
+++ /var/tmp/diff_new_pack.xwPaO0/_new 2023-09-29 21:14:51.568531757 +0200
@@ -19,7 +19,7 @@
%define gst_branch 1.0
Name: gstreamer-plugins-vaapi
-Version: 1.22.5
+Version: 1.22.6
Release: 0
Summary: Gstreamer VA-API plugins
License: LGPL-2.1-or-later
++++++ gstreamer-vaapi-1.22.5.tar.xz -> gstreamer-vaapi-1.22.6.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gstreamer-vaapi-1.22.5/ChangeLog new/gstreamer-vaapi-1.22.6/ChangeLog
--- old/gstreamer-vaapi-1.22.5/ChangeLog 2023-07-20 16:26:44.944482600 +0200
+++ new/gstreamer-vaapi-1.22.6/ChangeLog 2023-09-20 19:18:40.466997100 +0200
@@ -1,3 +1,19 @@
+=== release 1.22.6 ===
+
+2023-09-20 18:10:57 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * NEWS:
+ * RELEASE:
+ * gstreamer-vaapi.doap:
+ * meson.build:
+ Release 1.22.6
+
+2023-07-20 16:57:47 +0100 Tim-Philipp Müller <tim(a)centricular.com>
+
+ * meson.build:
+ Back to development
+ Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5082>
+
=== release 1.22.5 ===
2023-07-20 15:22:48 +0100 Tim-Philipp Müller <tim(a)centricular.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gstreamer-vaapi-1.22.5/NEWS new/gstreamer-vaapi-1.22.6/NEWS
--- old/gstreamer-vaapi-1.22.5/NEWS 2023-07-20 16:22:48.000000000 +0200
+++ new/gstreamer-vaapi-1.22.6/NEWS 2023-09-20 19:10:57.000000000 +0200
@@ -2189,6 +2189,183 @@
- List of Merge Requests applied in 1.22.5
- List of Issues fixed in 1.22.5
+1.22.6
+
+The sixth 1.22 bug-fix release (1.22.6) was released on 20 September
+2023.
+
+This release only contains bugfixes and security fixes and it should be
+safe to update from 1.22.x.
+
+Highlighted bugfixes in 1.22.6
+
+- Security fixes for the MXF demuxer and H.265 video parser
+- Fix latency regression in H.264 hardware decoder base class
+- androidmedia: fix HEVC codec profile registration and fix coded_data
+ handling
+- decodebin3: fix switching from a raw stream to an encoded stream
+- gst-inspect: prettier and more correct signal and action signals
+ printing
+- rtmp2: Allow NULL flash version, omitting the field, for better RTMP
+ server compatibility
+- rtspsrc: better compatibility with buggy RTSP servers that don’t set
+ a clock-rate
+- rtpjitterbuffer: fix integer overflow that led to more packets being
+ declared lost than have been lost
+- v4l2: fix video encoding regression on RPi and fix support for left
+ and top padding
+- waylandsink: Crop surfaces to their display width height
+- cerbero: recognise Manjaro; add Rust support for MSVC ARM64; cmake
+ detection fixes
+- various bug fixes, build fixes, memory leak fixes, and other
+ stability and reliability improvements
+
+gstreamer
+
+- gst-inspect: prettier and more correct signal printing, and print
+ action signals in g_signal_emit_by_name() format
+- gst-launch: Disable fault signal handlers on macOS
+
+gst-plugins-base
+
+- audio: Make sure to stop ringbuffer on error
+- decodebin3: avoid identity, sinkpad, parsebin leakage when reset
+ input
+- decodebin3: Ensure the slot is unlinked before linking to decoder
+- sdp: fix wrong debug log error message for missing clock-rate in
+ caps
+- sdp: Parse zero clock-rate as default
+
+gst-plugins-good
+
+- adaptivedemux2: fix memory leak
+- pulsedeviceprovider: fix incorrect usage of GST_ELEMENT_ERROR
+- qt: Unbreak build with qt-egl enabled but viv_fb missing
+- qt: Fix searching of qt5/qt6 tools with qmake in Meson
+- qtdemux: Fix premature EOS when some files are played in push mode
+- qtdemux: attach cbcs crypt info at the right moment
+- rtpjitterbuffer: Avoid integer overflow in max saveable packets
+ calculation with negative offset
+- videoflip: fix concurrent access when modifying the tag list
+- v4l2: allocator: Don’t close foreign dmabuf
+- v4l2: bufferpool: Fix large encoded stream regression
+- v4l2: bufferpool: Problems when checking for truncated buffer
+- v4l2: Fix support for left and top padding
+- v4l2object: clear format lists if source change event is received
+
+gst-plugins-bad
+
+- androidmedia/enc: handle codec-data before popping
+ GstVideoCodecFrames
+- androidmedia: fix hevc codec profile registration
+- androidmedia: Small fixes
+- androidmedia: Add more null checks (of env) to JNI utilities
+- applemedia: Fix pixel format for I420 and NV12
+- audiolatency: Forward latency query and event upstream
+- av1parser: Fix segmentation params update
+- codecparsers: Fix MPEG-1 aspect ratio table
+- d3d11convert: Passthrough allocation query on same caps
+- h264decoder: Update latency dynamically
+- h265parser: Allow partially broken hvcC data
+- h265parser: Fix possible overflow using max_sub_layers_minus1
+- hlssink2: Always use forward slash separator
+- mdns: Fix a crash on context error
+- mxfdemux: Fix integer overflow causing out of bounds writes when
+ handling invalid uncompressed video and check channels for AES3
+- nvencoder: Fix negotiation error when interlace-mode is unspecified
+- rtmp2: Allow NULL flash version, omitting the field
+- rtmp2sink: fix crash if message conversion failed
+- transcodebin: Fixes for upstream selectable support
+- va: Fix in error logs functions mismatches
+- waylandsink: Crop surfaces to their display width height
+- waylandsink: Fix cropping for video with non-square aspect ratio
+- webrtc: Fix docs for create-data-channel action signal
+- win32ipc: Fix pipe handle leak
+
+gst-plugins-ugly
+
+- No changes
+
+gst-plugins-rs
+
+- fallbackswitch: locking/deadlock fixes
+- onvifmetadataparse: Skip metadata frames with unrepresentable UTC
+ time
+- transcriberbin: Configure audioresample in front of transcriber
+- webrtcsink: Propagate GstContext messages
+- webrtcsink: Add support for d3d11 memory and qsvh264enc
+- webrtcsink: fix TWCC extension adding
+- webrtcsink: don’t forget to setup encoders for discoveries
+- webrtcsink: NVIDIA V4L2 encoders always require NVMM memory
+- meson: Fix handling of optional deps, and don’t require Python 3.8
+
+gst-libav
+
+- No changes
+
+gst-rtsp-server
+
+- No changes
+
+gstreamer-vaapi
+
+- No changes
+
+gstreamer-sharp
+
+- No changes
+
+gst-omx
+
+- No changes
+
+gst-python
+
+- No changes
+
+gst-editing-services
+
+- No changes
+
+gst-validate + gst-integration-testsuites
+
+- gst-validate: Disable fault signal handlers on macOS
+
+gst-examples
+
+- No changes
+
+Development build environment
+
+- macos-bison: Update to 3.8.2 and add an ARM64 build
+- wrap: update libpsl to 0.21.2
+
+Cerbero build tool and packaging changes in 1.22.6
+
+- Add Rust support for MSVC ARM64
+- Recognise PERL5LIB as a joinable Unix variable
+- Recognise Manjaro as an Arch derivative
+- Fix picking up cmake from build-tools
+
+Contributors to 1.22.6
+
+Akihiro Sagawa, Alicia Boya García, Guillaume Desmottes, Haihua Hu,
+Hugues Fruchet, Ivan Molodetskikh, Jan Alexander Steffens (heftig), Jan
+Schmidt, L. E. Segovia, Mathieu Duponchelle, Matthew Waters, Ming Qian,
+Nicolas Dufresne, Nirbheek Chauhan, Olivier Blin, Olivier Crête,
+Philippe Normand, Piotr Brzeziński, Robert Ayrapetyan, Ryan Pavlik,
+Sebastian Dröge, Seungha Yang, Stéphane Cerveau, Stephan Seitz, Thomas
+Schneider, Tim-Philipp Müller, Víctor Manuel Jáquez Leal, Wang Chuan,
+Xabier Rodriguez Calvar,
+
+… and many others who have contributed bug reports, translations, sent
+suggestions or helped testing. Thank you all!
+
+List of merge requests and issues fixed in 1.22.6
+
+- List of Merge Requests applied in 1.22.6
+- List of Issues fixed in 1.22.6
+
Schedule for 1.24
Our next major feature release will be 1.24, and 1.23 will be the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gstreamer-vaapi-1.22.5/RELEASE new/gstreamer-vaapi-1.22.6/RELEASE
--- old/gstreamer-vaapi-1.22.5/RELEASE 2023-07-20 16:22:48.000000000 +0200
+++ new/gstreamer-vaapi-1.22.6/RELEASE 2023-09-20 19:10:57.000000000 +0200
@@ -1,4 +1,4 @@
-This is GStreamer gstreamer-vaapi 1.22.5.
+This is GStreamer gstreamer-vaapi 1.22.6.
The GStreamer team is thrilled to announce a new major feature release
of your favourite cross-platform multimedia framework!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gstreamer-vaapi-1.22.5/gstreamer-vaapi.doap new/gstreamer-vaapi-1.22.6/gstreamer-vaapi.doap
--- old/gstreamer-vaapi-1.22.5/gstreamer-vaapi.doap 2023-07-20 16:22:48.000000000 +0200
+++ new/gstreamer-vaapi-1.22.6/gstreamer-vaapi.doap 2023-09-20 19:10:57.000000000 +0200
@@ -27,6 +27,16 @@
<release>
<Version>
+ <revision>1.22.6</revision>
+ <branch>1.22</branch>
+ <name></name>
+ <created>2023-09-20</created>
+ <file-release rdf:resource="https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.22.…" />
+ </Version>
+ </release>
+
+ <release>
+ <Version>
<revision>1.22.5</revision>
<branch>1.22</branch>
<name></name>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gstreamer-vaapi-1.22.5/meson.build new/gstreamer-vaapi-1.22.6/meson.build
--- old/gstreamer-vaapi-1.22.5/meson.build 2023-07-20 16:22:48.000000000 +0200
+++ new/gstreamer-vaapi-1.22.6/meson.build 2023-09-20 19:10:57.000000000 +0200
@@ -1,5 +1,5 @@
project('gstreamer-vaapi', 'c',
- version : '1.22.5',
+ version : '1.22.6',
meson_version : '>= 0.62',
default_options : [ 'warning_level=1',
'buildtype=debugoptimized' ])
++++++ reduce-required-meson.patch ++++++
--- /var/tmp/diff_new_pack.xwPaO0/_old 2023-09-29 21:14:51.816540705 +0200
+++ /var/tmp/diff_new_pack.xwPaO0/_new 2023-09-29 21:14:51.824540994 +0200
@@ -1,10 +1,10 @@
-Index: gstreamer-1.22.5/meson.build
+Index: gstreamer-1.22.6/meson.build
===================================================================
---- gstreamer-1.22.5.orig/meson.build
-+++ gstreamer-1.22.5/meson.build
+--- gstreamer-1.22.6.orig/meson.build
++++ gstreamer-1.22.6/meson.build
@@ -1,6 +1,6 @@
project('gstreamer-vaapi', 'c',
- version : '1.22.5',
+ version : '1.22.6',
- meson_version : '>= 0.62',
+ meson_version : '>= 0.61',
default_options : [ 'warning_level=1',
1
0
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-09-29 21:13:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-plugins-rs (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-plugins-rs"
Fri Sep 29 21:13:40 2023 rev:22 rq:1113997 version:1.22.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gstreamer-plugins-rs.changes 2023-07-27 16:51:40.878110149 +0200
+++ /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.28202/gstreamer-plugins-rs.changes 2023-09-29 21:14:46.448347021 +0200
@@ -1,0 +2,21 @@
+Fri Sep 22 14:29:14 UTC 2023 - Bjørn Lie <bjorn.lie(a)gmail.com>
+
+- Update to version 1.22.6:
+ + fallbackswitch: locking/deadlock fixes
+ + onvifmetadataparse: Skip metadata frames with unrepresentable
+ UTC time
+ + transcriberbin: Configure audioresample in front of transcriber
+ + webrtcsink:
+ - Propagate GstContext messages
+ - Add support for d3d11 memory and qsvh264enc
+ - Fix TWCC extension adding
+ - Don't forget to setup encoders for discoveries
+ - NVIDIA V4L2 encoders always require NVMM memory
+ + meson: Fix handling of optional deps, and don't require
+ Python-3.8
+- Switch service to do the tag released with the other gstreamer
+ packages. Gstreamer-plugins-rs are now released at the same time
+ as the gstreamer main packages.
+- Switch compression to zst both in service and tarball produced.
+
+-------------------------------------------------------------------
Old:
----
gst-plugins-rs-0.10.11.obscpio
New:
----
gst-plugins-rs-1.22.6.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-plugins-rs.spec ++++++
--- /var/tmp/diff_new_pack.pI6M4R/_old 2023-09-29 21:14:49.556459162 +0200
+++ /var/tmp/diff_new_pack.pI6M4R/_new 2023-09-29 21:14:49.556459162 +0200
@@ -29,14 +29,14 @@
%endif
Name: gstreamer-plugins-rs
-Version: 0.10.11
+Version: 1.22.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
-Source: %{_name}-%{version}.tar.xz
+Source: %{_name}-%{version}.tar.zst
Source2: vendor.tar.zst
Source3: cargo_config
Source4: gstreamer-plugins-rs.appdata.xml
++++++ _service ++++++
--- /var/tmp/diff_new_pack.pI6M4R/_old 2023-09-29 21:14:49.600460749 +0200
+++ /var/tmp/diff_new_pack.pI6M4R/_new 2023-09-29 21:14:49.604460894 +0200
@@ -3,18 +3,15 @@
<service name="obs_scm" mode="manual">
<param name="url">https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git</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.11</param>
-<!-- <param name="changesgenerate">enable</param> -->
+ <param name="versionformat">1.22.6</param>
+ <param name="revision">refs/tags/gstreamer-1.22.6</param>
<param name="scm">git</param>
</service>
<service name="set_version" mode="manual"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
- <param name="compression">xz</param>
+ <param name="compression">zst</param>
</service>
<service name="cargo_vendor" mode="manual">
<param name="srcdir">gst-plugins-rs</param>
++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.pI6M4R/_old 2023-09-29 21:14:49.632461904 +0200
+++ /var/tmp/diff_new_pack.pI6M4R/_new 2023-09-29 21:14:49.636462048 +0200
@@ -1,14 +1,14 @@
[source.crates-io]
replace-with = "vendored-sources"
-[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=0.17"]
+[source."git+https://github.com/gtk-rs/gtk-rs-core?branch=0.16"]
git = "https://github.com/gtk-rs/gtk-rs-core"
-branch = "0.17"
+branch = "0.16"
replace-with = "vendored-sources"
-[source."git+https://github.com/gtk-rs/gtk4-rs?branch=0.6"]
+[source."git+https://github.com/gtk-rs/gtk4-rs?branch=0.5"]
git = "https://github.com/gtk-rs/gtk4-rs"
-branch = "0.6"
+branch = "0.5"
replace-with = "vendored-sources"
[source."git+https://github.com/rust-av/ffv1.git?rev=2afb025a327173ce891954c052e804d…"]
@@ -20,9 +20,9 @@
git = "https://github.com/rust-av/flavors"
replace-with = "vendored-sources"
-[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.20"]
+[source."git+https://gitlab.freedesktop.org/gstreamer/gstreamer-rs?branch=0.19"]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
-branch = "0.20"
+branch = "0.19"
replace-with = "vendored-sources"
[source.vendored-sources]
++++++ gst-plugins-rs-0.10.11.obscpio -> gst-plugins-rs-1.22.6.obscpio ++++++
/work/SRC/openSUSE:Factory/gstreamer-plugins-rs/gst-plugins-rs-0.10.11.obscpio /work/SRC/openSUSE:Factory/.gstreamer-plugins-rs.new.28202/gst-plugins-rs-1.22.6.obscpio differ: char 48, line 1
++++++ gst-plugins-rs.obsinfo ++++++
--- /var/tmp/diff_new_pack.pI6M4R/_old 2023-09-29 21:14:49.668463203 +0200
+++ /var/tmp/diff_new_pack.pI6M4R/_new 2023-09-29 21:14:49.672463347 +0200
@@ -1,5 +1,5 @@
name: gst-plugins-rs
-version: 0.10.11
-mtime: 1689853403
-commit: d8db1f502daf973314315c4cd2b3d9baf483cdec
+version: 1.22.6
+mtime: 1695228300
+commit: 1d52139e35dd66ce6038aad05ca5cd6059df900d
++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.pI6M4R/_old and /var/tmp/diff_new_pack.pI6M4R/_new differ
1
0
Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-podman for openSUSE:Factory checked in at 2023-09-29 21:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-podman (Old)
and /work/SRC/openSUSE:Factory/.python-podman.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-podman"
Fri Sep 29 21:13:39 2023 rev:11 rq:1113989 version:4.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-podman/python-podman.changes 2023-07-25 11:53:19.838234979 +0200
+++ /work/SRC/openSUSE:Factory/.python-podman.new.28202/python-podman.changes 2023-09-29 21:14:44.932292322 +0200
@@ -1,0 +2,27 @@
+Thu Sep 28 04:38:02 UTC 2023 - Johannes Kastl <kastl(a)b1-systems.de>
+
+- update to 4.6.0:
+ * Bump version to v4.6.0 by @umohnani8 in #303
+ * Packit: mention downstream_package_name: python-podman in
+ config by @lsm5 in #306
+ * Bump version on main to 4.7.0-dev by @umohnani8 in #304
+ * Add read_write_tmpfs by @msisj in #302
+ * Update dependency containers/automation_images to v20230807 by
+ @renovate in #308
+ * remove direct logging to sys.stderr by @chnrxn in #311
+ * packit: Build PRs into default packit COPRs by @martinpitt in
+ #310
+ * Update dependency ubuntu to v22 by @renovate in #313
+ * Update dependency containers/automation_images to v20230809 by
+ @renovate in #314
+ * [skip-ci] Update tim-actions/commit-message-checker-with-regex
+ action to v0.3.2 by @renovate in #317
+ * Fix assertation error in manifest.py by @umohnani8 in #320
+ * Update dependency containers/automation_images to v20230816 by
+ @renovate in #316
+ * Fixes the secrets parameter, adds the secret_env parameter by
+ @andryyy in #319
+ * Fix image SCP when not providing quiet by @hpvb in #321
+ * Change default value for tty in exec_run by @maxi0604 in #324
+
+-------------------------------------------------------------------
Old:
----
podman-4.6.0.tar.gz
New:
----
podman-4.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-podman.spec ++++++
--- /var/tmp/diff_new_pack.tkfHlP/_old 2023-09-29 21:14:46.068333311 +0200
+++ /var/tmp/diff_new_pack.tkfHlP/_new 2023-09-29 21:14:46.072333455 +0200
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-podman%{psuffix}
-Version: 4.6.0
+Version: 4.7.0
Release: 0
Summary: A library to interact with a Podman server
License: Apache-2.0
++++++ _service ++++++
--- /var/tmp/diff_new_pack.tkfHlP/_old 2023-09-29 21:14:46.104334610 +0200
+++ /var/tmp/diff_new_pack.tkfHlP/_new 2023-09-29 21:14:46.108334754 +0200
@@ -1,5 +1,5 @@
<services>
- <service name="download_files" mode="disabled">
+ <service name="download_files" mode="manual">
</service>
</services>
++++++ podman-4.6.0.tar.gz -> podman-4.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/.cirrus.yml new/podman-py-4.7.0/.cirrus.yml
--- old/podman-py-4.6.0/.cirrus.yml 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/.cirrus.yml 2023-09-25 20:53:21.000000000 +0200
@@ -17,7 +17,7 @@
FEDORA_NAME: "fedora-38"
# Google-cloud VM Images
- IMAGE_SUFFIX: "c20230614t132754z-f38f37d13"
+ IMAGE_SUFFIX: "c20230816t191118z-f38f37d13"
FEDORA_CACHE_IMAGE_NAME: "fedora-podman-py-${IMAGE_SUFFIX}"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/.github/workflows/pr.yml new/podman-py-4.7.0/.github/workflows/pr.yml
--- old/podman-py-4.6.0/.github/workflows/pr.yml 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/.github/workflows/pr.yml 2023-09-25 20:53:21.000000000 +0200
@@ -4,7 +4,7 @@
jobs:
commit:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
# Only check commits on pull requests.
if: github.event_name == 'pull_request'
steps:
@@ -15,7 +15,7 @@
token: ${{ secrets.GITHUB_TOKEN }}
- name: check subject line length
- uses: tim-actions/commit-message-checker-with-regex(a)v0.3.1
+ uses: tim-actions/commit-message-checker-with-regex(a)v0.3.2
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
pattern: '^.{0,72}(\n.*)*$'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/.packit.yaml new/podman-py-4.7.0/.packit.yaml
--- old/podman-py-4.6.0/.packit.yaml 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/.packit.yaml 2023-09-25 20:53:21.000000000 +0200
@@ -2,26 +2,26 @@
# See the documentation for more information:
# https://packit.dev/docs/configuration/
-# Build targets can be found at:
-# https://copr.fedorainfracloud.org/coprs/rhcontainerbot/packit-builds/
-
+downstream_package_name: python-podman
specfile_path: rpm/python-podman.spec
upstream_tag_template: v{version}
+srpm_build_deps:
+ - make
+
jobs:
- - &copr
- job: copr_build
+ - job: copr_build
trigger: pull_request
- owner: rhcontainerbot
- project: packit-builds
- enable_net: true
- srpm_build_deps:
- - make
+ targets:
+ - fedora-all
+ - centos-stream-8
+ - centos-stream-9
- - <<: *copr
- # Run on commit to main branch
+ # Run on commit to main branch
+ - job: copr_build
trigger: commit
branch: main
+ owner: rhcontainerbot
project: podman-next
- job: propose_downstream
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/Makefile new/podman-py-4.7.0/Makefile
--- old/podman-py-4.6.0/Makefile 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/Makefile 2023-09-25 20:53:21.000000000 +0200
@@ -8,7 +8,7 @@
EPOCH_TEST_COMMIT ?= $(shell git merge-base $${DEST_BRANCH:-main} HEAD)
HEAD ?= HEAD
-export PODMAN_VERSION ?= "4.6.0"
+export PODMAN_VERSION ?= "4.7.0"
.PHONY: podman
podman:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/domain/containers.py new/podman-py-4.7.0/podman/domain/containers.py
--- old/podman-py-4.6.0/podman/domain/containers.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/domain/containers.py 2023-09-25 20:53:21.000000000 +0200
@@ -131,7 +131,7 @@
stdout: bool = True,
stderr: bool = True,
stdin: bool = False,
- tty: bool = True,
+ tty: bool = False,
privileged: bool = False,
user=None,
detach: bool = False,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/domain/containers_create.py new/podman-py-4.7.0/podman/domain/containers_create.py
--- old/podman-py-4.6.0/podman/domain/containers_create.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/domain/containers_create.py 2023-09-25 20:53:21.000000000 +0200
@@ -103,7 +103,7 @@
mounts (List[Mount]): Specification for mounts to be added to the container. More
powerful alternative to volumes. Each item in the list is expected to be a
Mount object.
- For example :
+ For example:
[
{
"type": "bind",
@@ -190,6 +190,8 @@
privileged (bool): Give extended privileges to this container.
publish_all_ports (bool): Publish all ports to the host.
read_only (bool): Mount the container's root filesystem as read only.
+ read_write_tmpfs (bool): Mount temporary file systems as read write,
+ in case of read_only options set to True. Default: False
remove (bool): Remove the container when it has finished running. Default: False.
restart_policy (Dict[str, Union[str, int]]): Restart the container when it exits.
Configured as a dictionary with keys:
@@ -200,7 +202,37 @@
For example: {"Name": "on-failure", "MaximumRetryCount": 5}
runtime (str): Runtime to use with this container.
- secrets (Union[List[Secret]|List[str]]): Secrets to add to this container.
+ secrets (List[Union[str, Secret, Dict[str, Union[str, int]]]]): Secrets to
+ mount to this container.
+
+ For example:
+ - As list of strings, each string representing a secret's ID or name:
+ ['my_secret', 'my_secret2']
+
+ - As list of Secret objects the corresponding IDs are read from:
+ [Secret, Secret]
+
+ - As list of dictionaries:
+ [
+ {
+ "source": "my_secret", # A string representing the ID or name of
+ # a secret
+ "target": "/my_secret", # An optional target to mount source to,
+ # falls back to /run/secrets/source
+ "uid": 1000, # An optional UID that falls back to 0
+ # if not given
+ "gid": 1000, # An optional GID that falls back to 0
+ # if not given
+ "mode": 0o400, # An optional mode to apply to the target,
+ # use an 0o prefix for octal integers
+ },
+ ]
+
+ secret_env (Dict[str, str]): Secrets to add as environment variables available in the
+ container.
+
+ For example: {"VARIABLE1": "NameOfSecret", "VARIABLE2": "NameOfAnotherSecret"}
+
security_opt (List[str]): A List[str]ing values to customize labels for MLS systems,
such as SELinux.
shm_size (Union[str, int]): Size of /dev/shm (e.g. 1G).
@@ -424,6 +456,7 @@
"r_limits": [],
"raw_image_name": pop("raw_image_name"), # TODO document, podman only
"read_only_filesystem": pop("read_only"),
+ "read_write_tmpfs": pop("read_write_tmpfs"),
"remove": args.pop("remove", args.pop("auto_remove", None)),
"resource_limits": {},
"rootfs": pop("rootfs"),
@@ -608,9 +641,19 @@
for item in args.pop("secrets", []):
if isinstance(item, Secret):
- params["secrets"].append({"ID": item.id})
+ params["secrets"].append({"source": item.id})
elif isinstance(item, str):
- params["secrets"].append({"ID": item})
+ params["secrets"].append({"source": item})
+ elif isinstance(item, dict):
+ secret = {}
+ secret_opts = ["source", "target", "uid", "gid", "mode"]
+ for k, v in item.items():
+ if k in secret_opts:
+ secret.update({k: v})
+ params["secrets"].append(secret)
+
+ if "secret_env" in args:
+ params["secret_env"] = args.pop("secret_env", {})
if "cgroupns" in args:
params["cgroupns"] = {"nsmode": args.pop("cgroupns")}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/domain/images_manager.py new/podman-py-4.7.0/podman/domain/images_manager.py
--- old/podman-py-4.6.0/podman/domain/images_manager.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/domain/images_manager.py 2023-09-25 20:53:21.000000000 +0200
@@ -411,11 +411,10 @@
Raises:
APIError: when service returns an error
"""
- params = {}
- if dest is not None and quiet:
- params = {"destination": dest, "quiet": quiet}
- elif quiet:
- params = {"quiet": quiet}
+ params = {"quiet": quiet}
+ if dest is not None:
+ params["destination"] = dest
+
response = self.client.post(f"/images/scp/{source}", params=params)
response.raise_for_status()
return response.json()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/domain/networks_manager.py new/podman-py-4.7.0/podman/domain/networks_manager.py
--- old/podman-py-4.6.0/podman/domain/networks_manager.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/domain/networks_manager.py 2023-09-25 20:53:21.000000000 +0200
@@ -10,7 +10,6 @@
"""
import ipaddress
import logging
-import sys
from contextlib import suppress
from typing import Any, Dict, List, Optional
@@ -73,7 +72,6 @@
headers={"Content-Type": "application/json"},
)
response.raise_for_status()
- sys.stderr.write(str(response.json()))
return self.prepare_model(attrs=response.json())
def _prepare_ipam(self, data: Dict[str, Any], ipam: Dict[str, Any]):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/tests/__init__.py new/podman-py-4.7.0/podman/tests/__init__.py
--- old/podman-py-4.6.0/podman/tests/__init__.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/tests/__init__.py 2023-09-25 20:53:21.000000000 +0200
@@ -3,5 +3,5 @@
# Do not auto-update these from version.py,
# as test code should be changed to reflect changes in Podman API versions
BASE_SOCK = "unix:///run/api.sock"
-LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.6.0/libpod"
+LIBPOD_URL = "http://%2Frun%2Fapi.sock/v4.7.0/libpod"
COMPATIBLE_URL = "http://%2Frun%2Fapi.sock/v1.40"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/tests/integration/test_container_create.py new/podman-py-4.7.0/podman/tests/integration/test_container_create.py
--- old/podman-py-4.6.0/podman/tests/integration/test_container_create.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/tests/integration/test_container_create.py 2023-09-25 20:53:21.000000000 +0200
@@ -276,6 +276,52 @@
# validate if proper device was added (by major/minor numbers)
self.assertEqual(source_match.group(1), destination_match.group(1))
+ def test_read_write_tmpfs(self):
+ test_cases = [
+ {"read_write_tmpfs": True, "failed_container": False},
+ {
+ "read_write_tmpfs": False,
+ "failed_container": True,
+ "expected_output": "Read-only file system",
+ },
+ {
+ "read_write_tmpfs": None,
+ "failed_container": True,
+ "expected_output": "Read-only file system",
+ },
+ ]
+
+ for test in test_cases:
+ read_write_tmpfs = test.get('read_write_tmpfs')
+ with self.subTest(f"Check read_write_tmpfs set to {read_write_tmpfs}"):
+ kwargs = (
+ {"read_write_tmpfs": read_write_tmpfs} if read_write_tmpfs is not None else {}
+ )
+ container = self.client.containers.create(
+ self.alpine_image,
+ read_only=True,
+ command=["/bin/touch", "/tmp/test_file"],
+ **kwargs,
+ )
+
+ self.containers.append(container)
+
+ container.start()
+ container.wait()
+
+ inspect = container.inspect()
+ logs = b"\n".join(container.logs(stderr=True)).decode()
+
+ if test.get("failed_container") is True:
+ self.assertNotEqual(inspect.get("State", {}).get("ExitCode", -1), 0)
+ else:
+ self.assertEqual(inspect.get("State", {}).get("ExitCode", -1), 0)
+
+ expected_output = test.get("expected_output")
+ if expected_output:
+ print(inspect)
+ self.assertIn(expected_output, logs)
+
if __name__ == '__main__':
unittest.main()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/tests/integration/test_manifests.py new/podman-py-4.7.0/podman/tests/integration/test_manifests.py
--- old/podman-py-4.6.0/podman/tests/integration/test_manifests.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/tests/integration/test_manifests.py 2023-09-25 20:53:21.000000000 +0200
@@ -66,7 +66,7 @@
with self.subTest("Remove digest"):
manifest.remove(self.alpine_image.attrs["RepoDigests"][0])
- self.assertIsNone(manifest.attrs["manifests"])
+ self.assertEqual(manifest.attrs["manifests"], [])
def test_create_409(self):
"""Test that invalid Image names are caught and not corrupt storage."""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/podman/version.py new/podman-py-4.7.0/podman/version.py
--- old/podman-py-4.6.0/podman/version.py 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/podman/version.py 2023-09-25 20:53:21.000000000 +0200
@@ -1,4 +1,4 @@
"""Version of PodmanPy."""
-__version__ = "4.6.0"
+__version__ = "4.7.0"
__compatible_version__ = "1.40"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/podman-py-4.6.0/setup.cfg new/podman-py-4.7.0/setup.cfg
--- old/podman-py-4.6.0/setup.cfg 2023-07-24 14:05:07.000000000 +0200
+++ new/podman-py-4.7.0/setup.cfg 2023-09-25 20:53:21.000000000 +0200
@@ -1,6 +1,6 @@
[metadata]
name = podman
-version = 4.6.0
+version = 4.7.0
author = Brent Baude, Jhon Honce
author_email = jhonce(a)redhat.com
description = Bindings for Podman RESTful API
1
0