cvsdist 68a24ec
# set to zero to avoid running test suite
8bc4866
%define make_check 1
81df6ad
e84be42
%define with_java 1
96c0dce
%define with_kwallet 1
cvsdist e8ab74e
1339ab2
# set JDK path to build javahl; default for JPackage
31fb30f
%define jdk_path /usr/lib/jvm/java
1339ab2
cvsdist 82a5bfa
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
cvsdist 82a5bfa
2cfa41d
%if 0%{?fedora} < 18
2cfa41d
%define dbdevel db4-devel
2cfa41d
%else
2cfa41d
%define dbdevel libdb-devel
2cfa41d
%endif
2cfa41d
f1985a5
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f1985a5
061c4e0
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
061c4e0
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn || echo missing-httpd-devel)}}
de106c6
%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
de106c6
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
de106c6
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
061c4e0
36ee946
Summary: A Modern Concurrent Version Control System
cvsdist e8ab74e
Name: subversion
0d5a75e
Version: 1.7.11
2d9bfc5
Release: 1%{?dist}
41a6b20
License: ASL 2.0
cvsdist e8ab74e
Group: Development/Tools
b8f401e
URL: http://subversion.apache.org/
c527ae6
Source0: http://www.apache.org/dist/subversion/subversion-%{version}.tar.bz2
cvsdist 27abd71
Source1: subversion.conf
cvsdist 27abd71
Source3: filter-requires.sh
357017e
Source4: http://www.xsteve.at/prg/emacs/psvn.el
36ee946
Source5: psvn-init.el
72a39f6
Source6: svnserve.service
72a39f6
Source7: svnserve.tmpfiles
7dacfa7
Source8: svnserve.sysconf
41a6b20
Patch1: subversion-1.7.0-rpath.patch
41a6b20
Patch2: subversion-1.7.0-pie.patch
41a6b20
Patch3: subversion-1.7.0-kwallet.patch
215a29d
Patch4: subversion-1.7.2-ruby19.patch
0caf5ab
Patch7: subversion-1.7.4-kwallet2.patch
88c9222
Patch8: subversion-1.7.4-sqlitever.patch
bf858c5
Patch9: subversion-1.7.9-rubybind.patch
0aff876
Patch10: subversion-1.7.9-swighash.patch
2d9bfc5
Patch11: subversion-1.7.10-aarch64.patch
d0d9f73
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
2cfa41d
BuildRequires: %{dbdevel} >= 4.1.25, swig >= 1.3.24, gettext
2f6bdb0
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
3847fa5
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
72a39f6
BuildRequires: sqlite-devel >= 3.4.0, file-devel, systemd-units
c06fbf3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
452f21b
Provides: svn = %{version}-%{release}
a960fbc
Requires: subversion-libs%{?_isa} = %{version}-%{release}
72a39f6
Requires(post): systemd-sysv, /sbin/chkconfig
cvsdist e8ab74e
cvsdist 27abd71
%define __perl_requires %{SOURCE3}
cvsdist 8ec9651
cvsdist 27abd71
# Put Python bindings in site-packages
3837625
%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/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
9f91546
%package libs
9f91546
Group: Development/Tools
9f91546
Summary: Libraries for Subversion Version Control system
9f91546
# APR 1.3.x interfaces are required
c4444b4
Conflicts: apr%{?_isa} < 1.3.0
9f91546
9f91546
%description libs
9f91546
The subversion-libs package includes the essential shared libraries
9f91546
used by the Subversion version control tools.
9f91546
e9cc4c8
%package python
e9cc4c8
Group: Development/Libraries
e9cc4c8
Summary: Python bindings for Subversion Version Control system
e9cc4c8
e9cc4c8
%description python
83638c4
The subversion-python package includes the Python bindings to the
83638c4
Subversion libraries.
e9cc4c8
cvsdist e8ab74e
%package devel
cvsdist e8ab74e
Group: Development/Tools
c06fbf3
Summary: Development package for the Subversion libraries
de42b54
Requires: subversion%{?_isa} = %{version}-%{release}
de42b54
Requires: apr-devel%{?_isa}, apr-util-devel%{?_isa}
cvsdist e8ab74e
cvsdist e8ab74e
%description devel
9f91546
The subversion-devel package includes the libraries and include files
9f91546
for developers interacting with the subversion package.
cvsdist 27abd71
a1b02af
%package gnome
a1b02af
Group: Development/Tools
a1b02af
Summary: GNOME Keyring support for Subversion
de42b54
Requires: subversion%{?_isa} = %{version}-%{release}
a8b558c
BuildRequires: libgnome-keyring-devel, dbus-devel
a1b02af
a1b02af
%description gnome
a1b02af
The subversion-gnome package adds support for storing Subversion
a1b02af
passwords in the GNOME Keyring.
a1b02af
6264eab
%if %{with_kwallet}
a1b02af
%package kde
a1b02af
Group: Development/Tools
a1b02af
Summary: KDE Wallet support for Subversion
de42b54
Requires: subversion%{?_isa} = %{version}-%{release}
6264eab
BuildRequires: kdelibs-devel >= 4.0.0
a1b02af
a1b02af
%description kde
a1b02af
The subversion-kde package adds support for storing Subversion
a1b02af
passwords in the KDE Wallet.
6264eab
%endif
a1b02af
cvsdist 27abd71
%package -n mod_dav_svn
cvsdist 27abd71
Group: System Environment/Daemons
36ee946
Summary: Apache httpd module for Subversion server
061c4e0
Requires: httpd-mmn = %{_httpd_mmn}
a960fbc
Requires: subversion-libs%{?_isa} = %{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
747aecd
BuildRequires: perl-devel >= 2:5.8.0, perl(ExtUtils::MakeMaker)
3a41c57
BuildRequires: perl(Test::More), perl(ExtUtils::Embed)
cvsdist 82a5bfa
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
de42b54
Requires: subversion%{?_isa} = %{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
de42b54
Requires: subversion%{?_isa} = %{version}-%{release}
e84be42
BuildRequires: java-devel-openjdk
2df1e85
# JAR repacking requires both zip and unzip in the buildroot
2df1e85
BuildRequires: zip, unzip
cdf5e0d
# For the tests
cdf5e0d
BuildRequires: junit
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
1c7f325
BuildRequires: ruby-devel >= 1.9.1, ruby >= 1.9.1
e15ed24
BuildRequires: rubygem(minitest)
de42b54
Requires: subversion%{?_isa} = %{version}-%{release}
de42b54
Conflicts: ruby-libs%{?_isa} < 1.8.2
9ebf152
9ebf152
%description ruby
9ebf152
This package includes the Ruby bindings to the Subversion libraries.
9ebf152
856c4a9
%package tools
856c4a9
Group: Development/Tools
856c4a9
Summary: Supplementary tools for Subversion
856c4a9
Requires: subversion%{?_isa} = %{version}-%{release}
856c4a9
856c4a9
%description tools
856c4a9
This package includes supplementary tools for use with Subversion.
856c4a9
cvsdist e8ab74e
%prep
cvsdist c376579
%setup -q
41a6b20
%patch1 -p1 -b .rpath
41a6b20
%patch2 -p1 -b .pie
41a6b20
%patch3 -p1 -b .kwallet
215a29d
%patch4 -p1 -b .ruby
0caf5ab
%patch7 -p1 -b .kwallet2
88c9222
%patch8 -p1 -b .sqlitever
bf858c5
%patch9 -p1 -b .rubybind
0aff876
%patch10 -p1 -b .swighash
2d9bfc5
%patch11 -p1 -b .aarch64
915a2c6
cvsdist e8ab74e
%build
fa6854e
# Regenerate the buildsystem, so that:
fa6854e
#  1) patches applied to configure.in take effect
fa6854e
#  2) the swig bindings are regenerated using the system swig
6985711
# (2) is not ideal since typically upstream test with a different
6985711
# swig version
bc0273b
# This PATH order makes the fugly test for libtoolize work...
061c4e0
PATH=/usr/bin:$PATH ./autogen.sh --release
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"
89df43d
export svn_cv_ruby_sitedir_libsuffix=""
89df43d
export svn_cv_ruby_sitedir_archsuffix=""
9ebf152
d9d021d
%ifarch sparc64
17c7655
sed -i 's/-fpie/-fPIE/' Makefile.in
d9d021d
%endif
d9d021d
0d5a75e
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
17c7655
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
cvsdist 27abd71
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
44203d1
        --with-swig --with-neon=%{_prefix} \
4d30986
        --with-ruby-sitedir=%{ruby_vendorarchdir} \
bf858c5
        --with-ruby-test-verbose=verbose \
061c4e0
        --with-apxs=%{_httpd_apxs} --disable-mod-activation \
cadf5d1
        --disable-static --with-sasl=%{_prefix} \
44bef68
        --disable-neon-version-check \
d47b5d6
        --with-libmagic=%{_prefix} \
44bef68
        --with-gnome-keyring \
4ea09c4
%if %{with_java}
4ea09c4
        --enable-javahl \
cdf5e0d
        --with-junit=%{_prefix}/share/java/junit.jar \
4ea09c4
%endif
6264eab
%if %{with_kwallet}
ab58749
        --with-kwallet \
6264eab
%endif
ab58749
        --with-berkeley-db || (cat config.log; exit 1)
856c4a9
make %{?_smp_mflags} all tools
747aecd
make swig-py swig-py-lib %{swigdirs}
747aecd
make swig-pl swig-pl-lib swig-rb swig-rb-lib
19c0e15
%if %{with_java}
149f44b
# javahl-javah does not parallel-make with javahl
a3c03d5
#make javahl-java javahl-javah
a3c03d5
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}
8c701b6
make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} 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
699a1a9
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/subversion
cvsdist e8ab74e
de106c6
mkdir -p ${RPM_BUILD_ROOT}{%{_httpd_modconfdir},%{_httpd_confdir}}
de106c6
de106c6
%if "%{_httpd_modconfdir}" == "%{_httpd_confdir}"
de106c6
# httpd <= 2.2.x
de106c6
install -p -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_httpd_confdir}
de106c6
%else
de106c6
sed -n /^LoadModule/p %{SOURCE1} > 10-subversion.conf
de106c6
sed    /^LoadModule/d %{SOURCE1} > example.conf
de106c6
touch -r %{SOURCE1} 10-subversion.conf example.conf
de106c6
install -p -m 644 10-subversion.conf ${RPM_BUILD_ROOT}%{_httpd_modconfdir}
de106c6
%endif
cvsdist e8ab74e
cvsdist 27abd71
# Remove unpackaged files
cvsdist 27abd71
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
f1985a5
       ${RPM_BUILD_ROOT}%{python_sitearch}/*/*.{a,la}
cvsdist e8ab74e
71cd2a9
# The SVN build system is broken w.r.t. DSO support; it treats
71cd2a9
# normal libraries as DSOs and puts them in $libdir, whereas they
71cd2a9
# should go in some subdir somewhere, and be linked using -module,
71cd2a9
# etc.  So, forcibly nuke the .so's for libsvn_auth_{gnome,kde},
71cd2a9
# since nothing should ever link against them directly.
71cd2a9
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_auth_*.so
71cd2a9
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
e15ed24
rm -f ${RPM_BUILD_ROOT}%{ruby_vendorarchdir}/svn/ext/*.*a
9ebf152
cvsdist 27abd71
# Trim what goes in docdir
052327b
rm -rf tools/*/*.in
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
36ee946
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
fa6854e
        ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
