Changes of Revision 35
obs-studio.changes
Changed
x
1
2
-------------------------------------------------------------------
3
-Wed Jun 21 10:01:11 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
4
-
5
-- Add workaround to build TW aarch64 version with python310,
6
- until proper TW snapshot with primary python311 is released
7
-
8
--------------------------------------------------------------------
9
Wed Jun 21 08:03:37 UTC 2023 - hpj@urpla.net
10
11
- Update to version 29.1.3:
12
obs-studio.spec
Changed
20
1
2
BuildRequires: pkgconfig(websocketpp) >= 0.8.0
3
BuildRequires: pkgconfig(asio) >= 1.12.1
4
%endif
5
-# temporary workaround
6
-# TW has %%primary_python python311 already
7
-# but no proper TW aarch64 snapshot release
8
-# needs to be removed, when python311 settled
9
-%if 0%{?suse_version} > 1500
10
-%ifarch aarch64
11
-BuildRequires: python310-devel
12
-#!BuildIgnore: python311-base
13
-%else
14
BuildRequires: python3-devel
15
-%endif
16
-%endif
17
###
18
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
19
BuildRequires: speexdsp-devel
20