From 8ec96510a6f5b7be47fbe16838e40a9dd5309094 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 12:46:47 +0000 Subject: [PATCH] auto-import changelog data from subversion-0.27.0-2.src.rpm Tue Apr 06 2004 Joe Orton 0.27.0-2 - fix RPATH and libtool issues --- subversion.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/subversion.spec b/subversion.spec index c428a7c..7586591 100644 --- a/subversion.spec +++ b/subversion.spec @@ -5,7 +5,7 @@ Summary: A Concurrent Versioning system similar to, but better than, CVS. Name: subversion Version: 0.27.0 -Release: 1 +Release: 2 Copyright: BSD Group: Development/Tools URL: http://subversion.tigris.org @@ -13,6 +13,8 @@ URL: http://subversion.tigris.org Source0: http://subversion.tigris.org/tarballs/subversion-0.27.0.tar.gz Patch0: subversion-0.27.0-CAN-2004-0179.patch +Patch1: subversion-0.27.0-rpath.patch +Patch2: subversion-0.27.0-libtool.patch Requires: /sbin/install-info @@ -29,6 +31,7 @@ BuildPreReq: texinfo BuildPreReq: zlib-devel BuildRoot: %{_tmppath}/%{name}-root + %description Subversion is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and @@ -52,9 +55,11 @@ for developers interacting with the subversion package. %prep %setup -q %patch0 -p1 -b .can0179 +%patch1 -p1 -b .rpath %build ./autogen.sh +patch -p1 -b -z .libtool < %{PATCH2} %configure --without-swig --without-apxs make @@ -119,6 +124,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Tue Apr 6 2004 Joe Orton 0.27.0-2 +- fix RPATH and libtool issues + * Mon Apr 5 2004 Joe Orton 0.27.0-1 - update to 0.27.0 (last version using the format 1 db schema) - add neon fix for CAN-2004-0179