Overview

Request 1740 (accepted)

updated to 0.35 and fixed build

Submit package home:Aloysius:branches:Multimedia / tovid to package Multimedia / tovid

tovid.changes Changed
x
 
1
@@ -1,4 +1,11 @@
2
 -------------------------------------------------------------------
3
+Sat Mar 14 15:34:58 UTC 2015 - aloisio@gmx.com
4
+
5
+- Update to 0.35
6
+  * full changelog at http://tovid.wikia.com/wiki/Tovid_changelog 
7
+- Fixed build for 13.2 and newer
8
+
9
+-------------------------------------------------------------------
10
 Fri Dec 26 15:40:08 UTC 2014 - obs@botter.cc
11
 
12
 - Require /usr/bin/mkisofs instead of just mkisofs [PM-118] 
13
tovid.spec Changed
44
 
1
@@ -10,13 +10,13 @@
2
 
3
 Summary:        Video conversion and DVD authoring tools
4
 Name:           tovid
5
-Version:        0.34
6
+Version:        0.35
7
 Release:        0.pm.1
8
 Group:          Productivity/Multimedia/Video/Editors and Convertors
9
-License:        GNU General Public License version 2 or later (GPLv2 or later)
10
+License:        GPL-2.0+
11
 Url:            http://tovid.sourceforge.net/
12
 # http://tovid.googlecode.com/files/tovid-%{version}.tar.gz
13
-Source:         tovid-%{version}.tar.bz2
14
+Source:         tovid-%{version}.tar.gz
15
 Source90:       %{name}-rpmlintrc
16
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
17
 %if %suse_version > 1110
18
@@ -46,7 +46,11 @@
19
 %endif
20
 Requires:       python-cairo
21
 Requires:       python-imaging
22
-Requires:       python-wxGTK
23
+%if 0%{?suse_version} >= 1320
24
+Requires:       python-wxGTK >= 3.0
25
+%else
26
+Requires:       python-wxGTK < 3.0
27
+%endif
28
 Requires:       sox
29
 Requires:       transcode
30
 Requires:       vcdimager
31
@@ -66,7 +70,11 @@
32
 BuildRequires:  normalize
33
 BuildRequires:  python-cairo
34
 BuildRequires:  python-imaging
35
-BuildRequires:  python-wxGTK
36
+%if 0%{?suse_version} >= 1320
37
+BuildRequires:  python-wxGTK >= 3.0
38
+%else
39
+BuildRequires:  python-wxGTK < 3.0
40
+%endif
41
 BuildRequires:  sox
42
 BuildRequires:  transcode
43
 BuildRequires:  vcdimager
44
tovid-0.34.tar.bz2 -> tovid-0.35.tar.gz Changed
Refresh
Refresh
Request History
Luigi Baldoni's avatar

Aloysius created request about 10 years ago

updated to 0.35 and fixed build


Olaf Hering's avatar

olh accepted request about 10 years ago