rpms/xfdesktop/devel xfdesktop-4.4.2-gcc43.patch, NONE, 1.1 xfdesktop.spec, 1.20, 1.21

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Wed Feb 20 03:59:34 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/xfdesktop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22133

Modified Files:
	xfdesktop.spec 
Added Files:
	xfdesktop-4.4.2-gcc43.patch 
Log Message:
Rebuild for gcc43
Add patch for gcc43
Apply patch to show default backdrop


xfdesktop-4.4.2-gcc43.patch:

--- NEW FILE xfdesktop-4.4.2-gcc43.patch ---
diff -Nur xfdesktop-4.4.2.orig/modules/menu/desktop-menuspec.h xfdesktop-4.4.2/modules/menu/desktop-menuspec.h
--- xfdesktop-4.4.2.orig/modules/menu/desktop-menuspec.h	2007-11-17 12:31:43.000000000 -0700
+++ xfdesktop-4.4.2/modules/menu/desktop-menuspec.h	2008-02-19 20:32:47.000000000 -0700
@@ -82,6 +82,6 @@
  * @param paths A GPtrArray obtained from either menuspec_get_path_simple() or
  *              menuspec_get_path_multilevel().
  */
-G_INLINE_FUNC void desktop_menuspec_path_free(GPtrArray *paths);
+void desktop_menuspec_path_free(GPtrArray *paths);
 
 #endif /* ifdef __MENUSPEC_H__ */


Index: xfdesktop.spec
===================================================================
RCS file: /cvs/extras/rpms/xfdesktop/devel/xfdesktop.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xfdesktop.spec	3 Dec 2007 06:15:05 -0000	1.20
+++ xfdesktop.spec	20 Feb 2008 03:58:56 -0000	1.21
@@ -1,13 +1,17 @@
 Summary: Desktop manager for the XFce Desktop Environment
 Name: xfdesktop
 Version: 4.4.2
-Release: 1%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfdesktop-4.4.2.tar.bz2
 
 # Change default for Fedora
 Patch0: xfdesktop-image-4.3.90.1.patch
+# Show default image
+Patch1: xfdesktop-4.4.2-show-backdrop-by-default.patch
+# Fix for gcc 4.3
+Patch2: xfdesktop-4.4.2-gcc43.patch
 
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -36,6 +40,8 @@
 %setup -q
 
 %patch0 -p1 -b .fedora
+%patch1 -p1 -b .show-backdrop
+%patch2 -p1 -b .gcc43
 
 %build
 %configure
@@ -81,6 +87,13 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Feb 19 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-3
+- Rebuild for gcc43
+- Add patch for gcc43
+
+* Mon Dec 17 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
+- Apply patch to show default backdrop
+
 * Sun Nov 18 2007 Kevin Fenzi <kevin at tummy.com> - 4.4.2-1
 - Update to 4.4.2
 




More information about the fedora-extras-commits mailing list