rpms/glunarclock/devel glunarclock-0.32.4-gtk-includes.patch, NONE, 1.1 glunarclock.spec, 1.20, 1.21

Jon Ciesla limb at fedoraproject.org
Mon Feb 23 20:37:57 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/glunarclock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10233

Modified Files:
	glunarclock.spec 
Added Files:
	glunarclock-0.32.4-gtk-includes.patch 
Log Message:
Gcc44 fix.  I hope.


glunarclock-0.32.4-gtk-includes.patch:

--- NEW FILE glunarclock-0.32.4-gtk-includes.patch ---
--- src/glunarclock.c.orig	2009-02-23 14:23:50.000000000 -0600
+++ src/glunarclock.c	2009-02-23 14:23:50.000000000 -0600
@@ -32,0 +33 @@
+#include <gtk/gtk.h>


Index: glunarclock.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glunarclock/devel/glunarclock.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- glunarclock.spec	21 Jul 2008 18:32:00 -0000	1.20
+++ glunarclock.spec	23 Feb 2009 20:37:27 -0000	1.21
@@ -1,6 +1,6 @@
 Name:           glunarclock
 Version:        0.32.4
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        GNOME applet that displays the current lunar phase
 
 Group:          User Interface/Desktops
@@ -9,6 +9,7 @@
 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Patch0:         glunarclock-0.32.2-i18n_macro.patch
 Patch1:         glunarclock-0.32.4-bug149711.patch
+Patch2:		glunarclock-0.32.4-gtk-includes.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libgnomeui-devel
@@ -35,7 +36,7 @@
 %setup -q
 %patch0 -p1 -b .i18n_macro
 %patch1 -p1 -b .bug149711
-
+%patch2 -p0
 
 %build
 %configure
@@ -91,6 +92,9 @@
 
 
 %changelog
+* Mon Feb 23 2008 Jon Ciesla <limb at jcomserv.net> - 0.32.4-13
+- Rebuild for new gcc, glibc.
+
 * Mon Jul 21 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.32.4-12
 - fix license tag
 




More information about the fedora-extras-commits mailing list