[fedora-virt-maint] rpms/gnome-applet-vm/devel gnome-applet-vm.spec, 1.24, 1.25 gnome-applet-vm-0.2.0-gnome-libs.patch, 1.1, 1.2

Cole Robinson crobinso at fedoraproject.org
Tue Feb 24 16:55:46 UTC 2009


Author: crobinso

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

Modified Files:
	gnome-applet-vm.spec gnome-applet-vm-0.2.0-gnome-libs.patch 
Log Message:
Tweak build fix patch to not require re-automake.



Index: gnome-applet-vm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-vm/devel/gnome-applet-vm.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- gnome-applet-vm.spec	12 Feb 2009 13:22:42 -0000	1.24
+++ gnome-applet-vm.spec	24 Feb 2009 16:55:16 -0000	1.25
@@ -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: 8%{?dist}
+Release: 9%{?dist}
 # No license attribution in code, only COPYING.
 License: GPL+
 Group: User Interface/Desktops
@@ -53,8 +53,6 @@
 %prep
 %setup -q -n %{upstreamname}
 %patch0 -p1
-automake
-autoconf
 
 %build
 %configure --enable-consolehelper
@@ -99,6 +97,9 @@
 %config(noreplace) %{_sysconfdir}/security/console.apps/vm_applet_wrapper
 
 %changelog
+* Tue Feb 24 2009 Cole Robinson <crobinso at redhat.com> 0.2.0-9
+- Tweak build fix patch to not require re-automake.
+
 * Thu Feb 12 2009 Richard W.M. Jones <rjones at redhat.com> 0.2.0-8
 - Small patch needed to compile on Rawhide.
 

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

Index: gnome-applet-vm-0.2.0-gnome-libs.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-applet-vm/devel/gnome-applet-vm-0.2.0-gnome-libs.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-applet-vm-0.2.0-gnome-libs.patch	12 Feb 2009 13:16:07 -0000	1.1
+++ gnome-applet-vm-0.2.0-gnome-libs.patch	24 Feb 2009 16:55:16 -0000	1.2
@@ -1,20 +1,20 @@
-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 @@
- 
+diff -rup gnome-applet-vm-0.2.0-rc1/src/Makefile.in new/src/Makefile.in
+--- gnome-applet-vm-0.2.0-rc1/src/Makefile.in	2008-03-03 08:18:14.000000000 -0500
++++ new/src/Makefile.in	2009-02-24 10:28:22.491661000 -0500
+@@ -293,7 +293,7 @@ noinst_HEADERS = applet.h
  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 @@
+@@ -302,6 +302,7 @@ vm_applet_CFLAGS = -I. -I$(srcdir)	\
  	$(GNOME_APPLETS_CFLAGS)		\
  	$(LIBXML_CFLAGS)		\
  	$(DBUS_CFLAGS)			\
-+        $(GNOME_LIBS2_CFLAGS)           \
++	$(GNOME_LIBS2_CFLAGS)   \
  	-DVM_ICONDIR=\"$(icondir)\"	\
  	-DVM_VIRTMANAGER=\"$(virtnamager)\"
  




More information about the Fedora-virt-maint mailing list