rpms/idesk/EL-6 idesk-missing-inc.patch,NONE,1.1 idesk.spec,1.3,1.4

Gilboa Davara gilboa at fedoraproject.org
Mon Jun 21 13:44:30 UTC 2010


Author: gilboa

Update of /cvs/pkgs/rpms/idesk/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24929

Modified Files:
	idesk.spec 
Added Files:
	idesk-missing-inc.patch 
Log Message:


idesk-missing-inc.patch:
 Util.h |    5 +++++
 1 file changed, 5 insertions(+)

--- NEW FILE idesk-missing-inc.patch ---
--- src/Util.h.old	2010-05-08 09:40:39.746983506 +0300
+++ src/Util.h	2010-05-08 09:40:57.537984539 +0300
@@ -29,8 +29,13 @@
 #include <fstream>
 #include <string>
 #include <stdlib.h>
+#include <sys/types.h>
+#include <sys/stat.h>
 #include <unistd.h>
 
+
+
+
 using namespace std;
 
 class Util


Index: idesk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/idesk/EL-6/idesk.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- idesk.spec	25 Jul 2009 03:09:18 -0000	1.3
+++ idesk.spec	21 Jun 2010 13:44:30 -0000	1.4
@@ -1,6 +1,6 @@
 Name:			idesk
 Version:		0.7.5
-Release:		9%{?dist}
+Release:		10%{?dist}
 Summary:		Light desktop manager for minimal WMs
 Group:			User Interface/Desktops
 License:		BSD
@@ -11,6 +11,7 @@ Source0:		http://downloads.sourceforge.n
 # File packaged separately to reduce the number of prerequisites.
 Source1:		gnome-xterm.png
 Patch0:			idesk-default_lnk.patch
+Patch1:			idesk-missing-inc.patch
 BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	imlib2-devel
@@ -23,15 +24,14 @@ Requires:		xterm
 
 %description
 iDesk is a lightweight desktop manager for desktop-less WM's.
-iDesk support PNG/JPEG icons and desktop wallpapers.
-iDesk further supports smart user-defined actions
-(E.g. double mouse click) for both the desktop icons and
-the desktop wallpaper.
+It supports PNG/JPEG icons and desktop wallpapers, each with
+it own smart user-defined actions (E.g. double mouse click).
 
 
 %prep
 %setup -q
-%patch0 -p1
+%patch0 -p1 -b .link
+%patch1 -p0 -b .missing_inc
 sed -i -e 's:SHARE_DIR:%{_datadir}:' examples/default.lnk
 
 %build
@@ -58,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 8 2010 Gilboa Davara <gilboad at gmail.com> - 0.7.5-10
+- Fix #564986.
+- Cleaner description.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.5-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list