rpms/linux_logo/FC-3 .cvsignore, 1.3, 1.4 linux_logo.spec, 1.5, 1.6 sources, 1.3, 1.4

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Feb 9 15:42:50 UTC 2006


Author: thias

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

Modified Files:
	.cvsignore linux_logo.spec sources 
Log Message:
Update to 4.13.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/FC-3/.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	9 Feb 2006 15:42:50 -0000	1.4
@@ -1 +1 @@
-linux_logo-4.09.tar.gz
+linux_logo-4.13.tar.gz


Index: linux_logo.spec
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/FC-3/linux_logo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- linux_logo.spec	16 Nov 2004 17:52:18 -0000	1.5
+++ linux_logo.spec	9 Feb 2006 15:42:50 -0000	1.6
@@ -1,13 +1,12 @@
-# $Id$
-
 Summary: The linux logo - a colorful console penguin logo
 Name: linux_logo
-Version: 4.09
-Release: 2
+Version: 4.13
+Release: 1%{?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
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: gettext
 
@@ -17,13 +16,17 @@
 
 %prep
 %setup
+%patch -p1 -b .debug
 
 
 %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
@@ -43,12 +46,34 @@
 
 %files -f %{name}.lang
 %defattr(-, root, root, 0755)
-%doc CHANGES COPYING README LINUX_LOGO.FAQ README* TODO USAGE
+%doc CHANGES COPYING LINUX_LOGO.FAQ README* TODO USAGE
 %{_bindir}/%{name}
 %{_mandir}/man1/%{name}.1*
 
 
 %changelog
+* Thu Feb  9 2006 Matthias Saou <http://freshrpms.net/> 4.13-1
+- Update to 4.13.
+
+* Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 4.12-2
+- rebuild on all arches
+
+* 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.
+- 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
+
 * Tue Nov 16 2004 Matthias Saou <http://freshrpms.net/> 4.09-2
 - Bump release to provide Extras upgrade path.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/linux_logo/FC-3/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	9 Feb 2006 15:42:50 -0000	1.4
@@ -1 +1 @@
-ba970437da602e1dbb4c244303793cd6  linux_logo-4.09.tar.gz
+17af1e478ea9ac7dbcffd2e0a53aa5a6  linux_logo-4.13.tar.gz




More information about the scm-commits mailing list