rpms/pcmanfm/devel pcmanfm-0.4.6.1-debug-warning.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 pcmanfm.spec, 1.19, 1.20 sources, 1.16, 1.17

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Tue Jul 15 02:55:42 UTC 2008


Author: mtasaka

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

Modified Files:
	.cvsignore pcmanfm.spec sources 
Added Files:
	pcmanfm-0.4.6.1-debug-warning.patch 
Log Message:
* Tue Jul 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.6.1-1
- 0.4.6
- 0.4.6.1
- -Werror-implicit-function-declaration is added upstream


pcmanfm-0.4.6.1-debug-warning.patch:

--- NEW FILE pcmanfm-0.4.6.1-debug-warning.patch ---
--- pcmanfm-0.4.6.1/src/compat/glib-utils.c.debug	2008-07-14 10:33:01.000000000 +0900
+++ pcmanfm-0.4.6.1/src/compat/glib-utils.c	2008-07-15 11:43:30.000000000 +0900
@@ -66,6 +66,7 @@
 
 #if ! GLIB_CHECK_VERSION(2, 16, 0)
 
+#include <string.h>
 int g_strcmp0(const char *str1, const char *str2)
 {
     if( G_UNLIKELY(str1 == str2) ) /* the same string or both NULL */


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- .cvsignore	14 Jul 2008 18:31:18 -0000	1.16
+++ .cvsignore	15 Jul 2008 02:54:53 -0000	1.17
@@ -1 +1 @@
-pcmanfm-0.4.6.tar.gz
+pcmanfm-0.4.6.1.tar.gz


Index: pcmanfm.spec
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/pcmanfm.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- pcmanfm.spec	14 Jul 2008 18:31:18 -0000	1.19
+++ pcmanfm.spec	15 Jul 2008 02:54:53 -0000	1.20
@@ -2,7 +2,7 @@
 %define		enable_hal	1
 
 Name:		pcmanfm
-Version:	0.4.6
+Version:	0.4.6.1
 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.6-debug-warning.patch
+Patch0:		pcmanfm-0.4.6.1-debug-warning.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	dbus-glib-devel
@@ -36,8 +36,6 @@
 	[A-Z]*
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -Werror-implicit-function-declaration"
-
 %configure \
 %if %{enable_hal} >= 1
 	--enable-hal \
@@ -98,8 +96,10 @@
 %{_datadir}/mime/packages/*.xml
 
 %changelog
-* Tue Jul 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.6-1
+* Tue Jul 15 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.4.6.1-1
 - 0.4.6
+- 0.4.6.1
+- -Werror-implicit-function-declaration is added upstream
 
 * 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)


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pcmanfm/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources	14 Jul 2008 18:31:18 -0000	1.16
+++ sources	15 Jul 2008 02:54:53 -0000	1.17
@@ -1 +1 @@
-c250eec3e7ed0eeeece50ba9b9e0c47e  pcmanfm-0.4.6.tar.gz
+9edb184d0fdc8d5b19eaa66fe026a233  pcmanfm-0.4.6.1.tar.gz




More information about the fedora-extras-commits mailing list