6dc89b
# set to zero to avoid running test suite
6dc89b
%define make_check 1
6dc89b
6dc89b
%define with_java 1
6dc89b
%define with_kwallet 1
6dc89b
6dc89b
# set JDK path to build javahl; default for JPackage
6dc89b
%define jdk_path /usr/lib/jvm/java
6dc89b
6dc89b
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
6dc89b
6dc89b
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
6dc89b
6dc89b
%{!?_httpd_apxs: %{expand: %%global _httpd_apxs %%{_sbindir}/apxs}}
6dc89b
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo missing-httpd-devel)}}
6dc89b
%{!?_httpd_confdir:    %{expand: %%global _httpd_confdir    %%{_sysconfdir}/httpd/conf.d}}
6dc89b
# /etc/httpd/conf.d with httpd < 2.4 and defined as /etc/httpd/conf.modules.d with httpd >= 2.4
6dc89b
%{!?_httpd_modconfdir: %{expand: %%global _httpd_modconfdir %%{_sysconfdir}/httpd/conf.d}}
6dc89b
6dc89b
Summary: A Modern Concurrent Version Control System
6dc89b
Name: subversion
6dc89b
Version: 1.7.14
6dc89b
Release: 7%{?dist}
6dc89b
License: ASL 2.0
6dc89b
Group: Development/Tools
6dc89b
URL: http://subversion.apache.org/
6dc89b
Source0: http://www.apache.org/dist/subversion/subversion-%{version}.tar.bz2
6dc89b
Source1: subversion.conf
6dc89b
Source3: filter-requires.sh
6dc89b
Source4: http://www.xsteve.at/prg/emacs/psvn.el
6dc89b
Source5: psvn-init.el
6dc89b
Source6: svnserve.service
6dc89b
Source7: svnserve.tmpfiles
6dc89b
Source8: svnserve.sysconf
6dc89b
Patch1: subversion-1.7.0-rpath.patch
6dc89b
Patch2: subversion-1.7.0-pie.patch
6dc89b
Patch3: subversion-1.7.0-kwallet.patch
6dc89b
Patch4: subversion-1.7.2-ruby19.patch
6dc89b
Patch7: subversion-1.7.4-kwallet2.patch
6dc89b
Patch8: subversion-1.7.4-sqlitever.patch
6dc89b
Patch9: subversion-1.7.9-rubybind.patch
6dc89b
Patch10: subversion-1.7.9-swighash.patch
6dc89b
Patch11: subversion-1.7.10-aarch64.patch
6dc89b
Patch12: subversion-1.7.14-CVE-2014-0032.patch
6dc89b
Patch13: subversion-1.7.14-CVE-2014-3528.patch
6dc89b
Patch14: subversion-1.7.14-CVE-2014-3580.patch
6dc89b
Patch15: subversion-1.7.14-CVE-2014-8108.patch
6dc89b
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
6dc89b
BuildRequires: libdb-devel, swig >= 1.3.24, gettext
6dc89b
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
6dc89b
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
6dc89b
BuildRequires: sqlite-devel >= 3.4.0, file-devel, systemd-units
6dc89b
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
6dc89b
Provides: svn = %{version}-%{release}
6dc89b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
6dc89b
Requires(post): systemd-sysv, /sbin/chkconfig
6dc89b
6dc89b
%define __perl_requires %{SOURCE3}
6dc89b
6dc89b
# Put Python bindings in site-packages
6dc89b
%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
6dc89b
6dc89b
%description
6dc89b
Subversion is a concurrent version control system which enables one
6dc89b
or more users to collaborate in developing and maintaining a
6dc89b
hierarchy of files and directories while keeping a history of all
6dc89b
changes.  Subversion only stores the differences between versions,
6dc89b
instead of every complete file.  Subversion is intended to be a
6dc89b
compelling replacement for CVS.
6dc89b
6dc89b
%package libs
6dc89b
Group: Development/Tools
6dc89b
Summary: Libraries for Subversion Version Control system
6dc89b
# APR 1.3.x interfaces are required
6dc89b
Conflicts: apr%{?_isa} < 1.3.0
6dc89b
6dc89b
%description libs
6dc89b
The subversion-libs package includes the essential shared libraries
6dc89b
used by the Subversion version control tools.
6dc89b
6dc89b
%package python
6dc89b
Group: Development/Libraries
6dc89b
Summary: Python bindings for Subversion Version Control system
6dc89b
6dc89b
%description python
6dc89b
The subversion-python package includes the Python bindings to the
6dc89b
Subversion libraries.
6dc89b
6dc89b
%package devel
6dc89b
Group: Development/Tools
6dc89b
Summary: Development package for the Subversion libraries
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
Requires: apr-devel%{?_isa}, apr-util-devel%{?_isa}
6dc89b
6dc89b
%description devel
6dc89b
The subversion-devel package includes the libraries and include files
6dc89b
for developers interacting with the subversion package.
6dc89b
6dc89b
%package gnome
6dc89b
Group: Development/Tools
6dc89b
Summary: GNOME Keyring support for Subversion
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
BuildRequires: libgnome-keyring-devel, dbus-devel
6dc89b
6dc89b
%description gnome
6dc89b
The subversion-gnome package adds support for storing Subversion
6dc89b
passwords in the GNOME Keyring.
6dc89b
6dc89b
%if %{with_kwallet}
6dc89b
%package kde
6dc89b
Group: Development/Tools
6dc89b
Summary: KDE Wallet support for Subversion
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
BuildRequires: kdelibs-devel >= 4.0.0
6dc89b
6dc89b
%description kde
6dc89b
The subversion-kde package adds support for storing Subversion
6dc89b
passwords in the KDE Wallet.
6dc89b
%endif
6dc89b
6dc89b
%package -n mod_dav_svn
6dc89b
Group: System Environment/Daemons
6dc89b
Summary: Apache httpd module for Subversion server
6dc89b
Requires: httpd-mmn = %{_httpd_mmn}
6dc89b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
6dc89b
BuildRequires: httpd-devel >= 2.0.45
6dc89b
6dc89b
%description -n mod_dav_svn
6dc89b
The mod_dav_svn package allows access to a Subversion repository
6dc89b
using HTTP, via the Apache httpd server.
6dc89b
6dc89b
%package perl
6dc89b
Group: Development/Libraries
6dc89b
Summary: Perl bindings to the Subversion libraries
6dc89b
BuildRequires: perl-devel >= 2:5.8.0, perl(ExtUtils::MakeMaker)
6dc89b
BuildRequires: perl(Test::More), perl(ExtUtils::Embed)
6dc89b
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
6dc89b
%description perl
6dc89b
This package includes the Perl bindings to the Subversion libraries.
6dc89b
6dc89b
%if %{with_java}
6dc89b
%package javahl
6dc89b
Group: Development/Libraries
6dc89b
Summary: JNI bindings to the Subversion libraries
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
BuildRequires: java-devel-openjdk
6dc89b
# JAR repacking requires both zip and unzip in the buildroot
6dc89b
BuildRequires: zip, unzip
6dc89b
# For the tests
6dc89b
BuildRequires: junit
6dc89b
6dc89b
%description javahl
6dc89b
This package includes the JNI bindings to the Subversion libraries.
6dc89b
%endif
6dc89b
6dc89b
%package ruby
6dc89b
Group: Development/Libraries
6dc89b
Summary: Ruby bindings to the Subversion libraries
6dc89b
BuildRequires: ruby-devel >= 1.9.1, ruby >= 1.9.1
6dc89b
BuildRequires: rubygem(minitest)
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
Conflicts: ruby-libs%{?_isa} < 1.8.2
6dc89b
6dc89b
%description ruby
6dc89b
This package includes the Ruby bindings to the Subversion libraries.
6dc89b
6dc89b
%package tools
6dc89b
Group: Development/Tools
6dc89b
Summary: Supplementary tools for Subversion
6dc89b
Requires: subversion%{?_isa} = %{version}-%{release}
6dc89b
6dc89b
%description tools
6dc89b
This package includes supplementary tools for use with Subversion.
6dc89b
6dc89b
%prep
6dc89b
%setup -q
6dc89b
%patch1 -p1 -b .rpath
6dc89b
%patch2 -p1 -b .pie
6dc89b
%patch3 -p1 -b .kwallet
6dc89b
%patch4 -p1 -b .ruby
6dc89b
%patch7 -p1 -b .kwallet2
6dc89b
%patch8 -p1 -b .sqlitever
6dc89b
%patch9 -p1 -b .rubybind
6dc89b
%patch10 -p1 -b .swighash
6dc89b
%patch11 -p1 -b .aarch64
6dc89b
%patch12 -p1 -b .cve0032
6dc89b
%patch13 -p1 -b .cve3528
6dc89b
%patch14 -p1 -b .cve3580
6dc89b
%patch15 -p1 -b .cve8108
6dc89b
6dc89b
%build
6dc89b
# Regenerate the buildsystem, so that:
6dc89b
#  1) patches applied to configure.in take effect
6dc89b
#  2) the swig bindings are regenerated using the system swig
6dc89b
# (2) is not ideal since typically upstream test with a different
6dc89b
# swig version
6dc89b
# This PATH order makes the fugly test for libtoolize work...
6dc89b
PATH=/usr/bin:$PATH ./autogen.sh --release
6dc89b
6dc89b
# fix shebang lines, #111498
6dc89b
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
6dc89b
6dc89b
# override weird -shrext from ruby
6dc89b
export svn_cv_ruby_link="%{__cc} -shared"
6dc89b
export svn_cv_ruby_sitedir_libsuffix=""
6dc89b
export svn_cv_ruby_sitedir_archsuffix=""
6dc89b
6dc89b
%ifarch sparc64
6dc89b
sed -i 's/-fpie/-fPIE/' Makefile.in
6dc89b
%endif
6dc89b
6dc89b
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
6dc89b
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
6dc89b
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
6dc89b
        --with-swig --with-neon=%{_prefix} \
