From 79a52a50dd8a3efd8717ed216a40dfdfc93c240d Mon Sep 17 00:00:00 2001 From: jorton Date: Sun, 16 Jan 2005 20:24:11 +0000 Subject: [PATCH] - update to 1.1.3 (#145236) - fix python bindings location on x86_64 (#143522) --- subversion.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/subversion.spec b/subversion.spec index da70be0..38b9b1f 100644 --- a/subversion.spec +++ b/subversion.spec @@ -5,8 +5,8 @@ Summary: Modern Version Control System designed to replace CVS Name: subversion -Version: 1.1.2 -Release: 3 +Version: 1.1.3 +Release: 1 License: BSD Group: Development/Tools URL: http://subversion.tigris.org/ @@ -26,7 +26,7 @@ BuildRoot: %{_tmppath}/%{name}-root %define __perl_requires %{SOURCE3} # Put Python bindings in site-packages -%define pydir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib()') +%define pydir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)') %define swigdirs swig_pydir=%{pydir}/libsvn swig_pydir_extra=%{pydir}/svn %description @@ -204,6 +204,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Sun Jan 16 2005 Joe Orton 1.1.3-1 +- update to 1.1.3 (#145236) +- fix python bindings location on x86_64 (#143522) + * Mon Jan 10 2005 Joe Orton 1.1.2-3 - update to 1.1.2 - disable swig bindings due to incompatible swig version