cvsdist 68a24ec
# set to zero to avoid running test suite
cvsdist c376579
%define make_check 1
81df6ad
81df6ad
%ifarch s390
81df6ad
# weird gjnih error on s390 
81df6ad
%define with_java 0
81df6ad
%else
99ee2cb
%define with_java 1
81df6ad
%endif
cvsdist e8ab74e
1339ab2
# set JDK path to build javahl; default for JPackage
1339ab2
%define jdk_path /usr/lib/jvm/java-1.4.2-gcj
1339ab2
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
1cd9ea3
Version: 1.3.0
1cd9ea3
Release: 2
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
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
1339ab2
Patch7: subversion-1.1.3-java.patch
d0d9f73
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
f31a844
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24
5694909
BuildRequires: apr-devel >= 0.9.6-1, apr-util-devel >= 0.9.5-1
5694909
BuildRequires: 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
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.
cvsdist 6887387
5be0495
%if %{with_java}
1339ab2
%package javahl
1339ab2
Group: Development/Libraries
1339ab2
Summary: JNI bindings to the Subversion libraries
1339ab2
Requires: subversion = %{version}-%{release}
5694909
BuildRequires: java-1.4.2-gcj-compat-devel
1339ab2
1339ab2
%description javahl
1339ab2
This package includes the JNI bindings to the Subversion libraries.
5be0495
%endif
1339ab2
9ebf152
%package ruby
9ebf152
Group: Development/Libraries
9ebf152
Summary: Ruby bindings to the Subversion libraries
5694909
BuildRequires: ruby-devel >= 1.8.2, ruby >= 1.8.2
9ebf152
Requires: subversion = %{version}-%{release}, ruby-libs >= 1.8.2
9ebf152
9ebf152
%description ruby
9ebf152
This package includes the Ruby bindings to the Subversion libraries.
9ebf152
cvsdist e8ab74e
%prep
cvsdist c376579
%setup -q
cvsdist 27abd71
%patch2 -p1 -b .deplibs
cvsdist 27abd71
%patch3 -p1 -b .rpath
cvsdist 82a5bfa
%patch6 -p1 -b .pie
5be0495
%if %{with_java}
1339ab2
%patch7 -p1 -b .java
5be0495
%endif
cvsdist 27abd71
cvsdist 27abd71
rm -rf neon apr apr-util db4
cvsdist e8ab74e
cvsdist e8ab74e
%build
cvsdist c376579
./autogen.sh
cvsdist e8ab74e
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
9ebf152
# override weird -shrext from ruby
9ebf152
export svn_cv_ruby_link="%{__cc} -shared"
9ebf152
1339ab2
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
cvsdist 27abd71
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
74bbdae
	--with-swig --with-neon=%{_prefix} \
5694909
        --with-apxs=%{_sbindir}/apxs --disable-mod-activation \
5694909
        --disable-static
ca733fc
# 1.3.0 tarball ships with generated swig sources
ca733fc
make extraclean-swig-headers swig-headers
6fd2448
make %{?_smp_mflags} all
19c0e15
make swig-pl swig-py %{swigdirs}
19c0e15
%if %{with_java}
19c0e15
make javahl
19c0e15
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%install
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
9ebf152
make install install-swig-py install-swig-pl-lib install-swig-rb \
cvsdist 6887387
        DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
