rpms/pcmanfm/devel pcmanfm-0.4.6-debug-warning.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 pcmanfm.spec, 1.18, 1.19 sources, 1.15, 1.16 pcmanfm-0.4.4.2-try-supress-warning.patch, 1.1, NONE pcmanfm-0.4.5-try-suppress-warning.patch, 1.1, NONE

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Mon Jul 14 18:31:51 UTC 2008


Author: mtasaka

Update of /cvs/extras/rpms/pcmanfm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10124/devel

Modified Files:
	.cvsignore pcmanfm.spec sources 
Added Files:
	pcmanfm-0.4.6-debug-warning.patch 
Removed Files:
	pcmanfm-0.4.4.2-try-supress-warning.patch 
	pcmanfm-0.4.5-try-suppress-warning.patch 
Log Message:
* Tue Jul 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.6-1
- 0.4.6


pcmanfm-0.4.6-debug-warning.patch:

--- NEW FILE pcmanfm-0.4.6-debug-warning.patch ---
--- pcmanfm-0.4.6/src/desktop/desktop-window.c.debug	2008-07-14 10:49:04.000000000 +0900
+++ pcmanfm-0.4.6/src/desktop/desktop-window.c	2008-07-15 02:49:43.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"
@@ -37,6 +38,7 @@
 #include "main-window.h"
 #include "pref-dialog.h"
 #include "ptk-file-browser.h"
+#include "ptk-clipboard.h"
 
 #include <X11/Xlib.h>
 #include <X11/Xatom.h>
@@ -47,6 +49,7 @@
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
+#include <string.h> /* memmove, strcmp */
 
 struct _DesktopItem
 {
--- pcmanfm-0.4.6/src/main.c.debug	2008-07-15 00:32:49.000000000 +0900
+++ pcmanfm-0.4.6/src/main.c	2008-07-15 02:57:58.000000000 +0900
@@ -42,6 +42,9 @@
 #include "ptk-file-properties.h"
 #include "ptk-file-menu.h"
 
+#include "pref-dialog.h"
+#include "pcmanfm.h"
+
 #include "settings.h"
 
 #include "desktop.h"
--- pcmanfm-0.4.6/src/pcmanfm.h.debug	2008-07-15 03:11:50.000000000 +0900
+++ pcmanfm-0.4.6/src/pcmanfm.h	2008-07-15 03:01:12.000000000 +0900
@@ -0,0 +1,8 @@
+#ifndef PCMANFM_PCMANFM_H
+#define PCMANFM_PCMANFM_H
+
+#include <glib.h>
+void pcmanfm_ref();
+gboolean pcmanfm_unref();
+
+#endif
--- pcmanfm-0.4.6/src/pref-dialog.c.debug	2008-07-14 16:50:23.000000000 +0900
+++ pcmanfm-0.4.6/src/pref-dialog.c	2008-07-15 03:09:53.000000000 +0900
@@ -31,6 +31,8 @@
 #include "main-window.h"
 #include "ptk-file-browser.h"
 
+#include "desktop.h"
+
 typedef struct _FMPrefDlg FMPrefDlg;
 struct _FMPrefDlg
 {


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	28 Jun 2008 15:19:50 -0000	1.15
+++ .cvsignore	14 Jul 2008 18:31:18 -0000	1.16
@@ -1 +1 @@
-pcmanfm-0.4.5.tar.gz
+pcmanfm-0.4.6.tar.gz


Index: pcmanfm.spec
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/pcmanfm.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pcmanfm.spec	28 Jun 2008 16:23:49 -0000	1.18
+++ pcmanfm.spec	14 Jul 2008 18:31:18 -0000	1.19
@@ -2,7 +2,7 @@
 %define		enable_hal	1
 
 Name:		pcmanfm
-Version:	0.4.5
+Version:	0.4.6
 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.5-try-suppress-warning.patch
+Patch0:		pcmanfm-0.4.6-debug-warning.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dbus-glib-devel
@@ -50,7 +50,7 @@
 	--disable-inotify
 %endif
 
-%{__make} %{?_smp_mflags}
+%{__make} %{?_smp_mflags} -k
 
 
 %install
@@ -68,6 +68,8 @@
 
 %find_lang %{name}
 
+/usr/lib/rpm/check-rpaths
+
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
@@ -96,6 +98,9 @@
 %{_datadir}/mime/packages/*.xml
 
 %changelog
+* Tue Jul 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.6-1
+- 0.4.6
+
 * 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)
 - BR: intltool


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	28 Jun 2008 15:19:50 -0000	1.15
+++ sources	14 Jul 2008 18:31:18 -0000	1.16
@@ -1 +1 @@
-90d899f038d15df35fc4be2a262b1769  pcmanfm-0.4.5.tar.gz
+c250eec3e7ed0eeeece50ba9b9e0c47e  pcmanfm-0.4.6.tar.gz


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


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




More information about the fedora-extras-commits mailing list