rpms/fpc/devel fpc.spec,1.20,1.21

Joost van der Sluis (joost) fedora-extras-commits at redhat.com
Wed Oct 17 13:31:01 UTC 2007


Author: joost

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

Modified Files:
	fpc.spec 
Log Message:
* Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-8
- Strip the debuginfo from h2pas, since debugedit chokes on it



Index: fpc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fpc/devel/fpc.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- fpc.spec	16 Oct 2007 22:07:40 -0000	1.20
+++ fpc.spec	17 Oct 2007 13:30:28 -0000	1.21
@@ -4,7 +4,7 @@
 
 Name:           fpc
 Version:        2.2.0
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Free Pascal Compiler
 
 Group:          Development/Languages
@@ -108,6 +108,10 @@
 make ide_all FPC=${NEWPP} OPT=%{fpcopt}
 make utils_all FPC=${NEWPP} DATA2INC=${DATA2INC} OPT=%{fpcopt}
 
+# Debugedit crashes on this file, if it has debug-info.
+# As a temporary solution, strip the debug-info.
+%__strip utils/h2pas/h2pas
+
 cd ..
 make -C fpcdocs pdf FPC=${NEWPP} FPDOC=${NEWFPDOC}
 
@@ -183,6 +187,9 @@
 %{_datadir}/fpcsrc
 
 %changelog
+* Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-8
+- Strip the debuginfo from h2pas, since debugedit chokes on it
+
 * Mon Oct 16 2007 Joost van der Sluis <joost at cnoc.nl> 2.2.0-7
 - Include the startcompiler on all targets, for the srpm-building
 




More information about the fedora-extras-commits mailing list