rpms/xfce4-genmon-plugin/FC-6 xfce4-genmon-asneeded.patch, NONE, 1.1 xfce4-genmon-plugin.spec, 1.7, 1.8

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Sat Jan 27 20:47:34 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-genmon-plugin/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14463

Modified Files:
	xfce4-genmon-plugin.spec 
Added Files:
	xfce4-genmon-asneeded.patch 
Log Message:
rebuild for Xfce 4.4, add asneeded.patch

xfce4-genmon-asneeded.patch:

--- NEW FILE xfce4-genmon-asneeded.patch ---
diff -ur xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am
--- xfce4-genmon-plugin-3.0.orig/panel-plugin/Makefile.am	2006-10-13 19:08:29.000000000 +0300
+++ xfce4-genmon-plugin-3.0/panel-plugin/Makefile.am	2007-01-06 20:51:04.000000000 +0200
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_genmon_plugin_LDFLAGS =					\
+xfce4_genmon_plugin_LDADD =					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_genmon_plugin_SOURCES =	\


Index: xfce4-genmon-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-genmon-plugin/FC-6/xfce4-genmon-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-genmon-plugin.spec	11 Nov 2006 19:36:52 -0000	1.7
+++ xfce4-genmon-plugin.spec	27 Jan 2007 20:47:04 -0000	1.8
@@ -1,18 +1,19 @@
 Name:		xfce4-genmon-plugin
 Version:	3.0
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Generic monitor plugin for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	LGPL
 URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		xfce4-genmon-asneeded.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.22, libxfcegui4-devel >= 4.3.22, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
 BuildRequires:	xfce4-dev-tools
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 The GenMon plugin cyclically spawns the indicated script/program,
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .asneeded
 
 %build
 xdt-autogen
@@ -41,6 +43,10 @@
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 3.0-3
+- Rebuild for XFCE 4.4.
+- Patch to compile with -Wl,--as-needed (bugzilla.xfce.org #2722)
+
 * Sat Nov 11 2006 Christoph Wickert <fedora christoph-wickert de> - 3.0-2
 - Rebuild for XFCE 4.3.99.2.
 




More information about the scm-commits mailing list