rpms/linux_logo/FC-5 linux_logo-4.13-debug.patch, NONE, 1.1 linux_logo.spec, 1.11, 1.12 linux_logo-4.12-debug.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 23 10:44:54 UTC 2006


Author: thias

Update of /cvs/extras/rpms/linux_logo/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24540/FC-5

Modified Files:
	linux_logo.spec 
Added Files:
	linux_logo-4.13-debug.patch 
Removed Files:
	linux_logo-4.12-debug.patch 
Log Message:
Update the debug patch to remove stripping of the binaries (Ville, #192442).


linux_logo-4.13-debug.patch:

--- NEW FILE linux_logo-4.13-debug.patch ---
diff -Naupr linux_logo-4.13.orig/Makefile linux_logo-4.13/Makefile
--- linux_logo-4.13.orig/Makefile	2006-01-11 18:29:57.000000000 +0100
+++ linux_logo-4.13/Makefile	2006-05-23 11:32:55.000000000 +0200
@@ -59,12 +59,10 @@ clean:
 	
 linux_logo:	linux_logo.o vmw_string.o ./$(LIBSYSINFO)/libsysinfo.a
 	$(CC) $(C_OPTS) -o linux_logo linux_logo.o vmw_string.o ./$(LIBSYSINFO)/libsysinfo.a $(L_OPTS)
-	@strip linux_logo
 
 
 linux_logo_shared:	linux_logo.o vmw_string.o ./$(LIBSYSINFO)/libsysinfo.a
 	$(CC) $(C_OPTS) -o linux_logo-dyn linux_logo.o vmw_string.o -L./$(LIBSYSINFO) -lsysinfo
-	@strip linux_logo-dyn
 
 ./$(LIBSYSINFO)/libsysinfo.a:
 	cd $(LIBSYSINFO) && $(MAKE)
@@ -88,7 +86,7 @@ linux_logo.o:	linux_logo.c defaults.h lo
 	$(CC) $(C_OPTS) -c linux_logo.c
 
 install:	linux_logo
-	/usr/bin/install -s -m 755 $(PROGNAME) $(INSTALL_BINPATH)
+	/usr/bin/install -m 755 $(PROGNAME) $(INSTALL_BINPATH)
 	/usr/bin/install -m 644 $(PROGNAME).1.gz $(INSTALL_MANPATH)/man1
 	cd po && $(MAKE) install
 


Index: linux_logo.spec
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/FC-5/linux_logo.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- linux_logo.spec	6 Mar 2006 15:25:08 -0000	1.11
+++ linux_logo.spec	23 May 2006 10:44:54 -0000	1.12
@@ -1,12 +1,12 @@
 Summary: The linux logo - a colorful console penguin logo
 Name: linux_logo
 Version: 4.13
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPL
 Group: Applications/System
 URL: http://www.deater.net/weave/vmwprod/linux_logo/
 Source: http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-%{version}.tar.gz
-Patch: linux_logo-4.12-debug.patch
+Patch: linux_logo-4.13-debug.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gettext
 
@@ -52,6 +52,9 @@
 
 
 %changelog
+* Tue May 23 2006 Matthias Saou <http://freshrpms.net/> 4.13-3
+- Update the debug patch to remove stripping of the binaries (Ville, #192442).
+
 * Mon Mar  6 2006 Matthias Saou <http://freshrpms.net/> 4.13-2
 - FC5 rebuild.
 


--- linux_logo-4.12-debug.patch DELETED ---




More information about the fedora-extras-commits mailing list