36ee946
cvsdist 6887387
# Rename authz_svn INSTALL doc for docdir
cvsdist e1e7868
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
cvsdist 6887387
ab58749
# Trim exported dependencies to APR libraries only:
44203d1
sed -i "/^dependency_libs/{
44203d1
     s, -l[^ ']*, ,g;
ab58749
     s, -L[^ ']*, ,g;
ab58749
     s,%{_libdir}/lib[^a][^p][^r][^ ']*.la, ,g;
44203d1
     }"  $RPM_BUILD_ROOT%{_libdir}/*.la
44203d1
346fdd7
# Install bash completion
052327b
install -Dpm 644 tools/client-side/bash_completion \
346fdd7
        $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
346fdd7
72a39f6
# Install svnserve bits
72a39f6
mkdir -p %{buildroot}%{_unitdir} \
fdfc8e1
      %{buildroot}/run/svnserve \
fdfc8e1
      %{buildroot}%{_prefix}/lib/tmpfiles.d \
7c2b664
      %{buildroot}%{_sysconfdir}/sysconfig
72a39f6
72a39f6
install -p -m 644 $RPM_SOURCE_DIR/svnserve.service \
72a39f6
        %{buildroot}%{_unitdir}/svnserve.service
72a39f6
install -p -m 644 $RPM_SOURCE_DIR/svnserve.tmpfiles \
fdfc8e1
        %{buildroot}%{_prefix}/lib/tmpfiles.d/svnserve.conf
72a39f6
install -p -m 644 $RPM_SOURCE_DIR/svnserve.sysconf \
d9257f6
        %{buildroot}%{_sysconfdir}/sysconfig/svnserve
72a39f6
856c4a9
# Install tools ex diff*
856c4a9
make install-tools DESTDIR=$RPM_BUILD_ROOT toolsdir=%{_bindir}
856c4a9
rm -f $RPM_BUILD_ROOT%{_bindir}/diff*
856c4a9
856c4a9
for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict; do
856c4a9
    echo %{_bindir}/$f
856c4a9
done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files
856c4a9
a03f0ef
%find_lang %{name}
a03f0ef
856c4a9
cat %{name}.lang exclude.tools.files >> %{name}.files
856c4a9
cvsdist 27abd71
%if %{make_check}
cvsdist 27abd71
%check
2130ca6
export LANG=C LC_ALL=C
9cffde9
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
d47b5d6
export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
d47b5d6
export LIBC_FATAL_STDERR_=1
e15ed24
if ! make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes; then
6264eab
   : Test suite failure.
6264eab
   cat fails.log
6264eab
   exit 1
6264eab
fi
3af4f07
# check-swig-rb omitted: it runs svnserve
cdf5e0d
%if %{with_java}
cdf5e0d
make check-javahl
cdf5e0d
%endif
jbj 47f9c31
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%clean
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
cvsdist e8ab74e
9f91546
%post
7efe6ae
%systemd_post svnserve.service
9f91546
9f91546
%preun
7efe6ae
%systemd_preun svnserve.service
cvsdist e8ab74e
72a39f6
%postun
7efe6ae
%systemd_postun_with_restart svnserve.service
72a39f6
72a39f6
%triggerun -- subversion < 1.7.3-2
72a39f6
/usr/bin/systemd-sysv-convert --save svnserve >/dev/null 2>&1 ||:
72a39f6
/sbin/chkconfig --del svnserve >/dev/null 2>&1 || :
72a39f6
/bin/systemctl try-restart svnserve.service >/dev/null 2>&1 || :
72a39f6
9f91546
%post libs -p /sbin/ldconfig
9f91546
9f91546
%postun libs -p /sbin/ldconfig
cvsdist e8ab74e
cvsdist 82a5bfa
%post perl -p /sbin/ldconfig
cvsdist 82a5bfa
cvsdist 82a5bfa
%postun perl -p /sbin/ldconfig
cvsdist 82a5bfa
dadd06e
%post ruby -p /sbin/ldconfig
dadd06e
dadd06e
%postun ruby -p /sbin/ldconfig
dadd06e
452f21b
%if %{with_java}
dadd06e
%post javahl -p /sbin/ldconfig
dadd06e
dadd06e
%postun javahl -p /sbin/ldconfig
452f21b
%endif
dadd06e
856c4a9
%files -f %{name}.files
cvsdist e8ab74e
%defattr(-,root,root)
caa3c5a
%doc BUGS COMMITTERS LICENSE NOTICE INSTALL README CHANGES
052327b
%doc tools/hook-scripts tools/backup tools/bdb tools/examples tools/xslt
052327b
%doc mod_authz_svn-INSTALL
cvsdist 27abd71
%{_bindir}/*
cvsdist 975b53d
%{_mandir}/man*/*
36ee946
%{_datadir}/emacs/site-lisp/*.el
36ee946
%{_datadir}/xemacs/site-packages/lisp/*.el
346fdd7
%{_sysconfdir}/bash_completion.d
167d3d2
%config(noreplace) %{_sysconfdir}/sysconfig/svnserve
699a1a9
%dir %{_sysconfdir}/subversion
9f91546
%exclude %{_mandir}/man*/*::*
1bfb4ba
%{_unitdir}/*.service
fdfc8e1
%dir /run/svnserve
fdfc8e1
%{_prefix}/lib/tmpfiles.d/svnserve.conf
9f91546
856c4a9
%files tools -f tools.files
856c4a9
%defattr(-,root,root)
856c4a9
9f91546
%files libs
9f91546
%defattr(-,root,root)
55db97a
%doc LICENSE NOTICE
9f91546
%{_libdir}/libsvn_*.so.*
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
9fb54b8
%exclude %{_libdir}/libsvn_swig_ruby*
d882fd1
%if %{with_kwallet}
a1b02af
%exclude %{_libdir}/libsvn_auth_kwallet*
d882fd1
%endif
a1b02af
%exclude %{_libdir}/libsvn_auth_gnome*
cvsdist e8ab74e
e9cc4c8
%files python
e9cc4c8
%defattr(-,root,root)
e9cc4c8
%{python_sitearch}/svn
e9cc4c8
%{python_sitearch}/libsvn
e9cc4c8
a1b02af
%files gnome
0ea31ce
%defattr(-,root,root)
a1b02af
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
a1b02af
6264eab
%if %{with_kwallet}
a1b02af
%files kde
0ea31ce
%defattr(-,root,root)
a1b02af
%{_libdir}/libsvn_auth_kwallet-*.so.*
6264eab
%endif
a1b02af
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)
de106c6
%config(noreplace) %{_httpd_modconfdir}/*.conf
4d6de6d
%{_libdir}/httpd/modules/mod_*.so
de106c6
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
de106c6
%doc example.conf
de106c6
%endif
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,-)
9fb54b8
%{_libdir}/libsvn_swig_ruby*
957fb58
%{ruby_vendorarchdir}/svn
9ebf152
5be0495
%if %{with_java}
1339ab2
%files javahl
1339ab2
%defattr(-,root,root,-)
1339ab2
%{_libdir}/libsvnjavahl-1.*
8c701b6
%{_javadir}/svn-javahl.jar
5be0495
%endif
1339ab2
e8325ad
%changelog
0d5a75e
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.7.11-1
0d5a75e
- update to 1.7.11
0d5a75e
- use full relro in mod_dav_svn build (#973694)
0d5a75e
2d9bfc5
* Mon Jun  3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
2d9bfc5
- update to 1.7.10 (#970014)
2d9bfc5
- fix aarch64 build issues (Dennis Gilmore, #926578)
2d9bfc5
0aff876
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-3
0aff876
- fix spurious failures in ruby test suite (upstream r1327373)
0aff876
bf858c5
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-2
bf858c5
- try harder to avoid svnserve bind failures in ruby binding tests
bf858c5
- enable verbose output for ruby binding tests
bf858c5
eaa8715
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-1
eaa8715
- update to 1.7.9
eaa8715
e15ed24
* Wed Mar 27 2013 Vít Ondruch <vondruch@redhat.com> - 1.7.8-6
e15ed24
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
e15ed24
- Drop Ruby version checks from configuration script.
e15ed24
- Fix and enable Ruby test suite.
e15ed24
423e8da
* Thu Mar 14 2013 Joe Orton <jorton@redhat.com> - 1.7.8-5
741adf9
- drop specific dep on ruby(abi)
741adf9
7a5b6b9
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.8-4
7a5b6b9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
7a5b6b9
d9a7f5f
* Tue Jan  8 2013 Joe Orton <jorton@redhat.com> - 1.7.8-3
d9a7f5f
- update to latest psvn.el
d9a7f5f
3e37f78
* Tue Jan  8 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.7.8-2
7efe6ae
- Scriptlets replaced with new systemd macros (#850410)
7efe6ae
d47b5d6
* Fri Jan  4 2013 Joe Orton <jorton@redhat.com> - 1.7.8-1
d47b5d6
- update to 1.7.8
d47b5d6
c527ae6
* Thu Oct 11 2012 Joe Orton <jorton@redhat.com> - 1.7.7-1
c527ae6
- update to 1.7.7
c527ae6
d633e56
* Fri Aug 17 2012 Joe Orton <jorton@redhat.com> - 1.7.6-1
d633e56
- update to 1.7.6
d633e56
4dd4180
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.5-6
4dd4180
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4dd4180
3be5242
* Mon Jul 16 2012 Joe Orton <jorton@redhat.com> - 1.7.5-5
fdfc8e1
- switch svnserve pidfile to use /run, use /usr/lib/tmpfiles.d (#840195)
fdfc8e1
642a42e
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-4
642a42e
- Perl 5.16 rebuild
642a42e
f525aae
* Mon Jun 18 2012 Dan Horák 
f525aae
- fix build with recent gcc 4.7 (svn rev 1345740)
f525aae
d510ec3
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-2
d510ec3
- Perl 5.16 rebuild
d510ec3
9350f61
* Tue May 22 2012 Joe Orton <jorton@redhat.com> - 1.7.5-1
9350f61
- update to 1.7.5
9350f61
88c9222
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.7.4-6
88c9222
- drop strict sqlite version requirement (#815396)
88c9222
2cfa41d
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.7.4-5
2cfa41d
- switch to libdb-devel (#814090)
2cfa41d
de106c6
* Thu Apr 19 2012 Joe Orton <jorton@redhat.com> - 1.7.4-4
de106c6
- adapt for conf.modules.d with httpd 2.4
de106c6
- add possible workaround for kwallet crasher (#810861)
de106c6
8bc4866
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-3
8bc4866
- re-enable test suite
8bc4866
061c4e0
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-2
061c4e0
- fix build with httpd 2.4
061c4e0
3ee8fd7
* Mon Mar 12 2012 Joe Orton <jorton@redhat.com> - 1.7.4-1
3ee8fd7
- update to 1.7.4
3ee8fd7
- fix build with httpd 2.4
3ee8fd7
47a13c0
* Thu Mar  1 2012 Joe Orton <jorton@redhat.com> - 1.7.3-7
47a13c0
- re-enable kwallet (#791031)
47a13c0
f89e89b
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-6
f89e89b
- update psvn
f89e89b
856c4a9
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-5
856c4a9
- add tools subpackage (#648015)
856c4a9
a6a338f
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-4
a6a338f
- trim contents of doc dic (#746433)
a6a338f
542cd5b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-3
542cd5b
- re-enable test suite
542cd5b
7fbff7d
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-2
7fbff7d
- add upstream test suite fixes for APR hash change (r1293602, r1293811)
2953a39
- use ruby vendorlib directory (#798203)
72a39f6
- convert svnserve to systemd (#754074)
7fbff7d
14f6ae3
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.3-1
14f6ae3
- update to 1.7.3
4d6de6d
- ship, enable mod_dontdothat
14f6ae3
1c7f325
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.2-2
1c7f325
- require ruby 1.9.1 abi
1c7f325
ad3e5e0
* Thu Feb  9 2012 Joe Orton <jorton@redhat.com> - 1.7.2-1
ad3e5e0
- update to 1.7.2
215a29d
- add Vincent Batts' Ruby 1.9 fixes from dev@
ad3e5e0
a8b558c
* Sun Feb  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.1-3
a8b558c
- fix gnome-keyring build deps 
a8b558c
ee588b3
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
ee588b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
ee588b3
6264eab
* Mon Nov 28 2011 Joe Orton <jorton@redhat.com> - 1.7.1-1
6264eab
- update to 1.7.1
6264eab
- (temporarily) disable failing kwallet support
6264eab
b60c078
* Sun Nov 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-3
b60c078
- Build with libmagic support.
b60c078
c4444b4
* Sat Oct 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-2
c4444b4
- Fix apr Conflicts syntax in -libs.
c4444b4
- Fix obsolete chown syntax in subversion.conf.
c4444b4
- Fix use of spaces vs tabs in specfile.
c4444b4
41a6b20
* Wed Oct 12 2011 Joe Orton <jorton@redhat.com> - 1.7.0-1
41a6b20
- update to 1.7.0
41a6b20
- drop svn2cl (no longer shipped in upstream tarball)
41a6b20
Petr Sabata 84ce3d5
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.6.17-5
Petr Sabata 84ce3d5
- Perl mass rebuild
Petr Sabata 84ce3d5
cdf5e0d
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-4
cdf5e0d
- run javahl tests (Blair Zajac, #723338)
cdf5e0d
83638c4
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-3
83638c4
- split out python subpackage
83638c4
85a35a5
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.6.17-2
85a35a5
- Perl mass rebuild
5d570fa
- change cflags in Makefile.PL to work with Perl 5.14.1
e9cc4c8
77997e4
* Thu Jun  2 2011 Joe Orton <jorton@redhat.com> - 1.6.17-1
77997e4
- update to 1.6.17 (#709952)
77997e4
a960fbc
* Fri Mar  4 2011 Joe Orton <jorton@redhat.com> - 1.6.16-1
a960fbc
- update to 1.6.16 (#682203)
a960fbc
- tweak arch-specific requires
a960fbc
2490d2c
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.15-2
2490d2c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2490d2c
de42b54
* Sun Nov 28 2010 Joe Orton <jorton@redhat.com> - 1.6.15-1
de42b54
- update to 1.6.15
de42b54
de42b54
* Sun Oct 17 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.13-3
de42b54
- Make name based dependencies arch qualified where appropriate (#643714).
de42b54
47e89b6
* Tue Oct 12 2010 Joe Orton <jorton@redhat.com> - 1.6.13-2
47e89b6
- trim tools/buildbot, tools/dist from docdir
47e89b6
2df1e85
* Tue Oct  5 2010 Joe Orton <jorton@redhat.com> - 1.6.13-1
2df1e85
- update to 1.6.13
2df1e85
9f91546
* Tue Sep  7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-5
9f91546
- add svnserve init script
9f91546
- split out -libs subpackage
9f91546
60a65b1
* Fri Sep  3 2010 Joe Orton <jorton@redhat.com> - 1.6.12-4
d9d021d
- restore PIE support
d9d021d
2bc69a9
* Sat Jul 24 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-3
2bc69a9
- for now, disable python cases that fail against python 2.7 (patch 9)
2bc69a9
9eab564
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-2
9eab564
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
9eab564
ddb0f1c
* Wed Jul  7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-1
ddb0f1c
- update to 1.6.12 (#586629)
ddb0f1c
- fix comments in subversion.conf (#551484)
ddb0f1c
014c3d1
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.6.11-2
014c3d1
- Mass rebuild with perl-5.12.0
014c3d1
916dd2a
* Sat Apr 17 2010 Joe Orton <jorton@redhat.com> - 1.6.11-1
916dd2a
- update to 1.6.11
916dd2a
3833e05
* Sat Feb 13 2010 Joe Orton <jorton@redhat.com> - 1.6.9-2
3833e05
- fix detection of libkdecore
3833e05
f41b0b2
* Mon Feb  8 2010 Joe Orton <jorton@redhat.com> - 1.6.9-1
f41b0b2
- update to 1.6.9 (#561810)
f41b0b2
- fix comments in subversion.conf (#551484)
f41b0b2
- update to psvn.el r40299
f41b0b2
c3f2f9e
* Mon Jan 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.6-5
c3f2f9e
- Include svn2cl and its man page only in the -svn2cl subpackage (#558598).
c3f2f9e
- Do not include bash completion in docs, it's installed.
c3f2f9e
5aceb4b
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.6-4
5aceb4b
- rebuild against perl 5.10.1
5aceb4b
ab58749
* Thu Nov 26 2009 Joe Orton <jorton@redhat.com> - 1.6.6-3
ab58749
- rebuild for new db4
ab58749
- trim libsvn_* from dependency_libs in *.la
ab58749
9c992a1
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.6.6-2
9c992a1
- rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
9c992a1
3f94a11
* Sun Nov  8 2009 Joe Orton <jorton@redhat.com> - 1.6.6-1
3f94a11
- update to 1.6.6
3f94a11
955cfbf
* Mon Nov  2 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-3
955cfbf
- Apply svn2cl upstream patch to fix newline issues with libxml2 2.7.4+,
955cfbf
  see http://bugs.debian.org/546990 for details.
955cfbf
915a2c6
* Sat Sep 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-2
915a2c6
- Ship svn2cl and bash completion (#496456).
0ea31ce
- Add %%defattr to -gnome and -kde.
0ea31ce
4dff079
* Sun Aug 23 2009 Joe Orton <jorton@redhat.com> 1.6.5-1
4dff079
- update to 1.6.5
4dff079
c7bb3de
* Tue Aug 18 2009 Joe Orton <jorton@redhat.com> 1.6.4-4
c7bb3de
- rebuild
c7bb3de
9f2a806
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.4-3
9f2a806
- Use bzipped upstream tarball.
9f2a806
4454965
* Fri Aug  7 2009 Joe Orton <jorton@redhat.com> 1.6.4-2
4454965
- update to 1.6.4
4454965
bcde4e2
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
bcde4e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bcde4e2
71cd2a9
* Thu Jul 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-2
71cd2a9
- remove -devel dependency on -gnome, -kde (#513313)
71cd2a9
25baa94
* Tue Jun 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-1
25baa94
- update to 1.6.3
25baa94
a1b02af
* Sun Jun 14 2009 Joe Orton <jorton@redhat.com> 1.6.2-3
a1b02af
- add -gnome, -kde subpackages
a1b02af
44bef68
* Mon Jun  1 2009 Joe Orton <jorton@redhat.com> 1.6.2-2
44bef68
- enable KWallet, gnome-keyring support
44bef68
3e4a853
* Fri May 15 2009 Joe Orton <jorton@redhat.com> 1.6.2-1
3e4a853
- update to 1.6.2
3e4a853
01fd018
* Wed Apr 15 2009 Joe Orton <jorton@redhat.com> 1.6.1-4
01fd018
- really disable PIE
01fd018
f72c3d7
* Tue Apr 14 2009 Joe Orton <jorton@redhat.com> 1.6.1-3
f72c3d7
- update to 1.6.1; disable PIE patch for the time being
f72c3d7
820d783
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-3
820d783
- BR sqlite-devel
820d783
abad95c
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-1
abad95c
- update to 1.6.0
abad95c
6868f51
* Thu Mar 12 2009 Dennis Gilmore <dennis@ausil.us> - 1.5.6-4
6868f51
- use -fPIE on sparc64
6868f51
18f5d52
* Mon Mar  9 2009 Joe Orton <jorton@redhat.com> 1.5.6-3
36ee946
- update to 1.5.6
36ee946
- autoload psvn (#238491, Tom Tromey)
fa6854e
- regenerate swig bindings (#480503)
cadf5d1
- fix build with libtool 2.2 (#469524)
36ee946
fda47cc
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-6
fda47cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fda47cc
2f6bdb0
* Fri Jan 30 2009 Joe Orton <jorton@redhat.com> 1.5.5-5
2f6bdb0
- update to 1.5.5
2f6bdb0
a0a9a08
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.4-4
a0a9a08
- Rebuild for Python 2.6
a0a9a08
3dbf519
* Mon Oct 27 2008 Joe Orton <jorton@redhat.com> 1.5.4-3
3dbf519
- update to 1.5.4
3dbf519
b9c4948
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-3
b9c4948
- fix build
b9c4948
1b1de00
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-2
1b1de00
- update to 1.5.3 (#466674)
1b1de00
- update psvn.el to r33557
1b1de00
3847fa5
* Tue Sep 30 2008 Joe Orton <jorton@redhat.com> 1.5.2-3
3847fa5
- enable SASL support (#464267)
3847fa5
12108fd
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
12108fd
- update to 1.5.2
12108fd
e3563bd
* Mon Jul 28 2008 Joe Orton <jorton@redhat.com> 1.5.1-2
e3563bd
- update to 1.5.1
e3563bd
- require suitable APR
e3563bd
68637ef
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.0-8
68637ef
- rebuild against new db4-4.7
68637ef
ae2d876
* Thu Jul  3 2008 Joe Orton <jorton@redhat.com> 1.5.0-7
ae2d876
- add svnmerge and wcgrep to docdir (Edward Rudd, #451932)
ae2d876
- drop neon version overrides
ae2d876
e84be42
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-6
e84be42
- build with OpenJDK
e84be42
5dc06d6
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
5dc06d6
- fix files list
5dc06d6
dd588d0
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4
dd588d0
- swig-perl test suite fix for Perl 5.10 (upstream r31546)
dd588d0
6e456b9
* Tue Jul  1 2008 Joe Orton <jorton@redhat.com> 1.5.0-3
6e456b9
- attempt build without java bits
6e456b9
149f44b
* Thu Jun 26 2008 Joe Orton <jorton@redhat.com> 1.5.0-2
149f44b
- update to 1.5.0
149f44b
8fbd40d
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-7
8fbd40d
- tests are randomly failing, unrelated to new perl, disabled tests
8fbd40d
a1f21ee
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-6
a1f21ee
- rebuild for new perl (again)
a1f21ee
8c701b6
* Thu Feb 21 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.4.6-5
8c701b6
- Correct install location of java stuff (#433295)
8c701b6
3a41c57
* Wed Feb  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-4
3a41c57
- BR perl(ExtUtils::Embed)
3a41c57
b924db0
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-3
b924db0
- rebuild for new perl
b924db0
3ed27d1
* Fri Dec 21 2007 Joe Orton <jorton@redhat.com> 1.4.6-2
3ed27d1
- update to 1.4.6
3ed27d1
3c642ba
* Mon Dec 10 2007 Warren Togami <wtogami@redhat.com> 1.4.4-11
3c642ba
- temporarily disable test suite
3c642ba
bca890b
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 1.4.4-10
bca890b
- fix build with swig 1.3.33 (patch by Torsten Landschoff)
bca890b
c707a34
* Wed Dec  5 2007 Joe Orton <jorton@redhat.com> 1.4.4-9
c707a34
- rebuild for OpenLDAP soname bump
c707a34
c707a34
* Tue Sep  4 2007 Joe Orton <jorton@redhat.com> 1.4.4-8
c707a34
- update to psvn.el r26383 from upstream
c707a34
888ac20
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.4.4-7
888ac20
- rebuild for fixed 32-bit APR 
888ac20
d07b333
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 1.4.4-6
d07b333
- clarify License tag; re-enable test suite
d07b333
cb36ecf
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.4-5
cb36ecf
- rebuild for neon 0.27
cb36ecf
44203d1
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.4.4-4
44203d1
- trim dependencies from .la files
44203d1
- detabify spec file
44203d1
- test suite disabled to ease stress on builders
44203d1
747aecd
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.4.4-3
747aecd
- fix build with new glibc open()-as-macro
747aecd
- build all swig code in %%build, not %%install
8d428e2
- BuildRequire perl(Test::More), perl(ExtUtils::MakeMaker)
747aecd
452f21b
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.4.4-2
452f21b
- update to 1.4.4
452f21b
- add Provides: svn (#245087)
452f21b
- fix without-java build (Lennert Buytenhek, #245467)
452f21b
55db170
* Wed Apr 11 2007 Joe Orton <jorton@redhat.com> 1.4.3-5
55db170
- fix version of apr/apr-util in BR (#216181)
55db170
926d203
* Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-4
926d203
- fix javahl compile failure
926d203
4917196
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-3
dadd06e
- update to 1.4.3 (#228691)
c06fbf3
- remove trailing dot from Summary
c06fbf3
- use current preferred standard BuildRoot
dadd06e
- add post/postun ldconfig scriptlets for -ruby and -javahl
3987f63
3837625
* Fri Dec  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
3837625
- fix use of python_sitearch
3837625
f1985a5
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.4.2-4
f1985a5
- rebuild against python 2.5
f1985a5
- follow python packaging guidelines
f1985a5
ff35b56
* Wed Nov  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-3
ff35b56
- update to 1.4.2
ff35b56
6dc2eb3
* Mon Sep 11 2006 Joe Orton <jorton@redhat.com> 1.4.0-2
6dc2eb3
- update to 1.4.0
6dc2eb3
89df43d
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1.3.2-6
89df43d
- fix ruby packaging (#191611)
89df43d
89df43d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.3.2-5.1
a6ba00e
- rebuild
a6ba00e
7e45417
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-5
7e45417
- disable test suite
7e45417
6a3fb2e
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-4
6a3fb2e
- BR gettext
6a3fb2e
480a3c1
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-3
480a3c1
- re-enable test suite
480a3c1
699a1a9
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-2
699a1a9
- update to 1.3.2
699a1a9
- fix Ruby sitelibdir (Garrick Staples, #191611)
699a1a9
- own /etc/subversion (#189071)
699a1a9
- update to psvn.el r19857
699a1a9
9fb54b8
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.3.1-4
9fb54b8
- move libsvn_swig_ruby* back to subversion-ruby
9fb54b8
a73eb47
* Tue Apr  4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
a73eb47
- update to 1.3.1
a73eb47
- update to psvn.el r19138 (Stefan Reichoer)
a73eb47
- build -java on s390 again
a73eb47
Florian La Roche 054d8de
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.3.0-5
Florian La Roche 054d8de
- do not package libs within subversion-ruby, these are already
Florian La Roche 054d8de
  available via the main package
Florian La Roche 054d8de
755ea34
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
755ea34
- bump again for double-long bug on ppc(64)
755ea34
cc15bbc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.1
cc15bbc
- rebuilt for new gcc4.1 snapshot and glibc changes
cc15bbc
31fb30f
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-4
31fb30f
- run check-swig-py in %%check (#178448)
31fb30f
- relax JDK requirement (Kenneth Porter, #177367)
31fb30f
81d0bd6
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
81d0bd6
- rebuild for neon 0.25
81d0bd6
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.