rpms/linux_logo/devel linux_logo-4.12-debug.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 linux_logo.spec, 1.7, 1.8 sources, 1.4, 1.5

Matthias Saou (thias) fedora-extras-commits at redhat.com
Tue May 10 07:34:17 UTC 2005


Author: thias

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

Modified Files:
	.cvsignore linux_logo.spec sources 
Added Files:
	linux_logo-4.12-debug.patch 
Log Message:
Update to 4.12.


linux_logo-4.12-debug.patch:

--- NEW FILE linux_logo-4.12-debug.patch ---
diff -Naupr linux_logo-4.12.orig/Makefile linux_logo-4.12/Makefile
--- linux_logo-4.12.orig/Makefile	2005-04-30 22:32:10.000000000 +0200
+++ linux_logo-4.12/Makefile	2005-05-10 00:05:53.000000000 +0200
@@ -88,7 +88,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: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	4 Apr 2005 09:13:35 -0000	1.4
+++ .cvsignore	10 May 2005 07:34:15 -0000	1.5
@@ -1 +1 @@
-linux_logo-4.10.tar.gz
+linux_logo-4.12.tar.gz


Index: linux_logo.spec
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- linux_logo.spec	4 Apr 2005 09:13:35 -0000	1.7
+++ linux_logo.spec	10 May 2005 07:34:15 -0000	1.8
@@ -1,11 +1,12 @@
 Summary: The linux logo - a colorful console penguin logo
 Name: linux_logo
-Version: 4.10
+Version: 4.12
 Release: 1
 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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gettext
 
@@ -15,6 +16,7 @@
 
 %prep
 %setup
+%patch -p1 -b .debug
 
 
 %build
@@ -50,6 +52,13 @@
 
 
 %changelog
+* Mon May  2 2005 Matthias Saou <http://freshrpms.net/> 4.12-1
+- Update to 4.12.
+- Add trivial patch to remove stripping upon install, to get useful debuginfo.
+
+* Sat Apr 30 2005 Matthias Saou <http://freshrpms.net/> 4.11-1
+- Update to 4.11.
+
 * Sat Apr  2 2005 Matthias Saou <http://freshrpms.net/> 4.10-1
 - Update to 4.10.
 - Remove no longer needed gcc4 patch.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	4 Apr 2005 09:13:35 -0000	1.4
+++ sources	10 May 2005 07:34:15 -0000	1.5
@@ -1 +1 @@
-aaead3dc3c8e1d02c7b5fed19ebb151d  linux_logo-4.10.tar.gz
+727a92801656309e6ab703f8b2658fe2  linux_logo-4.12.tar.gz




More information about the fedora-extras-commits mailing list