6dc89b
        --with-ruby-sitedir=%{ruby_vendorarchdir} \
6dc89b
        --with-ruby-test-verbose=verbose \
6dc89b
        --with-apxs=%{_httpd_apxs} --disable-mod-activation \
6dc89b
        --disable-static --with-sasl=%{_prefix} \
6dc89b
        --disable-neon-version-check \
6dc89b
        --with-libmagic=%{_prefix} \
6dc89b
        --with-gnome-keyring \
6dc89b
%if %{with_java}
6dc89b
        --enable-javahl \
6dc89b
        --with-junit=%{_prefix}/share/java/junit.jar \
6dc89b
%endif
6dc89b
%if %{with_kwallet}
6dc89b
        --with-kwallet \
6dc89b
%endif
6dc89b
        --with-berkeley-db || (cat config.log; exit 1)
6dc89b
make %{?_smp_mflags} all tools
6dc89b
make swig-py swig-py-lib %{swigdirs}
6dc89b
make swig-pl swig-pl-lib swig-rb swig-rb-lib
6dc89b
%if %{with_java}
6dc89b
# javahl-javah does not parallel-make with javahl
6dc89b
#make javahl-java javahl-javah
6dc89b
make javahl
6dc89b
%endif
6dc89b
6dc89b
%install
6dc89b
rm -rf ${RPM_BUILD_ROOT}
6dc89b
make install install-swig-py install-swig-pl-lib install-swig-rb \
6dc89b
        DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
6dc89b
%if %{with_java}
6dc89b
make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} DESTDIR=$RPM_BUILD_ROOT
6dc89b
%endif
6dc89b
6dc89b
make pure_vendor_install -C subversion/bindings/swig/perl/native \
6dc89b
        PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
6dc89b
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/subversion
6dc89b
6dc89b
mkdir -p ${RPM_BUILD_ROOT}{%{_httpd_modconfdir},%{_httpd_confdir}}
6dc89b
6dc89b
%if "%{_httpd_modconfdir}" == "%{_httpd_confdir}"
6dc89b
# httpd <= 2.2.x
6dc89b
install -p -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_httpd_confdir}
6dc89b
%else
6dc89b
sed -n /^LoadModule/p %{SOURCE1} > 10-subversion.conf
6dc89b
sed    /^LoadModule/d %{SOURCE1} > example.conf
6dc89b
touch -r %{SOURCE1} 10-subversion.conf example.conf
6dc89b
install -p -m 644 10-subversion.conf ${RPM_BUILD_ROOT}%{_httpd_modconfdir}
6dc89b
%endif
6dc89b
6dc89b
# Remove unpackaged files
6dc89b
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
6dc89b
       ${RPM_BUILD_ROOT}%{python_sitearch}/*/*.{a,la}
6dc89b
6dc89b
# The SVN build system is broken w.r.t. DSO support; it treats
6dc89b
# normal libraries as DSOs and puts them in $libdir, whereas they
6dc89b
# should go in some subdir somewhere, and be linked using -module,
6dc89b
# etc.  So, forcibly nuke the .so's for libsvn_auth_{gnome,kde},
6dc89b
# since nothing should ever link against them directly.
6dc89b
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_auth_*.so
6dc89b
6dc89b
# remove stuff produced with Perl modules
6dc89b
find $RPM_BUILD_ROOT -type f \
6dc89b
    -a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
6dc89b
    -print0 | xargs -0 rm -f
6dc89b
6dc89b
# make Perl modules writable so they get stripped
6dc89b
find $RPM_BUILD_ROOT%{_libdir}/perl5 -type f -perm 555 -print0 |
6dc89b
        xargs -0 chmod 755
6dc89b
6dc89b
# unnecessary libraries for swig bindings
6dc89b
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
6dc89b
6dc89b
# Remove unnecessary ruby libraries
6dc89b
rm -f ${RPM_BUILD_ROOT}%{ruby_vendorarchdir}/svn/ext/*.*a
6dc89b
6dc89b
# Trim what goes in docdir
6dc89b
rm -rf tools/*/*.in
6dc89b
6dc89b
# Install psvn for emacs and xemacs
6dc89b
for f in emacs/site-lisp xemacs/site-packages/lisp; do
6dc89b
  install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
6dc89b
  install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
6dc89b
done
6dc89b
6dc89b
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
6dc89b
        ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
