Author: martinkg
Update of /cvs/free/rpms/vdr-softhddevice/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13777/devel
Modified Files:
vdr-softhddevice.spec
Added Files:
chartype.patch
Removed Files:
arm.patch
Log Message:
chartype.patch:
softhddev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE chartype.patch ---
--- softhddev.c.orig 2015-06-29 09:54:49.192694598 +0200
+++ softhddev.c 2015-06-29 09:55:25.527691030 +0200
@@ -92,7 +92,7 @@
static signed char ConfigStartSuspended; ///< flag to start in suspend mode
static char ConfigFullscreen; ///< fullscreen modus
static const char *X11ServerArguments; ///< default command arguments
-static char ConfigStillDecoder; ///< hw/sw decoder for still picture
+static signed char ConfigStillDecoder; ///< hw/sw decoder for still picture
static pthread_mutex_t SuspendLockMutex; ///< suspend lock mutex
Index: vdr-softhddevice.spec
===================================================================
RCS file: /cvs/free/rpms/vdr-softhddevice/devel/vdr-softhddevice.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- vdr-softhddevice.spec 30 Jun 2015 16:18:29 -0000 1.26
+++ vdr-softhddevice.spec 5 Jul 2015 12:28:12 -0000 1.27
@@ -4,7 +4,7 @@
Name: vdr-softhddevice
Version: 0.6.0
-Release: 29.%{gitdate}git%{shortcommit}%{?dist}
+Release: 30.%{gitdate}git%{shortcommit}%{?dist}
Summary: A software and GPU emulated HD output device plugin for VDR
License: AGPLv3
@@ -15,7 +15,7 @@
#
http://projects.vdr-developer.org/issues/1417
Patch0: exit-crash.patch
#
http://projects.vdr-developer.org/issues/1916
-Patch1: arm.patch
+Patch1: chartype.patch
BuildRequires: vdr-devel >= 1.7.22
BuildRequires: gettext
@@ -82,6 +82,9 @@
%license AGPL-3.0.txt
%changelog
+* Sat Jul 04 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.6.0-30.20150630gitec58e45
+- renamed arm.patch to chartype.patch
+
* Tue Jun 30 2015 Martin Gansser <martinkg(a)fedoraproject.org> -
0.6.0-29.20150630gitec58e45
- update for new git snapshot
--- arm.patch DELETED ---