rpms/xfce4-netload-plugin/devel xfce4-netload-0.4.0-asneeded.patch, NONE, 1.1 xfce4-netload-plugin.spec, 1.6, 1.7

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Mon Jan 22 22:50:54 UTC 2007


Author: cwickert

Update of /cvs/extras/rpms/xfce4-netload-plugin/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21490

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

xfce4-netload-0.4.0-asneeded.patch:

--- NEW FILE xfce4-netload-0.4.0-asneeded.patch ---
diff -ur xfce4-netload-plugin-0.4.0.orig/panel-plugin/Makefile.am xfce4-netload-plugin-0.4.0/panel-plugin/Makefile.am
--- xfce4-netload-plugin-0.4.0.orig/panel-plugin/Makefile.am	2005-09-30 10:53:07.000000000 +0300
+++ xfce4-netload-plugin-0.4.0/panel-plugin/Makefile.am	2007-01-21 23:09:59.000000000 +0200
@@ -18,7 +18,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_netload_plugin_LDFLAGS =						\
+xfce4_netload_plugin_LDADD =						\
 	@SOLLIBS@                                   			\
 	@LIBXFCE4PANEL_LIBS@
 


Index: xfce4-netload-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-netload-plugin/devel/xfce4-netload-plugin.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- xfce4-netload-plugin.spec	5 Oct 2006 12:36:53 -0000	1.6
+++ xfce4-netload-plugin.spec	22 Jan 2007 22:50:24 -0000	1.7
@@ -1,23 +1,25 @@
 Name:		xfce4-netload-plugin
 Version:	0.4.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Network-load monitor for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	GPL
-URL:		http://goodies.xfce.org/
+URL:		http://goodies.xfce.org/projects/panel-plugins/%{name}
 Source0:	http://goodies.xfce.org/releases/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		xfce4-natload-0.4.0-asneeded.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 A network-load monitor plugin for the Xfce panel.
 
 %prep
 %setup -q
+%patch0 -p1 -b .asneeded
 
 %build
 %configure --disable-static
@@ -38,6 +40,10 @@
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-4
+- Rebuild for Xfce 4.4.
+- Patch to compile with -Wl,--as-needed (bugzilla.xfce.org #2782)
+
 * Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.4.0-3
 - Bump release for devel checkin.
 




More information about the scm-commits mailing list