rpms/pcmanfm/F-8 pcmanfm-0.4.0-try-supress-warning.patch, NONE, 1.1 .cvsignore, 1.10, 1.11 pcmanfm.spec, 1.11, 1.12 sources, 1.10, 1.11 pcmanfm-0.3.9.98-try-supress-warning.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun May 4 17:27:11 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/pcmanfm/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20518/F-8

Modified Files:
	.cvsignore pcmanfm.spec sources 
Added Files:
	pcmanfm-0.4.0-try-supress-warning.patch 
Removed Files:
	pcmanfm-0.3.9.98-try-supress-warning.patch 
Log Message:
* Mon May  5 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.0-1
- 0.4.0


pcmanfm-0.4.0-try-supress-warning.patch:

--- NEW FILE pcmanfm-0.4.0-try-supress-warning.patch ---
--- pcmanfm-0.4.0/src/desktop/desktop-window.c.debug	2008-05-04 03:03:21.000000000 +0900
+++ pcmanfm-0.4.0/src/desktop/desktop-window.c	2008-05-05 01:49:22.000000000 +0900
@@ -24,6 +24,7 @@
 #include "desktop-window.h"
 #include "vfs-file-info.h"
 #include "vfs-mime-type.h"
+#include "vfs-thumbnail-loader.h"
 
 #include "glib-mem.h"
 #include "working-area.h"
@@ -31,6 +32,7 @@
 #include "ptk-file-misc.h"
 #include "ptk-file-menu.h"
 #include "ptk-utils.h"
+#include "ptk-clipboard.h"
 
 #include "settings.h"
 #include "main-window.h"
@@ -46,6 +48,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h> /* strcmp */
 
 struct _DesktopItem
 {
--- pcmanfm-0.4.0/src/main.c.debug	2008-03-15 07:59:55.000000000 +0900
+++ pcmanfm-0.4.0/src/main.c	2008-05-05 01:52:23.000000000 +0900
@@ -39,6 +39,8 @@
 
 #include "ptk-utils.h"
 #include "ptk-app-chooser.h"
+#include "ptk-file-menu.h"
+#include "ptk-file-properties.h"
 
 #include "settings.h"
 
--- pcmanfm-0.4.0/src/pref-dialog.c.debug	2008-03-20 15:23:20.000000000 +0900
+++ pcmanfm-0.4.0/src/pref-dialog.c	2008-05-05 01:54:03.000000000 +0900
@@ -26,6 +26,8 @@
 #include "main-window.h"
 #include "ptk-file-browser.h"
 
+#include "desktop.h"
+
 static void
 on_show_desktop_toggled( GtkToggleButton* show_desktop, GtkWidget* dlg )
 {


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-8/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- .cvsignore	8 Apr 2008 18:51:13 -0000	1.10
+++ .cvsignore	4 May 2008 17:26:35 -0000	1.11
@@ -1 +1 @@
-pcmanfm-0.3.9.98.tar.gz
+pcmanfm-0.4.0.tar.gz


Index: pcmanfm.spec
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-8/pcmanfm.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pcmanfm.spec	12 Apr 2008 17:04:38 -0000	1.11
+++ pcmanfm.spec	4 May 2008 17:26:35 -0000	1.12
@@ -2,15 +2,15 @@
 %define		enable_hal	1
 
 Name:		pcmanfm
-Version:	0.3.9.98
-Release:	2%{?dist}
+Version:	0.4.0
+Release:	1%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
 Group:		User Interface/Desktops
 License:	GPLv2+
 URL:		http://pcmanfm.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
-Patch0:		pcmanfm-0.3.9.98-try-supress-warning.patch
+Patch0:		pcmanfm-0.4.0-try-supress-warning.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dbus-glib-devel
@@ -93,6 +93,9 @@
 %{_datadir}/mime/packages/*.xml
 
 %changelog
+* Mon May  5 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.0-1
+- 0.4.0
+
 * Sun Apr 13 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.3.9.98-2
 - First trial to suppress compilation warning (containing fix for
   crash on an occasion)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-8/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- sources	8 Apr 2008 18:51:13 -0000	1.10
+++ sources	4 May 2008 17:26:35 -0000	1.11
@@ -1 +1 @@
-4b305bf24dd891933d6c0d0c671b79d0  pcmanfm-0.3.9.98.tar.gz
+d4a528e37605df0806b5f1bd94d85604  pcmanfm-0.4.0.tar.gz


--- pcmanfm-0.3.9.98-try-supress-warning.patch DELETED ---




More information about the fedora-extras-commits mailing list