On Mon, Feb 8, 2010 at 4:15 PM, Yury V. Zaytsev <[email protected]> wrote: > On Mon, 2010-02-08 at 16:09 -0500, Nico Kadel-Garcia wrote: >> Subversion 1.6.9 has been out for a while now, and running on my local >> RHEL 5 i386 and x86_64 boxes. It seems stable: I'm attaching a .spec >> file for it. Can we encourage an update, to remain consistent with the >> published TortoiseSVN for Windows client and the latest releases for >> other OS's? > > Could you please post a diff?
Sure, included below: $ diff -u subversion* --- subversion-1.6.9.spec 2010-02-08 16:07:37.862658000 -0500 +++ subversion.spec 2010-02-03 15:54:03.000000000 -0500 @@ -28,8 +28,8 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion -Version: 1.6.9 -### FC3 comes with release 1.1 of older release +Version: 1.6.6 +### FC3 comes with release 1.1 Release: 0.1.rf License: BSD Group: Development/Tools @@ -44,6 +44,7 @@ Source3: filter-requires.sh Source4: http://www.xsteve.at/prg/emacs/psvn.el Source10: http://dl.sf.net/swig/swig-%{swig_version}.tar.gz +#Patch1: subversion-0.24.2-swig.patch Patch2: subversion-0.20.1-deplibs.patch Patch3: subversion-1.6.0-rpath.patch Patch6: subversion-1.6.0-pie.patch @@ -55,6 +56,8 @@ BuildRequires: apr-util-devel >= 0.9.3-2, openssl-devel BuildRequires: apr-devel >= 0.9.4 BuildRequires: neon-devel >= 0.24.7-1 +#%{!?_without_swig:BuildRequires: swig >= 1.3.21-5} +#%{!?_without_swig:BuildRequires: swig} Provides: python-subversion = %{version}-%{release} Provides: subversion-python = %{version}-%{release} @@ -173,6 +176,9 @@ --with-sasl="%{_prefix}" \ --with-ssl \ %{!?_without_swig:--with-swig="swig-%{swig_version}/install"} +# --disable-neon-version-check \ +# 1.3.0 tarball ships with generated swig sources +#%{__make} extraclean-swig-headers swig-headers %{__make} %{?_smp_mflags} all tools %if %{!?_without_swig:1}0 @@ -318,10 +324,6 @@ %endif %changelog -* Wed Feb 3 2010 Nico Kadel-Garcia <[email protected]> -- Updated to release 1.6.9. -- Discarded commented out swig debris in .spec. - * Thu Oct 22 2009 Dag Wieers <[email protected]> - 1.6.6-0.1 - 7839+/dag - Updated to release 1.6.6. _______________________________________________ suggest mailing list [email protected] http://lists.rpmforge.net/mailman/listinfo/suggest
