d1c72b
# set to zero to avoid running test suite
d1c72b
%bcond_without tests
d1c72b
d1c72b
%if 0%{?rhel} || 0%{?eln}
d1c72b
%bcond_with kwallet
d1c72b
%else
d1c72b
%bcond_without kwallet
d1c72b
%endif
d1c72b
d1c72b
%if 0%{?fedora} > 32 || 0%{?rhel} > 8
d1c72b
%bcond_with bdb
d1c72b
%else
d1c72b
%bcond_without bdb
d1c72b
%endif
d1c72b
d1c72b
# Python 2 for F<32, Python 3 for F>=32 and RHEL>=9
d1c72b
%if 0%{?fedora} < 32 && 0%{?rhel} < 9
d1c72b
%bcond_without python2
d1c72b
%bcond_with python3
d1c72b
%bcond_without pyswig
d1c72b
%bcond_without ruby
d1c72b
%else
d1c72b
%bcond_with python2
d1c72b
%bcond_without python3
d1c72b
%bcond_without pyswig
d1c72b
%bcond_without ruby
d1c72b
%endif
d1c72b
d1c72b
%ifarch %{power64} s390x
d1c72b
%global with_java 0
d1c72b
%else
d1c72b
%global with_java 1
d1c72b
%endif
d1c72b
d1c72b
%if %{with python2} == %{with python3}
d1c72b
%error Pick exactly one Python version
d1c72b
%endif
d1c72b
d1c72b
# set JDK path to build javahl; default for JPackage
d1c72b
%define jdk_path /usr/lib/jvm/java
d1c72b
d1c72b
%{!?_httpd_mmn: %{expand: %%global _httpd_mmn %%(cat %{_includedir}/httpd/.mmn 2>/dev/null || echo 0-0)}}
d1c72b
d1c72b
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
d1c72b
d1c72b
%if %{with python2}
d1c72b
%global svn_python_sitearch %{python2_sitearch}
d1c72b
%global svn_python %{__python2}
d1c72b
%global svn_python_br python2-devel
d1c72b
%else
d1c72b
%global svn_python_sitearch %{python3_sitearch}
d1c72b
%global svn_python %{__python3}
d1c72b
%global svn_python_br python3-devel
d1c72b
%endif
d1c72b
d1c72b
Summary: A Modern Concurrent Version Control System
d1c72b
Name: subversion
d1c72b
Version: 1.14.1
e75348
Release: 5%{?dist}
d1c72b
License: ASL 2.0
d1c72b
URL: https://subversion.apache.org/
d1c72b
Source0: https://downloads.apache.org/subversion/subversion-%{version}.tar.bz2
d1c72b
Source1: subversion.conf
d1c72b
Source3: filter-requires.sh
d1c72b
Source4: http://www.xsteve.at/prg/emacs/psvn.el
d1c72b
Source5: psvn-init.el
d1c72b
Source6: svnserve.service
d1c72b
Source7: svnserve.tmpfiles
d1c72b
Source8: svnserve.sysconf
d1c72b
Patch1: subversion-1.12.0-linking.patch
d1c72b
Patch2: subversion-1.14.0-testwarn.patch
d1c72b
Patch3: subversion-1.14.0-soversion.patch
d1c72b
Patch4: subversion-1.8.0-rubybind.patch
d1c72b
Patch5: subversion-1.8.5-swigplWall.patch
e75348
Patch6: subversion-1.14.1-testnoautoprops.patch            
e75348
Patch7: subversion-1.14.1-fixjavatests.patch
e75348
Patch8: subversion-1.14.1-CVE-2022-24070.patch
e75348
e75348
d1c72b
BuildRequires: make
d1c72b
BuildRequires: autoconf, libtool, texinfo, which, gcc, gcc-c++
d1c72b
BuildRequires: swig >= 1.3.24, gettext
d1c72b
%if %{with bdb}
d1c72b
BuildRequires: libdb-devel >= 4.1.25
d1c72b
%endif
d1c72b
BuildRequires: %{svn_python_br}
d1c72b
BuildRequires: apr-devel >= 1.5.0, apr-util-devel >= 1.3.0
d1c72b
BuildRequires: libserf-devel >= 1.3.0, cyrus-sasl-devel
d1c72b
BuildRequires: sqlite-devel >= 3.4.0, file-devel, systemd-units
d1c72b
BuildRequires: utf8proc-devel, lz4-devel
d1c72b
# Any apr-util crypto backend needed
d1c72b
BuildRequires: apr-util-openssl
d1c72b
# For systemctl scriptlets
d1c72b
Requires(post): systemd
d1c72b
Requires(preun): systemd
d1c72b
Requires(postun): systemd
d1c72b
Provides: svn = %{version}-%{release}
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
d1c72b
%define __perl_requires %{SOURCE3}
d1c72b
d1c72b
# Put Python bindings in site-packages
d1c72b
%define swigdirs swig_pydir=%{svn_python_sitearch}/libsvn swig_pydir_extra=%{svn_python_sitearch}/svn
d1c72b
d1c72b
%description
d1c72b
Subversion is a concurrent version control system which enables one
d1c72b
or more users to collaborate in developing and maintaining a
d1c72b
hierarchy of files and directories while keeping a history of all
d1c72b
changes.  Subversion only stores the differences between versions,
d1c72b
instead of every complete file.  Subversion is intended to be a
d1c72b
compelling replacement for CVS.
d1c72b
d1c72b
%package libs
d1c72b
Summary: Libraries for Subversion Version Control system
d1c72b
# APR 1.3.x interfaces are required
d1c72b
Conflicts: apr%{?_isa} < 1.5.0
d1c72b
# Enforced at run-time by ra_serf
d1c72b
Conflicts: libserf%{?_isa} < 1.3.0
d1c72b
d1c72b
%description libs
d1c72b
The subversion-libs package includes the essential shared libraries
d1c72b
used by the Subversion version control tools.
d1c72b
d1c72b
%if %{with python2} && %{with pyswig}
d1c72b
%package -n python2-subversion
d1c72b
%{?python_provide:%python_provide python2-subversion}
d1c72b
# Remove before F30
d1c72b
Provides: %{name}-python = %{version}-%{release}
d1c72b
Provides: %{name}-python%{?_isa} = %{version}-%{release}
d1c72b
Obsoletes: %{name}-python < %{version}-%{release}
d1c72b
BuildRequires: python2-devel
d1c72b
Summary: Python bindings for Subversion Version Control system
d1c72b
d1c72b
%description -n python2-subversion
d1c72b
The python2-subversion package includes the Python 2.x bindings to the
d1c72b
Subversion libraries.
d1c72b
%endif
d1c72b
%if %{with python3} && %{with pyswig}
d1c72b
%package -n python3-subversion
d1c72b
%{?python_provide:%python_provide python3-subversion}
d1c72b
Summary: Python bindings for Subversion Version Control system
d1c72b
BuildRequires: python3-devel py3c-devel
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
d1c72b
%description -n python3-subversion
d1c72b
The python3-subversion package includes the Python 3.x bindings to the
d1c72b
Subversion libraries.
d1c72b
%endif
d1c72b
d1c72b
%package devel
d1c72b
Summary: Development package for the Subversion libraries
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
Requires: apr-devel%{?_isa}, apr-util-devel%{?_isa}
d1c72b
d1c72b
%description devel
d1c72b
The subversion-devel package includes the libraries and include files
d1c72b
for developers interacting with the subversion package.
d1c72b
d1c72b
%package gnome
d1c72b
Summary: GNOME Keyring support for Subversion
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
BuildRequires: dbus-devel, libsecret-devel
d1c72b
d1c72b
%description gnome
d1c72b
The subversion-gnome package adds support for storing Subversion
d1c72b
passwords in the GNOME Keyring.
d1c72b
d1c72b
%if %{with kwallet}
d1c72b
%package kde
d1c72b
Summary: KDE Wallet support for Subversion
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
BuildRequires: qt5-qtbase-devel >= 5.0.0, kf5-kwallet-devel, kf5-ki18n-devel
d1c72b
BuildRequires: kf5-kcoreaddons-devel
d1c72b
d1c72b
%description kde
d1c72b
The subversion-kde package adds support for storing Subversion
d1c72b
passwords in the KDE Wallet.
d1c72b
%endif
d1c72b
d1c72b
%package -n mod_dav_svn
d1c72b
Summary: Apache httpd module for Subversion server
d1c72b
Requires: httpd-mmn = %{_httpd_mmn}
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
BuildRequires: httpd-devel >= 2.0.45
d1c72b
d1c72b
%description -n mod_dav_svn
d1c72b
The mod_dav_svn package allows access to a Subversion repository
d1c72b
using HTTP, via the Apache httpd server.
d1c72b
d1c72b
%package perl
d1c72b
Summary: Perl bindings to the Subversion libraries
d1c72b
BuildRequires: perl-devel >= 2:5.8.0, perl-generators, perl(ExtUtils::MakeMaker)
d1c72b
BuildRequires: perl(Test::More), perl(ExtUtils::Embed)
d1c72b
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
d1c72b
%description perl
d1c72b
This package includes the Perl bindings to the Subversion libraries.
d1c72b
d1c72b
%if %{with_java}
d1c72b
%package javahl
d1c72b
Summary: JNI bindings to the Subversion libraries
d1c72b
Requires: subversion = %{version}-%{release}
d1c72b
BuildRequires: java-11-openjdk-devel
d1c72b
# JAR repacking requires both zip and unzip in the buildroot
d1c72b
BuildRequires: zip, unzip
d1c72b
# For the tests
d1c72b
BuildRequires: junit
d1c72b
BuildArch: noarch
d1c72b
d1c72b
%description javahl
d1c72b
This package includes the JNI bindings to the Subversion libraries.
d1c72b
%endif
d1c72b
d1c72b
%if %{with ruby}
d1c72b
%package ruby
d1c72b
Summary: Ruby bindings to the Subversion libraries
d1c72b
BuildRequires: ruby-devel >= 1.9.1, ruby >= 1.9.1
d1c72b
BuildRequires: rubygem(test-unit)
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
Conflicts: ruby-libs%{?_isa} < 1.8.2
d1c72b
d1c72b
%description ruby
d1c72b
This package includes the Ruby bindings to the Subversion libraries.
d1c72b
%endif
d1c72b
d1c72b
%package tools
d1c72b
Summary: Supplementary tools for Subversion
d1c72b
Requires: subversion-libs%{?_isa} = %{version}-%{release}
d1c72b
d1c72b
%description tools
d1c72b
This package includes supplementary tools for use with Subversion.
d1c72b
d1c72b
%prep
d1c72b
%setup -q
d1c72b
%patch1 -p1 -b .linking
d1c72b
%patch2 -p1 -b .testwarn
d1c72b
%patch3 -p1 -b .soversion
d1c72b
%patch4 -p1 -b .rubybind
d1c72b
%patch5 -p1 -b .swigplWall
e75348
%patch6 -p1 -b .testnoautoprops            
e75348
%patch7 -p1 -b .fixjavatests
e75348
%patch8 -p1 -b .cve24070
d1c72b
d1c72b
:
d1c72b
: === Building:
d1c72b
: === Python3=%{with python3} Python2=%{with python2} PySwig=%{with pyswig}
d1c72b
: === Java=%{with_java} Ruby=%{with ruby}
d1c72b
: === BDB=%{with bdb} Tests=%{with tests} KWallet=%{with kwallet}
d1c72b
:
d1c72b
d1c72b
%build
d1c72b
# Regenerate the buildsystem, so that any patches applied to
d1c72b
# configure, swig bindings etc take effect.
d1c72b
mv build-outputs.mk build-outputs.mk.old
d1c72b
export PYTHON=%{svn_python}
d1c72b
d1c72b
### Force regeneration of swig bindings with the buildroot's SWIG.
d1c72b
# Generated files depend on the build/generator/swig/*.py which
d1c72b
# generates them, so when autogen-standalone.mk's autogen-swig target
d1c72b
# is run by autogen.sh it will regenerate them:
d1c72b
touch build/generator/swig/*.py
d1c72b
d1c72b
### Regenerate everything:
d1c72b
# This PATH order makes the fugly test for libtoolize work...
d1c72b
PATH=/usr/bin:$PATH ./autogen.sh --release
d1c72b
d1c72b
# fix shebang lines, #111498
d1c72b
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
d1c72b
# fix python executable
d1c72b
perl -pi -e 's|/usr/bin/env python.*|%{svn_python}|' subversion/tests/cmdline/svneditor.py
d1c72b
d1c72b
# override weird -shrext from ruby
d1c72b
export svn_cv_ruby_link="%{__cc} -shared"
d1c72b
export svn_cv_ruby_sitedir_libsuffix=""
d1c72b
export svn_cv_ruby_sitedir_archsuffix=""
d1c72b
%if 0%{?fedora} >= 32 || 0%{?rhel} >= 9
d1c72b
# Fix include path for ruby2.7
d1c72b
export svn_cv_ruby_includes="-I%{_includedir}"
d1c72b
%endif
d1c72b
d1c72b
#export EXTRA_CFLAGS="$RPM_OPT_FLAGS -DSVN_SQLITE_MIN_VERSION_NUMBER=3007012 \
d1c72b
#       -DSVN_SQLITE_MIN_VERSION=\\\"3.7.12\\\""
d1c72b
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
d1c72b
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path}
d1c72b
d1c72b
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
d1c72b
        --disable-debug \
d1c72b
        --enable-plaintext-password-storage \
d1c72b
        --with-swig --with-serf=%{_prefix} \
d1c72b
        --with-ruby-sitedir=%{ruby_vendorarchdir} \
d1c72b
        --with-ruby-test-verbose=verbose \
d1c72b
        --with-apxs=%{_httpd_apxs} --disable-mod-activation \
d1c72b
        --with-apache-libexecdir=%{_httpd_moddir} \
d1c72b
        --disable-static --with-sasl=%{_prefix} \
d1c72b
        --with-libmagic=%{_prefix} \
d1c72b
        --with-gnome-keyring \
d1c72b
%if %{with_java}
d1c72b
        --enable-javahl \
d1c72b
        --with-junit=%{_prefix}/share/java/junit.jar \
d1c72b
%endif
d1c72b
%if %{with kwallet}
d1c72b
        --with-kwallet=%{_includedir}:%{_libdir} \
d1c72b
%endif
d1c72b
%if %{with bdb}
d1c72b
        --with-berkeley-db \
d1c72b
%else
d1c72b
        --without-berkeley-db \
d1c72b
%endif
d1c72b
        || (cat config.log; exit 1)
d1c72b
make %{?_smp_mflags} all tools
d1c72b
%if %{with pyswig}
d1c72b
make swig-py swig-py-lib %{swigdirs}
d1c72b
%endif
d1c72b
make swig-pl swig-pl-lib
d1c72b
%if %{with ruby}
d1c72b
make swig-rb swig-rb-lib
d1c72b
%endif
d1c72b
%if %{with_java}
d1c72b
# javahl-javah does not parallel-make with javahl
d1c72b
#make javahl-java javahl-javah
d1c72b
make javahl
d1c72b
%endif
d1c72b
d1c72b
%install
d1c72b
make install DESTDIR=$RPM_BUILD_ROOT
d1c72b
%if %{with pyswig}
d1c72b
make install-swig-py %{swigdirs} DESTDIR=$RPM_BUILD_ROOT
d1c72b
%endif
d1c72b
make install-swig-pl-lib install-swig-rb DESTDIR=$RPM_BUILD_ROOT
d1c72b
make pure_vendor_install -C subversion/bindings/swig/perl/native \
d1c72b
        PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
d1c72b
%if %{with_java}
d1c72b
make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} DESTDIR=$RPM_BUILD_ROOT
d1c72b
%endif
d1c72b
d1c72b
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/subversion
d1c72b
d1c72b
mkdir -p ${RPM_BUILD_ROOT}{%{_httpd_modconfdir},%{_httpd_confdir}}
d1c72b
d1c72b
%if "%{_httpd_modconfdir}" == "%{_httpd_confdir}"
d1c72b
# httpd <= 2.2.x
d1c72b
install -p -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_httpd_confdir}
d1c72b
%else
d1c72b
sed -n /^LoadModule/p %{SOURCE1} > 10-subversion.conf
d1c72b
sed    /^LoadModule/d %{SOURCE1} > example.conf
d1c72b
touch -r %{SOURCE1} 10-subversion.conf example.conf
d1c72b
install -p -m 644 10-subversion.conf ${RPM_BUILD_ROOT}%{_httpd_modconfdir}
d1c72b
%endif
d1c72b
d1c72b
# Remove unpackaged files
d1c72b
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
d1c72b
       ${RPM_BUILD_ROOT}%{svn_python_sitearch}/*/*.{a,la}
