rpms/linux_logo/devel .cvsignore, 1.3, 1.4 linux_logo.spec, 1.6, 1.7 sources, 1.3, 1.4 linux_logo-gcc4.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Apr 4 09:13:37 UTC 2005


Author: thias

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

Modified Files:
	.cvsignore linux_logo.spec sources 
Removed Files:
	linux_logo-gcc4.patch 
Log Message:
Update to 4.10 (gcc4 fix upstreamed).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	9 Nov 2004 02:47:49 -0000	1.3
+++ .cvsignore	4 Apr 2005 09:13:35 -0000	1.4
@@ -1 +1 @@
-linux_logo-4.09.tar.gz
+linux_logo-4.10.tar.gz


Index: linux_logo.spec
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- linux_logo.spec	30 Mar 2005 15:15:52 -0000	1.6
+++ linux_logo.spec	4 Apr 2005 09:13:35 -0000	1.7
@@ -1,14 +1,11 @@
-# $Id$
-
 Summary: The linux logo - a colorful console penguin logo
 Name: linux_logo
-Version: 4.09
-Release: 3
+Version: 4.10
+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
-Patch0: linux_logo-gcc4.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gettext
 
@@ -18,13 +15,16 @@
 
 %prep
 %setup
-%patch0 -p1
+
 
 %build
 for logo in ./logos/*.logo ./logos/*/*.logo; do
     echo "$logo" >> logo_config
 done
-%{__make} %{?_smp_mflags} C_OPTS="-I./libsysinfo $RPM_OPT_FLAGS"
+# C_OPTS is used by linux_logo.c and C_FLAGS by libsysinfo
+%{__make} %{?_smp_mflags} \
+    C_OPTS="%{optflags} -I./\$(LIBSYSINFO)" \
+    C_FLAGS="%{optflags} -I.. -I. -I../include"
 
 
 %install
@@ -50,6 +50,11 @@
 
 
 %changelog
+* Sat Apr  2 2005 Matthias Saou <http://freshrpms.net/> 4.10-1
+- Update to 4.10.
+- Remove no longer needed gcc4 patch.
+- Get optflags also used during the compilation of libsysinfo.
+
 * Wed Mar 30 2005 Adrian Reber <adrian at lisas.de> 4.09-3
 - Added gcc4 patch
 - Fixed a warning


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	9 Nov 2004 02:47:49 -0000	1.3
+++ sources	4 Apr 2005 09:13:35 -0000	1.4
@@ -1 +1 @@
-ba970437da602e1dbb4c244303793cd6  linux_logo-4.09.tar.gz
+aaead3dc3c8e1d02c7b5fed19ebb151d  linux_logo-4.10.tar.gz


--- linux_logo-gcc4.patch DELETED ---




More information about the fedora-extras-commits mailing list