rpms/dev86/devel dev86-nostrip.patch,NONE,1.1 dev86.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 30 13:50:52 UTC 2007


Author: jnovy

Update of /cvs/dist/rpms/dev86/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5692

Modified Files:
	dev86.spec 
Added Files:
	dev86-nostrip.patch 
Log Message:
- don't strip debuginfo


dev86-nostrip.patch:
 makefile.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE dev86-nostrip.patch ---
--- dev86-0.16.17/makefile.in.nostrip	2007-01-30 14:28:38.000000000 +0100
+++ dev86-0.16.17/makefile.in	2007-01-30 14:40:56.000000000 +0100
@@ -78,7 +78,7 @@
 
 # Install files with the userid of the currently running process.
 INDAT=-m 644
-INEXE=-m 755 -s
+INEXE=-m 755
 INSCR=-m 755
 
 #ifdef __CYGWIN__


Index: dev86.spec
===================================================================
RCS file: /cvs/dist/rpms/dev86/devel/dev86.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- dev86.spec	27 Dec 2006 17:01:16 -0000	1.20
+++ dev86.spec	30 Jan 2007 13:50:50 -0000	1.21
@@ -1,7 +1,7 @@
 Summary: A real mode 80x86 assembler and linker
 Name: dev86
 Version: 0.16.17
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPL
 Group: Development/Languages
 URL: http://homepage.ntlworld.com/robert.debath/
@@ -10,6 +10,7 @@
 %ifarch x86_64
 Patch1: dev86-x86_64.patch
 %endif
+Patch2: dev86-nostrip.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Obsoletes: bin86
 ExclusiveArch: i386 x86_64
@@ -31,6 +32,7 @@
 %ifarch x86_64
 %patch1 -p1 -b .x86_64
 %endif
+%patch2 -p1 -b .nostrip
 
 %build
 make <<EOF
@@ -78,6 +80,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Jan 30 2007 Jindrich Novy <jnovy at redhat.com> - 0.16.17-5
+- don't strip debuginfo
+
 * Wed Dec 27 2006 Jindrich Novy <jnovy at redhat.com> - 0.16.17-4
 - bcc now searches in correct path for bcc-cpp on x86_64 (#219697)
 




More information about the fedora-cvs-commits mailing list