Changes of Revision 30

obs-studio.changes Changed
x
 
1
@@ -1,4 +1,9 @@
2
 -------------------------------------------------------------------
3
+Fri Jun  2 14:52:50 UTC 2023 - Hans-Peter Jansen <hp@urpla.net>
4
+
5
+- Build with Qt6 for Tumbleweed and with Qt5 otherwise
6
+
7
+-------------------------------------------------------------------
8
 Thu Jun 01 18:46:53 UTC 2023 - hpj@urpla.net
9
 
10
 - Update to version 29.1.2:
11
obs-studio.spec Changed
13
 
1
@@ -7,7 +7,11 @@
2
 %bcond_with cef
3
 %endif
4
 
5
+%if 0%{?suse_version} > 1500
6
 %define qt_version 6
7
+%else
8
+%define qt_version 5
9
+%endif
10
 %bcond_without websockets
11
 
12
 Name:           obs-studio
13