This commit is contained in:
parent
c8219a2ee2
commit
b0ea09b74a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 09:16:01 CEST 2007 - olh@suse.de
|
||||
|
||||
- remove private __u64 declaration, asm/types.h was fixed for -ansi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 6 13:34:04 CEST 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Video/Players
|
||||
Summary: Xine-Based Multimedia Player
|
||||
Version: 0.8.5
|
||||
Release: 6
|
||||
Release: 8
|
||||
%define rversion %version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: kdelibs3 >= %( echo `rpm -q --queryformat '%{VERSION}' kdelibs3`)
|
||||
@ -144,6 +144,8 @@ kde_post_install
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Aug 10 2007 - olh@suse.de
|
||||
- remove private __u64 declaration, asm/types.h was fixed for -ansi
|
||||
* Mon Aug 06 2007 - dmueller@suse.de
|
||||
- fix build
|
||||
* Sun Jul 29 2007 - stbinner@suse.de
|
||||
|
@ -1,13 +1,3 @@
|
||||
--- kaffeine/src/input/dvb/dvbsection.h
|
||||
+++ kaffeine/src/input/dvb/dvbsection.h
|
||||
@@ -21,6 +21,7 @@
|
||||
#ifndef DVBSECTION_H
|
||||
#define DVBSECTION_H
|
||||
|
||||
+typedef unsigned long long __u64;
|
||||
#include <linux/dvb/dmx.h>
|
||||
|
||||
#include <qptrlist.h>
|
||||
--- kaffeine/src/input/dvb/dvbstream.cpp
|
||||
+++ kaffeine/src/input/dvb/dvbstream.cpp
|
||||
@@ -18,6 +18,7 @@
|
||||
|
Loading…
Reference in New Issue
Block a user