rpms/fpc/devel .cvsignore,1.2,1.3 fpc.spec,1.1,1.2 sources,1.2,1.3

Joost van der Sluis (joost) fedora-extras-commits at redhat.com
Wed Aug 17 14:18:01 UTC 2005


Author: joost

Update of /cvs/extras/rpms/fpc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv507

Modified Files:
	.cvsignore fpc.spec sources 
Log Message:

- Fixed problems with POWER5 processor



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fpc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Aug 2005 15:15:37 -0000	1.2
+++ .cvsignore	17 Aug 2005 14:17:59 -0000	1.3
@@ -1,2 +1,3 @@
 fpc-2.0.0.compiler.bin.tar.gz
 fpc-2.0.0.source.tar.gz
+fpc-2.0.0-G5.patch


Index: fpc.spec
===================================================================
RCS file: /cvs/extras/rpms/fpc/devel/fpc.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fpc.spec	5 Aug 2005 15:15:37 -0000	1.1
+++ fpc.spec	17 Aug 2005 14:17:59 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           fpc
 Version:        2.0.0
-Release:        1
+Release:        2
 Summary:        Free Pascal Compiler
 
 Group:          Development/Languages
@@ -8,6 +8,7 @@
 URL:            http://www.freepascal.org/
 Source0:        ftp://ftp.freepascal.org/pub/fpc/dist/source-%{version}/%{name}-%{version}.source.tar.gz
 Source1:        http://www.cnoc.nl/fpc/%{name}-%{version}.compiler.bin.tar.gz
+Patch0:         %{name}-%{version}-G5.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	gpm, glibc, ncurses, binutils
@@ -54,6 +55,7 @@
 
 %prep
 %setup -q -a1 -n %{name}
+%patch0 
 
 %build
 # The source-files:
@@ -156,6 +158,10 @@
 %{_datadir}/fpcsrc
 
 %changelog
+* Wed Aug 17 2005 Joost van der Sluis <joost at cnoc.nl> 2.0.0-2
+- Added a patch for compilation on POWER5, and provided
+  the new ppcppc binary/startcompiler
+
 * Fri Aug 5 2005 Joost van der Sluis <joost at cnoc.nl> 2.0.0-1
 - Removed gpm-devel requirement
 - Fixed a type in the -src description


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fpc/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Aug 2005 15:15:37 -0000	1.2
+++ sources	17 Aug 2005 14:17:59 -0000	1.3
@@ -1,2 +1,3 @@
-db9a94a468bdc5f1067f2803818f5b2b  fpc-2.0.0.compiler.bin.tar.gz
+30de6e4d22949f53459a52e5f2b23799  fpc-2.0.0.compiler.bin.tar.gz
 3f9c64d0146a3631f6963fd7477776d1  fpc-2.0.0.source.tar.gz
+70d0dda3414db0991b1bf5742d1a01c1  fpc-2.0.0-G5.patch




More information about the fedora-extras-commits mailing list