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