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

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


Author: cwickert

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

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

xfce4-cpugraph-0.3.0-asneeded.patch:

--- NEW FILE xfce4-cpugraph-0.3.0-asneeded.patch ---
diff -ur xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am
--- xfce4-cpugraph-plugin-0.3.0.orig/panel-plugin/Makefile.am	2005-09-30 14:12:14.000000000 +0300
+++ xfce4-cpugraph-plugin-0.3.0/panel-plugin/Makefile.am	2007-01-21 23:31:59.000000000 +0200
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_cpugraph_plugin_LDFLAGS =					\
+xfce4_cpugraph_plugin_LDADD =					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_cpugraph_plugin_SOURCES =					\


Index: xfce4-cpugraph-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-cpugraph-plugin/FC-6/xfce4-cpugraph-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-cpugraph-plugin.spec	6 Oct 2006 06:08:29 -0000	1.7
+++ xfce4-cpugraph-plugin.spec	27 Jan 2007 20:15:06 -0000	1.8
@@ -1,17 +1,18 @@
 Name:		xfce4-cpugraph-plugin
 Version:	0.3.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	CPU monitor for the Xfce panel
 
 Group:		User Interface/Desktops
 License:	BSD
-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-cpugraph-0.3.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:	perl(XML::Parser)
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 A CPU monitor plugin for the Xfce panel. It offers multiple display modes 
@@ -20,6 +21,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .asneeded
 
 %build
 %configure --disable-static
@@ -39,6 +41,10 @@
 %{_datadir}/xfce4/panel-plugins/*.desktop
 
 %changelog
+* Mon Jan 22 2007 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-4
+- Rebuild for Xfce 4.4.
+- Patch to compile with -Wl,--as-needed (bugzilla.xfce.org #2785)
+
 * Thu Oct 05 2006 Christoph Wickert <fedora christoph-wickert de> - 0.3.0-3
 - Bump release for devel checkin.
 




More information about the fedora-extras-commits mailing list