- update to 1.1.3 (#145236)

- fix python bindings location on x86_64 (#143522)
This commit is contained in:
jorton 2005-01-16 20:24:11 +00:00
parent 2ce1deb432
commit 79a52a50dd
1 changed files with 7 additions and 3 deletions

View File

@ -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 <jorton@redhat.com> 1.1.3-1
- update to 1.1.3 (#145236)
- fix python bindings location on x86_64 (#143522)
* Mon Jan 10 2005 Joe Orton <jorton@redhat.com> 1.1.2-3
- update to 1.1.2
- disable swig bindings due to incompatible swig version