rpms/ochusha/devel ochusha-head-g++44.patch, NONE, 1.1 ochusha.spec, 1.93, 1.94

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Feb 4 16:22:28 UTC 2009


Author: mtasaka

Update of /cvs/extras/rpms/ochusha/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6595

Modified Files:
	ochusha.spec 
Added Files:
	ochusha-head-g++44.patch 
Log Message:
* Thu Feb  5 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.0.1-0.3.cvs20090106T1430
- Patch to compile with g++44


ochusha-head-g++44.patch:

--- NEW FILE ochusha-head-g++44.patch ---
Index: libochusha/hashtable.h
===================================================================
RCS file: /cvsroot/ochusha/ochusha/libochusha/hashtable.h,v
retrieving revision 1.17
diff -u -r1.17 hashtable.h
--- libochusha/hashtable.h	1 Jan 2009 07:46:43 -0000	1.17
+++ libochusha/hashtable.h	4 Feb 2009 16:02:48 -0000
@@ -40,6 +40,7 @@
 #include <string>
 
 #include <cassert>
+#include <cstdio>
 #include <cstdlib>
 #include <cstring>
 
Index: libochusha/http_response.h
===================================================================
RCS file: /cvsroot/ochusha/ochusha/libochusha/http_response.h,v
retrieving revision 1.8
diff -u -r1.8 http_response.h
--- libochusha/http_response.h	1 Jan 2009 07:46:43 -0000	1.8
+++ libochusha/http_response.h	4 Feb 2009 16:02:48 -0000
@@ -39,6 +39,7 @@
 #include "libochusha/http_headers.h"
 
 #include <string>
+#include <stdint.h>
 
 
 using namespace std;


Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ochusha.spec	15 Jan 2009 12:31:40 -0000	1.93
+++ ochusha.spec	4 Feb 2009 16:21:57 -0000	1.94
@@ -21,7 +21,7 @@
 %define		strtag		cvs%{codate}T%{cotime_JST}
 %define		repoid		36733
 
-%define		vendor_rel	2
+%define		vendor_rel	3
 %define		pre_release	1
 
 %if %{pre_release}
@@ -33,7 +33,7 @@
 Summary:	A GTK+ 2ch.net BBS Browser
 Name:		ochusha
 Version:	%{main_ver}
-Release:	%{rel}.1
+Release:	%{rel}
 URL:		http://ochusha.sourceforge.jp/
 %if %{pre_release}
 Source:		%{name}-%{main_ver}-%{strtag}.tar.bz2
@@ -42,7 +42,7 @@
 %endif
 Source10:	ochusha-prefs-gtkrc
 Source11:	ochusha.sh
-#Patch10:	ochusha-build-20081207T0000.diff
+Patch10:	ochusha-head-g++44.patch
 License:	BSD
 Group:		Applications/Internet
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -75,6 +75,7 @@
 %else
 %setup -q
 %endif
+%patch10 -p0 -b .g++44
 
 # Icon path fix
 %{__sed} -i -e 's|Icon.*$|Icon=ochusha48|' ochusha/ochusha.desktop.in
@@ -217,6 +218,9 @@
 %{_datadir}/icons/hicolor/48x48/apps/*.png
 
 %changelog
+* Thu Feb  5 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.6.0.1-0.3.cvs20090106T1430
+- Patch to compile with g++44
+
 * Thu Jan 15 2009 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - F-11: rebuild against new openssl
 




More information about the scm-commits mailing list