From 4c16c0b069867cbfb451b0fa1a0b282fc2dba8ff Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 2 Sep 2022 11:22:42 +0200 Subject: [PATCH] Update version to 0.3.57 --- 0001-avb-fix-compilation-on-big-endian.patch | 25 -------------------- 0002-avb-fix-compilation-on-big-endian.patch | 25 -------------------- 0003-avb-fix-compilation-on-big-endian.patch | 25 -------------------- pipewire.spec | 11 +++++---- sources | 2 +- 5 files changed, 7 insertions(+), 81 deletions(-) delete mode 100644 0001-avb-fix-compilation-on-big-endian.patch delete mode 100644 0002-avb-fix-compilation-on-big-endian.patch delete mode 100644 0003-avb-fix-compilation-on-big-endian.patch diff --git a/0001-avb-fix-compilation-on-big-endian.patch b/0001-avb-fix-compilation-on-big-endian.patch deleted file mode 100644 index 802874c..0000000 --- a/0001-avb-fix-compilation-on-big-endian.patch +++ /dev/null @@ -1,25 +0,0 @@ -From aaa015d0c0c66b64c7198a34ad3c4b43445667d2 Mon Sep 17 00:00:00 2001 -From: Wim Taymans -Date: Tue, 19 Jul 2022 13:06:52 +0200 -Subject: [PATCH 1/3] avb: fix compilation on big endian - ---- - spa/plugins/avb/avbtp/packets.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/spa/plugins/avb/avbtp/packets.h b/spa/plugins/avb/avbtp/packets.h -index 7047456bf..3d4a652ee 100644 ---- a/spa/plugins/avb/avbtp/packets.h -+++ b/spa/plugins/avb/avbtp/packets.h -@@ -116,7 +116,7 @@ struct spa_avbtp_packet_aaf { - unsigned gv:1; - unsigned tv:1; - -- uint8_t seq_number; -+ uint8_t seq_num; - - unsigned _r2:7; - unsigned tu:1; --- -2.36.1 - diff --git a/0002-avb-fix-compilation-on-big-endian.patch b/0002-avb-fix-compilation-on-big-endian.patch deleted file mode 100644 index 7b214f0..0000000 --- a/0002-avb-fix-compilation-on-big-endian.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 1a5ec4452fa21592eaeeb823ad95a1db6eb60376 Mon Sep 17 00:00:00 2001 -From: Wim Taymans -Date: Tue, 19 Jul 2022 13:49:42 +0200 -Subject: [PATCH 2/3] avb: fix compilation on big endian - ---- - src/modules/module-avb/aaf.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/modules/module-avb/aaf.h b/src/modules/module-avb/aaf.h -index cb4871ca6..b444ce251 100644 ---- a/src/modules/module-avb/aaf.h -+++ b/src/modules/module-avb/aaf.h -@@ -35,7 +35,7 @@ struct avb_packet_aaf { - unsigned gv:1; - unsigned tv:1; - -- uint8_t seq_number; -+ uint8_t seq_num; - - unsigned _r2:7; - unsigned tu:1; --- -2.36.1 - diff --git a/0003-avb-fix-compilation-on-big-endian.patch b/0003-avb-fix-compilation-on-big-endian.patch deleted file mode 100644 index edea1b5..0000000 --- a/0003-avb-fix-compilation-on-big-endian.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 328f289f42eb88408ed9534be831edf93d782a5b Mon Sep 17 00:00:00 2001 -From: Wim Taymans -Date: Tue, 19 Jul 2022 14:07:16 +0200 -Subject: [PATCH 3/3] avb: fix compilation on big endian - ---- - src/modules/module-avb/iec61883.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/modules/module-avb/iec61883.h b/src/modules/module-avb/iec61883.h -index d3b3a7daa..6ca8724ad 100644 ---- a/src/modules/module-avb/iec61883.h -+++ b/src/modules/module-avb/iec61883.h -@@ -37,7 +37,7 @@ struct avb_packet_iec61883 { - unsigned gv:1; - unsigned tv:1; - -- uint8_t seq_number; -+ uint8_t seq_num; - - unsigned _r2:7; - unsigned tu:1; --- -2.36.1 - diff --git a/pipewire.spec b/pipewire.spec index ef6d255..7e54469 100644 --- a/pipewire.spec +++ b/pipewire.spec @@ -1,6 +1,6 @@ %global majorversion 0 %global minorversion 3 -%global microversion 56 +%global microversion 57 %global apiversion 0.3 %global spaversion 0.2 @@ -9,7 +9,7 @@ %global ms_version 0.4.1 # For rpmdev-bumpspec and releng automation -%global baserelease 2 +%global baserelease 1 #global snapdate 20210107 #global gitcommit b17db2cebc1a5ab2c01851d29c05f79cd2f262bb @@ -80,9 +80,6 @@ Source1: https://gitlab.freedesktop.org/pipewire/media-session/-/archive/ %endif ## upstream patches -Patch0001: 0001-avb-fix-compilation-on-big-endian.patch -Patch0002: 0002-avb-fix-compilation-on-big-endian.patch -Patch0003: 0003-avb-fix-compilation-on-big-endian.patch ## upstreamable patches @@ -462,6 +459,7 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %license LICENSE COPYING %doc README.md %{_userunitdir}/pipewire.* +%{_userunitdir}/filter-chain.* %{_bindir}/pipewire %{_bindir}/pipewire-avb %{_mandir}/man1/pipewire.1* @@ -624,6 +622,9 @@ systemctl --no-reload preset --global pipewire.socket >/dev/null 2>&1 || : %endif %changelog +* Fri Sep 2 2022 Wim Taymans - 0.3.57-1 +- Update version to 0.3.57 + * Fri Jul 22 2022 Fedora Release Engineering - 0.3.56-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 5d92e00..81f4d0d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (pipewire-0.3.56.tar.gz) = a1ba598c56130a30e573d3ce3ac5879d800d3005a47075c45353d968c97c12f74d85802cd171b61558c06c474a03bbe4885396ca430a0af6c5672ed00f43d108 +SHA512 (pipewire-0.3.57.tar.gz) = f1fdd2d4093d5696b189b59497d16fed1fdb1a8fd14a563303c20b81b861e3bed7eaddb4b029d3ddb3e7ec248ff6b9db45a76d4e7a8fa6b7aa76ce23cfc6deae SHA512 (media-session-0.4.1.tar.gz) = bfce472b7260b280c0d3cd74d917f48655b5be9976c89a109e94b81af2c3664e83446e97db573cedba6e5d54dedf77195b80eb0a76f6bfc0e96e342557469f99