rpms/xfce4-session/devel xfce4-session-4.4.2-hide-tips.patch, NONE, 1.1 xfce4-session.spec, 1.20, 1.21

Kevin Fenzi (kevin) fedora-extras-commits at redhat.com
Tue Apr 22 20:27:46 UTC 2008


Author: kevin

Update of /cvs/extras/rpms/xfce4-session/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29611

Modified Files:
	xfce4-session.spec 
Added Files:
	xfce4-session-4.4.2-hide-tips.patch 
Log Message:
Disable tips by default for now


xfce4-session-4.4.2-hide-tips.patch:

--- NEW FILE xfce4-session-4.4.2-hide-tips.patch ---
diff -Nur xfce4-session-4.4.2.orig/xfce4-tips/xfce4-tips-autostart.desktop.in xfce4-session-4.4.2/xfce4-tips/xfce4-tips-autostart.desktop.in
--- xfce4-session-4.4.2.orig/xfce4-tips/xfce4-tips-autostart.desktop.in	2007-11-17 12:31:05.000000000 -0700
+++ xfce4-session-4.4.2/xfce4-tips/xfce4-tips-autostart.desktop.in	2008-04-22 10:57:06.000000000 -0600
@@ -7,4 +7,4 @@
 Terminal=false
 Type=Application
 OnlyShowIn=XFCE;
-Hidden=false
+Hidden=true


Index: xfce4-session.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- xfce4-session.spec	10 Feb 2008 23:35:06 -0000	1.20
+++ xfce4-session.spec	22 Apr 2008 20:27:06 -0000	1.21
@@ -1,10 +1,11 @@
 Summary: Xfce session manager
 Name: xfce4-session
 Version: 4.4.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+
 URL: http://www.xfce.org/
 Source0: http://www.xfce.org/archive/xfce-4.4.2/src/xfce4-session-4.4.2.tar.bz2
+Patch0: xfce4-session-4.4.2-hide-tips.patch
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: libxfcegui4 >= %{version}
@@ -46,6 +47,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .disable-tips
 
 %build
 %configure --enable-gnome --enable-final
@@ -122,6 +124,9 @@
 %{_libexecdir}/balou-*
 
 %changelog
+* Tue Apr 22 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-3
+- Disable tips by default for now. 
+
 * Sun Feb 10 2008 Kevin Fenzi <kevin at tummy.com> - 4.4.2-2
 - Rebuild for gcc43
 




More information about the fedora-extras-commits mailing list