d1c72b
d1c72b
# The SVN build system is broken w.r.t. DSO support; it treats
d1c72b
# normal libraries as DSOs and puts them in $libdir, whereas they
d1c72b
# should go in some subdir somewhere, and be linked using -module,
d1c72b
# etc.  So, forcibly nuke the .so's for libsvn_auth_{gnome,kde},
d1c72b
# since nothing should ever link against them directly.
d1c72b
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_auth_*.so
d1c72b
d1c72b
# remove stuff produced with Perl modules
d1c72b
find $RPM_BUILD_ROOT -type f \
d1c72b
    -a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
d1c72b
    -print0 | xargs -0 rm -f
d1c72b
d1c72b
# make Perl modules writable so they get stripped
d1c72b
find $RPM_BUILD_ROOT%{_libdir}/perl5 -type f -perm 555 -print0 |
d1c72b
        xargs -0 chmod 755
d1c72b
d1c72b
# unnecessary libraries for swig bindings
d1c72b
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
d1c72b
d1c72b
# Remove unnecessary ruby libraries
d1c72b
rm -f ${RPM_BUILD_ROOT}%{ruby_vendorarchdir}/svn/ext/*.*a
d1c72b
d1c72b
# Trim what goes in docdir
d1c72b
rm -rvf tools/*/*.in tools/hook-scripts/mailer/tests
d1c72b
d1c72b
# Install psvn for emacs and xemacs
d1c72b
for f in emacs/site-lisp xemacs/site-packages/lisp; do
d1c72b
  install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
