rpms/oorexx/devel oorexx-gcc43.patch,NONE,1.1 oorexx.spec,1.9,1.10

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Feb 23 09:03:08 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/oorexx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16253

Modified Files:
	oorexx.spec 
Added Files:
	oorexx-gcc43.patch 
Log Message:
fix for GCC 4.3

oorexx-gcc43.patch:

--- NEW FILE oorexx-gcc43.patch ---
diff -up ooRexx-3.2.0/rexxapi/unix/APIManagerShutdown.cpp.gcc43 ooRexx-3.2.0/rexxapi/unix/APIManagerShutdown.cpp
--- ooRexx-3.2.0/rexxapi/unix/APIManagerShutdown.cpp.gcc43	2008-02-23 01:12:50.000000000 +0100
+++ ooRexx-3.2.0/rexxapi/unix/APIManagerShutdown.cpp	2008-02-23 01:13:03.000000000 +0100
@@ -52,7 +52,7 @@ extern char achRexxHomeDir[];
 
 int main(
           int argc,
-          char **argv[] )
+          char *argv[] )
 {
   int  iRC = 0;
   char * pcharHome;                 /* Pointer to environment var HOME          */


Index: oorexx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/oorexx/devel/oorexx.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- oorexx.spec	19 Feb 2008 03:42:30 -0000	1.9
+++ oorexx.spec	23 Feb 2008 09:02:34 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           oorexx
 Version:        3.2.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Open Object Rexx
 
 Group:          Development/Languages
@@ -9,6 +9,7 @@
 Source0:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}.tar.gz
 Source1:        http://switch.dl.sourceforge.net/sourceforge/oorexx/ooRexx-%{version}-pdf.zip
 Patch0:         oorexx-paths.patch
+Patch1:         oorexx-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    x86_64 ppc64
 
@@ -54,6 +55,7 @@
 %setup -q -n ooRexx-%{version}
 unzip -qo %{SOURCE1}
 %patch0 -p1 -b .paths
+%patch1 -p1 -b .paths
 
 
 %build
@@ -121,6 +123,9 @@
 
 
 %changelog
+* Sat Feb 23 2008 Gerard Milmeister <gemi at bluewin.ch> - 3.2.0-4
+- fix for GCC 4.3
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 3.2.0-3
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list