rpms/fuse-encfs/devel encfs--gcc43-fix.diff, NONE, 1.1 fuse-encfs.spec, 1.11, 1.12

Peter Lemenkov (peter) fedora-extras-commits at redhat.com
Tue Mar 25 19:01:37 UTC 2008


Author: peter

Update of /cvs/extras/rpms/fuse-encfs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6978/devel

Modified Files:
	fuse-encfs.spec 
Added Files:
	encfs--gcc43-fix.diff 
Log Message:
Another attempt to fix GCC 4.3 builds

encfs--gcc43-fix.diff:

--- NEW FILE encfs--gcc43-fix.diff ---
--- encfs/ConfigVar.cpp~	2008-01-06 01:39:12.000000000 +0300
+++ encfs/ConfigVar.cpp	2008-03-25 21:54:28.000000000 +0300
@@ -17,6 +17,7 @@
 
 #include "ConfigVar.h"
 #include <rlog/rlog.h>
+#include <string.h>
 
 using namespace rlog;
 


Index: fuse-encfs.spec
===================================================================
RCS file: /cvs/extras/rpms/fuse-encfs/devel/fuse-encfs.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- fuse-encfs.spec	19 Feb 2008 18:37:36 -0000	1.11
+++ fuse-encfs.spec	25 Mar 2008 19:00:52 -0000	1.12
@@ -1,19 +1,20 @@
-Name: 		fuse-encfs
-Version: 	1.4.1.1
-Release: 	3%{?dist}
-Summary: 	Encrypted pass-thru filesystem in userspace 	
-License: 	GPLv3+
-Group: 		System Environment/Kernel
-Url: 		http://arg0.net/wiki/encfs
-Source0: 	http://encfs.googlecode.com/files/encfs-%{version}.tar.gz
+Name:		fuse-encfs
+Version:	1.4.1.1
+Release:	3%{?dist}
+Summary:	Encrypted pass-thru filesystem in userspace
+License:	GPLv3+
+Group:		System Environment/Kernel
+Url:		http://arg0.net/wiki/encfs
+Source0:	http://encfs.googlecode.com/files/encfs-%{version}.tar.gz
 Source1:	http://encfs.googlecode.com/files/encfs-%{version}.tar.gz.asc
-BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		encfs--gcc43-fix.diff
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	fuse >= 2.6
 Provides:	encfs = %{version}
-BuildRequires: 	rlog-devel >= 1.3
-BuildRequires: 	openssl-devel
+BuildRequires:	rlog-devel >= 1.3
+BuildRequires:	openssl-devel
 BuildRequires:	boost-devel
-BuildRequires: 	fuse-devel >= 2.6
+BuildRequires:	fuse-devel >= 2.6
 BuildRequires:	gettext
 
 %description
@@ -21,10 +22,11 @@
 provides a Linux kernel module which allows virtual filesystems to be written
 in userspace.  EncFS encrypts all data and filenames in the filesystem and
 passes access through to the underlying filesystem.  Similar to CFS except that
-it does not use NFS. 
+it does not use NFS.
 
 %prep
 %setup -q -n encfs-%{version}
+%patch0 -b .gcc43
 
 %build
 %configure --disable-static
@@ -53,10 +55,12 @@
 %{_mandir}/man1/*
 
 %changelog
+* Tue Mar 25 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.1.1-3
+- Another attempt to fix GCC 4.3 builds
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.4.1.1-3
 - Autorebuild for GCC 4.3
 
-
 * Sat Feb  9 2008 Peter Lemenkov <lemenkov at gmail.com> 1.4.1.1-2
 - Rebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list