rpms/xfce4-fsguard-plugin/FC-6 xfce4-fsguard-0.3.0-asneeded.patch, NONE, 1.1 xfce4-fsguard-plugin.spec, 1.5, 1.6

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


Author: cwickert

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

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

xfce4-fsguard-0.3.0-asneeded.patch:

--- NEW FILE xfce4-fsguard-0.3.0-asneeded.patch ---
diff -ur xfce4-fsguard-plugin-0.3.0.orig/panel-plugin/Makefile.am xfce4-fsguard-plugin-0.3.0/panel-plugin/Makefile.am
--- xfce4-fsguard-plugin-0.3.0.orig/panel-plugin/Makefile.am	2005-10-11 10:45:34.000000000 +0300
+++ xfce4-fsguard-plugin-0.3.0/panel-plugin/Makefile.am	2007-01-21 23:21:51.000000000 +0200
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"			\
 	@LIBXFCE4PANEL_CFLAGS@
 
-xfce4_fsguard_plugin_LDFLAGS =					\
+xfce4_fsguard_plugin_LDADD =					\
 	@LIBXFCE4PANEL_LIBS@
 
 xfce4_fsguard_plugin_SOURCES =					\


Index: xfce4-fsguard-plugin.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-fsguard-plugin/FC-6/xfce4-fsguard-plugin.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xfce4-fsguard-plugin.spec	5 Oct 2006 12:15:24 -0000	1.5
+++ xfce4-fsguard-plugin.spec	27 Jan 2007 20:41:50 -0000	1.6
@@ -1,17 +1,18 @@
 Name:		xfce4-fsguard-plugin
 Version:	0.3.0
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Filesystem-Guard plugin 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-fsguard-0.3.0-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)
-Requires:	xfce4-panel >= 4.3.99.1
+Requires:	xfce4-panel >= 4.3.99.2
 
 %description
 A little Xfce plugin, which checks the free space on the chosen mountpoint 
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .asneeded
 
 %build
 %configure --disable-static
@@ -41,6 +43,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 #2783)
+
 * 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