rpms/subversion/devel subversion.spec,1.121,1.122

Joe Orton jorton at fedoraproject.org
Tue Sep 30 11:06:24 UTC 2008


Author: jorton

Update of /cvs/extras/rpms/subversion/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3652

Modified Files:
	subversion.spec 
Log Message:
* Tue Sep 30 2008 Joe Orton <jorton at redhat.com> 1.5.2-3
- enable SASL support (#464267)



Index: subversion.spec
===================================================================
RCS file: /cvs/extras/rpms/subversion/devel/subversion.spec,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- subversion.spec	12 Sep 2008 16:10:42 -0000	1.121
+++ subversion.spec	30 Sep 2008 11:05:52 -0000	1.122
@@ -15,7 +15,7 @@
 Summary: Modern Version Control System designed to replace CVS
 Name: subversion
 Version: 1.5.2
-Release: 2
+Release: 3
 License: ASL 1.1
 Group: Development/Tools
 URL: http://subversion.tigris.org/
@@ -31,7 +31,7 @@
 BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
 BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
 BuildRequires: apr-devel >= 0.9.7, apr-util-devel >= 0.9.7
-BuildRequires: neon-devel >= 0:0.24.7-1
+BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Provides: svn = %{version}-%{release}
 Requires: apr >= 1.3.0
@@ -129,7 +129,7 @@
         --with-swig --with-neon=%{_prefix} \
         --with-ruby-sitedir=%{ruby_sitearch} \
         --with-apxs=%{_sbindir}/apxs --disable-mod-activation \
-        --disable-static
+        --disable-static --with-sasl=%{_prefix}
 make %{?_smp_mflags} all
 make swig-py swig-py-lib %{swigdirs}
 make swig-pl swig-pl-lib swig-rb swig-rb-lib
@@ -277,6 +277,9 @@
 %endif
 
 %changelog
+* Tue Sep 30 2008 Joe Orton <jorton at redhat.com> 1.5.2-3
+- enable SASL support (#464267)
+
 * Fri Sep 12 2008 Joe Orton <jorton at redhat.com> 1.5.2-2
 - update to 1.5.2
 




More information about the fedora-extras-commits mailing list