rpms/fuse-encfs/F-10 encfs-1.5-const.patch, NONE, 1.1 fuse-encfs.spec, 1.24, 1.25 import.log, 1.2, 1.3

Peter Lemenkov peter at fedoraproject.org
Sat Oct 17 16:14:43 UTC 2009


Author: peter

Update of /cvs/pkgs/rpms/fuse-encfs/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16906/F-10

Modified Files:
	fuse-encfs.spec import.log 
Added Files:
	encfs-1.5-const.patch 
Log Message:
Add version for Requires for boost-devel

encfs-1.5-const.patch:
 NameIO.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE encfs-1.5-const.patch ---
diff -ru encfs-1.5.orig/encfs/NameIO.cpp encfs-1.5/encfs/NameIO.cpp
--- encfs-1.5.orig/encfs/NameIO.cpp	2009-03-03 14:56:44.000000000 +0000
+++ encfs-1.5/encfs/NameIO.cpp	2009-03-03 14:57:02.000000000 +0000
@@ -190,7 +190,7 @@
 	} else
 	{
 	    bool isDotFile = (*path == '.');
-	    char *next = strchr( path, '/' );
+	    const char *next = strchr( path, '/' );
 	    int len = next ? next - path : strlen( path );
 
 	    // at this point we know that len > 0


Index: fuse-encfs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-encfs/F-10/fuse-encfs.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- fuse-encfs.spec	30 Dec 2008 11:58:12 -0000	1.24
+++ fuse-encfs.spec	17 Oct 2009 16:14:42 -0000	1.25
@@ -1,18 +1,19 @@
 Name:		fuse-encfs
 Version:	1.5
-Release:	3%{?dist}
+Release:	10%{?dist}
 Summary:	Encrypted pass-thru filesystem in userspace
 License:	GPLv3+
 Group:		System Environment/Kernel
 Url:		http://www.arg0.net/encfs
 Source0:	http://encfs.googlecode.com/files/encfs-%{version}-2.tgz
 Source1:	http://encfs.googlecode.com/files/encfs-%{version}-2.tgz.asc
+Patch0:		encfs-1.5-const.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	fuse >= 2.6
-Provides:	encfs = %{version}
+Provides:	encfs = %{version}-%{release}
 BuildRequires:	rlog-devel >= 1.3
 BuildRequires:	openssl-devel
-BuildRequires:	boost-devel
+BuildRequires:	boost-devel >= 1.34
 BuildRequires:	fuse-devel >= 2.6
 BuildRequires:	gettext
 
@@ -25,6 +26,7 @@ it does not use NFS.
 
 %prep
 %setup -q -n encfs-%{version}
+%patch0 -p1 -b .const
 
 %build
 %configure --disable-static --with-boost-libdir=%{_libdir}
@@ -52,6 +54,27 @@ it does not use NFS.
 %{_mandir}/man1/*
 
 %changelog
+* Sat Oct 17 2009 Peter Lemenkov <lemenkov at gmail.com> 1.5-10
+- Added version in Requires for boost-devel
+
+* Thu Sep 17 2009 Peter Lemenkov <lemenkov at gmail.com> 1.5-9
+- rebuilt with new fuse
+
+* Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.5-8
+- rebuilt with new openssl
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Mar 03 2009 Caolán McNamara <caolanm at redhat.com> - 1.5-6
+- constify ret of strchr(const char*)
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Fri Jan 16 2009 Tomas Mraz <tmraz at redhat.com> 1.5-4
+- rebuild with new openssl
+
 * Tue Dec 30 2008 Peter Lemenkov <lemenkov at gmail.com> 1.5-3
 - Fixed URL
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/fuse-encfs/F-10/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	26 Oct 2008 15:38:16 -0000	1.2
+++ import.log	17 Oct 2009 16:14:42 -0000	1.3
@@ -1,2 +1,3 @@
 fuse-encfs-1_4_2-4_fc9:HEAD:fuse-encfs-1.4.2-4.fc9.src.rpm:1217577502
 fuse-encfs-1_5-1_fc9:HEAD:fuse-encfs-1.5-1.fc9.src.rpm:1225035390
+fuse-encfs-1_5-10_fc11:F-10:fuse-encfs-1.5-10.fc11.src.rpm:1255796042




More information about the scm-commits mailing list