rpms/ochusha/devel ochusha-build-20081207T0000.diff, NONE, 1.1 ochusha.spec, 1.75, 1.76

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Dec 7 05:37:57 UTC 2008


Author: mtasaka

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

Modified Files:
	ochusha.spec 
Added Files:
	ochusha-build-20081207T0000.diff 
Log Message:
build fix

ochusha-build-20081207T0000.diff:

--- NEW FILE ochusha-build-20081207T0000.diff ---
? INSTALL.ja
? Makefile
? Makefile.in
? aclocal.m4
? all.lang
? autom4te.cache
? config.guess
? config.h
? config.h.in
? config.log
? config.status
? config.sub
? configure
? debugfiles.list
? debuglinks.list
? debugsources.list
? depcomp
? install-sh
? libtool
? ltmain.sh
? missing
? ochusha-build-20081207T0000.diff
? ochusha-properties.lang
? ochusha.lang
? ochusha.spec
? stamp-h1
? intl/Makefile
? libochusha/.deps
? libochusha/.libs
? libochusha/Makefile
? libochusha/Makefile.in
? libochusha/lock.cc.debug
? libochushagtk/.deps
? libochushagtk/.libs
? libochushagtk/Makefile
? libochushagtk/Makefile.in
? libochushagtk/marshal.c
? libochushagtk/marshal.h
? libochushagtk_lgpl/.deps
? libochushagtk_lgpl/.libs
? libochushagtk_lgpl/COPYING.libochushagtk_lgpl
? libochushagtk_lgpl/Makefile
? libochushagtk_lgpl/Makefile.in
? libochushagtk_lgpl/aclocal.m4
? libochushagtk_lgpl/autom4te.cache
? libochushagtk_lgpl/config.guess
? libochushagtk_lgpl/config.h
? libochushagtk_lgpl/config.h.in
? libochushagtk_lgpl/config.log
? libochushagtk_lgpl/config.status
? libochushagtk_lgpl/config.sub
? libochushagtk_lgpl/configure
? libochushagtk_lgpl/depcomp
? libochushagtk_lgpl/install-sh
? libochushagtk_lgpl/libtool
? libochushagtk_lgpl/ltmain.sh
? libochushagtk_lgpl/marshal.c
? libochushagtk_lgpl/marshal.h
? libochushagtk_lgpl/missing
? libochushagtk_lgpl/stamp-h1
? libtscore/.deps
? libtscore/.libs
? libtscore/Makefile
? libtscore/Makefile.in
? libtscore/tai-utc.inc
? libtscore/tssh
? m4/Makefile
? m4/Makefile.in
? m4/libtool.m4
? m4/ltoptions.m4
? m4/ltsugar.m4
? m4/ltversion.m4
? m4/lt~obsolete.m4
? ochusha/.deps
? ochusha/.libs
? ochusha/Makefile
? ochusha/Makefile.in
? ochusha/ochusha
? ochusha/ochusha.desktop
? ochusha/ochusha_init_scm.h
? oniguruma/.deps
? oniguruma/COPYING.oniguruma
? oniguruma/Makefile
? oniguruma/Makefile.in
? po/Makefile
? po/Makefile.in
? po/POTFILES
? po/ja.gmo
? po/stamp-po
? po-properties/Makefile
? po-properties/Makefile.in
? po-properties/POTFILES
? po-properties/ja.gmo
? po-properties/stamp-po
Index: libochusha/bbs_jbbs_utils.cc
===================================================================
RCS file: /cvsroot/ochusha/ochusha/libochusha/bbs_jbbs_utils.cc,v
retrieving revision 1.28
diff -u -r1.28 bbs_jbbs_utils.cc
--- libochusha/bbs_jbbs_utils.cc	24 Nov 2008 08:02:53 -0000	1.28
+++ libochusha/bbs_jbbs_utils.cc	7 Dec 2008 05:35:30 -0000
@@ -186,7 +186,7 @@
 
 
 bool
-ResponseCursorJbbs::parse_response(size_t res_num,
+ResponseCursorJbbs::parse_response(unsigned int res_num,
 				   const char *start_pos, size_t length)
 {
   assert(res_num > 0);


Index: ochusha.spec
===================================================================
RCS file: /cvs/extras/rpms/ochusha/devel/ochusha.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- ochusha.spec	7 Dec 2008 05:18:51 -0000	1.75
+++ ochusha.spec	7 Dec 2008 05:37:26 -0000	1.76
@@ -41,6 +41,7 @@
 Source10:	ochusha-prefs-gtkrc
 Source11:	ochusha.sh
 Patch0:		ochusha-0.5.99.66-cvs070110-disable-lock-check.patch
+Patch10:	ochusha-build-20081207T0000.diff
 License:	BSD
 Group:		Applications/Internet
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -78,6 +79,7 @@
 %if 0
 %patch0 -p1 -b .lock
 %endif
+%patch10 -p0 .build
 
 # Icon path fix
 %{__sed} -i -e 's|Icon.*$|Icon=ochusha48|' ochusha/ochusha.desktop.in




More information about the fedora-extras-commits mailing list