Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2774
Modified Files:
mythplugins-0.21-svnfixes.patch mythtv-0.21-svnfixes.patch
mythtv.spec
Log Message:
gcc 4.4 build fixage for mythtv 0.21
mythplugins-0.21-svnfixes.patch:
Index: mythplugins-0.21-svnfixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythplugins-0.21-svnfixes.patch,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mythplugins-0.21-svnfixes.patch 4 Jun 2009 04:09:34 -0000 1.7
+++ mythplugins-0.21-svnfixes.patch 4 Jun 2009 15:00:45 -0000 1.8
@@ -15854,3 +15854,27 @@
<
ico>http://www.scotsman.com/favicon.ico</ico>
</item>
+Index: mythplugins/mythzoneminder/mythzmserver/main.cpp
+===================================================================
+--- mythplugins/mythzoneminder/mythzmserver/main.cpp (revision 20668)
++++ mythplugins/mythzoneminder/mythzmserver/main.cpp (working copy)
+@@ -18,6 +18,7 @@
+ #include <unistd.h>
+ #include <cstdlib>
+ #include <cstring>
++#include <cstdio>
+ #include <map>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+Index: mythplugins/mythzoneminder/mythzmserver/zmserver.cpp
+===================================================================
+--- mythplugins/mythzoneminder/mythzmserver/zmserver.cpp (revision 20668)
++++ mythplugins/mythzoneminder/mythzmserver/zmserver.cpp (working copy)
+@@ -17,6 +17,7 @@
+ #include <iostream>
+ #include <cstdlib>
+ #include <cstring>
++#include <cstdio>
+ #include <errno.h>
+ #include <sys/socket.h>
+ #include <fcntl.h>
mythtv-0.21-svnfixes.patch:
Index: mythtv-0.21-svnfixes.patch
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv-0.21-svnfixes.patch,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mythtv-0.21-svnfixes.patch 4 Jun 2009 04:09:35 -0000 1.8
+++ mythtv-0.21-svnfixes.patch 4 Jun 2009 15:00:45 -0000 1.9
@@ -47629,3 +47629,16 @@
sa3250ch
+Index: mythtv/libs/libmythfreemheg/Text.cpp
+===================================================================
+--- mythtv/libs/libmythfreemheg/Text.cpp (revision 20668)
++++ mythtv/libs/libmythfreemheg/Text.cpp (working copy)
+@@ -242,7 +242,7 @@
+ }
+ else { // Textual form.
+ const unsigned char *str = attrs.Bytes();
+- const char *p = (const char *)str;
++ char *p = (char *)str;
+ char *q = strchr(p, '.'); // Find the terminating dot
+ if (q != NULL) { // plain, italic etc.
+ if (q-p == 6 && strncmp(p, "italic", 6) == 0) style = 1;
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- mythtv.spec 4 Jun 2009 04:09:35 -0000 1.36
+++ mythtv.spec 4 Jun 2009 15:00:46 -0000 1.37
@@ -1,5 +1,5 @@
# svn revision number
-%define _svnver r20668
+%define _svnver r20671
%define branch release-0-21-fixes
# Nb: base 0.21 svn rev is r16468
#define branch trunk
@@ -1027,7 +1027,7 @@
%changelog
* Wed Jun 03 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-19
-- Update to release-0-21-fixes patches (r20668)
+- Update to release-0-21-fixes patches (r20671)
* Mon Apr 13 2009 Jarod Wilson <jarod(a)wilsonet.com> - 0.21-18
- Update release-0-21-fixes patches (r20373)