rpms/pcmanfm/F-8 pcmanfm-0.4.5-try-suppress-warning.patch, NONE, 1.1 .cvsignore, 1.14, 1.15 pcmanfm.spec, 1.15, 1.16 sources, 1.14, 1.15

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Sat Jun 28 15:20:33 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore pcmanfm.spec sources 
Added Files:
	pcmanfm-0.4.5-try-suppress-warning.patch 
Log Message:
* Sat Jun 28 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.5-1
- 0.4.5 (remote server access function temporally removed)


pcmanfm-0.4.5-try-suppress-warning.patch:

--- NEW FILE pcmanfm-0.4.5-try-suppress-warning.patch ---
--- pcmanfm-0.4.5/src/desktop/desktop-window.c.debug	2008-06-19 05:44:04.000000000 +0900
+++ pcmanfm-0.4.5/src/desktop/desktop-window.c	2008-06-28 23:43:23.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"
@@ -32,6 +33,7 @@
 #include "ptk-file-menu.h"
 #include "ptk-file-task.h"
 #include "ptk-utils.h"
+#include "ptk-clipboard.h"
 
 #include "settings.h"
 #include "main-window.h"
@@ -47,6 +49,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h> /* strcmp */
 
 struct _DesktopItem
 {
--- pcmanfm-0.4.5/src/pref-dialog.c.debug	2008-06-28 20:57:25.000000000 +0900
+++ pcmanfm-0.4.5/src/pref-dialog.c	2008-06-28 23:43:23.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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	25 May 2008 12:04:05 -0000	1.14
+++ .cvsignore	28 Jun 2008 15:19:18 -0000	1.15
@@ -1 +1 @@
-pcmanfm-0.4.4.2.tar.gz
+pcmanfm-0.4.5.tar.gz


Index: pcmanfm.spec
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-8/pcmanfm.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- pcmanfm.spec	25 May 2008 12:04:05 -0000	1.15
+++ pcmanfm.spec	28 Jun 2008 15:19:18 -0000	1.16
@@ -2,7 +2,7 @@
 %define		enable_hal	1
 
 Name:		pcmanfm
-Version:	0.4.4.2
+Version:	0.4.5
 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.4.2-try-supress-warning.patch
+Patch0:		pcmanfm-0.4.5-try-suppress-warning.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dbus-glib-devel
@@ -35,6 +35,8 @@
 	[A-Z]*
 
 %build
+export CFLAGS="$RPM_OPT_FLAGS -Werror-implicit-function-declaration"
+
 %configure \
 %if %{enable_hal} >= 1
 	--enable-hal \
@@ -93,6 +95,9 @@
 %{_datadir}/mime/packages/*.xml
 
 %changelog
+* Sat Jun 28 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.5-1
+- 0.4.5 (remote server access function temporally removed)
+
 * Sun May 25 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.4.2-1
 - 0.4.4.2
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/F-8/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	25 May 2008 12:04:05 -0000	1.14
+++ sources	28 Jun 2008 15:19:18 -0000	1.15
@@ -1 +1 @@
-a87decfd3adff18cc2435494960e05a8  pcmanfm-0.4.4.2.tar.gz
+90d899f038d15df35fc4be2a262b1769  pcmanfm-0.4.5.tar.gz




More information about the fedora-extras-commits mailing list