rpms/freetds/F-7 freetds-tds_sysdep_public.h, NONE, 1.1 freetds.spec, 1.3, 1.4

Dmitry Butskoy (buc) fedora-extras-commits at redhat.com
Fri Jan 25 15:32:04 UTC 2008


Author: buc

Update of /cvs/extras/rpms/freetds/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13229

Modified Files:
	freetds.spec 
Added Files:
	freetds-tds_sysdep_public.h 
Log Message:



--- NEW FILE freetds-tds_sysdep_public.h ---
/*
 *  To avoid multiarch conflicts, we differentiate the 32/64 bit length
 *  specific header names. This file is a wrapper to include the proper
 *  arch-specific header at compile time.
 */

#include <bits/wordsize.h>

#if __WORDSIZE == 32
#include <tds_sysdep_public_32.h>
#elif __WORDSIZE == 64
#include <tds_sysdep_public_64.h>
#else
#error "Unknown word size"
#endif


Index: freetds.spec
===================================================================
RCS file: /cvs/extras/rpms/freetds/F-7/freetds.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- freetds.spec	25 Jan 2008 15:26:51 -0000	1.3
+++ freetds.spec	25 Jan 2008 15:31:29 -0000	1.4
@@ -40,6 +40,7 @@
 %package doc
 Summary: Development documentation for %{name}
 Group: Documentation
+Obsoletes: %{name}-devel < 0.64-8
 
 %description doc
 This package contains the development documentation for %{name}.




More information about the fedora-extras-commits mailing list