rpms/gambas/FC-4 gambas-1.0.16-64bit.patch, 1.1, 1.2 gambas.spec, 1.15, 1.16

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Sep 11 00:06:46 UTC 2006


Author: spot

Update of /cvs/extras/rpms/gambas/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30236/FC-4

Modified Files:
	gambas-1.0.16-64bit.patch gambas.spec 
Log Message:

Bump to 1.0.17


gambas-1.0.16-64bit.patch:

Index: gambas-1.0.16-64bit.patch
===================================================================
RCS file: /cvs/extras/rpms/gambas/FC-4/gambas-1.0.16-64bit.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gambas-1.0.16-64bit.patch	10 Jul 2006 19:06:29 -0000	1.1
+++ gambas-1.0.16-64bit.patch	11 Sep 2006 00:06:46 -0000	1.2
@@ -4,7 +4,7 @@
      strncpy(_root, FILE_get_dir(FILE_get_dir(path)), MAX_PATH);
    }
    
-+#if defined(_X86_64_) || defined(_IA64_) || defined(_PPC64_) || defined(_SPARC64_)
++#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__sparc64__)
 +  strcpy(_lib_path, FILE_cat(_root, "lib64/gambas", NULL));
 +#else
    strcpy(_lib_path, FILE_cat(_root, "lib/gambas", NULL));
@@ -18,7 +18,7 @@
    
    STRING_new(&PROJECT_exec_path, FILE_get_dir(FILE_get_dir(path)), -1);
  
-+#if defined(_X86_64_) || defined(_IA64_) || defined(_PPC64_) || defined(_SPARC64_)
++#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__sparc64__)
 +  STRING_new(&PROJECT_lib_path, FILE_cat(PROJECT_exec_path, "lib64/gambas", NULL), 0);
 +#else
    STRING_new(&PROJECT_lib_path, FILE_cat(PROJECT_exec_path, "lib/gambas", NULL), 0);


Index: gambas.spec
===================================================================
RCS file: /cvs/extras/rpms/gambas/FC-4/gambas.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gambas.spec	10 Jul 2006 19:06:29 -0000	1.15
+++ gambas.spec	11 Sep 2006 00:06:46 -0000	1.16
@@ -1,7 +1,7 @@
 Name:		gambas
 Summary: 	IDE based on a basic interpreter with object extensions
-Version: 	1.0.16
-Release: 	2%{?dist}
+Version: 	1.0.17
+Release: 	1%{?dist}
 License: 	GPL
 Group: 		Development/Tools
 URL: 		http://gambas.sourceforge.net/
@@ -414,6 +414,9 @@
 %{_datadir}/gambas/info/gb.xml.libxml.xslt.*
 
 %changelog
+* Sun Sep 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.17-1
+- bump to 1.0.17
+
 * Mon Jul 10 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.0.16-2
 - fix 64bit arches
 




More information about the fedora-extras-commits mailing list