[fedora-virt-maint] rpms/gnome-applet-vm/devel gnome-applet-vm-0.2.0-gnome-libs.patch, NONE, 1.1 gnome-applet-vm.spec, 1.22, 1.23 gnome-applet-vm-0.2.0-no-gnome-help-h.patch, 1.1, NONE

Richard W.M. Jones rjones at fedoraproject.org
Thu Feb 12 13:16:38 UTC 2009


Author: rjones

Update of /cvs/pkgs/rpms/gnome-applet-vm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19359

Modified Files:
	gnome-applet-vm.spec 
Added Files:
	gnome-applet-vm-0.2.0-gnome-libs.patch 
Removed Files:
	gnome-applet-vm-0.2.0-no-gnome-help-h.patch 
Log Message:
Small patch needed to compile on Rawhide.

gnome-applet-vm-0.2.0-gnome-libs.patch:

--- NEW FILE gnome-applet-vm-0.2.0-gnome-libs.patch ---
diff -ur gnome-applet-vm-0.2.0-rc1/src/Makefile.am gnome-applet-vm-0.2.0-rc1.gnome_libs2/src/Makefile.am
--- gnome-applet-vm-0.2.0-rc1/src/Makefile.am	2008-02-28 00:20:17.000000000 +0000
+++ gnome-applet-vm-0.2.0-rc1.gnome_libs2/src/Makefile.am	2009-02-12 13:13:23.000000000 +0000
@@ -8,7 +8,7 @@
 
 vm_applet_SOURCES = applet.c properties.c gtkutils.c connections.c \
 		    amenu.c domains.c
-vm_applet_LDADD = $(LIBVIRT_LIBS) $(GNOME_APPLETS_LIBS) $(DBUS_LIBS) $(LIBXML_LIBS)
+vm_applet_LDADD = $(LIBVIRT_LIBS) $(GNOME_APPLETS_LIBS) $(DBUS_LIBS) $(LIBXML_LIBS) $(GNOME_LIBS2_LIBS)
 vm_applet_CFLAGS = -I. -I$(srcdir)	\
 	-include $(top_builddir)/config.h \
 	-DG_DISABLE_DEPRECATED		\
@@ -17,6 +17,7 @@
 	$(GNOME_APPLETS_CFLAGS)		\
 	$(LIBXML_CFLAGS)		\
 	$(DBUS_CFLAGS)			\
+        $(GNOME_LIBS2_CFLAGS)           \
 	-DVM_ICONDIR=\"$(icondir)\"	\
 	-DVM_VIRTMANAGER=\"$(virtnamager)\"
 


Index: gnome-applet-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-vm/devel/gnome-applet-vm.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gnome-applet-vm.spec	12 Feb 2009 13:02:14 -0000	1.22
+++ gnome-applet-vm.spec	12 Feb 2009 13:16:07 -0000	1.23
@@ -1,7 +1,7 @@
 Summary: Simple virtual domains monitor which embeds itself in the GNOME panel
 Name: gnome-applet-vm
 Version: 0.2.0
-Release: 6%{?dist}
+Release: 7%{?dist}
 # No license attribution in code, only COPYING.
 License: GPL+
 Group: User Interface/Desktops
@@ -11,7 +11,7 @@
 URL: https://fedorahosted.org/gnome-applet-vm
 
 # Sent upstream 2009-02-12 (RWMJ).
-Patch0: gnome-applet-vm-0.2.0-no-gnome-help-h.patch
+Patch0: gnome-applet-vm-0.2.0-gnome-libs.patch
 
 %define glib2_version 2.2.0
 %define pango_version 1.2.0
@@ -97,7 +97,7 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/vm_applet_wrapper
 
 %changelog
-* Thu Feb 12 2009 Richard W.M. Jones <rjones at redhat.com> 0.2.0-6
+* Thu Feb 12 2009 Richard W.M. Jones <rjones at redhat.com> 0.2.0-7
 - Small patch needed to compile on Rawhide.
 
 * Wed Feb 11 2009 Richard W.M. Jones <rjones at redhat.com> 0.2.0-4


--- gnome-applet-vm-0.2.0-no-gnome-help-h.patch DELETED ---




More information about the Fedora-virt-maint mailing list