rpms/unixODBC/F-11 conffile.h,1.1,1.2 unixODBC.spec,1.47,1.48

Dennis Gilmore ausil at fedoraproject.org
Sat Jun 6 19:32:54 UTC 2009


Author: ausil

Update of /cvs/pkgs/rpms/unixODBC/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28114

Modified Files:
	conffile.h unixODBC.spec 
Log Message:
update the multilib includes header file to support sparc arches



Index: conffile.h
===================================================================
RCS file: /cvs/pkgs/rpms/unixODBC/F-11/conffile.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- conffile.h	20 Feb 2009 17:22:19 -0000	1.1
+++ conffile.h	6 Jun 2009 19:32:23 -0000	1.2
@@ -21,4 +21,8 @@
 #include "CONFFILE_s390x.h"
 #elif defined(__s390__)
 #include "CONFFILE_s390.h"
+#elif defined(__sparc__) && defined(__arch64__)
+#include "CONFFILE_sparc64.h"
+#elif defined(__sparc__)
+#include "CONFFILE_sparc.h"
 #endif


Index: unixODBC.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unixODBC/F-11/unixODBC.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -p -r1.47 -r1.48
--- unixODBC.spec	25 Feb 2009 23:09:13 -0000	1.47
+++ unixODBC.spec	6 Jun 2009 19:32:23 -0000	1.48
@@ -1,7 +1,7 @@
 Summary: A complete ODBC driver manager for Linux
 Name: unixODBC
 Version: 2.2.14
-Release: 2%{?dist}
+Release: 3%{?dist}
 Group: System Environment/Libraries
 URL: http://www.unixODBC.org/
 # Programs are GPL, libraries are LGPL, except News Server library is GPL.
@@ -185,6 +185,9 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jun 06 2009 Dennis Gilmore <dennis at ausil.us> - 2.2.14-3
+- add sparc support to the multilib includes header
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.14-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list