Update version to 0.3.57
This commit is contained in:
parent
1ca0af1061
commit
4c16c0b069
@ -1,25 +0,0 @@
|
||||
From aaa015d0c0c66b64c7198a34ad3c4b43445667d2 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
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
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
From 1a5ec4452fa21592eaeeb823ad95a1db6eb60376 Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
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
|
||||
|
||||
@ -1,25 +0,0 @@
|
||||
From 328f289f42eb88408ed9534be831edf93d782a5b Mon Sep 17 00:00:00 2001
|
||||
From: Wim Taymans <wtaymans@redhat.com>
|
||||
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
|
||||
|
||||
@ -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 <wtaymans@redhat.com> - 0.3.57-1
|
||||
- Update version to 0.3.57
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.56-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user