rpms/xbase/FC-5 xbase-2.0.0-fixheader.patch, NONE, 1.1 xbase.spec, 1.3, 1.4

Tom Callaway (spot) fedora-extras-commits at redhat.com
Sun Jun 4 13:43:26 UTC 2006


Author: spot

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

Modified Files:
	xbase.spec 
Added Files:
	xbase-2.0.0-fixheader.patch 
Log Message:

Try to fix xbase.


xbase-2.0.0-fixheader.patch:

--- NEW FILE xbase-2.0.0-fixheader.patch ---
--- xbase-2.0.0/xbase/ntx.h.BAD	2006-06-04 08:36:08.000000000 -0500
+++ xbase-2.0.0/xbase/ntx.h	2006-06-04 08:36:13.000000000 -0500
@@ -218,7 +218,7 @@
    xbShort  KeyExists( char * Key ) { return FindKey( Key, strlen( Key ), 0 ); }
    xbShort  KeyExists( xbDouble );
 
-   xbShort xbNtx::AllocKeyBufs(void);
+   xbShort  AllocKeyBufs(void);
 
    virtual void GetExpression(char *buf, int len);
 };


Index: xbase.spec
===================================================================
RCS file: /cvs/extras/rpms/xbase/FC-5/xbase.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xbase.spec	1 Mar 2006 01:14:42 -0000	1.3
+++ xbase.spec	4 Jun 2006 13:43:26 -0000	1.4
@@ -1,12 +1,13 @@
 Name:		xbase
 Summary: 	XBase compatible database library and tools
 Version: 	2.0.0
-Release: 	4%{?dist}
+Release: 	5%{?dist}
 License: 	LGPL (binaries GPL)
 Group: 		Development/Libraries
 URL:		http://linux.techass.com/projects/xdb/
 Source0:	http://dl.sourceforge.net/xdb/%{name}-%{version}.tar.gz
 Patch0:		xbase-2.0.0-fixconfig.patch
+Patch1:		xbase-2.0.0-fixheader.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	doxygen
 
@@ -31,6 +32,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %configure --enable-static
@@ -74,6 +76,9 @@
 %{_libdir}/libxbase.so
 
 %changelog
+* Sun Jun  4 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-5
+- fix header file
+
 * Tue Feb 28 2006 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-4
 - bump for FC-5
 




More information about the scm-commits mailing list