rpms/codeblocks/FC-5 codeblocks-wx28-listbook.patch, NONE, 1.1 .cvsignore, 1.11, 1.12 codeblocks.spec, 1.10, 1.11 sources, 1.11, 1.12

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Thu Jan 18 08:54:29 UTC 2007


Author: sharkcz

Update of /cvs/extras/rpms/codeblocks/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15115

Modified Files:
	.cvsignore codeblocks.spec sources 
Added Files:
	codeblocks-wx28-listbook.patch 
Log Message:
 - update to revision 3500
 - added patch for compiling with wxGTK 2.8


codeblocks-wx28-listbook.patch:

--- NEW FILE codeblocks-wx28-listbook.patch ---
Index: src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp
===================================================================
--- src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp	(revision 3438)
+++ src/plugins/contrib/wxSmith/defwidgets/wxslistbook.cpp	(working copy)
@@ -204,7 +204,11 @@
 	if ( GetPreview() && event.LeftDown() )
 	{
 	    wxListbook* Preview = (wxListbook*)GetPreview();
+#if wxCHECK_VERSION(2, 8, 0)
+        int Hit = wxStaticCast(Preview, wxBookCtrlBase)->HitTest(wxPoint(event.GetX(),event.GetY()));
+#else
 	    int Hit = Preview->HitTest(wxPoint(event.GetX(),event.GetY()));
+#endif
         if ( Hit != wxNOT_FOUND )
         {
             CurrentSelection = GetChild(Hit);


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/FC-5/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	8 Dec 2006 08:37:16 -0000	1.11
+++ .cvsignore	18 Jan 2007 08:53:59 -0000	1.12
@@ -1 +1 @@
-codeblocks-svn3357.tar.bz2
+codeblocks-svn3500.tar.bz2


Index: codeblocks.spec
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/FC-5/codeblocks.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- codeblocks.spec	8 Dec 2006 08:37:16 -0000	1.10
+++ codeblocks.spec	18 Jan 2007 08:53:59 -0000	1.11
@@ -1,9 +1,9 @@
-%define		rev	3357
-%define		date	20061207
+%define		rev	3500
+%define		date	20070117
 
 Name:		codeblocks
 Version:	1.0
-Release:	0.18.%{date}svn%{rev}%{?dist}
+Release:	0.19.%{date}svn%{rev}%{?dist}
 Summary:	An open source, cross platform, free C++ IDE
 Group:		Development/Tools
 License:	GPL
@@ -19,6 +19,7 @@
 Patch1:		codeblocks-plugins.patch
 Patch2:		codeblocks-desktop.patch
 Patch3:		codeblocks-autorev.patch
+Patch100:	codeblocks-wx28-listbook.patch
 Source100:	codeblocks-getsvn
 
 %description
@@ -56,6 +57,7 @@
 %patch1
 %patch2 -p1
 %patch3
+%patch100
 
 %build
 find . -type f -and -not -name "*.cpp" -and -not -name "*.h" -and -not -name "*.png" -and -not -name "*.bmp" -and -not -name "*.c" -and -not -name "*.cxx" -and -not -name "*.ico" | sed "s/.*/\"\\0\"/" | xargs dos2unix &> /dev/null
@@ -230,7 +232,11 @@
 
 
 %changelog
-* Fri Dec  8 2006 Dan Horak <dan[at]danny.cz> 1.0-0.18.20061130svn3357
+* Thu Jan 18 2007 Dan Horak <dan[at]danny.cz> 1.0-0.19.20070117svn3500
+- update to revision 3500
+- added patch for compiling with wxGTK 2.8
+
+* Fri Dec  8 2006 Dan Horak <dan[at]danny.cz> 1.0-0.18.20061207svn3357
 - update to revision 3357
 
 * Thu Nov 30 2006 Dan Horak <dan[at]danny.cz> 1.0-0.17.20061130svn3315


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/codeblocks/FC-5/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	8 Dec 2006 08:37:16 -0000	1.11
+++ sources	18 Jan 2007 08:53:59 -0000	1.12
@@ -1 +1 @@
-3f7d596cbb75cc94bb0c2bee48a6ba97  codeblocks-svn3357.tar.bz2
+d23206fc37ef5c8d8aff2fb024d6a535  codeblocks-svn3500.tar.bz2




More information about the fedora-extras-commits mailing list