Index: subversion.spec
===================================================================
RCS file: /cvsroot/SPECS/subversion.spec,v
retrieving revision 1.153.2.3
diff -u -r1.153.2.3 subversion.spec
--- subversion.spec	12 Sep 2006 06:37:48 -0000	1.153.2.3
+++ subversion.spec	4 Jan 2007 22:33:48 -0000
@@ -17,18 +17,20 @@
 Summary(pl):	System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR):	Sistema de versionamento concorrente
 Name:		subversion
-Version:	1.4.0
-Release:	2
+Version:	1.4.2
+Release:	1
 License:	Apache/BSD Style
 Group:		Development/Version Control
 Source0:	http://subversion.tigris.org/downloads/%{name}-%{version}.tar.gz
-# Source0-md5:	6f7485986776204138a1d221ac5eec40
+# Source0-md5:	7ab125937c4f3853149f33b09464b211
 Source1:	%{name}-dav_svn.conf
 Source2:	%{name}-authz_svn.conf
 Source3:	%{name}-svnserve.init
 Source4:	%{name}-svnserve.sysconfig
 Patch0:		%{name}-home_etc.patch
 Patch1:		%{name}-DESTDIR.patch
+Patch2:		%{name}-neon.patch
+Patch3:		%{name}-svnserve_drop_privileges.patch
 URL:		http://subversion.tigris.org/
 %if %{with net_client_only}
 %global apache_modules_api 0
@@ -50,7 +52,7 @@
 BuildRequires:	expat-devel
 BuildRequires:	gettext-devel
 BuildRequires:	libtool >= 1.4-9
-BuildRequires:	neon-devel >= 0.24.7
+BuildRequires:	neon-devel >= 0.26.0
 %if %{with python}
 BuildRequires:	python >= 2.2
 BuildRequires:	python-devel >= 2.2
@@ -269,6 +271,8 @@
 rm -rf apr apr-util neon
 %patch0 -p0
 %patch1 -p1
+%patch2 -p1
+%patch3 -p1
 
 %build
 cp -f /usr/share/automake/config.sub ac-helpers