d1c72b
  install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
d1c72b
done
d1c72b
d1c72b
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
d1c72b
        ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
d1c72b
d1c72b
# Rename authz_svn INSTALL doc for docdir
d1c72b
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
d1c72b
d1c72b
# Trim exported dependencies to APR libraries only:
d1c72b
sed -i "/^dependency_libs/{
d1c72b
     s, -l[^ ']*, ,g;
d1c72b
     s, -L[^ ']*, ,g;
d1c72b
     s,%{_libdir}/lib[^a][^p][^r][^ ']*.la, ,g;
d1c72b
     }"  $RPM_BUILD_ROOT%{_libdir}/*.la
d1c72b
d1c72b
# Trim libdir in pkgconfig files to avoid multilib conflicts
d1c72b
sed -i '/^libdir=/d' $RPM_BUILD_ROOT%{_datadir}/pkgconfig/libsvn*.pc
d1c72b
d1c72b
# Install bash completion
d1c72b
install -Dpm 644 tools/client-side/bash_completion \
d1c72b
        $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/svn
d1c72b
for comp in svnadmin svndumpfilter svnlook svnsync svnversion; do
d1c72b
    ln -s svn \
d1c72b
        $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/${comp}
d1c72b
done
d1c72b
d1c72b
# Install svnserve bits
d1c72b
mkdir -p %{buildroot}%{_unitdir} \
d1c72b
      %{buildroot}/run/svnserve \
d1c72b
      %{buildroot}%{_prefix}/lib/tmpfiles.d \
d1c72b
      %{buildroot}%{_sysconfdir}/sysconfig
d1c72b
d1c72b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.service \
d1c72b
        %{buildroot}%{_unitdir}/svnserve.service
d1c72b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.tmpfiles \
d1c72b
        %{buildroot}%{_prefix}/lib/tmpfiles.d/svnserve.conf
d1c72b
install -p -m 644 $RPM_SOURCE_DIR/svnserve.sysconf \
d1c72b
        %{buildroot}%{_sysconfdir}/sysconfig/svnserve
d1c72b
d1c72b
# Install tools ex diff*, x509-parser
d1c72b
make install-tools DESTDIR=$RPM_BUILD_ROOT toolsdir=%{_bindir}
d1c72b
rm -f $RPM_BUILD_ROOT%{_bindir}/diff* $RPM_BUILD_ROOT%{_bindir}/x509-parser
d1c72b
d1c72b
# Don't add spurious dependency in libserf-devel
d1c72b
sed -i "/^Requires.private/s, serf-1, ," \
d1c72b
    $RPM_BUILD_ROOT%{_datadir}/pkgconfig/libsvn_ra_serf.pc
d1c72b
d1c72b
# Make svnauthz-validate a symlink
d1c72b
rm $RPM_BUILD_ROOT%{_bindir}/svnauthz-validate
d1c72b
ln -s svnauthz $RPM_BUILD_ROOT%{_bindir}/svnauthz-validate
d1c72b
d1c72b
for f in svn-populate-node-origins-index fsfs-access-map \
d1c72b
    svnauthz svnauthz-validate svnmucc svnraisetreeconflict svnbench \
d1c72b
    svn-mergeinfo-normalizer fsfs-stats svnmover svnconflict; do
d1c72b
    echo %{_bindir}/$f
d1c72b
    if test -f $RPM_BUILD_ROOT%{_mandir}/man?/${f}.*; then
d1c72b
       echo %{_mandir}/man?/${f}.*
d1c72b
    fi
d1c72b
done | tee tools.files | sed 's/^/%%exclude /' > exclude.tools.files
d1c72b
d1c72b
%find_lang %{name}
d1c72b
d1c72b
cat %{name}.lang exclude.tools.files >> %{name}.files
d1c72b
d1c72b
%if %{with tests}
d1c72b
%check
d1c72b
export LANG=C LC_ALL=C
d1c72b
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
d1c72b
export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
d1c72b
export LIBC_FATAL_STDERR_=1
d1c72b
export PYTHON=%{svn_python}
d1c72b
if ! make check CLEANUP=yes; then
d1c72b
   : Test suite failure.
d1c72b
   cat fails.log
d1c72b
   exit 1
d1c72b
fi
d1c72b
if ! make check-swig-pl check-swig-rb; then
d1c72b
   : Swig test failure.
d1c72b
   exit 1
d1c72b
fi
d1c72b
%if %{with pyswig}
d1c72b
if ! make check-swig-py; then
d1c72b
   : Python swig test failure.
d1c72b
   exit 1
d1c72b
fi
d1c72b
%endif
d1c72b
# check-swig-rb omitted: it runs svnserve
d1c72b
%if %{with_java}
d1c72b
%ifnarch aarch64
d1c72b
# Breaks reliably on aarch64, timing issue?
d1c72b
# Upstream discussion: https://lists.apache.org/x/thread.html/rff2b0ab98a30c5fc83ca5ab21bf3862036d3a5ac2fc768d027bb6fe4@%3Cdev.subversion.apache.org%3E
d1c72b
make check-javahl
d1c72b
%endif
d1c72b
%endif
d1c72b
%endif
d1c72b
d1c72b
%post
d1c72b
%systemd_post svnserve.service
d1c72b
d1c72b
%preun
d1c72b
%systemd_preun svnserve.service
d1c72b
d1c72b
%postun
d1c72b
%systemd_postun_with_restart svnserve.service
d1c72b
d1c72b
%ldconfig_scriptlets libs
d1c72b
d1c72b
%ldconfig_scriptlets perl
d1c72b
d1c72b
%ldconfig_scriptlets ruby
d1c72b
d1c72b
%if %{with_java}
d1c72b
%ldconfig_scriptlets javahl
d1c72b
%endif
d1c72b
d1c72b
%files -f %{name}.files
d1c72b
%{!?_licensedir:%global license %%doc}
d1c72b
%license LICENSE NOTICE
d1c72b
%doc BUGS COMMITTERS INSTALL README CHANGES
d1c72b
%doc mod_authz_svn-INSTALL
d1c72b
%{_bindir}/*
d1c72b
%{_mandir}/man*/*
d1c72b
%{_datadir}/emacs/site-lisp/*.el
d1c72b
%{_datadir}/xemacs/site-packages/lisp/*.el
d1c72b
%{_datadir}/bash-completion/
d1c72b
%config(noreplace) %{_sysconfdir}/sysconfig/svnserve
d1c72b
%dir %{_sysconfdir}/subversion
d1c72b
%exclude %{_mandir}/man*/*::*
d1c72b
%{_unitdir}/*.service
d1c72b
%attr(0700,root,root) %dir /run/svnserve
d1c72b
%{_prefix}/lib/tmpfiles.d/svnserve.conf
d1c72b
d1c72b
%files tools -f tools.files
d1c72b
%doc tools/hook-scripts tools/backup tools/examples tools/xslt
d1c72b
%if %{with bdb}
d1c72b
%doc tools/bdb
d1c72b
%endif
d1c72b
d1c72b
%files libs
d1c72b
%{!?_licensedir:%global license %%doc}
d1c72b
%license LICENSE NOTICE
d1c72b
%{_libdir}/libsvn*.so.*
d1c72b
%exclude %{_libdir}/libsvn_swig_perl*
d1c72b
%exclude %{_libdir}/libsvn_swig_ruby*
d1c72b
%if %{with_java}
d1c72b
%{_libdir}/libsvnjavahl-*.so
d1c72b
%endif
d1c72b
%if %{with kwallet}
d1c72b
%exclude %{_libdir}/libsvn_auth_kwallet*
d1c72b
%endif
d1c72b
%exclude %{_libdir}/libsvn_auth_gnome*
d1c72b
d1c72b
%if %{with python2} && %{with pyswig}
d1c72b
%files -n python2-subversion
d1c72b
%{python2_sitearch}/svn
d1c72b
%{python2_sitearch}/libsvn
d1c72b
%endif
d1c72b
d1c72b
%if %{with python3} && %{with pyswig}
d1c72b
%files -n python3-subversion
d1c72b
%{python3_sitearch}/svn
d1c72b
%{python3_sitearch}/libsvn
d1c72b
%endif
d1c72b
d1c72b
%files gnome
d1c72b
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
d1c72b
d1c72b
%if %{with kwallet}
d1c72b
%files kde
d1c72b
%{_libdir}/libsvn_auth_kwallet-*.so.*
d1c72b
%endif
d1c72b
d1c72b
%files devel
d1c72b
%{_includedir}/subversion-1
d1c72b
%{_libdir}/libsvn*.*a
d1c72b
%{_libdir}/libsvn*.so
d1c72b
%{_datadir}/pkgconfig/*.pc
d1c72b
%exclude %{_libdir}/libsvn_swig_perl*
d1c72b
%exclude %{_libdir}/libsvnjavahl-*.so
d1c72b
d1c72b
%files -n mod_dav_svn
d1c72b
%config(noreplace) %{_httpd_modconfdir}/*.conf
d1c72b
%{_libdir}/httpd/modules/mod_*.so
d1c72b
%if "%{_httpd_modconfdir}" != "%{_httpd_confdir}"
d1c72b
%doc example.conf
d1c72b
%endif
d1c72b
d1c72b
%files perl
d1c72b
%{perl_vendorarch}/auto/SVN
d1c72b
%{perl_vendorarch}/SVN
d1c72b
%{_libdir}/libsvn_swig_perl*
d1c72b
%{_mandir}/man*/*::*
d1c72b
d1c72b
%if %{with ruby}
d1c72b
%files ruby
d1c72b
%{_libdir}/libsvn_swig_ruby*
d1c72b
%{ruby_vendorarchdir}/svn
d1c72b
%endif
d1c72b
d1c72b
%if %{with_java}
d1c72b
%files javahl
d1c72b
%{_javadir}/svn-javahl.jar
d1c72b
%endif
d1c72b
d1c72b
%changelog
e75348
* Tue Apr 26 2022 Richard Lescak <rlescak@redhat.com> - 1.14.1-5
e75348
- Fix for CVE-2022-24070 (#2076565)
e75348
d1c72b
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-4.1
d1c72b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
d1c72b
  Related: rhbz#1991688
d1c72b
d1c72b
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-3.1
d1c72b
- Rebuilt for RHEL 9 BETA for openssl 3.0
d1c72b
  Related: rhbz#1971065
d1c72b
d1c72b
* Wed Apr 28 2021 Joe Orton <jorton@redhat.com> - 1.14.1-2.1
d1c72b
- enable plaintext password storage (#1951484)
d1c72b
d1c72b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.14.1-2
d1c72b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
d1c72b
d1c72b
* Wed Feb 10 2021 Joe Orton <jorton@redhat.com> - 1.14.1-1
d1c72b
- update to 1.14.1 (#1927265, #1768698)
d1c72b
d1c72b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-12
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
d1c72b
d1c72b
* Wed Jan 06 2021 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.14.0-11
d1c72b
- F-34: rebuild against ruby 3.0
d1c72b
d1c72b
* Fri Dec 11 2020 Joe Orton <jorton@redhat.com> - 1.14.0-10
d1c72b
- strip libdir from pkgconfig files
d1c72b
- add missing -libs dep from python3-subversion
d1c72b
d1c72b
* Thu Dec  3 2020 Joe Orton <jorton@redhat.com> - 1.14.0-9
d1c72b
- fix KWallet conditional (#1902598)
d1c72b
d1c72b
* Mon Nov 30 2020 Jan Grulich <jgrulich@redhat.com> - 1.14.0-8
d1c72b
- Disable KWallet for RHEL and ELN
d1c72b
  Resolves: bz#1902598
d1c72b
d1c72b
* Tue Sep 29 2020 Joe Orton <jorton@redhat.com> - 1.14.0-7
d1c72b
- bump required apr-devel
d1c72b
- BR gcc, gcc-c++
d1c72b
d1c72b
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-6
d1c72b
- Second attempt - Rebuilt for
d1c72b
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d1c72b
d1c72b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.14.0-5
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
d1c72b
d1c72b
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.14.0-4
d1c72b
- Perl 5.32 rebuild
d1c72b
d1c72b
* Wed Jun  3 2020 Merlin Mathesius <mmathesi@redhat.com> - 1.14.0-3
d1c72b
- Minor conditional fixes for ELN
d1c72b
d1c72b
* Wed Jun  3 2020 Joe Orton <jorton@redhat.com> - 1.14.0-2
d1c72b
- use minor version as libtool library revision number
d1c72b
d1c72b
* Mon Jun  1 2020 Joe Orton <jorton@redhat.com> - 1.14.0-1
d1c72b
- update to 1.14.0 (#1840565, #1812195)
d1c72b
d1c72b
* Tue May 19 2020 Joe Orton <jorton@redhat.com> - 1.14.0~rc2-2
d1c72b
- switch subpackages to lock-step requires on -libs rather than subversion
d1c72b
- fixed the build-requires (Jitka Plesnikova)
d1c72b
d1c72b
* Thu Apr 30 2020 Joe Orton <jorton@redhat.com> - 1.14.0~rc2-1
d1c72b
- drop Berkeley DB support for Fedora > 32
d1c72b
- BR java-11-openjdk-devel
d1c72b
d1c72b
* Thu Apr 23 2020 Joe Orton <jorton@redhat.com> - 1.14.0~rc2-0
d1c72b
- update to 1.14.0-rc2
d1c72b
d1c72b
* Wed Feb 12 2020 Joe Orton <jorton@redhat.com> - 1.13.0-4
d1c72b
- fix FTBFS on 32-bit arches (#1800120)
d1c72b
- conditionally package bdb tools in -tools
d1c72b
d1c72b
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.2-5
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
d1c72b
d1c72b
* Tue Jan 21 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.12.2-4
d1c72b
- F-32: fix include path for ruby 2.7
d1c72b
- Rebuild for ruby 2.7
d1c72b
d1c72b
* Mon Jan  6 2020 Joe Orton <jorton@redhat.com> - 1.12.2-3
d1c72b
- update for KDE 5 (Phil O, #1768693)
d1c72b
d1c72b
* Fri Aug 30 2019 Joe Orton <jorton@redhat.com> - 1.12.2-2
d1c72b
- switch to Python 3 for F32+ (#1737928)
d1c72b
d1c72b
* Thu Jul 25 2019 Joe Orton <jorton@redhat.com> - 1.12.2-1
d1c72b
- update to 1.12.2
d1c72b
d1c72b
* Sat Jun 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.12.0-2
d1c72b
- Perl 5.30 rebuild
d1c72b
d1c72b
* Wed May  1 2019 Joe Orton <jorton@redhat.com> - 1.12.0-1
d1c72b
- update to 1.12.0 (#1702471)
d1c72b
d1c72b
* Wed Apr 17 2019 Joe Orton <jorton@redhat.com> - 1.11.1-5
d1c72b
- fix build with APR 1.7.0 (upstream r1857391)
d1c72b
d1c72b
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-4
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
d1c72b
d1c72b
* Mon Jan 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.11.1-3
d1c72b
- F-30: rebuild against ruby26
d1c72b
d1c72b
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 1.11.1-2
d1c72b
- Rebuilt for libcrypt.so.2 (#1666033)
d1c72b
d1c72b
* Fri Jan 11 2019 Joe Orton <jorton@redhat.com> - 1.11.1-1
d1c72b
- update to 1.11.1
d1c72b
d1c72b
* Wed Oct 31 2018 Joe Orton <jorton@redhat.com> - 1.11.0-1
d1c72b
- update to 1.11.0
d1c72b
d1c72b
* Thu Oct 11 2018 Joe Orton <jorton@redhat.com> - 1.10.3-1
d1c72b
- update to 1.10.3
d1c72b
d1c72b
* Fri Jul 20 2018 Joe Orton <jorton@redhat.com> - 1.10.2-1
d1c72b
- update to 1.10.2 (#1603197)
d1c72b
d1c72b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.10.0-10
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d1c72b
d1c72b
* Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.10.0-9
d1c72b
- Perl 5.28 rebuild
d1c72b
d1c72b
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 1.10.0-8
d1c72b
- fix test suite invocation
d1c72b
d1c72b
* Thu Jun 28 2018 Joe Orton <jorton@redhat.com> - 1.10.0-7
d1c72b
- switch build conditional to disable only python bindings
d1c72b
d1c72b
* Thu May  3 2018 Joe Orton <jorton@redhat.com> - 1.10.0-6
d1c72b
- really disable Berkeley DB support if required by bcond
d1c72b
- add build conditional to disable swig binding subpackages
d1c72b
d1c72b
* Tue May  1 2018 Joe Orton <jorton@redhat.com> - 1.10.0-5
d1c72b
- remove build and -devel deps on libgnome-keyring-devel
d1c72b
d1c72b
* Tue May  1 2018 Joe Orton <jorton@redhat.com> - 1.10.0-4
d1c72b
- drop -devel dep on libserf-devel
d1c72b
d1c72b
* Tue Apr 24 2018 Joe Orton <jorton@redhat.com> - 1.10.0-3
d1c72b
- add bdb, tests as build conditional
d1c72b
d1c72b
* Tue Apr 17 2018 Joe Orton <jorton@redhat.com> - 1.10.0-2
d1c72b
- move new tools to -tools
d1c72b
d1c72b
* Mon Apr 16 2018 Joe Orton <jorton@redhat.com> - 1.10.0-1
d1c72b
- update to 1.10.0 (#1566493)
d1c72b
d1c72b
* Tue Mar 27 2018 Joe Orton <jorton@redhat.com> - 1.9.7-7
d1c72b
- add build conditionals for python2, python3 and kwallet
d1c72b
d1c72b
* Thu Feb  8 2018 Joe Orton <jorton@redhat.com> - 1.9.7-6
d1c72b
- force use of Python2 in test suite
d1c72b
d1c72b
* Thu Feb 01 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.9.7-5
d1c72b
- Update Python 2 dependency declarations to new packaging standards
d1c72b
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
d1c72b
d1c72b
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 1.9.7-4
d1c72b
- Rebuilt for switch to libxcrypt
d1c72b
d1c72b
* Fri Jan 05 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.7-3
d1c72b
- F-28: rebuild for ruby25
d1c72b
d1c72b
* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.7-2
d1c72b
- Python 2 binary package renamed to python2-subversion
d1c72b
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
d1c72b
d1c72b
* Fri Aug 11 2017 Joe Orton <jorton@redhat.com> - 1.9.7-1
d1c72b
- update to 1.9.7 (CVE-2017-9800, #1480402)
d1c72b
- add Documentation= to svnserve.service
d1c72b
d1c72b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-4
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
d1c72b
d1c72b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.6-3
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d1c72b
d1c72b
* Mon Jul 17 2017 Joe Orton <jorton@redhat.com> - 1.9.6-2
d1c72b
- move javahl .so to -libs (#1469158)
d1c72b
d1c72b
* Thu Jul  6 2017 Joe Orton <jorton@redhat.com> - 1.9.6-1
d1c72b
- update to 1.9.6 (#1467890)
d1c72b
- update to latest upstream psvn.el
d1c72b
- move libsvnjavahl to -libs, build -javahl noarch
d1c72b
- fix javahl Requires
d1c72b
d1c72b
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.9.5-4
d1c72b
- Perl 5.26 rebuild
d1c72b
d1c72b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.5-3
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d1c72b
d1c72b
* Fri Jan 13 2017 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1.9.5-2
d1c72b
- F-26: rebuild for ruby24
d1c72b
d1c72b
* Mon Jan  2 2017 Joe Orton <jorton@redhat.com> - 1.9.5-1
d1c72b
- update to 1.9.5 (#1400040, CVE-2016-8734)
d1c72b
d1c72b
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.9.4-4
d1c72b
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
d1c72b
d1c72b
* Wed May 25 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.9.4-3
d1c72b
- Enable tests
d1c72b
- Revert one of Ruby 2.2 fixes
d1c72b
d1c72b
* Tue May 17 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.9.4-2
d1c72b
- Perl 5.24 rebuild
d1c72b
d1c72b
* Sun May  8 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.9.4-1
d1c72b
- Update to 1.9.4 (#1331222) CVE-2016-2167 CVE-2016-2168
d1c72b
- Move tools in docs to tools subpackage (rhbz 1171757 1199761)
d1c72b
- Disable make check to work around FTBFS
d1c72b
d1c72b
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.3-3
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d1c72b
d1c72b
* Thu Jan 21 2016 Joe Orton <jorton@redhat.com> - 1.9.3-2
d1c72b
- rebuild for Ruby 2.3
d1c72b
d1c72b
* Tue Dec 15 2015 Joe Orton <jorton@redhat.com> - 1.9.3-1
d1c72b
- update to 1.9.3 (#1291683)
d1c72b
- use private /tmp in svnserve.service
d1c72b
d1c72b
* Thu Sep 24 2015 Joe Orton <jorton@redhat.com> - 1.9.2-1
d1c72b
- update to 1.9.2 (#1265447)
d1c72b
d1c72b
* Mon Sep 14 2015 Joe Orton <jorton@redhat.com> - 1.9.1-1
d1c72b
- update to 1.9.1 (#1259099)
d1c72b
d1c72b
* Mon Aug 24 2015 Joe Orton <jorton@redhat.com> - 1.9.0-1
d1c72b
- update to 1.9.0 (#1207835)
d1c72b
- package pkgconfig files
d1c72b
d1c72b
* Tue Jul 14 2015 Joe Orton <jorton@redhat.com> - 1.8.13-7
d1c72b
- move svnauthz to -tools; make svnauthz-validate a symlink
d1c72b
- move svnmucc man page to -tools
d1c72b
- restore dep on systemd (#1183873)
d1c72b
d1c72b
* Fri Jul 10 2015 Joe Orton <jorton@redhat.com> - 1.8.13-6
d1c72b
- rebuild with tests enabled
d1c72b
d1c72b
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.13-5
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d1c72b
d1c72b
* Mon Jun 15 2015 Ville Skyttä <ville.skytta@iki.fi> - 1.8.13-4
d1c72b
- Own bash-completion dirs not owned by anything in dep chain
d1c72b
d1c72b
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.8.13-3
d1c72b
- Perl 5.22 rebuild
d1c72b
d1c72b
* Tue Apr 21 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.8.13-2
d1c72b
- Disable tests to fix swig test issues
d1c72b
d1c72b
* Wed Apr 08 2015 <vondruch@redhat.com> - 1.8.13-1
d1c72b
- Fix Ruby's test suite.
d1c72b
d1c72b
* Tue Apr  7 2015 Joe Orton <jorton@redhat.com> - 1.8.13-1
d1c72b
- update to 1.8.13 (#1207835)
d1c72b
- attempt to patch around SWIG issues
d1c72b
d1c72b
* Tue Dec 16 2014 Joe Orton <jorton@redhat.com> - 1.8.11-1
d1c72b
- update to 1.8.11 (#1174521)
d1c72b
- require newer libserf (#1155670)
d1c72b
d1c72b
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 1.8.10-6
d1c72b
- prevents assert()ions in library code (#1058693)
d1c72b
d1c72b
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 1.8.10-5
d1c72b
- drop sysv conversion trigger (#1133786)
d1c72b
d1c72b
* Tue Sep 23 2014 Joe Orton <jorton@redhat.com> - 1.8.10-4
d1c72b
- move svn-bench, fsfs-* to -tools
d1c72b
d1c72b
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.8.10-3
d1c72b
- Perl 5.20 rebuild
d1c72b
d1c72b
* Thu Aug 21 2014 Kevin Fenzi <kevin@scrye.com> - 1.8.10-2
d1c72b
- Rebuild for rpm bug 1131960
d1c72b
d1c72b
* Mon Aug 18 2014 Joe Orton <jorton@redhat.com> - 1.8.10-1
d1c72b
- update to 1.8.10 (#1129100, #1128884, #1125800)
d1c72b
d1c72b
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.9-3
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
d1c72b
d1c72b
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.8.9-2
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d1c72b
d1c72b
* Wed May 28 2014 Joe Orton <jorton@redhat.com> - 1.8.9-1
d1c72b
- update to 1.8.9 (#1100779)
d1c72b
d1c72b
* Tue Apr 29 2014 Vít Ondruch <vondruch@redhat.com> - 1.8.8-3
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.1
d1c72b
d1c72b
* Tue Apr 22 2014 Joe Orton <jorton@redhat.com> - 1.8.8-2
d1c72b
- require minitest 4 to fix tests for Ruby bindings (#1089252)
d1c72b
d1c72b
* Fri Feb 28 2014 Joe Orton <jorton@redhat.com> - 1.8.8-1
d1c72b
- update to 1.8.8
d1c72b
d1c72b
* Thu Jan 23 2014 Joe Orton <jorton@redhat.com> - 1.8.5-4
d1c72b
- fix _httpd_mmn expansion in absence of httpd-devel
d1c72b
d1c72b
* Mon Jan  6 2014 Joe Orton <jorton@redhat.com> - 1.8.5-3
d1c72b
- fix permissions of /run/svnserve (#1048422)
d1c72b
d1c72b
* Tue Dec 10 2013 Joe Orton <jorton@redhat.com> - 1.8.5-2
d1c72b
- don't drop -Wall when building swig Perl bindings (#1037341)
d1c72b
d1c72b
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.8.5-1
d1c72b
- update to 1.8.5 (#1034130)
d1c72b
- add fix for wc-queries-test breakage (h/t Andreas Stieger, r1542774)
d1c72b
d1c72b
* Mon Nov 18 2013 Joe Orton <jorton@redhat.com> - 1.8.4-2
d1c72b
- add fix for ppc breakage (Andreas Stieger, #985582)
d1c72b
d1c72b
* Tue Oct 29 2013 Joe Orton <jorton@redhat.com> - 1.8.4-1
d1c72b
- update to 1.8.4
d1c72b
d1c72b
* Tue Sep  3 2013 Joe Orton <jorton@redhat.com> - 1.8.3-1
d1c72b
- update to 1.8.3
d1c72b
- move bash completions out of /etc (#922993)
d1c72b
d1c72b
* Tue Aug 06 2013 Adam Williamson <awilliam@redhat.com> - 1.8.1-2
d1c72b
- rebuild for perl 5.18 (again; 1.8.1-1 beat out 1.8.0-2)
d1c72b
d1c72b
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.8.1-1
d1c72b
- update to 1.8.1
d1c72b
d1c72b
* Fri Jul 19 2013 Joe Orton <jorton@redhat.com> - 1.8.0-3
d1c72b
- temporarily ignore test suite failures on ppc* (#985582)
d1c72b
d1c72b
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.8.0-2
d1c72b
- Perl 5.18 rebuild
d1c72b
d1c72b
* Tue Jun 18 2013 Joe Orton <jorton@redhat.com> - 1.8.0-1
d1c72b
- update to 1.8.0; switch to serf
d1c72b
- use full relro in mod_dav_svn build (#973694)
d1c72b
d1c72b
* Mon Jun  3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
d1c72b
- update to 1.7.10 (#970014)
d1c72b
- fix aarch64 build issues (Dennis Gilmore, #926578)
d1c72b
d1c72b
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-3
d1c72b
- fix spurious failures in ruby test suite (upstream r1327373)
d1c72b
d1c72b
* Thu May  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-2
d1c72b
- try harder to avoid svnserve bind failures in ruby binding tests
d1c72b
- enable verbose output for ruby binding tests
d1c72b
d1c72b
* Tue Apr  9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-1
d1c72b
- update to 1.7.9
d1c72b
d1c72b
* Wed Mar 27 2013 Vít Ondruch <vondruch@redhat.com> - 1.7.8-6
d1c72b
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
d1c72b
- Drop Ruby version checks from configuration script.
d1c72b
- Fix and enable Ruby test suite.
d1c72b
d1c72b
* Thu Mar 14 2013 Joe Orton <jorton@redhat.com> - 1.7.8-5
d1c72b
- drop specific dep on ruby(abi)
d1c72b
d1c72b
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.8-4
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
d1c72b
d1c72b
* Tue Jan  8 2013 Joe Orton <jorton@redhat.com> - 1.7.8-3
d1c72b
- update to latest psvn.el
d1c72b
d1c72b
* Tue Jan  8 2013 Lukáš Nykrýn <lnykryn@redhat.com> - 1.7.8-2
d1c72b
- Scriptlets replaced with new systemd macros (#850410)
d1c72b
d1c72b
* Fri Jan  4 2013 Joe Orton <jorton@redhat.com> - 1.7.8-1
d1c72b
- update to 1.7.8
d1c72b
d1c72b
* Thu Oct 11 2012 Joe Orton <jorton@redhat.com> - 1.7.7-1
d1c72b
- update to 1.7.7
d1c72b
d1c72b
* Fri Aug 17 2012 Joe Orton <jorton@redhat.com> - 1.7.6-1
d1c72b
- update to 1.7.6
d1c72b
d1c72b
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.5-6
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
d1c72b
d1c72b
* Mon Jul 16 2012 Joe Orton <jorton@redhat.com> - 1.7.5-5
d1c72b
- switch svnserve pidfile to use /run, use /usr/lib/tmpfiles.d (#840195)
d1c72b
d1c72b
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-4
d1c72b
- Perl 5.16 rebuild
d1c72b
d1c72b
* Mon Jun 18 2012 Dan Horák 
d1c72b
- fix build with recent gcc 4.7 (svn rev 1345740)
d1c72b
d1c72b
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.7.5-2
d1c72b
- Perl 5.16 rebuild
d1c72b
d1c72b
* Tue May 22 2012 Joe Orton <jorton@redhat.com> - 1.7.5-1
d1c72b
- update to 1.7.5
d1c72b
d1c72b
* Tue Apr 24 2012 Joe Orton <jorton@redhat.com> - 1.7.4-6
d1c72b
- drop strict sqlite version requirement (#815396)
d1c72b
d1c72b
* Mon Apr 23 2012 Joe Orton <jorton@redhat.com> - 1.7.4-5
d1c72b
- switch to libdb-devel (#814090)
d1c72b
d1c72b
* Thu Apr 19 2012 Joe Orton <jorton@redhat.com> - 1.7.4-4
d1c72b
- adapt for conf.modules.d with httpd 2.4
d1c72b
- add possible workaround for kwallet crasher (#810861)
d1c72b
d1c72b
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-3
d1c72b
- re-enable test suite
d1c72b
d1c72b
* Fri Mar 30 2012 Joe Orton <jorton@redhat.com> - 1.7.4-2
d1c72b
- fix build with httpd 2.4
d1c72b
d1c72b
* Mon Mar 12 2012 Joe Orton <jorton@redhat.com> - 1.7.4-1
d1c72b
- update to 1.7.4
d1c72b
- fix build with httpd 2.4
d1c72b
d1c72b
* Thu Mar  1 2012 Joe Orton <jorton@redhat.com> - 1.7.3-7
d1c72b
- re-enable kwallet (#791031)
d1c72b
d1c72b
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-6
d1c72b
- update psvn
d1c72b
d1c72b
* Wed Feb 29 2012 Joe Orton <jorton@redhat.com> - 1.7.3-5
d1c72b
- add tools subpackage (#648015)
d1c72b
d1c72b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-4
d1c72b
- trim contents of doc dic (#746433)
d1c72b
d1c72b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-3
d1c72b
- re-enable test suite
d1c72b
d1c72b
* Tue Feb 28 2012 Joe Orton <jorton@redhat.com> - 1.7.3-2
d1c72b
- add upstream test suite fixes for APR hash change (r1293602, r1293811)
d1c72b
- use ruby vendorlib directory (#798203)
d1c72b
- convert svnserve to systemd (#754074)
d1c72b
d1c72b
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.3-1
d1c72b
- update to 1.7.3
d1c72b
- ship, enable mod_dontdothat
d1c72b
d1c72b
* Mon Feb 13 2012 Joe Orton <jorton@redhat.com> - 1.7.2-2
d1c72b
- require ruby 1.9.1 abi
d1c72b
d1c72b
* Thu Feb  9 2012 Joe Orton <jorton@redhat.com> - 1.7.2-1
d1c72b
- update to 1.7.2
d1c72b
- add Vincent Batts' Ruby 1.9 fixes from dev@
d1c72b
d1c72b
* Sun Feb  5 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 1.7.1-3
d1c72b
- fix gnome-keyring build deps 
d1c72b
d1c72b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.1-2
d1c72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
d1c72b
d1c72b
* Mon Nov 28 2011 Joe Orton <jorton@redhat.com> - 1.7.1-1
d1c72b
- update to 1.7.1
d1c72b
- (temporarily) disable failing kwallet support
d1c72b
d1c72b
* Sun Nov 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-3
d1c72b
- Build with libmagic support.
d1c72b
d1c72b
* Sat Oct 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.0-2
d1c72b
- Fix apr Conflicts syntax in -libs.
d1c72b
- Fix obsolete chown syntax in subversion.conf.
d1c72b
- Fix use of spaces vs tabs in specfile.
d1c72b
d1c72b
* Wed Oct 12 2011 Joe Orton <jorton@redhat.com> - 1.7.0-1
d1c72b
- update to 1.7.0
d1c72b
- drop svn2cl (no longer shipped in upstream tarball)