rpms/fpc/F-12 fpc-2.2.4-r12475.patch,1.1,1.2 fpc.spec,1.37,1.38

Joost van der Sluis joost at fedoraproject.org
Fri Oct 16 06:44:55 UTC 2009


Author: joost

Update of /cvs/pkgs/rpms/fpc/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15501

Modified Files:
	fpc-2.2.4-r12475.patch fpc.spec 
Log Message:
* Fri Oct 16 2009 Joost van der Sluis <joost at cnoc.nl> 2.2.4-4.2
- Fixed compilation on ppc


fpc-2.2.4-r12475.patch:
 cpupara.pas |   25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

Index: fpc-2.2.4-r12475.patch
===================================================================
RCS file: /cvs/pkgs/rpms/fpc/F-12/fpc-2.2.4-r12475.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fpc-2.2.4-r12475.patch	8 Oct 2009 13:06:19 -0000	1.1
+++ fpc-2.2.4-r12475.patch	16 Oct 2009 06:44:54 -0000	1.2
@@ -9,7 +9,7 @@ Index: fpcsrc/compiler/powerpc/cpupara.p
 -            procvardef,
 +            procvardef:
 +              if (target_info.abi = abi_powerpc_aix) or
-+                 (p.size = sizeof(pint)) then
++                 (p.size = sizeof(aint)) then
 +                result:=LOC_REGISTER
 +              else
 +                result:=LOC_REFERENCE;
@@ -37,7 +37,7 @@ Index: fpcsrc/compiler/powerpc/cpupara.p
            procvardef :
 +            result:=
 +              (target_info.abi <> abi_powerpc_aix) and
-+              (def.size <> sizeof(pint));
++              (def.size <> sizeof(aint));
 +          recorddef :
              result :=
                (target_info.abi<>abi_powerpc_aix) or


Index: fpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fpc/F-12/fpc.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- fpc.spec	8 Oct 2009 13:54:24 -0000	1.37
+++ fpc.spec	16 Oct 2009 06:44:55 -0000	1.38
@@ -1,6 +1,6 @@
 Name:           fpc
 Version:        2.2.4
-Release:        4%{?dist}.1
+Release:        4%{?dist}.2
 Summary:        Free Pascal Compiler
 
 Group:          Development/Languages
@@ -178,6 +178,9 @@ rm -rf %{buildroot}
 %{_datadir}/fpcsrc
 
 %changelog
+* Fri Oct 16 2009 Joost van der Sluis <joost at cnoc.nl> 2.2.4-4.2
+- Fixed compilation on ppc
+
 * Tue Oct 8 2009 Joost van der Sluis <joost at cnoc.nl> 2.2.4-4.1
 - Restored accidentally removed ppc64 compiler name
 




More information about the fedora-extras-commits mailing list