19c0e15
%if %{with_java}
49bf342
make install-javahl DESTDIR=$RPM_BUILD_ROOT
19c0e15
%endif
cvsdist 6887387
6fd2448
make pure_vendor_install -C subversion/bindings/swig/perl/native \
6fd2448
        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
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}
cvsdist 6887387
9ebf152
# Remove unnecessary ruby libraries
9ebf152
rm -f ${RPM_BUILD_ROOT}%{_libdir}/site_ruby/*/*/svn/ext/*.*a
9ebf152
cvsdist 27abd71
# Trim what goes in docdir
9ebf152
rm -rf tools/*/*.in tools/test-scripts
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
2130ca6
export LANG=C LC_ALL=C
3af4f07
make check check-swig-pl CLEANUP=yes
3af4f07
# check-swig-rb omitted: it runs svnserve
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
cvsdist 82a5bfa
%post perl -p /sbin/ldconfig
cvsdist 82a5bfa
cvsdist 82a5bfa
%postun perl -p /sbin/ldconfig
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
cvsdist e1e7868
%doc contrib/client-side/svn_load_dirs{.pl,_*,.README}
cvsdist 27abd71
%{_bindir}/*
cvsdist 27abd71
%{_libdir}/libsvn_*.so.*
cvsdist 975b53d
%{_mandir}/man*/*
6fd2448
%{pydir}/svn
6fd2448
%{pydir}/libsvn
cvsdist e1e7868
%{_datadir}/emacs/site-lisp
cvsdist e1e7868
%{_datadir}/xemacs/site-packages/lisp
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
cvsdist 82a5bfa
%exclude %{_mandir}/man*/*::*
cvsdist e8ab74e
cvsdist e8ab74e
%files devel
cvsdist e8ab74e
%defattr(-,root,root)
cvsdist e8ab74e
%{_includedir}/subversion-1
5694909
%{_libdir}/libsvn*.*a
cvsdist 6887387
%{_libdir}/libsvn*.so
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
0f2863f
%if %{with_java}
0f2863f
%exclude %{_libdir}/libsvnjavahl-1.*
0f2863f
%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
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*/*::*
cvsdist 6887387
9ebf152
%files ruby
9ebf152
%defattr(-,root,root,-)
9ebf152
%{_libdir}/libsvn_swig_ruby*
9ebf152
%{_libdir}/site_ruby/*/svn
9ebf152
%{_libdir}/site_ruby/*/*-linux/svn
9ebf152
5be0495
%if %{with_java}
1339ab2
%files javahl
1339ab2
%defattr(-,root,root,-)
1339ab2
%{_libdir}/libsvnjavahl-1.*
1339ab2
%{_libdir}/svn-javahl
5be0495
%endif
1339ab2
cvsdist e8ab74e
%changelog
1cd9ea3
* Wed Jan  4 2006 Joe Orton <jorton@redhat.com> 1.3.0-2
1cd9ea3
- update to 1.3.0 (#176833)
1cd9ea3
- update to psvn.el r17921 Stefan Reichoer
1cd9ea3
99ee2cb
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 1.2.3-6
99ee2cb
- fix ownership of libsvnjavahl.* (#175289)
99ee2cb
- try building javahl on ia64/ppc64 again
99ee2cb
e8a7b39
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e8a7b39
- rebuilt
e8a7b39
2e0edb9
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 1.2.3-5
2e0edb9
- rebuild for httpd-2.2/apr-1.2/apr-util-1.2
2e0edb9
501178d
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.2.3-4
501178d
- rebuilt against new openssl
501178d
d0d9f73
* Thu Sep  8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
d0d9f73
- update to 1.2.3
4b6e5a9
- update to psvn.el r16070 from Stefan Reichoer
d0d9f73
- merge subversion.conf changes from RHEL4
d0d9f73
- merge filter-requires.sh changes from FC4 updates
d0d9f73
d0d9f73
* Mon Aug  8 2005 Joe Orton <jorton@redhat.com> 1.2.1-4
d0d9f73
- add BR for which (#161015)
d0d9f73
5694909
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
5694909
- update to 1.2.1
5694909
- fix BuildRequires for ruby and apr-util (#163126)
5694909
- drop static library archives
5694909
3d46b6e
* Wed May 25 2005 Joe Orton <jorton@redhat.com> 1.2.0-2
a23a63c
- disable java on all but x86, x86_64, ppc (#158719)
3d46b6e
9ebf152
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1
9ebf152
- update to 1.2.0; add ruby subpackage
9ebf152
c8f9389
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 1.1.4-3
c8f9389
- enable java subpackage again
c8f9389
- tweak subversion.conf comments
c8f9389
40ce653
* Sun Apr  3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
40ce653
- update to 1.1.4
40ce653
858b2c2
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-8
858b2c2
- further swig bindings fix (upstream via Max Bowsher, #151798)
858b2c2
- fix perl File::Path dependency in filter-requires.sh
858b2c2
6fd2448
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-7
6fd2448
- restore swig bindings support (from upstream via Max Bowsher, #141343)
6fd2448
- tweak SELinux commentary in default subversion.conf
6fd2448
7430724
* Wed Mar  9 2005 Joe Orton <jorton@redhat.com> 1.1.3-6
23619db
- fix svn_load_dirs File::Path version requirement
7430724
7430724
* Tue Mar  8 2005 Joe Orton <jorton@redhat.com> 1.1.3-5
1339ab2
- add -java subpackage for javahl libraries (Anthony Green, #116202)
1339ab2
df78745
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 1.1.3-4
df78745
- rebuild
df78745
2130ca6
* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
2130ca6
- run test suite in C locale (#146125)
1a7e002
- adjust -pie patch for build.conf naming upstream
1a7e002
6476762
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
6476762
- rebuild to pick up db-4.3 properly; don't ignore test failures
6476762
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.