rpms/pcmanfm/F-7 pcmanfm-0.4.4.0-try-supress-warning.patch, NONE, 1.1 .cvsignore, 1.12, 1.13 pcmanfm.spec, 1.13, 1.14 sources, 1.12, 1.13 pcmanfm-0.4.0-try-supress-warning.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sun May 18 16:33:19 UTC 2008


Author: mtasaka

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

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


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

--- NEW FILE pcmanfm-0.4.4.0-try-supress-warning.patch ---
--- pcmanfm-0.4.4.0/src/desktop/desktop-window.c.debug	2008-05-12 03:19:47.000000000 +0900
+++ pcmanfm-0.4.4.0/src/desktop/desktop-window.c	2008-05-19 01:03:37.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.4.0/src/main.c.debug	2008-05-17 01:25:53.000000000 +0900
+++ pcmanfm-0.4.4.0/src/main.c	2008-05-19 01:03:37.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.4.0/src/pref-dialog.c.debug	2008-05-12 03:19:53.000000000 +0900
+++ pcmanfm-0.4.4.0/src/pref-dialog.c	2008-05-19 01:03:37.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 )
 {
--- pcmanfm-0.4.4.0/src/ptk/ptk-remote-volume.c.debug	2008-05-18 01:38:22.000000000 +0900
+++ pcmanfm-0.4.4.0/src/ptk/ptk-remote-volume.c	2008-05-19 01:12:35.000000000 +0900
@@ -29,6 +29,7 @@
 
 #include "ptk-remote-volume.h"
 #include "ptk-ui-xml.h"
+#include "ptk/ptk-utils.h"
 
 typedef struct
 {
--- pcmanfm-0.4.4.0/src/vfs/vfs-remote-fs-mgr.c.debug	2008-05-18 01:10:53.000000000 +0900
+++ pcmanfm-0.4.4.0/src/vfs/vfs-remote-fs-mgr.c	2008-05-19 01:10:42.000000000 +0900
@@ -28,6 +28,10 @@
 #include <string.h>
 #include <stdio.h>
 
+#include <stdlib.h>
+#include <unistd.h>
+#include <gtk/gtk.h>
+
 /* for chmod() */
 #include <sys/types.h>
 #include <sys/stat.h>


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-7/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- .cvsignore	11 May 2008 03:50:56 -0000	1.12
+++ .cvsignore	18 May 2008 16:31:59 -0000	1.13
@@ -1 +1 @@
-pcmanfm-0.4.1.1.tar.gz
+pcmanfm-0.4.4.0.tar.gz


Index: pcmanfm.spec
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-7/pcmanfm.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pcmanfm.spec	11 May 2008 03:50:56 -0000	1.13
+++ pcmanfm.spec	18 May 2008 16:31:59 -0000	1.14
@@ -2,7 +2,7 @@
 %define		enable_hal	1
 
 Name:		pcmanfm
-Version:	0.4.1.1
+Version:	0.4.4.0
 Release:	1%{?dist}
 Summary:	Extremly fast and lightweight file manager
 
@@ -10,7 +10,7 @@
 License:	GPLv2+
 URL:		http://pcmanfm.sourceforge.net/
 Source0:	http://downloads.sourceforge.net/pcmanfm/%{name}-%{version}.tar.gz
-Patch0:		pcmanfm-0.4.0-try-supress-warning.patch
+Patch0:		pcmanfm-0.4.4.0-try-supress-warning.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dbus-glib-devel
@@ -34,9 +34,6 @@
 %{__chmod} 0644 \
 	[A-Z]*
 
-# timestamp wrong (0.4.1.1)
-find . -type f | xargs touch
-
 %build
 %configure \
 %if %{enable_hal} >= 1
@@ -88,7 +85,7 @@
 %doc	README
 %doc	TODO
 
-%{_bindir}/%{name}
+%{_bindir}/%{name}*
 
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.png
@@ -96,6 +93,9 @@
 %{_datadir}/mime/packages/*.xml
 
 %changelog
+* Mon May 19 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.4.0-1
+- 0.4.4.0
+
 * Sun May 11 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.1.1-1
 - 0.4.1
 - 0.4.1.1


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-7/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	11 May 2008 03:50:56 -0000	1.12
+++ sources	18 May 2008 16:31:59 -0000	1.13
@@ -1 +1 @@
-3e950ff6c75828bd45ec106a782b5f5f  pcmanfm-0.4.1.1.tar.gz
+642cbe7669ba149b87d33d475856557d  pcmanfm-0.4.4.0.tar.gz


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




More information about the fedora-extras-commits mailing list