From fa6854e443dcf97ed3752c280325edac96924b36 Mon Sep 17 00:00:00 2001 From: jorton Date: Mar 09 2009 14:18:28 +0000 Subject: - update to 1.5.6 - autoload psvn (#238491, Tom Tromey) - regenerate swig bindings (#480503) --- diff --git a/subversion.spec b/subversion.spec index e61f75d..e395b46 100644 --- a/subversion.spec +++ b/subversion.spec @@ -15,7 +15,7 @@ Summary: A Modern Concurrent Version Control System Name: subversion Version: 1.5.6 -Release: 1 +Release: 2 License: ASL 1.1 Group: Development/Tools URL: http://subversion.tigris.org/ @@ -112,8 +112,10 @@ This package includes the Ruby bindings to the Subversion libraries. %endif %build -# Regenerate after patches to build.conf et al -autoheader && autoconf && ./gen-make.py --reload +# Regenerate the buildsystem, so that: +# 1) patches applied to configure.in take effect +# 2) the swig bindings are regenerated using the system swig +./autogen.sh --release # fix shebang lines, #111498 perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in @@ -183,7 +185,7 @@ for f in emacs/site-lisp xemacs/site-packages/lisp; do done install -m 644 $RPM_SOURCE_DIR/psvn-init.el \ - ${RPM_BUILD_ROOT}%{_datadir}/%{_datadir}/emacs/site-lisp + ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp # Rename authz_svn INSTALL doc for docdir ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL @@ -279,9 +281,10 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog -* Mon Mar 9 2009 Joe Orton 1.5.6-1 +* Mon Mar 9 2009 Joe Orton 1.5.6-2 - update to 1.5.6 - autoload psvn (#238491, Tom Tromey) +- regenerate swig bindings (#480503) * Wed Feb 25 2009 Fedora Release Engineering - 1.5.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild