cvsdist 68a24ec
# set to zero to avoid running test suite
cvsdist c376579
%define make_check 1
cvsdist e8ab74e
cvsdist 82a5bfa
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
cvsdist 82a5bfa
cvsdist 68a24ec
Summary: Modern Version Control System designed to replace CVS
cvsdist e8ab74e
Name: subversion
79a52a5
Version: 1.1.3
79a52a5
Release: 1
cvsdist 27abd71
License: BSD
cvsdist e8ab74e
Group: Development/Tools
cvsdist 82a5bfa
URL: http://subversion.tigris.org/
cvsdist 4c54eef
Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
cvsdist 27abd71
Source1: subversion.conf
cvsdist 27abd71
Source3: filter-requires.sh
357017e
Source4: http://www.xsteve.at/prg/emacs/psvn.el
d65d239
Patch1: subversion-0.24.2-swig.patch
cvsdist 27abd71
Patch2: subversion-0.20.1-deplibs.patch
cvsdist 27abd71
Patch3: subversion-0.31.0-rpath.patch
cvsdist 82a5bfa
Patch6: subversion-1.0.3-pie.patch
cvsdist 82a5bfa
BuildPreReq: autoconf, libtool, python, python-devel, texinfo
219ac49
BuildPreReq: db4-devel >= 4.1.25, swig >= 1.3.21-5, docbook-style-xsl
ed20b4b
BuildPreReq: apr-devel, apr-util-devel, neon-devel >= 0:0.24.7-1
cvsdist e8ab74e
BuildRoot: %{_tmppath}/%{name}-root
cvsdist e8ab74e
cvsdist 27abd71
%define __perl_requires %{SOURCE3}
cvsdist 8ec9651
cvsdist 27abd71
# Put Python bindings in site-packages
79a52a5
%define pydir %(python -c 'from distutils import sysconfig; print sysconfig.get_python_lib(1)')
cvsdist 27abd71
%define swigdirs swig_pydir=%{pydir}/libsvn swig_pydir_extra=%{pydir}/svn
cvsdist e8ab74e
cvsdist 27abd71
%description
cvsdist 27abd71
Subversion is a concurrent version control system which enables one
cvsdist 27abd71
or more users to collaborate in developing and maintaining a
cvsdist 27abd71
hierarchy of files and directories while keeping a history of all
cvsdist 27abd71
changes.  Subversion only stores the differences between versions,
cvsdist 27abd71
instead of every complete file.  Subversion is intended to be a
cvsdist 27abd71
compelling replacement for CVS.
cvsdist e8ab74e
cvsdist e8ab74e
%package devel
cvsdist e8ab74e
Group: Development/Tools
cvsdist e8ab74e
Summary: Development package for Subversion developers.
cvsdist 27abd71
Requires: subversion = %{version}-%{release}, apr-devel, apr-util-devel
cvsdist e8ab74e
cvsdist e8ab74e
%description devel
cvsdist 27abd71
The subversion-devel package includes the static libraries and
cvsdist 27abd71
include files for developers interacting with the subversion
cvsdist 27abd71
package.
cvsdist 27abd71
cvsdist 27abd71
%package -n mod_dav_svn
cvsdist 27abd71
Group: System Environment/Daemons
cvsdist 27abd71
Summary: Apache server module for Subversion server.
cvsdist 975b53d
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
cvsdist 27abd71
Requires: subversion = %{version}-%{release}
cvsdist 6887387
BuildRequires: httpd-devel >= 2.0.45
cvsdist 27abd71
cvsdist 27abd71
%description -n mod_dav_svn
cvsdist 27abd71
The mod_dav_svn package allows access to a Subversion repository
cvsdist 27abd71
using HTTP, via the Apache httpd server.
cvsdist e8ab74e
67a2c93
%if 0
cvsdist 6887387
%package perl
cvsdist 6887387
Group: Development/Libraries
cvsdist 6887387
Summary: Perl bindings to the Subversion libraries
cvsdist 82a5bfa
BuildRequires: perl >= 2:5.8.0
cvsdist 82a5bfa
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
cvsdist 82a5bfa
Requires: subversion = %{version}-%{release}
cvsdist 6887387
cvsdist 6887387
%description perl
cvsdist 6887387
This package includes the Perl bindings to the Subversion libraries.
67a2c93
%endif
cvsdist 6887387
cvsdist e8ab74e
%prep
cvsdist c376579
%setup -q
d65d239
%patch1 -p1 -b .swig
cvsdist 27abd71
%patch2 -p1 -b .deplibs
cvsdist 27abd71
%patch3 -p1 -b .rpath
cvsdist 82a5bfa
%patch6 -p1 -b .pie
cvsdist 27abd71
cvsdist 27abd71
rm -rf neon apr apr-util db4
cvsdist e8ab74e
cvsdist e8ab74e
%build
cvsdist c376579
./autogen.sh
cvsdist e8ab74e
cvsdist 975b53d
# requirement for apr 0.9.5 seems to be bogus
cvsdist 975b53d
perl -pi -e 's/\.\[5-9\]/\.\[4-9\]/' configure
cvsdist 975b53d
cvsdist 4c54eef
# fix shebang lines, #111498
cvsdist 4c54eef
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
cvsdist 27abd71
cvsdist 975b53d
export CC=gcc CXX=g++
cvsdist 27abd71
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
67a2c93
	--without-swig --with-neon=%{_prefix} \
cvsdist 975b53d
        --with-apxs=%{_sbindir}/apxs --disable-mod-activation
7ad8300
make %{?_smp_mflags} all %{swigdirs} 
7ad8300
#make swig-pl swig-py
cvsdist e8ab74e
cvsdist e8ab74e
%install
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
67a2c93
make install \
cvsdist 6887387
        DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
cvsdist 6887387
67a2c93
# install-swig-py install-swig-pl-lib
67a2c93
#make pure_vendor_install -C subversion/bindings/swig/perl/native \
67a2c93
#        PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
cvsdist e8ab74e
cvsdist 27abd71
# Add subversion.conf configuration file into httpd/conf.d directory.
cvsdist 27abd71
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
cvsdist 27abd71
install -m 644 $RPM_SOURCE_DIR/subversion.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
cvsdist e8ab74e
cvsdist 27abd71
# Remove unpackaged files
cvsdist 27abd71
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
cvsdist 27abd71
       ${RPM_BUILD_ROOT}%{pydir}/*/*.{a,la}
cvsdist e8ab74e
7ad8300
%if 0
cvsdist 6887387
# remove stuff produced with Perl modules
cvsdist 6887387
find $RPM_BUILD_ROOT -type f \
cvsdist 82a5bfa
    -a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
cvsdist 6887387
    -print0 | xargs -0 rm -f
cvsdist 6887387
cvsdist 6887387
# make Perl modules writable so they get stripped
cvsdist 6887387
find $RPM_BUILD_ROOT%{_libdir}/perl5 -type f -perm 555 -print0 |
cvsdist 6887387
        xargs -0 chmod 755
cvsdist 6887387
cvsdist 6887387
# unnecessary libraries for swig bindings
cvsdist 6887387
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
7ad8300
%endif
cvsdist 6887387
cvsdist 27abd71
# Trim what goes in docdir
cvsdist 6887387
rm -rf tools/*/*.in tools/test-scripts \
cvsdist 27abd71
       doc/book/book/images/images doc/book/book/images/*.ppt
cvsdist e8ab74e
cvsdist e1e7868
# Install psvn for emacs and xemacs
cvsdist e1e7868
for f in emacs/site-lisp xemacs/site-packages/lisp; do
cvsdist e1e7868
  install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
cvsdist e1e7868
  install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
cvsdist e1e7868
done
cvsdist e1e7868
cvsdist 6887387
# Rename authz_svn INSTALL doc for docdir
cvsdist e1e7868
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
cvsdist 6887387
a03f0ef
%find_lang %{name}
a03f0ef
cvsdist 27abd71
%if %{make_check}
cvsdist 27abd71
%check
67a2c93
make check CLEANUP=yes || :
67a2c93
# check-swig-pl
jbj 47f9c31
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%clean
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
cvsdist e8ab74e
cvsdist c376579
%post -p /sbin/ldconfig
cvsdist e8ab74e
cvsdist e8ab74e
%postun -p /sbin/ldconfig
cvsdist e8ab74e
67a2c93
%if 0
cvsdist 82a5bfa
%post perl -p /sbin/ldconfig
cvsdist 82a5bfa
cvsdist 82a5bfa
%postun perl -p /sbin/ldconfig
67a2c93
%endif
cvsdist 82a5bfa
a03f0ef
%files -f %{name}.lang
cvsdist e8ab74e
%defattr(-,root,root)
cvsdist 27abd71
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
cvsdist 6887387
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
c772272
%doc doc/book/book/svn-book.html doc/book/book/images
cvsdist e1e7868
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README}
cvsdist 27abd71
%{_bindir}/*
cvsdist 27abd71
%{_libdir}/libsvn_*.so.*
cvsdist 975b53d
%{_mandir}/man*/*
67a2c93
#%{pydir}/svn
67a2c93
#%{pydir}/libsvn
cvsdist e1e7868
%{_datadir}/emacs/site-lisp
cvsdist e1e7868
%{_datadir}/xemacs/site-packages/lisp
7f19df2
%if 0
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
cvsdist 82a5bfa
%exclude %{_mandir}/man*/*::*
7f19df2
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%files devel
cvsdist e8ab74e
%defattr(-,root,root)
cvsdist e8ab74e
%{_includedir}/subversion-1
cvsdist e8ab74e
%{_libdir}/libsvn*.a
cvsdist e8ab74e
%{_libdir}/libsvn*.la
cvsdist 6887387
%{_libdir}/libsvn*.so
7f19df2
%if 0
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
7f19df2
%endif
cvsdist e8ab74e
cvsdist 27abd71
%files -n mod_dav_svn
cvsdist 27abd71
%defattr(-,root,root)
cvsdist 27abd71
%config(noreplace) %{_sysconfdir}/httpd/conf.d/subversion.conf
cvsdist 27abd71
%{_libdir}/httpd/modules/mod_dav_svn.so
cvsdist 27abd71
%{_libdir}/httpd/modules/mod_authz_svn.so
cvsdist e8ab74e
67a2c93
%if 0
cvsdist 6887387
%files perl
cvsdist 6887387
%defattr(-,root,root,-)
cvsdist 82a5bfa
%{perl_vendorarch}/auto/SVN
cvsdist 82a5bfa
%{perl_vendorarch}/SVN
cvsdist 6887387
%{_libdir}/libsvn_swig_perl*
cvsdist 82a5bfa
%{_mandir}/man*/*::*
67a2c93
%endif
cvsdist 6887387
cvsdist e8ab74e
%changelog
79a52a5
* Sun Jan 16 2005 Joe Orton <jorton@redhat.com> 1.1.3-1
79a52a5
- update to 1.1.3 (#145236)
79a52a5
- fix python bindings location on x86_64 (#143522)
79a52a5
67a2c93
* Mon Jan 10 2005 Joe Orton <jorton@redhat.com> 1.1.2-3
67a2c93
- update to 1.1.2
67a2c93
- disable swig bindings due to incompatible swig version
67a2c93
33ea74e
* Wed Nov 24 2004 Joe Orton <jorton@redhat.com> 1.1.1-5
33ea74e
- update subversion.conf examples to be SELinux-friendly
33ea74e
jbj dddff42
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.1.1-4
jbj dddff42
- rebuild against db-4.3.21.
jbj 47f9c31
- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
jbj dddff42
b72f172
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1.1.1-3
b72f172
- rebuild against python 2.4
b72f172
6200cd8
* Mon Oct 25 2004 Joe Orton <jorton@redhat.com> 1.1.1-2
6200cd8
- update to 1.1.1
6200cd8
- update -pie patch to address #134786
6200cd8
a03f0ef
* Mon Oct  4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
a03f0ef
- use pure_vendor_install to fix Perl modules
a03f0ef
- use %%find_lang to package translations (Axel Thimm)
a03f0ef
d1e6133
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
d1e6133
- don't use parallel make for swig-py
d1e6133
219ac49
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
219ac49
- BuildRequire newest swig for "swig -ldflags" fix
219ac49
d65d239
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-2
d65d239
- fix swig bindings build on x86_64
d65d239
cbe0f46
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-1
cbe0f46
- update to 1.1.0
cbe0f46
ed20b4b
* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 1.0.8-2
ed20b4b
- update to 1.0.8
ed20b4b
- remove -neonver patch
357017e
- update psvn.el to 11062
ed20b4b
cvsdist e1e7868
* Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
cvsdist e1e7868
- add svn_load_dirs.pl to docdir (#128338)
cvsdist e1e7868
- add psvn.el (#128356)
cvsdist e1e7868
cvsdist 9258f62
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
cvsdist 9258f62
- rebuild
cvsdist 9258f62
cvsdist 9258f62
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 1.0.6-1
cvsdist 9258f62
- update to 1.0.6
cvsdist 9258f62
- allow build against neon 0.24.*
cvsdist 9258f62
cvsdist 5b3925e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5b3925e
- rebuilt
cvsdist 5b3925e
cvsdist 5b3925e
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
cvsdist 5b3925e
- update to 1.0.5
cvsdist 5b3925e
cvsdist 5b3925e
* Mon Jun  7 2004 Joe Orton <jorton@redhat.com> 1.0.4-2
cvsdist 5b3925e
- add ra_svn security fix for CVE CAN-2004-0413 (Ben Reser)
cvsdist 5b3925e
cvsdist 82a5bfa
* Fri May 28 2004 Joe Orton <jorton@redhat.com> 1.0.4-1.1
cvsdist 82a5bfa
- rebuild for new swig
cvsdist 82a5bfa
cvsdist 82a5bfa
* Sat May 22 2004 Joe Orton <jorton@redhat.com> 1.0.4-1
cvsdist 82a5bfa
- update to 1.0.4
cvsdist 82a5bfa
cvsdist 82a5bfa
* Fri May 21 2004 Joe Orton <jorton@redhat.com> 1.0.3-2
cvsdist 82a5bfa
- build /usr/bin/* as PIEs
cvsdist 82a5bfa
- add fix for libsvn_client symbol namespace violation (r9608)
cvsdist 82a5bfa
cvsdist 82a5bfa
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 1.0.3-1
cvsdist 82a5bfa
- update to 1.0.3
cvsdist 82a5bfa
cvsdist 82a5bfa
* Sun May 16 2004 Joe Orton <jorton@redhat.com> 1.0.2-3
cvsdist 82a5bfa
- add ldconfig invocations for -perl post/postun (Ville Skyttä)
cvsdist 82a5bfa
cvsdist 82a5bfa
* Tue May  4 2004 Joe Orton <jorton@redhat.com> 1.0.2-2
cvsdist 82a5bfa
- add perl MODULE_COMPAT requirement for -perl subpackage
cvsdist 82a5bfa
- move perl man pages into -perl subpackage
cvsdist 82a5bfa
- clean up -perl installation and dependencies (Ville Skyttä, #123045)
cvsdist 82a5bfa
cvsdist 68a24ec
* Mon Apr 19 2004 Joe Orton <jorton@redhat.com> 1.0.2-1
cvsdist 68a24ec
- update to 1.0.2
cvsdist 68a24ec
cvsdist 6887387
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.1-1
cvsdist 6887387
- update to 1.0.1; cvs2svn no longer included
cvsdist 6887387
cvsdist 6887387
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.0-3
cvsdist 6887387
- add -perl subpackage for Perl bindings (steve@silug.org)
cvsdist 6887387
- include mod_authz_svn INSTALL file
cvsdist 6887387
cvsdist 6887387
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 1.0.0-2.1
cvsdist 6887387
- rebuilt
cvsdist 6887387
cvsdist 6887387
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 1.0.0-2
cvsdist 6887387
- add fix for lack of apr_dir_read ordering guarantee (Philip Martin)
cvsdist 6887387
- enable compression in ra_dav by default (Tobias Ringström)
cvsdist 6887387
cvsdist 6887387
* Mon Feb 23 2004 Joe Orton <jorton@redhat.com> 1.0.0-1
cvsdist 6887387
- update to one-dot-oh
cvsdist 6887387
cvsdist 6887387
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.37.0-2
cvsdist 6887387
- rebuilt
cvsdist 6887387
cvsdist 975b53d
* Sat Jan 24 2004 Joe Orton <jorton@redhat.com> 0.37.0-1
cvsdist 975b53d
- update to 0.37.0
cvsdist 975b53d
cvsdist 975b53d
* Tue Jan 13 2004 Joe Orton <jorton@redhat.com> 0.36.0-1
cvsdist 975b53d
- update to 0.36.0
cvsdist 2646c80
cvsdist 975b53d
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.35.1-1
cvsdist 975b53d
- update to 0.35.1
cvsdist 975b53d
- fix shebang lines in hook scripts (#111498)
cvsdist 975b53d
cvsdist 975b53d
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.34.0-3
cvsdist 975b53d
- rebuild against db-4.2.52.
cvsdist 975b53d
cvsdist 975b53d
* Thu Dec  4 2003 Joe Orton <jorton@redhat.com> 0.34.0-2
cvsdist 975b53d
- package all man pages
cvsdist 975b53d
cvsdist 975b53d
* Thu Dec 04 2003 Joe Orton <jorton@redhat.com> 0.34.0-1
cvsdist 975b53d
- update to 0.34.0
cvsdist 975b53d
cvsdist 975b53d
* Thu Nov 13 2003 Joe Orton <jorton@redhat.com> 0.32.1-3
cvsdist 975b53d
- remove workarounds for #109268 and #109267
cvsdist 975b53d
cvsdist 975b53d
* Thu Nov  6 2003 Joe Orton <jorton@redhat.com> 0.32.1-2
cvsdist 975b53d
- rebuild for Python 2.3.2
cvsdist 975b53d
- remove libtool workaround
cvsdist 975b53d
- add workarounds for #109268 and #109267
cvsdist 4c54eef
cvsdist 27abd71
* Fri Oct 24 2003 Joe Orton <jorton@redhat.com> 0.32.1-1
cvsdist 27abd71
- update to 0.31.2
cvsdist 27abd71
- work around libtool/ppc64/db4 confusion
cvsdist 27abd71
cvsdist 975b53d
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.31.0-2.1
cvsdist 975b53d
- rebuild against db-4.2.42.
cvsdist 975b53d
cvsdist 27abd71
* Fri Oct 10 2003 Joe Orton <jorton@redhat.com> 0.31.0-2
cvsdist 27abd71
- include The Book
cvsdist 27abd71
- don't add an RPATH for libdir to executables
cvsdist 27abd71
cvsdist 27abd71
* Thu Oct  9 2003 Joe Orton <jorton@redhat.com> 0.31.0-1
cvsdist 27abd71
- update to 0.31.0
cvsdist 27abd71
cvsdist 27abd71
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.30.0-1
cvsdist 27abd71
- update to 0.30.0
cvsdist 27abd71
cvsdist 27abd71
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 0.29.0-1
cvsdist 27abd71
- update to 0.29.0
cvsdist 27abd71
cvsdist 27abd71
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.25-2
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jul 15 2003 Joe Orton <jorton@redhat.com> 0.25-1
cvsdist 27abd71
- update to 0.25
cvsdist 27abd71
cvsdist 27abd71
* Mon Jul 14 2003 Joe Orton <jorton@redhat.com> 0.24.2-4
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-3
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-2
cvsdist 27abd71
- don't use any LDFLAGS when building swig, fix for libdir=lib64
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
cvsdist 27abd71
- update to 0.24.2; fix Python bindings
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 17 2003 Joe Orton <jorton@redhat.com> 0.24.1-1
cvsdist 27abd71
- update to 0.24.1; include mod_authz_svn
cvsdist 27abd71
- force use of CC=gcc CXX=g++
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-2
cvsdist 27abd71
- add cvs2svn man page
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-1
cvsdist 27abd71
- update to 0.23.0
cvsdist 27abd71
cvsdist 27abd71
* Sun Jun  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-7
cvsdist 27abd71
- package cvs2svn to be usable outside docdir
cvsdist 27abd71
- remove unnecessary files
cvsdist 27abd71
cvsdist 27abd71
* Thu Jun  5 2003 Joe Orton <jorton@redhat.com> 0.22.2-6
cvsdist 27abd71
- add fix for unhandled deadlock errors in libsvn_fs
cvsdist 27abd71
- don't package the out-of-date info pages
cvsdist 27abd71
cvsdist 27abd71
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-5
cvsdist 27abd71
- rebuilt
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun  3 2003 Joe Orton <jorton@redhat.com> 0.22.2-4
cvsdist 27abd71
- cleanups
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  2 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-3
cvsdist 27abd71
- Add back in s390x, excludearch bad.
cvsdist 27abd71
cvsdist 27abd71
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.22.2-2
cvsdist 27abd71
- use external neon-0.23.9-2 (i.e. with neon-config), drop internal neon.
cvsdist 27abd71
- use db-4.1.25, not db-4.0.14.
cvsdist 27abd71
- do "make check" (but ignore failure for now).
cvsdist 27abd71
- s390x knows not of httpd >= 2.0.45.
cvsdist 27abd71
cvsdist 27abd71
* Thu May  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-1
cvsdist 27abd71
- update to 0.22.2; add mod_dav_svn subpackage
cvsdist 27abd71
- include Python bindings
cvsdist 27abd71
- neon: force use of expat, enable SSL
cvsdist 27abd71
- drop check for specific apr version added in -3
cvsdist 27abd71
cvsdist 27abd71
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-6
cvsdist 27abd71
- filter out perl(Config::IniFiles) requirement
cvsdist 27abd71
cvsdist 27abd71
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-5
cvsdist 27abd71
- fail early if apr-config is not 0.9.3
cvsdist 27abd71
cvsdist 27abd71
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-4
cvsdist 27abd71
- fix workaround for non-lib64 platforms
cvsdist 27abd71
cvsdist 27abd71
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-3
cvsdist 27abd71
- add workaround for libtool problem
cvsdist 27abd71
cvsdist 27abd71
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.20.1-2
cvsdist 27abd71
- require and use system apr, apr-util libraries
cvsdist 27abd71
- use License not Copyright
cvsdist 8ec9651
cvsdist 27abd71
* Fri Apr 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 27abd71
- update to 0.20.1
cvsdist c376579
cvsdist e8ab74e
* Wed Jan 22 2003 Jeff Johnson <jbj@redhat.com> 0.17.1-4503.0
cvsdist e8ab74e
- upgrade to 0.17.1.
cvsdist e8ab74e
cvsdist e8ab74e
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.16-3987.1
cvsdist e8ab74e
- upgrade to 0.16.
cvsdist e8ab74e
cvsdist e8ab74e
* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.2
cvsdist e8ab74e
- don't mess with the info handbook install yet.
cvsdist e8ab74e
cvsdist e8ab74e
* Sun Nov 10 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.1
cvsdist e8ab74e
- use libdir, build on x86_64 too.
cvsdist e8ab74e
- avoid "perl(Config::IniFiles) >= 2.27" dependency.
cvsdist e8ab74e
cvsdist e8ab74e
* Sat Nov  9 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.0
cvsdist e8ab74e
- first build from adapted spec file, only client and libraries for now.
cvsdist e8ab74e
- internal apr/apr-utils/neon until incompatibilities sort themselves out.
cvsdist e8ab74e
- avoid libdir issues on x86_64 for the moment.