rpms/stardict/devel stardict-2.4.5-invalid-cplusplus.patch, NONE, 1.1 stardict.spec, 1.13, 1.14

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jan 13 03:40:42 UTC 2006


Author: llch

Update of /cvs/dist/rpms/stardict/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv26185

Modified Files:
	stardict.spec 
Added Files:
	stardict-2.4.5-invalid-cplusplus.patch 
Log Message:
* Fri Jan 13 2006 Leon Ho <llch at redhat.com> 2.4.5-2
- added in patch to fix #176890


stardict-2.4.5-invalid-cplusplus.patch:
 skin.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE stardict-2.4.5-invalid-cplusplus.patch ---
--- src/skin.h.orig	2006-01-09 17:03:39.000000000 +1000
+++ src/skin.h	2006-01-09 17:04:07.000000000 +1000
@@ -8,8 +8,8 @@
 {
 public:
 	GdkCursor *cursor;
-	_Skin_cursor::_Skin_cursor();
-	_Skin_cursor::~_Skin_cursor();
+	_Skin_cursor();
+	~_Skin_cursor();
 };
 
 struct _Skin_pixbuf_1


Index: stardict.spec
===================================================================
RCS file: /cvs/dist/rpms/stardict/devel/stardict.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- stardict.spec	9 Dec 2005 22:43:18 -0000	1.13
+++ stardict.spec	13 Jan 2006 03:40:38 -0000	1.14
@@ -1,11 +1,12 @@
 Name:		stardict
 Summary: 	A powerful dictionary platform written in GTK+2
 Version:    2.4.5
-Release: 1.1
+Release:    2
 Group: 		Applications/System
 License: 	GPL
 URL: 		http://stardict.sourceforge.net
 Source0:	%{name}-%{version}.tar.bz2
+Patch0:     stardict-2.4.5-invalid-cplusplus.patch
 BuildRoot:	%{_builddir}/%{name}-%{version}-root
 
 Requires: libgnome >= 2.2.0
@@ -21,6 +22,7 @@
 
 %prep
 %setup
+%patch0 -p 0
 
 %build
 
@@ -58,6 +60,9 @@
 if which scrollkeeper-update>/dev/null 2>&1; then scrollkeeper-update; fi
 
 %changelog
+* Fri Jan 13 2006 Leon Ho <llch at redhat.com> 2.4.5-2
+- added in patch to fix #176890
+
 * Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
 - rebuilt
 




More information about the fedora-cvs-commits mailing list