- Tweak the patch a bit so it applies

f38
David Zeuthen 20 years ago
parent ea11941c4d
commit 28fa7731a6

@ -9,7 +9,7 @@
Summary: The GNOME virtual file-system libraries.
Name: gnome-vfs2
Version: 2.10.0
Release: 4
Release: 5
License: LGPL
Group: System Environment/Libraries
Source0: gnome-vfs-%{version}.tar.bz2
@ -113,7 +113,7 @@ cp -f %{SOURCE1} modules
%patch300 -p0 -b .gcc4-build
%patch400 -d imported/neon -p2 -b .neon-gssapi
%patch400 -p0 -b .neon-gssapi
%build
@ -195,6 +195,9 @@ done
%config %{_sysconfdir}/gnome-vfs-2.0/modules/smb-module.conf
%changelog
* Fri Apr 29 2005 David Zeuthen <davidz@redhat.com> 2.10.0-5
- Tweak the patch a bit so it applies
* Fri Apr 29 2005 David Zeuthen <davidz@redhat.com> 2.10.0-4
- Make local neon copy support gssapi correctly (#150132)

@ -1,8 +1,8 @@
Update to the GSSAPI implementation from HEAD.
--- neon/src/ne_auth.c (revision 309)
+++ neon/src/ne_auth.c (working copy)
--- imported/neon/ne_auth.c (revision 309)
+++ imported/neon/ne_auth.c (working copy)
@@ -161,8 +161,11 @@
/* This used for Basic auth */
char *basic;

Loading…
Cancel
Save