6dc89b
6dc89b
# Rename authz_svn INSTALL doc for docdir
6dc89b
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
6dc89b
6dc89b
# Trim exported dependencies to APR libraries only:
6dc89b
sed -i "/^dependency_libs/{
6dc89b
     s, -l[^ ']*, ,g;
6dc89b
     s, -L[^ ']*, ,g;
6dc89b
     s,%{_libdir}/lib[^a][^p][^r][^ ']*.la, ,g;
6dc89b
     }"  $RPM_BUILD_ROOT%{_libdir}/*.la
6dc89b
6dc89b
# Install bash completion
6dc89b
install -Dpm 644 tools/client-side/bash_completion \
6dc89b
        $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/svn
6dc89b
for comp in svnadmin svndumpfilter svnlook svnsync svnversion; do
6dc89b
    ln -s svn \
6dc89b
        $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/${comp}
6dc89b
done
6dc89b
6dc89b
# Install svnserve bits
6dc89b
mkdir -p %{buildroot}%{_unitdir} \
6dc89b
      %{buildroot}/run/svnserve \
6dc89b
      %{buildroot}%{_prefix}/lib/tmpfiles.d \
6dc89b
      %{buildroot}%{_sysconfdir}/sysconfig
6dc89b
6dc89b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.service \
6dc89b
        %{buildroot}%{_unitdir}/svnserve.service
6dc89b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.tmpfiles \
6dc89b
        %{buildroot}%{_prefix}/lib/tmpfiles.d/svnserve.conf
6dc89b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.sysconf \
6dc89b
        %{buildroot}%{_sysconfdir}/sysconfig/svnserve
6dc89b
6dc89b
# Install tools ex diff*
6dc89b
make install-tools DESTDIR=$RPM_BUILD_ROOT toolsdir=%{_bindir}
6dc89b
rm -f $RPM_BUILD_ROOT%{_bindir}/diff*
6dc89b
6dc89b
for f in svn-populate-node-origins-index svn-rep-sharing-stats svnauthz-validate svnmucc svnraisetreeconflict; do
6dc89b
    echo %{_bindir}/$f
6dc89b
done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files
6dc89b
6dc89b
%find_lang %{name}
6dc89b
6dc89b
cat %{name}.lang exclude.tools.files >> %{name}.files
6dc89b
6dc89b
%if %{make_check}
6dc89b
%check
6dc89b
export LANG=C LC_ALL=C
6dc89b
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
6dc89b
export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
6dc89b
export LIBC_FATAL_STDERR_=1
6dc89b
if ! make check check-swig-pl check-swig-py check-swig-rb CLEANUP=yes; then
6dc89b
   : Test suite failure.
6dc89b
   cat fails.log
6dc89b
   exit 1
6dc89b
fi
6dc89b
# check-swig-rb omitted: it runs svnserve
6dc89b
%if %{with_java}
6dc89b
make check-javahl
6dc89b
%endif
6dc89b
%endif
6dc89b
6dc89b
%clean
6dc89b
rm -rf ${RPM_BUILD_ROOT}
6dc89b
6dc89b
%post
6dc89b
%systemd_post svnserve.service
6dc89b
6dc89b
%preun
6dc89b
%systemd_preun svnserve.service
6dc89b
6dc89b
%postun
6dc89b
%systemd_postun_with_restart svnserve.service
6dc89b
6dc89b
%triggerun -- subversion < 1.7.3-2
6dc89b
/usr/bin/systemd-sysv-convert --save svnserve >/dev/null 2>&1 ||:
6dc89b
/sbin/chkconfig --del svnserve >/dev/null 2>&1 || :
6dc89b
/bin/systemctl try-restart svnserve.service >/dev/null 2>&1 || :
6dc89b
6dc89b
%post libs -p /sbin/ldconfig
6dc89b
6dc89b
%postun libs -p /sbin/ldconfig
6dc89b
6dc89b
%post perl -p /sbin/ldconfig
6dc89b
6dc89b
%postun perl -p /sbin/ldconfig
6dc89b
6dc89b
%post ruby -p /sbin/ldconfig
6dc89b
6dc89b
%postun ruby -p /sbin/ldconfig
6dc89b
6dc89b
%if %{with_java}
6dc89b
%post javahl -p /sbin/ldconfig
6dc89b
6dc89b
%postun javahl -p /sbin/ldconfig
6dc89b
%endif
6dc89b
6dc89b
%files -f %{name}.files
6dc89b
%defattr(-,root,root)
6dc89b
%doc BUGS COMMITTERS LICENSE NOTICE INSTALL README CHANGES
6dc89b
%doc tools/hook-scripts tools/backup tools/bdb tools/examples tools/xslt
6dc89b
%doc mod_authz_svn-INSTALL
6dc89b
%{_bindir}/*
6dc89b
%{_mandir}/man*/*
6dc89b
%{_datadir}/emacs/site-lisp/*.el
6dc89b
%{_datadir}/xemacs/site-packages/lisp/*.el
6dc89b
%{_datadir}/bash-completion/completions/*
6dc89b
%config(noreplace) %{_sysconfdir}/sysconfig/svnserve
6dc89b
%dir %{_sysconfdir}/subversion
6dc89b
%exclude %{_mandir}/man*/*::*
6dc89b
%{_unitdir}/*.service
6dc89b
%dir /run/svnserve
6dc89b
%{_prefix}/lib/tmpfiles.d/svnserve.conf
6dc89b
6dc89b
%files tools -f tools.files
6dc89b
%defattr(-,root,root)
6dc89b
6dc89b
%files libs
6dc89b
%defattr(-,root,root)
6dc89b
%doc LICENSE NOTICE
6dc89b
%{_libdir}/libsvn_*.so.*
6dc89b
%exclude %{_libdir}/libsvn_swig_perl*
6dc89b
%exclude %{_libdir}/libsvn_swig_ruby*
6dc89b
%if %{with_kwallet}
6dc89b
%exclude %{_libdir}/libsvn_auth_kwallet*
6dc89b
%endif
6dc89b
%exclude %{_libdir}/libsvn_auth_gnome*
6dc89b
6dc89b
%files python
6dc89b
%defattr(-,root,root)
6dc89b
%{python_sitearch}/svn
6dc89b
%{python_sitearch}/libsvn
6dc89b
6dc89b
%files gnome
6dc89b
%defattr(-,root,root)
6dc89b
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
6dc89b
6dc89b
%if %{with_kwallet}
6dc89b
%files kde
6dc89b
%defattr(-,root,root)
6dc89b
%{_libdir}/libsvn_auth_kwallet-*.so.*
6dc89b
%endif
6dc89b
6dc89b
%files devel
6dc89b
%defattr(-,root,root)
6dc89b
%{_includedir}/subversion-1
6dc89b
%{_libdir}/libsvn*.*a
6dc89b
%{_libdir}/libsvn*.so
6dc89b
%exclude %{_libdir}/libsvn_swig_perl*
6dc89b
%if %{with_java}
6dc89b
%exclude %{_libdir}/libsvnjavahl-1.*
6dc89b
%endif
6dc89b
6dc89b
%files -n mod_dav_svn
6dc89b
%defattr(-,root,root)
6dc89b
%config(noreplace) %{_httpd_modconfdir}/*.conf
6dc89b
%{_libdir}/httpd/modules/mod_*.so
6dc89b
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
6dc89b
%doc example.conf
6dc89b
%endif
6dc89b
6dc89b
%files perl
6dc89b
%defattr(-,root,root,-)
6dc89b
%{perl_vendorarch}/auto/SVN
6dc89b
%{perl_vendorarch}/SVN
6dc89b
%{_libdir}/libsvn_swig_perl*
6dc89b
%{_mandir}/man*/*::*
6dc89b
6dc89b
%files ruby
6dc89b
%defattr(-,root,root,-)
6dc89b
%{_libdir}/libsvn_swig_ruby*
6dc89b
%{ruby_vendorarchdir}/svn
6dc89b
6dc89b
%if %{with_java}
6dc89b
%files javahl
6dc89b
%defattr(-,root,root,-)
6dc89b
%{_libdir}/libsvnjavahl-1.*
6dc89b
%{_javadir}/svn-javahl.jar
6dc89b
%endif
6dc89b
6dc89b
%changelog
6dc89b
* Fri Jan  9 2015 Joe Orton <jorton@redhat.com> - 1.7.14-7
6dc89b
- add security fixes for CVE-2014-3528, CVE-2014-3580, CVE-2014-8108
6dc89b
6dc89b
* Wed Mar  5 2014 Joe Orton <jorton@redhat.com> - 1.7.14-6
6dc89b
- drop dependency on db4-devel (#1072969)
6dc89b
6dc89b
* Tue Feb 11 2014 Joe Orton <jorton@redhat.com> - 1.7.14-5
6dc89b
- add fix for CVE-2014-0032
6dc89b
6dc89b
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.7.14-4
6dc89b
- Mass rebuild 2014-01-24
6dc89b
6dc89b
* Mon Jan 13 2014 Joe Orton <jorton@redhat.com> - 1.7.14-3
6dc89b
- rebuild for #1029360
6dc89b
6dc89b
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.7.14-2
6dc89b
- Mass rebuild 2013-12-27
6dc89b
6dc89b
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.7.14-1
6dc89b
- update to 1.7.14 (#1034377)
6dc89b
6dc89b
* Tue Sep  3 2013 Joe Orton <jorton@redhat.com> - 1.7.13-1
6dc89b
- update to 1.7.13 (#1003070)
6dc89b
- move bash completions out of /etc (#922993)
6dc89b
6dc89b
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.7.11-1
6dc89b
- update to 1.7.11
6dc89b
- use full relro in mod_dav_svn build (#973694)
6dc89b
6dc89b
* Mon Jun  3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
6dc89b
- update to 1.7.10 (#970014)
6dc89b
- fix aarch64 build issues (Dennis Gilmore, #926578)
6dc89b
6dc89b
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-3
6dc89b
- fix spurious failures in ruby test suite (upstream r1327373)
6dc89b
6dc89b
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-2
6dc89b
- try harder to avoid svnserve bind failures in ruby binding tests
6dc89b
- enable verbose output for ruby binding tests
6dc89b
6dc89b
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-1
6dc89b
- update to 1.7.9
6dc89b
6dc89b
* Wed Mar 27 2013 Vít Ondruch <vondruch@redhat.com> - 1.7.8-6
6dc89b
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
6dc89b
- Drop Ruby version checks from configuration script.
6dc89b
- Fix and enable Ruby test suite.
6dc89b
6dc89b
* Thu Mar 14 2013 Joe Orton <jorton@redhat.com> - 1.7.8-5
6dc89b
- drop specific dep on ruby(abi)
6dc89b
6dc89b
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.8-4
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
6dc89b
6dc89b
* Tue Jan  8 2013 Joe Orton <jorton@redhat.com> - 1.7.8-3
6dc89b
- update to latest psvn.el
6dc89b
6dc89b
* Tue Jan  8 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.7.8-2
6dc89b
- Scriptlets replaced with new systemd macros (#850410)
6dc89b
6dc89b
* Fri Jan  4 2013 Joe Orton <jorton@redhat.com> - 1.7.8-1
6dc89b
- update to 1.7.8
6dc89b
6dc89b
* Thu Oct 11 2012 Joe Orton <jorton@redhat.com> - 1.7.7-1
6dc89b
- update to 1.7.7
6dc89b
6dc89b
* Fri Aug 17 2012 Joe Orton <jorton@redhat.com> - 1.7.6-1
6dc89b
- update to 1.7.6
6dc89b
6dc89b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.5-6
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
6dc89b
6dc89b
* Mon Jul 16 2012 Joe Orton <jorton@redhat.com> - 1.7.5-5
6dc89b
- switch svnserve pidfile to use /run, use /usr/lib/tmpfiles.d (#840195)
6dc89b
6dc89b
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-4
6dc89b
- Perl 5.16 rebuild
6dc89b
6dc89b
* Mon Jun 18 2012 Dan Horák 
6dc89b
- fix build with recent gcc 4.7 (svn rev 1345740)
6dc89b
6dc89b
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-2
6dc89b
- Perl 5.16 rebuild
6dc89b
6dc89b
* Tue May 22 2012 Joe Orton <jorton@redhat.com> - 1.7.5-1
6dc89b
- update to 1.7.5
6dc89b
6dc89b
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.7.4-6
6dc89b
- drop strict sqlite version requirement (#815396)
6dc89b
6dc89b
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.7.4-5
6dc89b
- switch to libdb-devel (#814090)
6dc89b
6dc89b
* Thu Apr 19 2012 Joe Orton <jorton@redhat.com> - 1.7.4-4
6dc89b
- adapt for conf.modules.d with httpd 2.4
6dc89b
- add possible workaround for kwallet crasher (#810861)
6dc89b
6dc89b
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-3
6dc89b
- re-enable test suite
6dc89b
6dc89b
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-2
6dc89b
- fix build with httpd 2.4
6dc89b
6dc89b
* Mon Mar 12 2012 Joe Orton <jorton@redhat.com> - 1.7.4-1
6dc89b
- update to 1.7.4
6dc89b
- fix build with httpd 2.4
6dc89b
6dc89b
* Thu Mar  1 2012 Joe Orton <jorton@redhat.com> - 1.7.3-7
6dc89b
- re-enable kwallet (#791031)
6dc89b
6dc89b
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-6
6dc89b
- update psvn
6dc89b
6dc89b
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-5
6dc89b
- add tools subpackage (#648015)
6dc89b
6dc89b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-4
6dc89b
- trim contents of doc dic (#746433)
6dc89b
6dc89b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-3
6dc89b
- re-enable test suite
6dc89b
6dc89b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-2
6dc89b
- add upstream test suite fixes for APR hash change (r1293602, r1293811)
6dc89b
- use ruby vendorlib directory (#798203)
6dc89b
- convert svnserve to systemd (#754074)
6dc89b
6dc89b
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.3-1
6dc89b
- update to 1.7.3
6dc89b
- ship, enable mod_dontdothat
6dc89b
6dc89b
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.2-2
6dc89b
- require ruby 1.9.1 abi
6dc89b
6dc89b
* Thu Feb  9 2012 Joe Orton <jorton@redhat.com> - 1.7.2-1
6dc89b
- update to 1.7.2
6dc89b
- add Vincent Batts' Ruby 1.9 fixes from dev@
6dc89b
6dc89b
* Sun Feb  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.1-3
6dc89b
- fix gnome-keyring build deps 
6dc89b
6dc89b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
6dc89b
6dc89b
* Mon Nov 28 2011 Joe Orton <jorton@redhat.com> - 1.7.1-1
6dc89b
- update to 1.7.1
6dc89b
- (temporarily) disable failing kwallet support
6dc89b
6dc89b
* Sun Nov 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-3
6dc89b
- Build with libmagic support.
6dc89b
6dc89b
* Sat Oct 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-2
6dc89b
- Fix apr Conflicts syntax in -libs.
6dc89b
- Fix obsolete chown syntax in subversion.conf.
6dc89b
- Fix use of spaces vs tabs in specfile.
6dc89b
6dc89b
* Wed Oct 12 2011 Joe Orton <jorton@redhat.com> - 1.7.0-1
6dc89b
- update to 1.7.0
6dc89b
- drop svn2cl (no longer shipped in upstream tarball)
6dc89b
6dc89b
* Thu Jul 21 2011 Petr Sabata <contyk@redhat.com> - 1.6.17-5
6dc89b
- Perl mass rebuild
6dc89b
6dc89b
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-4
6dc89b
- run javahl tests (Blair Zajac, #723338)
6dc89b
6dc89b
* Wed Jul 20 2011 Joe Orton <jorton@redhat.com> - 1.6.17-3
6dc89b
- split out python subpackage
6dc89b
6dc89b
* Wed Jun 15 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.6.17-2
6dc89b
- Perl mass rebuild
6dc89b
- change cflags in Makefile.PL to work with Perl 5.14.1
6dc89b
6dc89b
* Thu Jun  2 2011 Joe Orton <jorton@redhat.com> - 1.6.17-1
6dc89b
- update to 1.6.17 (#709952)
6dc89b
6dc89b
* Fri Mar  4 2011 Joe Orton <jorton@redhat.com> - 1.6.16-1
6dc89b
- update to 1.6.16 (#682203)
6dc89b
- tweak arch-specific requires
6dc89b
6dc89b
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.15-2
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
6dc89b
6dc89b
* Sun Nov 28 2010 Joe Orton <jorton@redhat.com> - 1.6.15-1
6dc89b
- update to 1.6.15
6dc89b
6dc89b
* Sun Oct 17 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.13-3
6dc89b
- Make name based dependencies arch qualified where appropriate (#643714).
6dc89b
6dc89b
* Tue Oct 12 2010 Joe Orton <jorton@redhat.com> - 1.6.13-2
6dc89b
- trim tools/buildbot, tools/dist from docdir
6dc89b
6dc89b
* Tue Oct  5 2010 Joe Orton <jorton@redhat.com> - 1.6.13-1
6dc89b
- update to 1.6.13
6dc89b
6dc89b
* Tue Sep  7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-5
6dc89b
- add svnserve init script
6dc89b
- split out -libs subpackage
6dc89b
6dc89b
* Fri Sep  3 2010 Joe Orton <jorton@redhat.com> - 1.6.12-4
6dc89b
- restore PIE support
6dc89b
6dc89b
* Sat Jul 24 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-3
6dc89b
- for now, disable python cases that fail against python 2.7 (patch 9)
6dc89b
6dc89b
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-2
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
6dc89b
6dc89b
* Wed Jul  7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-1
6dc89b
- update to 1.6.12 (#586629)
6dc89b
- fix comments in subversion.conf (#551484)
6dc89b
6dc89b
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.6.11-2
6dc89b
- Mass rebuild with perl-5.12.0
6dc89b
6dc89b
* Sat Apr 17 2010 Joe Orton <jorton@redhat.com> - 1.6.11-1
6dc89b
- update to 1.6.11
6dc89b
6dc89b
* Sat Feb 13 2010 Joe Orton <jorton@redhat.com> - 1.6.9-2
6dc89b
- fix detection of libkdecore
6dc89b
6dc89b
* Mon Feb  8 2010 Joe Orton <jorton@redhat.com> - 1.6.9-1
6dc89b
- update to 1.6.9 (#561810)
6dc89b
- fix comments in subversion.conf (#551484)
6dc89b
- update to psvn.el r40299
6dc89b
6dc89b
* Mon Jan 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.6-5
6dc89b
- Include svn2cl and its man page only in the -svn2cl subpackage (#558598).
6dc89b
- Do not include bash completion in docs, it's installed.
6dc89b
6dc89b
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.6-4
6dc89b
- rebuild against perl 5.10.1
6dc89b
6dc89b
* Thu Nov 26 2009 Joe Orton <jorton@redhat.com> - 1.6.6-3
6dc89b
- rebuild for new db4
6dc89b
- trim libsvn_* from dependency_libs in *.la
6dc89b
6dc89b
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.6.6-2
6dc89b
- rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
6dc89b
6dc89b
* Sun Nov  8 2009 Joe Orton <jorton@redhat.com> - 1.6.6-1
6dc89b
- update to 1.6.6
6dc89b
6dc89b
* Mon Nov  2 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-3
6dc89b
- Apply svn2cl upstream patch to fix newline issues with libxml2 2.7.4+,
6dc89b
  see http://bugs.debian.org/546990 for details.
6dc89b
6dc89b
* Sat Sep 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-2
6dc89b
- Ship svn2cl and bash completion (#496456).
6dc89b
- Add %%defattr to -gnome and -kde.
6dc89b
6dc89b
* Sun Aug 23 2009 Joe Orton <jorton@redhat.com> 1.6.5-1
6dc89b
- update to 1.6.5
6dc89b
6dc89b
* Tue Aug 18 2009 Joe Orton <jorton@redhat.com> 1.6.4-4
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.4-3
6dc89b
- Use bzipped upstream tarball.
6dc89b
6dc89b
* Fri Aug  7 2009 Joe Orton <jorton@redhat.com> 1.6.4-2
6dc89b
- update to 1.6.4
6dc89b
6dc89b
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6dc89b
6dc89b
* Thu Jul 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-2
6dc89b
- remove -devel dependency on -gnome, -kde (#513313)
6dc89b
6dc89b
* Tue Jun 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-1
6dc89b
- update to 1.6.3
6dc89b
6dc89b
* Sun Jun 14 2009 Joe Orton <jorton@redhat.com> 1.6.2-3
6dc89b
- add -gnome, -kde subpackages
6dc89b
6dc89b
* Mon Jun  1 2009 Joe Orton <jorton@redhat.com> 1.6.2-2
6dc89b
- enable KWallet, gnome-keyring support
6dc89b
6dc89b
* Fri May 15 2009 Joe Orton <jorton@redhat.com> 1.6.2-1
6dc89b
- update to 1.6.2
6dc89b
6dc89b
* Wed Apr 15 2009 Joe Orton <jorton@redhat.com> 1.6.1-4
6dc89b
- really disable PIE
6dc89b
6dc89b
* Tue Apr 14 2009 Joe Orton <jorton@redhat.com> 1.6.1-3
6dc89b
- update to 1.6.1; disable PIE patch for the time being
6dc89b
6dc89b
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-3
6dc89b
- BR sqlite-devel
6dc89b
6dc89b
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-1
6dc89b
- update to 1.6.0
6dc89b
6dc89b
* Thu Mar 12 2009 Dennis Gilmore <dennis@ausil.us> - 1.5.6-4
6dc89b
- use -fPIE on sparc64
6dc89b
6dc89b
* Mon Mar  9 2009 Joe Orton <jorton@redhat.com> 1.5.6-3
6dc89b
- update to 1.5.6
6dc89b
- autoload psvn (#238491, Tom Tromey)
6dc89b
- regenerate swig bindings (#480503)
6dc89b
- fix build with libtool 2.2 (#469524)
6dc89b
6dc89b
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-6
6dc89b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
6dc89b
6dc89b
* Fri Jan 30 2009 Joe Orton <jorton@redhat.com> 1.5.5-5
6dc89b
- update to 1.5.5
6dc89b
6dc89b
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.4-4
6dc89b
- Rebuild for Python 2.6
6dc89b
6dc89b
* Mon Oct 27 2008 Joe Orton <jorton@redhat.com> 1.5.4-3
6dc89b
- update to 1.5.4
6dc89b
6dc89b
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-3
6dc89b
- fix build
6dc89b
6dc89b
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-2
6dc89b
- update to 1.5.3 (#466674)
6dc89b
- update psvn.el to r33557
6dc89b
6dc89b
* Tue Sep 30 2008 Joe Orton <jorton@redhat.com> 1.5.2-3
6dc89b
- enable SASL support (#464267)
6dc89b
6dc89b
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
6dc89b
- update to 1.5.2
6dc89b
6dc89b
* Mon Jul 28 2008 Joe Orton <jorton@redhat.com> 1.5.1-2
6dc89b
- update to 1.5.1
6dc89b
- require suitable APR
6dc89b
6dc89b
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.0-8
6dc89b
- rebuild against new db4-4.7
6dc89b
6dc89b
* Thu Jul  3 2008 Joe Orton <jorton@redhat.com> 1.5.0-7
6dc89b
- add svnmerge and wcgrep to docdir (Edward Rudd, #451932)
6dc89b
- drop neon version overrides
6dc89b
6dc89b
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-6
6dc89b
- build with OpenJDK
6dc89b
6dc89b
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
6dc89b
- fix files list
6dc89b
6dc89b
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4
6dc89b
- swig-perl test suite fix for Perl 5.10 (upstream r31546)
6dc89b
6dc89b
* Tue Jul  1 2008 Joe Orton <jorton@redhat.com> 1.5.0-3
6dc89b
- attempt build without java bits
6dc89b
6dc89b
* Thu Jun 26 2008 Joe Orton <jorton@redhat.com> 1.5.0-2
6dc89b
- update to 1.5.0
6dc89b
6dc89b
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-7
6dc89b
- tests are randomly failing, unrelated to new perl, disabled tests
6dc89b
6dc89b
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-6
6dc89b
- rebuild for new perl (again)
6dc89b
6dc89b
* Thu Feb 21 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.4.6-5
6dc89b
- Correct install location of java stuff (#433295)
6dc89b
6dc89b
* Wed Feb  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-4
6dc89b
- BR perl(ExtUtils::Embed)
6dc89b
6dc89b
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-3
6dc89b
- rebuild for new perl
6dc89b
6dc89b
* Fri Dec 21 2007 Joe Orton <jorton@redhat.com> 1.4.6-2
6dc89b
- update to 1.4.6
6dc89b
6dc89b
* Mon Dec 10 2007 Warren Togami <wtogami@redhat.com> 1.4.4-11
6dc89b
- temporarily disable test suite
6dc89b
6dc89b
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 1.4.4-10
6dc89b
- fix build with swig 1.3.33 (patch by Torsten Landschoff)
6dc89b
6dc89b
* Wed Dec  5 2007 Joe Orton <jorton@redhat.com> 1.4.4-9
6dc89b
- rebuild for OpenLDAP soname bump
6dc89b
6dc89b
* Tue Sep  4 2007 Joe Orton <jorton@redhat.com> 1.4.4-8
6dc89b
- update to psvn.el r26383 from upstream
6dc89b
6dc89b
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.4.4-7
6dc89b
- rebuild for fixed 32-bit APR 
6dc89b
6dc89b
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 1.4.4-6
6dc89b
- clarify License tag; re-enable test suite
6dc89b
6dc89b
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.4-5
6dc89b
- rebuild for neon 0.27
6dc89b
6dc89b
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.4.4-4
6dc89b
- trim dependencies from .la files
6dc89b
- detabify spec file
6dc89b
- test suite disabled to ease stress on builders
6dc89b
6dc89b
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.4.4-3
6dc89b
- fix build with new glibc open()-as-macro
6dc89b
- build all swig code in %%build, not %%install
6dc89b
- BuildRequire perl(Test::More), perl(ExtUtils::MakeMaker)
6dc89b
6dc89b
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.4.4-2
6dc89b
- update to 1.4.4
6dc89b
- add Provides: svn (#245087)
6dc89b
- fix without-java build (Lennert Buytenhek, #245467)
6dc89b
6dc89b
* Wed Apr 11 2007 Joe Orton <jorton@redhat.com> 1.4.3-5
6dc89b
- fix version of apr/apr-util in BR (#216181)
6dc89b
6dc89b
* Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-4
6dc89b
- fix javahl compile failure
6dc89b
6dc89b
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-3
6dc89b
- update to 1.4.3 (#228691)
6dc89b
- remove trailing dot from Summary
6dc89b
- use current preferred standard BuildRoot
6dc89b
- add post/postun ldconfig scriptlets for -ruby and -javahl
6dc89b
6dc89b
* Fri Dec  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
6dc89b
- fix use of python_sitearch
6dc89b
6dc89b
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.4.2-4
6dc89b
- rebuild against python 2.5
6dc89b
- follow python packaging guidelines
6dc89b
6dc89b
* Wed Nov  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-3
6dc89b
- update to 1.4.2
6dc89b
6dc89b
* Mon Sep 11 2006 Joe Orton <jorton@redhat.com> 1.4.0-2
6dc89b
- update to 1.4.0
6dc89b
6dc89b
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1.3.2-6
6dc89b
- fix ruby packaging (#191611)
6dc89b
6dc89b
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.3.2-5.1
6dc89b
- rebuild
6dc89b
6dc89b
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-5
6dc89b
- disable test suite
6dc89b
6dc89b
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-4
6dc89b
- BR gettext
6dc89b
6dc89b
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-3
6dc89b
- re-enable test suite
6dc89b
6dc89b
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-2
6dc89b
- update to 1.3.2
6dc89b
- fix Ruby sitelibdir (Garrick Staples, #191611)
6dc89b
- own /etc/subversion (#189071)
6dc89b
- update to psvn.el r19857
6dc89b
6dc89b
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.3.1-4
6dc89b
- move libsvn_swig_ruby* back to subversion-ruby
6dc89b
6dc89b
* Tue Apr  4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
6dc89b
- update to 1.3.1
6dc89b
- update to psvn.el r19138 (Stefan Reichoer)
6dc89b
- build -java on s390 again
6dc89b
6dc89b
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.3.0-5
6dc89b
- do not package libs within subversion-ruby, these are already
6dc89b
  available via the main package
6dc89b
6dc89b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
6dc89b
- bump again for double-long bug on ppc(64)
6dc89b
6dc89b
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.1
6dc89b
- rebuilt for new gcc4.1 snapshot and glibc changes
6dc89b
6dc89b
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-4
6dc89b
- run check-swig-py in %%check (#178448)
6dc89b
- relax JDK requirement (Kenneth Porter, #177367)
6dc89b
6dc89b
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
6dc89b
- rebuild for neon 0.25
6dc89b
6dc89b
* Wed Jan  4 2006 Joe Orton <jorton@redhat.com> 1.3.0-2
6dc89b
- update to 1.3.0 (#176833)
6dc89b
- update to psvn.el r17921 Stefan Reichoer
6dc89b
6dc89b
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 1.2.3-6
6dc89b
- fix ownership of libsvnjavahl.* (#175289)
6dc89b
- try building javahl on ia64/ppc64 again
6dc89b
6dc89b
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
6dc89b
- rebuilt
6dc89b
6dc89b
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 1.2.3-5
6dc89b
- rebuild for httpd-2.2/apr-1.2/apr-util-1.2
6dc89b
6dc89b
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.2.3-4
6dc89b
- rebuilt against new openssl
6dc89b
6dc89b
* Thu Sep  8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
6dc89b
- update to 1.2.3
6dc89b
- update to psvn.el r16070 from Stefan Reichoer
6dc89b
- merge subversion.conf changes from RHEL4
6dc89b
- merge filter-requires.sh changes from FC4 updates
6dc89b
6dc89b
* Mon Aug  8 2005 Joe Orton <jorton@redhat.com> 1.2.1-4
6dc89b
- add BR for which (#161015)
6dc89b
6dc89b
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
6dc89b
- update to 1.2.1
6dc89b
- fix BuildRequires for ruby and apr-util (#163126)
6dc89b
- drop static library archives
6dc89b
6dc89b
* Wed May 25 2005 Joe Orton <jorton@redhat.com> 1.2.0-2
6dc89b
- disable java on all but x86, x86_64, ppc (#158719)
6dc89b
6dc89b
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1
6dc89b
- update to 1.2.0; add ruby subpackage
6dc89b
6dc89b
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 1.1.4-3
6dc89b
- enable java subpackage again
6dc89b
- tweak subversion.conf comments
6dc89b
6dc89b
* Sun Apr  3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
6dc89b
- update to 1.1.4
6dc89b
6dc89b
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-8
6dc89b
- further swig bindings fix (upstream via Max Bowsher, #151798)
6dc89b
- fix perl File::Path dependency in filter-requires.sh
6dc89b
6dc89b
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-7
6dc89b
- restore swig bindings support (from upstream via Max Bowsher, #141343)
6dc89b
- tweak SELinux commentary in default subversion.conf
6dc89b
6dc89b
* Wed Mar  9 2005 Joe Orton <jorton@redhat.com> 1.1.3-6
6dc89b
- fix svn_load_dirs File::Path version requirement
6dc89b
6dc89b
* Tue Mar  8 2005 Joe Orton <jorton@redhat.com> 1.1.3-5
6dc89b
- add -java subpackage for javahl libraries (Anthony Green, #116202)
6dc89b
6dc89b
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 1.1.3-4
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
6dc89b
- run test suite in C locale (#146125)
6dc89b
- adjust -pie patch for build.conf naming upstream
6dc89b
6dc89b
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
6dc89b
- rebuild to pick up db-4.3 properly; don't ignore test failures
6dc89b
6dc89b
* Sun Jan 16 2005 Joe Orton <jorton@redhat.com> 1.1.3-1
6dc89b
- update to 1.1.3 (#145236)
6dc89b
- fix python bindings location on x86_64 (#143522)
6dc89b
6dc89b
* Mon Jan 10 2005 Joe Orton <jorton@redhat.com> 1.1.2-3
6dc89b
- update to 1.1.2
6dc89b
- disable swig bindings due to incompatible swig version
6dc89b
6dc89b
* Wed Nov 24 2004 Joe Orton <jorton@redhat.com> 1.1.1-5
6dc89b
- update subversion.conf examples to be SELinux-friendly
6dc89b
6dc89b
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.1.1-4
6dc89b
- rebuild against db-4.3.21.
6dc89b
- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
6dc89b
6dc89b
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1.1.1-3
6dc89b
- rebuild against python 2.4
6dc89b
6dc89b
* Mon Oct 25 2004 Joe Orton <jorton@redhat.com> 1.1.1-2
6dc89b
- update to 1.1.1
6dc89b
- update -pie patch to address #134786
6dc89b
6dc89b
* Mon Oct  4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
6dc89b
- use pure_vendor_install to fix Perl modules
6dc89b
- use %%find_lang to package translations (Axel Thimm)
6dc89b
6dc89b
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
6dc89b
- don't use parallel make for swig-py
6dc89b
6dc89b
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
6dc89b
- BuildRequire newest swig for "swig -ldflags" fix
6dc89b
6dc89b
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-2
6dc89b
- fix swig bindings build on x86_64
6dc89b
6dc89b
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-1
6dc89b
- update to 1.1.0
6dc89b
6dc89b
* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 1.0.8-2
6dc89b
- update to 1.0.8
6dc89b
- remove -neonver patch
6dc89b
- update psvn.el to 11062
6dc89b
6dc89b
* Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
6dc89b
- add svn_load_dirs.pl to docdir (#128338)
6dc89b
- add psvn.el (#128356)
6dc89b
6dc89b
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 1.0.6-1
6dc89b
- update to 1.0.6
6dc89b
- allow build against neon 0.24.*
6dc89b
6dc89b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
6dc89b
- rebuilt
6dc89b
6dc89b
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
6dc89b
- update to 1.0.5
6dc89b
6dc89b
* Mon Jun  7 2004 Joe Orton <jorton@redhat.com> 1.0.4-2
6dc89b
- add ra_svn security fix for CVE CAN-2004-0413 (Ben Reser)
6dc89b
6dc89b
* Fri May 28 2004 Joe Orton <jorton@redhat.com> 1.0.4-1.1
6dc89b
- rebuild for new swig
6dc89b
6dc89b
* Sat May 22 2004 Joe Orton <jorton@redhat.com> 1.0.4-1
6dc89b
- update to 1.0.4
6dc89b
6dc89b
* Fri May 21 2004 Joe Orton <jorton@redhat.com> 1.0.3-2
6dc89b
- build /usr/bin/* as PIEs
6dc89b
- add fix for libsvn_client symbol namespace violation (r9608)
6dc89b
6dc89b
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 1.0.3-1
6dc89b
- update to 1.0.3
6dc89b
6dc89b
* Sun May 16 2004 Joe Orton <jorton@redhat.com> 1.0.2-3
6dc89b
- add ldconfig invocations for -perl post/postun (Ville Skyttä)
6dc89b
6dc89b
* Tue May  4 2004 Joe Orton <jorton@redhat.com> 1.0.2-2
6dc89b
- add perl MODULE_COMPAT requirement for -perl subpackage
6dc89b
- move perl man pages into -perl subpackage
6dc89b
- clean up -perl installation and dependencies (Ville Skyttä, #123045)
6dc89b
6dc89b
* Mon Apr 19 2004 Joe Orton <jorton@redhat.com> 1.0.2-1
6dc89b
- update to 1.0.2
6dc89b
6dc89b
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.1-1
6dc89b
- update to 1.0.1; cvs2svn no longer included
6dc89b
6dc89b
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.0-3
6dc89b
- add -perl subpackage for Perl bindings (steve@silug.org)
6dc89b
- include mod_authz_svn INSTALL file
6dc89b
6dc89b
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 1.0.0-2.1
6dc89b
- rebuilt
6dc89b
6dc89b
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 1.0.0-2
6dc89b
- add fix for lack of apr_dir_read ordering guarantee (Philip Martin)
6dc89b
- enable compression in ra_dav by default (Tobias Ringström)
6dc89b
6dc89b
* Mon Feb 23 2004 Joe Orton <jorton@redhat.com> 1.0.0-1
6dc89b
- update to one-dot-oh
6dc89b
6dc89b
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.37.0-2
6dc89b
- rebuilt
6dc89b
6dc89b
* Sat Jan 24 2004 Joe Orton <jorton@redhat.com> 0.37.0-1
6dc89b
- update to 0.37.0
6dc89b
6dc89b
* Tue Jan 13 2004 Joe Orton <jorton@redhat.com> 0.36.0-1
6dc89b
- update to 0.36.0
6dc89b
6dc89b
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.35.1-1
6dc89b
- update to 0.35.1
6dc89b
- fix shebang lines in hook scripts (#111498)
6dc89b
6dc89b
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.34.0-3
6dc89b
- rebuild against db-4.2.52.
6dc89b
6dc89b
* Thu Dec  4 2003 Joe Orton <jorton@redhat.com> 0.34.0-2
6dc89b
- package all man pages
6dc89b
6dc89b
* Thu Dec 04 2003 Joe Orton <jorton@redhat.com> 0.34.0-1
6dc89b
- update to 0.34.0
6dc89b
6dc89b
* Thu Nov 13 2003 Joe Orton <jorton@redhat.com> 0.32.1-3
6dc89b
- remove workarounds for #109268 and #109267
6dc89b
6dc89b
* Thu Nov  6 2003 Joe Orton <jorton@redhat.com> 0.32.1-2
6dc89b
- rebuild for Python 2.3.2
6dc89b
- remove libtool workaround
6dc89b
- add workarounds for #109268 and #109267
6dc89b
6dc89b
* Fri Oct 24 2003 Joe Orton <jorton@redhat.com> 0.32.1-1
6dc89b
- update to 0.31.2
6dc89b
- work around libtool/ppc64/db4 confusion
6dc89b
6dc89b
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.31.0-2.1
6dc89b
- rebuild against db-4.2.42.
6dc89b
6dc89b
* Fri Oct 10 2003 Joe Orton <jorton@redhat.com> 0.31.0-2
6dc89b
- include The Book
6dc89b
- don't add an RPATH for libdir to executables
6dc89b
6dc89b
* Thu Oct  9 2003 Joe Orton <jorton@redhat.com> 0.31.0-1
6dc89b
- update to 0.31.0
6dc89b
6dc89b
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.30.0-1
6dc89b
- update to 0.30.0
6dc89b
6dc89b
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 0.29.0-1
6dc89b
- update to 0.29.0
6dc89b
6dc89b
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.25-2
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Jul 15 2003 Joe Orton <jorton@redhat.com> 0.25-1
6dc89b
- update to 0.25
6dc89b
6dc89b
* Mon Jul 14 2003 Joe Orton <jorton@redhat.com> 0.24.2-4
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-3
6dc89b
- rebuild
6dc89b
6dc89b
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-2
6dc89b
- don't use any LDFLAGS when building swig, fix for libdir=lib64
6dc89b
6dc89b
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
6dc89b
- update to 0.24.2; fix Python bindings
6dc89b
6dc89b
* Tue Jun 17 2003 Joe Orton <jorton@redhat.com> 0.24.1-1
6dc89b
- update to 0.24.1; include mod_authz_svn
6dc89b
- force use of CC=gcc CXX=g++
6dc89b
6dc89b
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-2
6dc89b
- add cvs2svn man page
6dc89b
6dc89b
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-1
6dc89b
- update to 0.23.0
6dc89b
6dc89b
* Sun Jun  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-7
6dc89b
- package cvs2svn to be usable outside docdir
6dc89b
- remove unnecessary files
6dc89b
6dc89b
* Thu Jun  5 2003 Joe Orton <jorton@redhat.com> 0.22.2-6
6dc89b
- add fix for unhandled deadlock errors in libsvn_fs
6dc89b
- don't package the out-of-date info pages
6dc89b
6dc89b
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-5
6dc89b
- rebuilt
6dc89b
6dc89b
* Tue Jun  3 2003 Joe Orton <jorton@redhat.com> 0.22.2-4
6dc89b
- cleanups
6dc89b
6dc89b
* Mon Jun  2 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-3
6dc89b
- Add back in s390x, excludearch bad.
6dc89b
6dc89b
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.22.2-2
6dc89b
- use external neon-0.23.9-2 (i.e. with neon-config), drop internal neon.
6dc89b
- use db-4.1.25, not db-4.0.14.
6dc89b
- do "make check" (but ignore failure for now).
6dc89b
- s390x knows not of httpd >= 2.0.45.
6dc89b
6dc89b
* Thu May  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-1
6dc89b
- update to 0.22.2; add mod_dav_svn subpackage
6dc89b
- include Python bindings
6dc89b
- neon: force use of expat, enable SSL
6dc89b
- drop check for specific apr version added in -3
6dc89b
6dc89b
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-6
6dc89b
- filter out perl(Config::IniFiles) requirement
6dc89b
6dc89b
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-5
6dc89b
- fail early if apr-config is not 0.9.3
6dc89b
6dc89b
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-4
6dc89b
- fix workaround for non-lib64 platforms
6dc89b
6dc89b
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-3
6dc89b
- add workaround for libtool problem
6dc89b
6dc89b
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.20.1-2
6dc89b
- require and use system apr, apr-util libraries
6dc89b
- use License not Copyright
6dc89b
6dc89b
* Fri Apr 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
6dc89b
- update to 0.20.1
6dc89b
6dc89b
* Wed Jan 22 2003 Jeff Johnson <jbj@redhat.com> 0.17.1-4503.0
6dc89b
- upgrade to 0.17.1.
6dc89b
6dc89b
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.16-3987.1
6dc89b
- upgrade to 0.16.
6dc89b
6dc89b
* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.2
6dc89b
- don't mess with the info handbook install yet.
6dc89b
6dc89b
* Sun Nov 10 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.1
6dc89b
- use libdir, build on x86_64 too.
6dc89b
- avoid "perl(Config::IniFiles) >= 2.27" dependency.
6dc89b
6dc89b
* Sat Nov  9 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.0
6dc89b
- first build from adapted spec file, only client and libraries for now.
6dc89b
- internal apr/apr-utils/neon until incompatibilities sort themselves out.
6dc89b
- avoid libdir issues on x86_64 for the moment.