2004-09-09 12:50:03 +00:00
|
|
|
# set to zero to avoid running test suite
|
2008-10-27 09:36:44 +00:00
|
|
|
%define make_check 1
|
2006-01-04 14:07:28 +00:00
|
|
|
|
2008-07-02 11:30:22 +00:00
|
|
|
%define with_java 1
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2005-03-08 10:38:42 +00:00
|
|
|
# set JDK path to build javahl; default for JPackage
|
2006-01-31 13:08:46 +00:00
|
|
|
%define jdk_path /usr/lib/jvm/java
|
2005-03-08 10:38:42 +00:00
|
|
|
|
2004-09-09 12:50:43 +00:00
|
|
|
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
|
|
|
|
|
2006-07-13 08:16:18 +00:00
|
|
|
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
|
|
|
|
|
2006-12-07 16:23:08 +00:00
|
|
|
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
%global svn2cl_version 0.11
|
|
|
|
|
2009-03-09 14:03:55 +00:00
|
|
|
Summary: A Modern Concurrent Version Control System
|
2004-09-09 12:45:32 +00:00
|
|
|
Name: subversion
|
2011-03-04 14:39:10 +00:00
|
|
|
Version: 1.6.16
|
2010-11-28 14:23:12 +00:00
|
|
|
Release: 1%{?dist}
|
2007-08-30 14:37:01 +00:00
|
|
|
License: ASL 1.1
|
2004-09-09 12:45:32 +00:00
|
|
|
Group: Development/Tools
|
2010-02-13 16:48:18 +00:00
|
|
|
URL: http://subversion.apache.org/
|
2009-08-12 15:57:36 +00:00
|
|
|
Source0: http://subversion.tigris.org/downloads/subversion-%{version}.tar.bz2
|
2004-09-09 12:47:20 +00:00
|
|
|
Source1: subversion.conf
|
|
|
|
Source3: filter-requires.sh
|
2004-09-23 08:34:44 +00:00
|
|
|
Source4: http://www.xsteve.at/prg/emacs/psvn.el
|
2009-03-09 14:03:55 +00:00
|
|
|
Source5: psvn-init.el
|
2010-09-07 13:16:00 +00:00
|
|
|
Source6: svnserve.init
|
2009-11-02 20:52:53 +00:00
|
|
|
# http://bugs.debian.org/546990
|
|
|
|
Patch0: subversion-1.6.5-newlines.patch
|
2009-03-31 16:15:40 +00:00
|
|
|
Patch2: subversion-1.6.0-deplibs.patch
|
2009-06-01 19:17:31 +00:00
|
|
|
Patch3: subversion-1.6.1-rpath.patch
|
2010-09-03 14:47:21 +00:00
|
|
|
Patch6: subversion-1.6.11-pie.patch
|
2005-03-08 10:38:42 +00:00
|
|
|
Patch7: subversion-1.1.3-java.patch
|
2009-11-08 17:20:22 +00:00
|
|
|
Patch8: subversion-1.6.6-kwallet.patch
|
2010-07-24 22:10:39 +00:00
|
|
|
Patch9: subversion-1.6.12-disable-client-test.patch
|
2005-09-08 15:49:25 +00:00
|
|
|
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
|
2006-06-07 13:23:10 +00:00
|
|
|
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
|
2009-01-30 12:45:11 +00:00
|
|
|
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
|
2008-09-30 11:05:52 +00:00
|
|
|
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
|
2009-03-31 19:37:12 +00:00
|
|
|
BuildRequires: sqlite-devel >= 3.4.0
|
2009-06-01 19:34:04 +00:00
|
|
|
BuildRequires: gnome-keyring-devel, dbus-devel, kdelibs-devel >= 4.0.0
|
2007-02-16 17:04:37 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-07-03 11:18:01 +00:00
|
|
|
Provides: svn = %{version}-%{release}
|
2011-03-04 14:39:10 +00:00
|
|
|
Requires: subversion-libs%{?_isa} = %{version}-%{release}
|
2010-09-07 13:16:00 +00:00
|
|
|
Requires(post): /sbin/chkconfig
|
|
|
|
Requires(preun): /sbin/chkconfig, /sbin/service
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
%define __perl_requires %{SOURCE3}
|
2004-09-09 12:46:47 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
# Put Python bindings in site-packages
|
2006-12-08 09:03:01 +00:00
|
|
|
%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
%description
|
|
|
|
Subversion is a concurrent version control system which enables one
|
|
|
|
or more users to collaborate in developing and maintaining a
|
|
|
|
hierarchy of files and directories while keeping a history of all
|
|
|
|
changes. Subversion only stores the differences between versions,
|
|
|
|
instead of every complete file. Subversion is intended to be a
|
|
|
|
compelling replacement for CVS.
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2010-09-07 13:16:00 +00:00
|
|
|
%package libs
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: Libraries for Subversion Version Control system
|
|
|
|
# APR 1.3.x interfaces are required
|
2010-11-28 14:23:12 +00:00
|
|
|
Conflicts: apr%{?_isa}< 1.3.0
|
2010-09-07 13:16:00 +00:00
|
|
|
|
|
|
|
%description libs
|
|
|
|
The subversion-libs package includes the essential shared libraries
|
|
|
|
used by the Subversion version control tools.
|
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
%package devel
|
|
|
|
Group: Development/Tools
|
2007-02-16 17:04:37 +00:00
|
|
|
Summary: Development package for the Subversion libraries
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: apr-devel%{?_isa}, apr-util-devel%{?_isa}
|
2004-09-09 12:45:32 +00:00
|
|
|
|
|
|
|
%description devel
|
2010-09-07 13:16:00 +00:00
|
|
|
The subversion-devel package includes the libraries and include files
|
|
|
|
for developers interacting with the subversion package.
|
2004-09-09 12:47:20 +00:00
|
|
|
|
2009-06-14 10:04:35 +00:00
|
|
|
%package gnome
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: GNOME Keyring support for Subversion
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
2009-06-14 10:04:35 +00:00
|
|
|
|
|
|
|
%description gnome
|
|
|
|
The subversion-gnome package adds support for storing Subversion
|
|
|
|
passwords in the GNOME Keyring.
|
|
|
|
|
|
|
|
%package kde
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: KDE Wallet support for Subversion
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
2009-06-14 10:04:35 +00:00
|
|
|
|
|
|
|
%description kde
|
|
|
|
The subversion-kde package adds support for storing Subversion
|
|
|
|
passwords in the KDE Wallet.
|
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
%package -n mod_dav_svn
|
|
|
|
Group: System Environment/Daemons
|
2009-03-09 14:03:55 +00:00
|
|
|
Summary: Apache httpd module for Subversion server
|
2004-09-09 12:48:18 +00:00
|
|
|
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
|
2011-03-04 14:39:10 +00:00
|
|
|
Requires: subversion-libs%{?_isa} = %{version}-%{release}
|
2004-09-09 12:49:17 +00:00
|
|
|
BuildRequires: httpd-devel >= 2.0.45
|
2004-09-09 12:47:20 +00:00
|
|
|
|
|
|
|
%description -n mod_dav_svn
|
|
|
|
The mod_dav_svn package allows access to a Subversion repository
|
|
|
|
using HTTP, via the Apache httpd server.
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:49:17 +00:00
|
|
|
%package perl
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Perl bindings to the Subversion libraries
|
2007-08-08 13:20:02 +00:00
|
|
|
BuildRequires: perl-devel >= 2:5.8.0, perl(ExtUtils::MakeMaker)
|
2008-02-06 14:12:46 +00:00
|
|
|
BuildRequires: perl(Test::More), perl(ExtUtils::Embed)
|
2004-09-09 12:50:43 +00:00
|
|
|
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
2004-09-09 12:49:17 +00:00
|
|
|
|
|
|
|
%description perl
|
|
|
|
This package includes the Perl bindings to the Subversion libraries.
|
|
|
|
|
2005-03-08 11:21:24 +00:00
|
|
|
%if %{with_java}
|
2005-03-08 10:38:42 +00:00
|
|
|
%package javahl
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: JNI bindings to the Subversion libraries
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
2008-07-02 11:30:22 +00:00
|
|
|
BuildRequires: java-devel-openjdk
|
2010-10-05 08:56:02 +00:00
|
|
|
# JAR repacking requires both zip and unzip in the buildroot
|
|
|
|
BuildRequires: zip, unzip
|
2005-03-08 10:38:42 +00:00
|
|
|
|
|
|
|
%description javahl
|
|
|
|
This package includes the JNI bindings to the Subversion libraries.
|
2005-03-08 11:21:24 +00:00
|
|
|
%endif
|
2005-03-08 10:38:42 +00:00
|
|
|
|
2005-05-24 15:50:39 +00:00
|
|
|
%package ruby
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Ruby bindings to the Subversion libraries
|
2005-07-22 14:34:27 +00:00
|
|
|
BuildRequires: ruby-devel >= 1.8.2, ruby >= 1.8.2
|
2010-11-28 14:23:12 +00:00
|
|
|
Requires: subversion%{?_isa} = %{version}-%{release}
|
|
|
|
Conflicts: ruby-libs%{?_isa} < 1.8.2
|
2006-07-13 08:16:18 +00:00
|
|
|
Requires: ruby(abi) = 1.8
|
2005-05-24 15:50:39 +00:00
|
|
|
|
|
|
|
%description ruby
|
|
|
|
This package includes the Ruby bindings to the Subversion libraries.
|
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
%package svn2cl
|
|
|
|
Group: Development/Tools
|
|
|
|
Summary: Create a ChangeLog from a Subversion log
|
|
|
|
License: BSD
|
|
|
|
# -5: fake release for the Obsoletes to work
|
|
|
|
Provides: svn2cl = %{svn2cl_version}-5
|
|
|
|
Obsoletes: svn2cl < 0.11-4
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: libxslt
|
|
|
|
Requires: subversion = %{version}
|
|
|
|
|
|
|
|
%description svn2cl
|
|
|
|
svn2cl is a simple XSL transformation and shell script wrapper for
|
|
|
|
generating a classic GNU-style ChangeLog from a subversion repository
|
|
|
|
log. It is made from several changelog-like scripts using common XSLT
|
|
|
|
constructs found in different places.
|
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
%prep
|
2004-09-09 12:46:37 +00:00
|
|
|
%setup -q
|
2009-11-02 20:52:53 +00:00
|
|
|
cd contrib/client-side/svn2cl
|
|
|
|
%patch0 -p1 -b .newlines
|
|
|
|
cd ../../..
|
2004-09-09 12:47:20 +00:00
|
|
|
%patch2 -p1 -b .deplibs
|
|
|
|
%patch3 -p1 -b .rpath
|
2010-09-03 14:47:21 +00:00
|
|
|
%patch6 -p1 -b .pie
|
2005-03-08 11:21:24 +00:00
|
|
|
%if %{with_java}
|
2005-03-08 10:38:42 +00:00
|
|
|
%patch7 -p1 -b .java
|
2005-03-08 11:21:24 +00:00
|
|
|
%endif
|
2009-06-14 10:04:35 +00:00
|
|
|
%patch8 -p1 -b .kwallet
|
2010-07-24 22:10:39 +00:00
|
|
|
%patch9 -p1 -b .disable-client-test
|
2004-09-09 12:47:20 +00:00
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
sed -i -e 's|^XSL="$dir/|XSL="%{_datadir}/svn2cl/|' \
|
|
|
|
contrib/client-side/svn2cl/svn2cl.sh
|
|
|
|
# Sanity check svn2cl_version
|
2009-11-08 17:08:47 +00:00
|
|
|
v=$(contrib/client-side/svn2cl/svn2cl.sh -V | sed -n '1{s/.* //;p;}')
|
2009-09-19 14:54:38 +00:00
|
|
|
if [ "$v" != "%{svn2cl_version}" ]; then
|
|
|
|
echo -n "ERROR: svn2cl_version not up to date in specfile: "
|
|
|
|
echo "'$v' <> '%{svn2cl_version}'"
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
|
2010-01-25 21:19:52 +00:00
|
|
|
mv tools/client-side/bash_completion .
|
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
%build
|
2009-03-09 14:18:28 +00:00
|
|
|
# Regenerate the buildsystem, so that:
|
|
|
|
# 1) patches applied to configure.in take effect
|
|
|
|
# 2) the swig bindings are regenerated using the system swig
|
|
|
|
./autogen.sh --release
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:47:26 +00:00
|
|
|
# fix shebang lines, #111498
|
|
|
|
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
|
2004-09-09 12:47:20 +00:00
|
|
|
|
2005-05-24 15:50:39 +00:00
|
|
|
# override weird -shrext from ruby
|
|
|
|
export svn_cv_ruby_link="%{__cc} -shared"
|
2006-07-13 08:16:18 +00:00
|
|
|
export svn_cv_ruby_sitedir_libsuffix=""
|
|
|
|
export svn_cv_ruby_sitedir_archsuffix=""
|
2005-05-24 15:50:39 +00:00
|
|
|
|
2010-09-03 14:47:21 +00:00
|
|
|
%ifarch sparc64
|
2010-09-07 13:36:59 +00:00
|
|
|
sed -i 's/-fpie/-fPIE/' Makefile.in
|
2010-09-03 14:47:21 +00:00
|
|
|
%endif
|
|
|
|
|
2010-09-07 13:36:59 +00:00
|
|
|
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
|
2004-09-09 12:47:20 +00:00
|
|
|
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
|
2007-08-22 10:37:26 +00:00
|
|
|
--with-swig --with-neon=%{_prefix} \
|
2006-07-13 08:16:18 +00:00
|
|
|
--with-ruby-sitedir=%{ruby_sitearch} \
|
2005-07-22 14:34:27 +00:00
|
|
|
--with-apxs=%{_sbindir}/apxs --disable-mod-activation \
|
2009-03-09 15:11:22 +00:00
|
|
|
--disable-static --with-sasl=%{_prefix} \
|
2009-06-01 19:17:31 +00:00
|
|
|
--disable-neon-version-check \
|
|
|
|
--with-gnome-keyring \
|
2009-11-26 13:37:47 +00:00
|
|
|
--with-kwallet \
|
|
|
|
--with-berkeley-db || (cat config.log; exit 1)
|
2005-03-22 09:06:22 +00:00
|
|
|
make %{?_smp_mflags} all
|
2007-08-08 13:20:02 +00:00
|
|
|
make swig-py swig-py-lib %{swigdirs}
|
|
|
|
make swig-pl swig-pl-lib swig-rb swig-rb-lib
|
2005-04-13 15:39:10 +00:00
|
|
|
%if %{with_java}
|
2008-06-26 13:44:29 +00:00
|
|
|
# javahl-javah does not parallel-make with javahl
|
|
|
|
make javahl-java javahl-javah
|
2010-09-07 13:16:00 +00:00
|
|
|
make %{?_smp_mflags} javahl
|
2005-04-13 15:39:10 +00:00
|
|
|
%endif
|
2004-09-09 12:45:32 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
2005-05-24 15:50:39 +00:00
|
|
|
make install install-swig-py install-swig-pl-lib install-swig-rb \
|
2004-09-09 12:49:17 +00:00
|
|
|
DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
|
2005-04-13 15:39:10 +00:00
|
|
|
%if %{with_java}
|
2008-02-21 12:20:21 +00:00
|
|
|
make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} DESTDIR=$RPM_BUILD_ROOT
|
2005-04-13 15:39:10 +00:00
|
|
|
%endif
|
2004-09-09 12:49:17 +00:00
|
|
|
|
2005-03-22 09:06:22 +00:00
|
|
|
make pure_vendor_install -C subversion/bindings/swig/perl/native \
|
|
|
|
PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
|
2006-06-02 08:48:47 +00:00
|
|
|
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/subversion
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
# Add subversion.conf configuration file into httpd/conf.d directory.
|
|
|
|
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/subversion.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2010-09-07 13:16:00 +00:00
|
|
|
# Install SysV init script
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
|
|
|
|
install -p -m 755 $RPM_SOURCE_DIR/svnserve.init \
|
|
|
|
$RPM_BUILD_ROOT/etc/rc.d/init.d/svnserve
|
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
# Remove unpackaged files
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
|
2006-12-07 16:23:08 +00:00
|
|
|
${RPM_BUILD_ROOT}%{python_sitearch}/*/*.{a,la}
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2009-07-23 13:14:49 +00:00
|
|
|
# The SVN build system is broken w.r.t. DSO support; it treats
|
|
|
|
# normal libraries as DSOs and puts them in $libdir, whereas they
|
|
|
|
# should go in some subdir somewhere, and be linked using -module,
|
|
|
|
# etc. So, forcibly nuke the .so's for libsvn_auth_{gnome,kde},
|
|
|
|
# since nothing should ever link against them directly.
|
|
|
|
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_auth_*.so
|
|
|
|
|
2004-09-09 12:49:17 +00:00
|
|
|
# remove stuff produced with Perl modules
|
|
|
|
find $RPM_BUILD_ROOT -type f \
|
2004-09-09 12:50:43 +00:00
|
|
|
-a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
|
2004-09-09 12:49:17 +00:00
|
|
|
-print0 | xargs -0 rm -f
|
|
|
|
|
|
|
|
# make Perl modules writable so they get stripped
|
|
|
|
find $RPM_BUILD_ROOT%{_libdir}/perl5 -type f -perm 555 -print0 |
|
|
|
|
xargs -0 chmod 755
|
|
|
|
|
|
|
|
# unnecessary libraries for swig bindings
|
|
|
|
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
|
|
|
|
|
2005-05-24 15:50:39 +00:00
|
|
|
# Remove unnecessary ruby libraries
|
2006-07-13 08:16:18 +00:00
|
|
|
rm -f ${RPM_BUILD_ROOT}%{ruby_sitearch}/svn/ext/*.*a
|
2005-05-24 15:50:39 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
# Trim what goes in docdir
|
2010-10-12 13:48:57 +00:00
|
|
|
rm -rf tools/*/*.in tools/test-scripts tools/buildbot tools/dist
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:52:07 +00:00
|
|
|
# Install psvn for emacs and xemacs
|
|
|
|
for f in emacs/site-lisp xemacs/site-packages/lisp; do
|
|
|
|
install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
|
|
|
|
install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
|
|
|
|
done
|
|
|
|
|
2009-03-09 14:03:55 +00:00
|
|
|
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
|
2009-03-09 14:18:28 +00:00
|
|
|
${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
|
2009-03-09 14:03:55 +00:00
|
|
|
|
2004-09-09 12:49:17 +00:00
|
|
|
# Rename authz_svn INSTALL doc for docdir
|
2004-09-09 12:52:07 +00:00
|
|
|
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
|
2004-09-09 12:49:17 +00:00
|
|
|
|
2009-11-26 13:37:47 +00:00
|
|
|
# Trim exported dependencies to APR libraries only:
|
2007-08-22 10:37:26 +00:00
|
|
|
sed -i "/^dependency_libs/{
|
|
|
|
s, -l[^ ']*, ,g;
|
2009-11-26 13:37:47 +00:00
|
|
|
s, -L[^ ']*, ,g;
|
|
|
|
s,%{_libdir}/lib[^a][^p][^r][^ ']*.la, ,g;
|
2007-08-22 10:37:26 +00:00
|
|
|
}" $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
# Install svn2cl
|
|
|
|
pushd contrib/client-side/svn2cl
|
|
|
|
install -Dpm 755 svn2cl.sh $RPM_BUILD_ROOT%{_bindir}/svn2cl
|
|
|
|
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/svn2cl
|
|
|
|
install -pm 644 *.xsl $RPM_BUILD_ROOT%{_datadir}/svn2cl
|
|
|
|
install -Dpm 644 svn2cl.1 $RPM_BUILD_ROOT%{_mandir}/man1/svn2cl.1
|
|
|
|
popd
|
|
|
|
|
2009-09-19 14:50:13 +00:00
|
|
|
# Install bash completion
|
2010-01-25 21:19:52 +00:00
|
|
|
install -Dpm 644 bash_completion \
|
2009-09-19 14:50:13 +00:00
|
|
|
$RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
|
|
|
|
|
2004-10-04 10:35:45 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
%if %{make_check}
|
|
|
|
%check
|
2005-02-15 10:31:27 +00:00
|
|
|
export LANG=C LC_ALL=C
|
2009-06-14 10:47:50 +00:00
|
|
|
export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}
|
2009-08-18 09:36:04 +00:00
|
|
|
export MALLOC_PERTURB_=171 MALLOC_CHECK_=3
|
2009-08-23 08:54:49 +00:00
|
|
|
export LIBC_FATAL_STDERR_=1
|
2006-01-31 13:08:46 +00:00
|
|
|
make check check-swig-pl check-swig-py CLEANUP=yes
|
2005-05-25 14:15:23 +00:00
|
|
|
# check-swig-rb omitted: it runs svnserve
|
2004-11-13 20:29:05 +00:00
|
|
|
%endif
|
2004-09-09 12:45:32 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
2010-09-07 13:16:00 +00:00
|
|
|
%post
|
|
|
|
# Register the snvserve service
|
|
|
|
/sbin/chkconfig --add svnserve
|
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
/sbin/service svnserve stop > /dev/null 2>&1
|
|
|
|
/sbin/chkconfig --del svnserve
|
|
|
|
fi
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2010-09-07 13:16:00 +00:00
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun libs -p /sbin/ldconfig
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:50:43 +00:00
|
|
|
%post perl -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun perl -p /sbin/ldconfig
|
|
|
|
|
2007-03-15 15:14:29 +00:00
|
|
|
%post ruby -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun ruby -p /sbin/ldconfig
|
|
|
|
|
2007-07-03 11:18:01 +00:00
|
|
|
%if %{with_java}
|
2007-03-15 15:14:29 +00:00
|
|
|
%post javahl -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun javahl -p /sbin/ldconfig
|
2007-07-03 11:18:01 +00:00
|
|
|
%endif
|
2007-03-15 15:14:29 +00:00
|
|
|
|
2004-10-04 10:35:45 +00:00
|
|
|
%files -f %{name}.lang
|
2004-09-09 12:45:32 +00:00
|
|
|
%defattr(-,root,root)
|
2004-09-09 12:47:20 +00:00
|
|
|
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
|
2004-09-09 12:49:17 +00:00
|
|
|
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
|
2008-07-02 07:46:44 +00:00
|
|
|
%doc contrib/client-side/svn_load_dirs/{*.pl,*.example,*.README}
|
2008-07-03 08:14:21 +00:00
|
|
|
%doc contrib/client-side/svnmerge/*.{README,py}
|
|
|
|
%doc contrib/client-side/wcgrep
|
2004-09-09 12:47:20 +00:00
|
|
|
%{_bindir}/*
|
2010-01-25 21:19:52 +00:00
|
|
|
%exclude %{_bindir}/svn2cl
|
2004-09-09 12:48:18 +00:00
|
|
|
%{_mandir}/man*/*
|
2010-01-25 21:19:52 +00:00
|
|
|
%exclude %{_mandir}/man1/svn2cl.1*
|
2010-09-07 13:16:00 +00:00
|
|
|
%{_sysconfdir}/rc.d/init.d/svnserve
|
2006-12-07 16:23:08 +00:00
|
|
|
%{python_sitearch}/svn
|
|
|
|
%{python_sitearch}/libsvn
|
2009-03-09 14:03:55 +00:00
|
|
|
%{_datadir}/emacs/site-lisp/*.el
|
|
|
|
%{_datadir}/xemacs/site-packages/lisp/*.el
|
2009-09-19 14:50:13 +00:00
|
|
|
%{_sysconfdir}/bash_completion.d
|
2006-06-02 08:48:47 +00:00
|
|
|
%dir %{_sysconfdir}/subversion
|
2010-09-07 13:16:00 +00:00
|
|
|
%exclude %{_mandir}/man*/*::*
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc subversion/LICENSE
|
|
|
|
%{_libdir}/libsvn_*.so.*
|
2004-09-09 12:49:17 +00:00
|
|
|
%exclude %{_libdir}/libsvn_swig_perl*
|
2006-04-06 12:17:01 +00:00
|
|
|
%exclude %{_libdir}/libsvn_swig_ruby*
|
2009-06-14 10:04:35 +00:00
|
|
|
%exclude %{_libdir}/libsvn_auth_kwallet*
|
|
|
|
%exclude %{_libdir}/libsvn_auth_gnome*
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2009-06-14 10:04:35 +00:00
|
|
|
%files gnome
|
2009-09-19 14:41:15 +00:00
|
|
|
%defattr(-,root,root)
|
2009-06-14 10:04:35 +00:00
|
|
|
%{_libdir}/libsvn_auth_gnome_keyring-*.so.*
|
|
|
|
|
|
|
|
%files kde
|
2009-09-19 14:41:15 +00:00
|
|
|
%defattr(-,root,root)
|
2009-06-14 10:04:35 +00:00
|
|
|
%{_libdir}/libsvn_auth_kwallet-*.so.*
|
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/subversion-1
|
2005-07-22 14:34:27 +00:00
|
|
|
%{_libdir}/libsvn*.*a
|
2004-09-09 12:49:17 +00:00
|
|
|
%{_libdir}/libsvn*.so
|
|
|
|
%exclude %{_libdir}/libsvn_swig_perl*
|
2005-12-12 21:25:53 +00:00
|
|
|
%if %{with_java}
|
|
|
|
%exclude %{_libdir}/libsvnjavahl-1.*
|
|
|
|
%endif
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
%files -n mod_dav_svn
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%config(noreplace) %{_sysconfdir}/httpd/conf.d/subversion.conf
|
|
|
|
%{_libdir}/httpd/modules/mod_dav_svn.so
|
|
|
|
%{_libdir}/httpd/modules/mod_authz_svn.so
|
2004-09-09 12:45:32 +00:00
|
|
|
|
2004-09-09 12:49:17 +00:00
|
|
|
%files perl
|
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 12:50:43 +00:00
|
|
|
%{perl_vendorarch}/auto/SVN
|
|
|
|
%{perl_vendorarch}/SVN
|
2004-09-09 12:49:17 +00:00
|
|
|
%{_libdir}/libsvn_swig_perl*
|
2004-09-09 12:50:43 +00:00
|
|
|
%{_mandir}/man*/*::*
|
2004-09-09 12:49:17 +00:00
|
|
|
|
2005-05-24 15:50:39 +00:00
|
|
|
%files ruby
|
|
|
|
%defattr(-,root,root,-)
|
2006-04-06 12:17:01 +00:00
|
|
|
%{_libdir}/libsvn_swig_ruby*
|
2006-07-13 08:16:18 +00:00
|
|
|
%{ruby_sitearch}/svn
|
2005-05-24 15:50:39 +00:00
|
|
|
|
2005-03-08 11:21:24 +00:00
|
|
|
%if %{with_java}
|
2005-03-08 10:38:42 +00:00
|
|
|
%files javahl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%{_libdir}/libsvnjavahl-1.*
|
2008-02-21 12:20:21 +00:00
|
|
|
%{_javadir}/svn-javahl.jar
|
2005-03-08 11:21:24 +00:00
|
|
|
%endif
|
2005-03-08 10:38:42 +00:00
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
%files svn2cl
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc contrib/client-side/svn2cl/NEWS contrib/client-side/svn2cl/README
|
|
|
|
%doc contrib/client-side/svn2cl/TODO contrib/client-side/svn2cl/authors.xml
|
|
|
|
%doc contrib/client-side/svn2cl/svn2html.css
|
|
|
|
%{_bindir}/svn2cl
|
|
|
|
%{_datadir}/svn2cl/
|
|
|
|
%{_mandir}/man1/svn2cl.1*
|
|
|
|
|
2008-07-28 09:29:54 +00:00
|
|
|
%changelog
|
2011-03-04 14:39:10 +00:00
|
|
|
* Fri Mar 4 2011 Joe Orton <jorton@redhat.com> - 1.6.16-1
|
|
|
|
- update to 1.6.16 (#682203)
|
|
|
|
- tweak arch-specific requires
|
|
|
|
|
2010-11-28 14:23:12 +00:00
|
|
|
* Sun Nov 28 2010 Joe Orton <jorton@redhat.com> - 1.6.15-1
|
|
|
|
- update to 1.6.15
|
|
|
|
|
|
|
|
* Sun Oct 17 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.13-3
|
|
|
|
- Make name based dependencies arch qualified where appropriate (#643714).
|
|
|
|
|
2010-10-12 13:48:57 +00:00
|
|
|
* Tue Oct 12 2010 Joe Orton <jorton@redhat.com> - 1.6.13-2
|
|
|
|
- trim tools/buildbot, tools/dist from docdir
|
|
|
|
|
2010-10-05 08:56:02 +00:00
|
|
|
* Tue Oct 5 2010 Joe Orton <jorton@redhat.com> - 1.6.13-1
|
|
|
|
- update to 1.6.13
|
|
|
|
|
2010-09-07 13:16:00 +00:00
|
|
|
* Tue Sep 7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-5
|
|
|
|
- add svnserve init script
|
|
|
|
- split out -libs subpackage
|
|
|
|
|
2010-09-03 14:49:26 +00:00
|
|
|
* Fri Sep 3 2010 Joe Orton <jorton@redhat.com> - 1.6.12-4
|
2010-09-03 14:47:21 +00:00
|
|
|
- restore PIE support
|
|
|
|
|
2010-07-24 22:10:39 +00:00
|
|
|
* Sat Jul 24 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-3
|
|
|
|
- for now, disable python cases that fail against python 2.7 (patch 9)
|
|
|
|
|
2010-07-22 06:40:17 +00:00
|
|
|
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 1.6.12-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
2010-07-07 10:25:04 +00:00
|
|
|
* Wed Jul 7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-1
|
|
|
|
- update to 1.6.12 (#586629)
|
|
|
|
- fix comments in subversion.conf (#551484)
|
|
|
|
|
2010-06-02 08:28:21 +00:00
|
|
|
* Wed Jun 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.6.11-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
2010-04-17 14:45:21 +00:00
|
|
|
* Sat Apr 17 2010 Joe Orton <jorton@redhat.com> - 1.6.11-1
|
|
|
|
- update to 1.6.11
|
|
|
|
|
2010-02-13 15:54:24 +00:00
|
|
|
* Sat Feb 13 2010 Joe Orton <jorton@redhat.com> - 1.6.9-2
|
|
|
|
- fix detection of libkdecore
|
|
|
|
|
2010-02-08 21:44:43 +00:00
|
|
|
* Mon Feb 8 2010 Joe Orton <jorton@redhat.com> - 1.6.9-1
|
|
|
|
- update to 1.6.9 (#561810)
|
|
|
|
- fix comments in subversion.conf (#551484)
|
|
|
|
- update to psvn.el r40299
|
|
|
|
|
2010-01-25 21:19:52 +00:00
|
|
|
* Mon Jan 25 2010 Ville Skyttä <ville.skytta@iki.fi> - 1.6.6-5
|
|
|
|
- Include svn2cl and its man page only in the -svn2cl subpackage (#558598).
|
|
|
|
- Do not include bash completion in docs, it's installed.
|
|
|
|
|
2009-12-07 01:16:17 +00:00
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.6.6-4
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
2009-11-26 13:37:47 +00:00
|
|
|
* Thu Nov 26 2009 Joe Orton <jorton@redhat.com> - 1.6.6-3
|
|
|
|
- rebuild for new db4
|
|
|
|
- trim libsvn_* from dependency_libs in *.la
|
|
|
|
|
2009-11-25 01:11:13 +00:00
|
|
|
* Wed Nov 25 2009 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.6.6-2
|
|
|
|
- rebuild for Qt 4.6.0 RC1 in F13 (was built against Beta 1 with unstable ABI)
|
|
|
|
|
2009-11-08 17:08:47 +00:00
|
|
|
* Sun Nov 8 2009 Joe Orton <jorton@redhat.com> - 1.6.6-1
|
|
|
|
- update to 1.6.6
|
|
|
|
|
2009-11-02 20:52:53 +00:00
|
|
|
* Mon Nov 2 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-3
|
|
|
|
- Apply svn2cl upstream patch to fix newline issues with libxml2 2.7.4+,
|
|
|
|
see http://bugs.debian.org/546990 for details.
|
|
|
|
|
2009-09-19 14:54:38 +00:00
|
|
|
* Sat Sep 19 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-2
|
|
|
|
- Ship svn2cl and bash completion (#496456).
|
2009-09-19 14:41:15 +00:00
|
|
|
- Add %%defattr to -gnome and -kde.
|
|
|
|
|
2009-08-23 08:54:49 +00:00
|
|
|
* Sun Aug 23 2009 Joe Orton <jorton@redhat.com> 1.6.5-1
|
|
|
|
- update to 1.6.5
|
|
|
|
|
2009-08-18 09:36:04 +00:00
|
|
|
* Tue Aug 18 2009 Joe Orton <jorton@redhat.com> 1.6.4-4
|
|
|
|
- rebuild
|
|
|
|
|
2009-08-12 15:57:36 +00:00
|
|
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.4-3
|
|
|
|
- Use bzipped upstream tarball.
|
|
|
|
|
2009-08-07 07:39:56 +00:00
|
|
|
* Fri Aug 7 2009 Joe Orton <jorton@redhat.com> 1.6.4-2
|
|
|
|
- update to 1.6.4
|
|
|
|
|
2009-07-27 04:57:44 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-23 13:14:49 +00:00
|
|
|
* Thu Jul 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-2
|
|
|
|
- remove -devel dependency on -gnome, -kde (#513313)
|
|
|
|
|
2009-06-23 09:52:59 +00:00
|
|
|
* Tue Jun 23 2009 Joe Orton <jorton@redhat.com> 1.6.3-1
|
|
|
|
- update to 1.6.3
|
|
|
|
|
2009-06-14 10:04:35 +00:00
|
|
|
* Sun Jun 14 2009 Joe Orton <jorton@redhat.com> 1.6.2-3
|
|
|
|
- add -gnome, -kde subpackages
|
|
|
|
|
2009-06-01 19:17:31 +00:00
|
|
|
* Mon Jun 1 2009 Joe Orton <jorton@redhat.com> 1.6.2-2
|
|
|
|
- enable KWallet, gnome-keyring support
|
|
|
|
|
2009-05-15 09:05:23 +00:00
|
|
|
* Fri May 15 2009 Joe Orton <jorton@redhat.com> 1.6.2-1
|
|
|
|
- update to 1.6.2
|
|
|
|
|
2009-04-15 16:07:46 +00:00
|
|
|
* Wed Apr 15 2009 Joe Orton <jorton@redhat.com> 1.6.1-4
|
|
|
|
- really disable PIE
|
|
|
|
|
2009-04-14 07:37:15 +00:00
|
|
|
* Tue Apr 14 2009 Joe Orton <jorton@redhat.com> 1.6.1-3
|
|
|
|
- update to 1.6.1; disable PIE patch for the time being
|
|
|
|
|
2009-03-31 19:37:12 +00:00
|
|
|
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-3
|
|
|
|
- BR sqlite-devel
|
|
|
|
|
2009-03-31 16:15:40 +00:00
|
|
|
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-1
|
|
|
|
- update to 1.6.0
|
|
|
|
|
2009-03-14 04:28:16 +00:00
|
|
|
* Thu Mar 12 2009 Dennis Gilmore <dennis@ausil.us> - 1.5.6-4
|
|
|
|
- use -fPIE on sparc64
|
|
|
|
|
2009-03-09 15:15:48 +00:00
|
|
|
* Mon Mar 9 2009 Joe Orton <jorton@redhat.com> 1.5.6-3
|
2009-03-09 14:03:55 +00:00
|
|
|
- update to 1.5.6
|
|
|
|
- autoload psvn (#238491, Tom Tromey)
|
2009-03-09 14:18:28 +00:00
|
|
|
- regenerate swig bindings (#480503)
|
2009-03-09 15:11:22 +00:00
|
|
|
- fix build with libtool 2.2 (#469524)
|
2009-03-09 14:03:55 +00:00
|
|
|
|
2009-02-26 03:30:14 +00:00
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2009-01-30 12:45:11 +00:00
|
|
|
* Fri Jan 30 2009 Joe Orton <jorton@redhat.com> 1.5.5-5
|
|
|
|
- update to 1.5.5
|
|
|
|
|
2008-11-29 17:21:14 +00:00
|
|
|
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.4-4
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-10-27 09:36:44 +00:00
|
|
|
* Mon Oct 27 2008 Joe Orton <jorton@redhat.com> 1.5.4-3
|
|
|
|
- update to 1.5.4
|
|
|
|
|
2008-10-13 10:05:48 +00:00
|
|
|
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-3
|
|
|
|
- fix build
|
|
|
|
|
2008-10-13 09:49:23 +00:00
|
|
|
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-2
|
|
|
|
- update to 1.5.3 (#466674)
|
|
|
|
- update psvn.el to r33557
|
|
|
|
|
2008-09-30 11:05:52 +00:00
|
|
|
* Tue Sep 30 2008 Joe Orton <jorton@redhat.com> 1.5.2-3
|
|
|
|
- enable SASL support (#464267)
|
|
|
|
|
2008-09-12 16:10:42 +00:00
|
|
|
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
|
|
|
|
- update to 1.5.2
|
|
|
|
|
2008-07-28 08:18:44 +00:00
|
|
|
* Mon Jul 28 2008 Joe Orton <jorton@redhat.com> 1.5.1-2
|
|
|
|
- update to 1.5.1
|
|
|
|
- require suitable APR
|
|
|
|
|
2008-07-10 17:52:17 +00:00
|
|
|
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.0-8
|
|
|
|
- rebuild against new db4-4.7
|
|
|
|
|
2008-07-03 08:14:21 +00:00
|
|
|
* Thu Jul 3 2008 Joe Orton <jorton@redhat.com> 1.5.0-7
|
|
|
|
- add svnmerge and wcgrep to docdir (Edward Rudd, #451932)
|
|
|
|
- drop neon version overrides
|
|
|
|
|
2008-07-02 11:30:22 +00:00
|
|
|
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-6
|
|
|
|
- build with OpenJDK
|
|
|
|
|
2008-07-02 07:46:44 +00:00
|
|
|
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
|
|
|
|
- fix files list
|
|
|
|
|
2008-07-02 07:17:34 +00:00
|
|
|
* Wed Jul 2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4
|
|
|
|
- swig-perl test suite fix for Perl 5.10 (upstream r31546)
|
|
|
|
|
2008-07-01 19:31:09 +00:00
|
|
|
* Tue Jul 1 2008 Joe Orton <jorton@redhat.com> 1.5.0-3
|
|
|
|
- attempt build without java bits
|
|
|
|
|
2008-06-26 13:44:29 +00:00
|
|
|
* Thu Jun 26 2008 Joe Orton <jorton@redhat.com> 1.5.0-2
|
|
|
|
- update to 1.5.0
|
|
|
|
|
2008-03-03 23:59:22 +00:00
|
|
|
* Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-7
|
|
|
|
- tests are randomly failing, unrelated to new perl, disabled tests
|
|
|
|
|
2008-03-03 20:40:14 +00:00
|
|
|
* Mon Mar 3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-6
|
|
|
|
- rebuild for new perl (again)
|
|
|
|
|
2008-02-21 12:20:21 +00:00
|
|
|
* Thu Feb 21 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.4.6-5
|
|
|
|
- Correct install location of java stuff (#433295)
|
|
|
|
|
2008-02-06 14:12:46 +00:00
|
|
|
* Wed Feb 6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-4
|
|
|
|
- BR perl(ExtUtils::Embed)
|
|
|
|
|
2008-02-06 02:14:08 +00:00
|
|
|
* Tue Feb 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-3
|
|
|
|
- rebuild for new perl
|
|
|
|
|
2007-12-21 19:51:45 +00:00
|
|
|
* Fri Dec 21 2007 Joe Orton <jorton@redhat.com> 1.4.6-2
|
|
|
|
- update to 1.4.6
|
|
|
|
|
2007-12-11 03:54:09 +00:00
|
|
|
* Mon Dec 10 2007 Warren Togami <wtogami@redhat.com> 1.4.4-11
|
|
|
|
- temporarily disable test suite
|
|
|
|
|
2007-12-06 11:16:21 +00:00
|
|
|
* Thu Dec 6 2007 Joe Orton <jorton@redhat.com> 1.4.4-10
|
|
|
|
- fix build with swig 1.3.33 (patch by Torsten Landschoff)
|
|
|
|
|
2007-12-05 19:51:30 +00:00
|
|
|
* Wed Dec 5 2007 Joe Orton <jorton@redhat.com> 1.4.4-9
|
|
|
|
- rebuild for OpenLDAP soname bump
|
|
|
|
|
|
|
|
* Tue Sep 4 2007 Joe Orton <jorton@redhat.com> 1.4.4-8
|
|
|
|
- update to psvn.el r26383 from upstream
|
|
|
|
|
2007-09-02 18:21:51 +00:00
|
|
|
* Sun Sep 2 2007 Joe Orton <jorton@redhat.com> 1.4.4-7
|
|
|
|
- rebuild for fixed 32-bit APR
|
|
|
|
|
2007-08-30 14:37:01 +00:00
|
|
|
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 1.4.4-6
|
|
|
|
- clarify License tag; re-enable test suite
|
|
|
|
|
2007-08-23 07:50:59 +00:00
|
|
|
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.4-5
|
|
|
|
- rebuild for neon 0.27
|
|
|
|
|
2007-08-22 10:37:26 +00:00
|
|
|
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.4.4-4
|
|
|
|
- trim dependencies from .la files
|
|
|
|
- detabify spec file
|
|
|
|
- test suite disabled to ease stress on builders
|
|
|
|
|
2007-08-08 13:20:02 +00:00
|
|
|
* Wed Aug 8 2007 Joe Orton <jorton@redhat.com> 1.4.4-3
|
|
|
|
- fix build with new glibc open()-as-macro
|
|
|
|
- build all swig code in %%build, not %%install
|
2007-08-08 14:04:42 +00:00
|
|
|
- BuildRequire perl(Test::More), perl(ExtUtils::MakeMaker)
|
2007-08-08 13:20:02 +00:00
|
|
|
|
2007-07-03 11:18:01 +00:00
|
|
|
* Tue Jul 3 2007 Joe Orton <jorton@redhat.com> 1.4.4-2
|
|
|
|
- update to 1.4.4
|
|
|
|
- add Provides: svn (#245087)
|
|
|
|
- fix without-java build (Lennert Buytenhek, #245467)
|
|
|
|
|
2007-04-11 13:09:03 +00:00
|
|
|
* Wed Apr 11 2007 Joe Orton <jorton@redhat.com> 1.4.3-5
|
|
|
|
- fix version of apr/apr-util in BR (#216181)
|
|
|
|
|
2007-03-29 15:56:57 +00:00
|
|
|
* Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-4
|
|
|
|
- fix javahl compile failure
|
|
|
|
|
2007-03-15 15:16:07 +00:00
|
|
|
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-3
|
2007-03-15 15:14:29 +00:00
|
|
|
- update to 1.4.3 (#228691)
|
2007-02-16 17:04:37 +00:00
|
|
|
- remove trailing dot from Summary
|
|
|
|
- use current preferred standard BuildRoot
|
2007-03-15 15:14:29 +00:00
|
|
|
- add post/postun ldconfig scriptlets for -ruby and -javahl
|
2007-02-16 16:56:55 +00:00
|
|
|
|
2006-12-08 09:03:01 +00:00
|
|
|
* Fri Dec 8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
|
|
|
|
- fix use of python_sitearch
|
|
|
|
|
2006-12-07 16:23:08 +00:00
|
|
|
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1.4.2-4
|
|
|
|
- rebuild against python 2.5
|
|
|
|
- follow python packaging guidelines
|
|
|
|
|
2006-11-08 09:59:53 +00:00
|
|
|
* Wed Nov 8 2006 Joe Orton <jorton@redhat.com> 1.4.2-3
|
|
|
|
- update to 1.4.2
|
|
|
|
|
2006-09-11 09:08:15 +00:00
|
|
|
* Mon Sep 11 2006 Joe Orton <jorton@redhat.com> 1.4.0-2
|
|
|
|
- update to 1.4.0
|
|
|
|
|
2006-07-13 08:16:18 +00:00
|
|
|
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1.3.2-6
|
|
|
|
- fix ruby packaging (#191611)
|
|
|
|
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.3.2-5.1
|
2006-07-12 08:19:25 +00:00
|
|
|
- rebuild
|
|
|
|
|
2006-06-07 13:48:16 +00:00
|
|
|
* Wed Jun 7 2006 Joe Orton <jorton@redhat.com> 1.3.2-5
|
|
|
|
- disable test suite
|
|
|
|
|
2006-06-07 13:23:10 +00:00
|
|
|
* Wed Jun 7 2006 Joe Orton <jorton@redhat.com> 1.3.2-4
|
|
|
|
- BR gettext
|
|
|
|
|
2006-06-07 12:41:13 +00:00
|
|
|
* Fri Jun 2 2006 Joe Orton <jorton@redhat.com> 1.3.2-3
|
|
|
|
- re-enable test suite
|
|
|
|
|
2006-06-02 08:48:47 +00:00
|
|
|
* Fri Jun 2 2006 Joe Orton <jorton@redhat.com> 1.3.2-2
|
|
|
|
- update to 1.3.2
|
|
|
|
- fix Ruby sitelibdir (Garrick Staples, #191611)
|
|
|
|
- own /etc/subversion (#189071)
|
|
|
|
- update to psvn.el r19857
|
|
|
|
|
2006-04-06 12:17:01 +00:00
|
|
|
* Thu Apr 6 2006 Joe Orton <jorton@redhat.com> 1.3.1-4
|
|
|
|
- move libsvn_swig_ruby* back to subversion-ruby
|
|
|
|
|
2006-04-04 09:21:08 +00:00
|
|
|
* Tue Apr 4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
|
|
|
|
- update to 1.3.1
|
|
|
|
- update to psvn.el r19138 (Stefan Reichoer)
|
|
|
|
- build -java on s390 again
|
|
|
|
|
2006-02-16 19:39:46 +00:00
|
|
|
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.3.0-5
|
|
|
|
- do not package libs within subversion-ruby, these are already
|
|
|
|
available via the main package
|
|
|
|
|
2006-02-11 05:44:55 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 13:54:23 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-31 13:08:46 +00:00
|
|
|
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-4
|
|
|
|
- run check-swig-py in %%check (#178448)
|
|
|
|
- relax JDK requirement (Kenneth Porter, #177367)
|
|
|
|
|
2006-01-31 11:09:31 +00:00
|
|
|
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
|
|
|
|
- rebuild for neon 0.25
|
|
|
|
|
2006-01-04 13:07:01 +00:00
|
|
|
* Wed Jan 4 2006 Joe Orton <jorton@redhat.com> 1.3.0-2
|
|
|
|
- update to 1.3.0 (#176833)
|
|
|
|
- update to psvn.el r17921 Stefan Reichoer
|
|
|
|
|
2005-12-12 19:13:27 +00:00
|
|
|
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 1.2.3-6
|
|
|
|
- fix ownership of libsvnjavahl.* (#175289)
|
|
|
|
- try building javahl on ia64/ppc64 again
|
|
|
|
|
2005-12-09 22:43:21 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-12-02 11:20:27 +00:00
|
|
|
* Fri Dec 2 2005 Joe Orton <jorton@redhat.com> 1.2.3-5
|
|
|
|
- rebuild for httpd-2.2/apr-1.2/apr-util-1.2
|
|
|
|
|
2005-11-10 13:00:18 +00:00
|
|
|
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.2.3-4
|
|
|
|
- rebuilt against new openssl
|
|
|
|
|
2005-09-08 15:49:25 +00:00
|
|
|
* Thu Sep 8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
|
|
|
|
- update to 1.2.3
|
2005-09-08 15:51:44 +00:00
|
|
|
- update to psvn.el r16070 from Stefan Reichoer
|
2005-09-08 15:49:25 +00:00
|
|
|
- merge subversion.conf changes from RHEL4
|
|
|
|
- merge filter-requires.sh changes from FC4 updates
|
|
|
|
|
|
|
|
* Mon Aug 8 2005 Joe Orton <jorton@redhat.com> 1.2.1-4
|
|
|
|
- add BR for which (#161015)
|
|
|
|
|
2005-07-22 14:34:27 +00:00
|
|
|
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
|
|
|
|
- update to 1.2.1
|
|
|
|
- fix BuildRequires for ruby and apr-util (#163126)
|
|
|
|
- drop static library archives
|
|
|
|
|
2005-05-25 07:06:58 +00:00
|
|
|
* Wed May 25 2005 Joe Orton <jorton@redhat.com> 1.2.0-2
|
2005-05-25 09:34:08 +00:00
|
|
|
- disable java on all but x86, x86_64, ppc (#158719)
|
2005-05-25 07:06:58 +00:00
|
|
|
|
2005-05-24 15:50:39 +00:00
|
|
|
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1
|
|
|
|
- update to 1.2.0; add ruby subpackage
|
|
|
|
|
2005-04-13 15:16:28 +00:00
|
|
|
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 1.1.4-3
|
|
|
|
- enable java subpackage again
|
|
|
|
- tweak subversion.conf comments
|
|
|
|
|
2005-04-03 10:59:14 +00:00
|
|
|
* Sun Apr 3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
|
|
|
|
- update to 1.1.4
|
|
|
|
|
2005-03-22 15:29:25 +00:00
|
|
|
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-8
|
|
|
|
- further swig bindings fix (upstream via Max Bowsher, #151798)
|
|
|
|
- fix perl File::Path dependency in filter-requires.sh
|
|
|
|
|
2005-03-22 09:06:22 +00:00
|
|
|
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-7
|
|
|
|
- restore swig bindings support (from upstream via Max Bowsher, #141343)
|
|
|
|
- tweak SELinux commentary in default subversion.conf
|
|
|
|
|
2005-03-09 17:05:20 +00:00
|
|
|
* Wed Mar 9 2005 Joe Orton <jorton@redhat.com> 1.1.3-6
|
2005-03-09 17:04:28 +00:00
|
|
|
- fix svn_load_dirs File::Path version requirement
|
2005-03-09 17:05:20 +00:00
|
|
|
|
|
|
|
* Tue Mar 8 2005 Joe Orton <jorton@redhat.com> 1.1.3-5
|
2005-03-08 10:38:42 +00:00
|
|
|
- add -java subpackage for javahl libraries (Anthony Green, #116202)
|
|
|
|
|
2005-03-04 10:01:42 +00:00
|
|
|
* Fri Mar 4 2005 Joe Orton <jorton@redhat.com> 1.1.3-4
|
|
|
|
- rebuild
|
|
|
|
|
2005-02-15 10:31:27 +00:00
|
|
|
* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
|
|
|
|
- run test suite in C locale (#146125)
|
2005-02-07 10:27:52 +00:00
|
|
|
- adjust -pie patch for build.conf naming upstream
|
|
|
|
|
2005-01-19 13:14:25 +00:00
|
|
|
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
|
|
|
|
- rebuild to pick up db-4.3 properly; don't ignore test failures
|
|
|
|
|
2005-01-16 20:24:11 +00:00
|
|
|
* Sun Jan 16 2005 Joe Orton <jorton@redhat.com> 1.1.3-1
|
|
|
|
- update to 1.1.3 (#145236)
|
|
|
|
- fix python bindings location on x86_64 (#143522)
|
|
|
|
|
2005-01-10 09:08:08 +00:00
|
|
|
* Mon Jan 10 2005 Joe Orton <jorton@redhat.com> 1.1.2-3
|
|
|
|
- update to 1.1.2
|
|
|
|
- disable swig bindings due to incompatible swig version
|
|
|
|
|
2004-11-24 09:42:14 +00:00
|
|
|
* Wed Nov 24 2004 Joe Orton <jorton@redhat.com> 1.1.1-5
|
|
|
|
- update subversion.conf examples to be SELinux-friendly
|
|
|
|
|
2004-11-13 19:33:32 +00:00
|
|
|
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.1.1-4
|
|
|
|
- rebuild against db-4.3.21.
|
2004-11-13 20:29:05 +00:00
|
|
|
- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
|
2004-11-13 19:33:32 +00:00
|
|
|
|
2004-11-09 03:53:39 +00:00
|
|
|
* Mon Nov 8 2004 Jeremy Katz <katzj@redhat.com> - 1.1.1-3
|
|
|
|
- rebuild against python 2.4
|
|
|
|
|
2004-10-25 15:11:00 +00:00
|
|
|
* Mon Oct 25 2004 Joe Orton <jorton@redhat.com> 1.1.1-2
|
|
|
|
- update to 1.1.1
|
|
|
|
- update -pie patch to address #134786
|
|
|
|
|
2004-10-04 10:35:45 +00:00
|
|
|
* Mon Oct 4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
|
|
|
|
- use pure_vendor_install to fix Perl modules
|
|
|
|
- use %%find_lang to package translations (Axel Thimm)
|
|
|
|
|
2004-09-30 22:59:19 +00:00
|
|
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
|
|
|
|
- don't use parallel make for swig-py
|
|
|
|
|
2004-09-30 14:45:32 +00:00
|
|
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
|
|
|
|
- BuildRequire newest swig for "swig -ldflags" fix
|
|
|
|
|
2004-09-30 13:47:01 +00:00
|
|
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-2
|
|
|
|
- fix swig bindings build on x86_64
|
|
|
|
|
2004-09-30 12:04:30 +00:00
|
|
|
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-1
|
|
|
|
- update to 1.1.0
|
|
|
|
|
2004-09-23 08:27:44 +00:00
|
|
|
* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 1.0.8-2
|
|
|
|
- update to 1.0.8
|
|
|
|
- remove -neonver patch
|
2004-09-23 08:34:44 +00:00
|
|
|
- update psvn.el to 11062
|
2004-09-23 08:27:44 +00:00
|
|
|
|
2004-09-09 12:52:07 +00:00
|
|
|
* Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
|
|
|
|
- add svn_load_dirs.pl to docdir (#128338)
|
|
|
|
- add psvn.el (#128356)
|
|
|
|
|
2004-09-09 12:51:59 +00:00
|
|
|
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 1.0.6-1
|
|
|
|
- update to 1.0.6
|
|
|
|
- allow build against neon 0.24.*
|
|
|
|
|
2004-09-09 12:51:43 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
|
|
|
|
- update to 1.0.5
|
|
|
|
|
|
|
|
* Mon Jun 7 2004 Joe Orton <jorton@redhat.com> 1.0.4-2
|
|
|
|
- add ra_svn security fix for CVE CAN-2004-0413 (Ben Reser)
|
|
|
|
|
2004-09-09 12:50:43 +00:00
|
|
|
* Fri May 28 2004 Joe Orton <jorton@redhat.com> 1.0.4-1.1
|
|
|
|
- rebuild for new swig
|
|
|
|
|
|
|
|
* Sat May 22 2004 Joe Orton <jorton@redhat.com> 1.0.4-1
|
|
|
|
- update to 1.0.4
|
|
|
|
|
|
|
|
* Fri May 21 2004 Joe Orton <jorton@redhat.com> 1.0.3-2
|
|
|
|
- build /usr/bin/* as PIEs
|
|
|
|
- add fix for libsvn_client symbol namespace violation (r9608)
|
|
|
|
|
|
|
|
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 1.0.3-1
|
|
|
|
- update to 1.0.3
|
|
|
|
|
|
|
|
* Sun May 16 2004 Joe Orton <jorton@redhat.com> 1.0.2-3
|
|
|
|
- add ldconfig invocations for -perl post/postun (Ville Skyttä)
|
|
|
|
|
|
|
|
* Tue May 4 2004 Joe Orton <jorton@redhat.com> 1.0.2-2
|
|
|
|
- add perl MODULE_COMPAT requirement for -perl subpackage
|
|
|
|
- move perl man pages into -perl subpackage
|
|
|
|
- clean up -perl installation and dependencies (Ville Skyttä, #123045)
|
|
|
|
|
2004-09-09 12:50:03 +00:00
|
|
|
* Mon Apr 19 2004 Joe Orton <jorton@redhat.com> 1.0.2-1
|
|
|
|
- update to 1.0.2
|
|
|
|
|
2004-09-09 12:49:17 +00:00
|
|
|
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.1-1
|
|
|
|
- update to 1.0.1; cvs2svn no longer included
|
|
|
|
|
|
|
|
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.0-3
|
|
|
|
- add -perl subpackage for Perl bindings (steve@silug.org)
|
|
|
|
- include mod_authz_svn INSTALL file
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 1.0.0-2.1
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 1.0.0-2
|
|
|
|
- add fix for lack of apr_dir_read ordering guarantee (Philip Martin)
|
|
|
|
- enable compression in ra_dav by default (Tobias Ringström)
|
|
|
|
|
|
|
|
* Mon Feb 23 2004 Joe Orton <jorton@redhat.com> 1.0.0-1
|
|
|
|
- update to one-dot-oh
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.37.0-2
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 12:48:18 +00:00
|
|
|
* Sat Jan 24 2004 Joe Orton <jorton@redhat.com> 0.37.0-1
|
|
|
|
- update to 0.37.0
|
|
|
|
|
|
|
|
* Tue Jan 13 2004 Joe Orton <jorton@redhat.com> 0.36.0-1
|
|
|
|
- update to 0.36.0
|
2004-09-09 12:48:02 +00:00
|
|
|
|
2004-09-09 12:48:18 +00:00
|
|
|
* Thu Jan 8 2004 Joe Orton <jorton@redhat.com> 0.35.1-1
|
|
|
|
- update to 0.35.1
|
|
|
|
- fix shebang lines in hook scripts (#111498)
|
|
|
|
|
|
|
|
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.34.0-3
|
|
|
|
- rebuild against db-4.2.52.
|
|
|
|
|
|
|
|
* Thu Dec 4 2003 Joe Orton <jorton@redhat.com> 0.34.0-2
|
|
|
|
- package all man pages
|
|
|
|
|
|
|
|
* Thu Dec 04 2003 Joe Orton <jorton@redhat.com> 0.34.0-1
|
|
|
|
- update to 0.34.0
|
|
|
|
|
|
|
|
* Thu Nov 13 2003 Joe Orton <jorton@redhat.com> 0.32.1-3
|
|
|
|
- remove workarounds for #109268 and #109267
|
|
|
|
|
|
|
|
* Thu Nov 6 2003 Joe Orton <jorton@redhat.com> 0.32.1-2
|
|
|
|
- rebuild for Python 2.3.2
|
|
|
|
- remove libtool workaround
|
|
|
|
- add workarounds for #109268 and #109267
|
2004-09-09 12:47:26 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
* Fri Oct 24 2003 Joe Orton <jorton@redhat.com> 0.32.1-1
|
|
|
|
- update to 0.31.2
|
|
|
|
- work around libtool/ppc64/db4 confusion
|
|
|
|
|
2004-09-09 12:48:18 +00:00
|
|
|
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.31.0-2.1
|
|
|
|
- rebuild against db-4.2.42.
|
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
* Fri Oct 10 2003 Joe Orton <jorton@redhat.com> 0.31.0-2
|
|
|
|
- include The Book
|
|
|
|
- don't add an RPATH for libdir to executables
|
|
|
|
|
|
|
|
* Thu Oct 9 2003 Joe Orton <jorton@redhat.com> 0.31.0-1
|
|
|
|
- update to 0.31.0
|
|
|
|
|
|
|
|
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.30.0-1
|
|
|
|
- update to 0.30.0
|
|
|
|
|
|
|
|
* Sun Sep 7 2003 Joe Orton <jorton@redhat.com> 0.29.0-1
|
|
|
|
- update to 0.29.0
|
|
|
|
|
|
|
|
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.25-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jul 15 2003 Joe Orton <jorton@redhat.com> 0.25-1
|
|
|
|
- update to 0.25
|
|
|
|
|
|
|
|
* Mon Jul 14 2003 Joe Orton <jorton@redhat.com> 0.24.2-4
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-3
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-2
|
|
|
|
- don't use any LDFLAGS when building swig, fix for libdir=lib64
|
|
|
|
|
|
|
|
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
|
|
|
|
- update to 0.24.2; fix Python bindings
|
|
|
|
|
|
|
|
* Tue Jun 17 2003 Joe Orton <jorton@redhat.com> 0.24.1-1
|
|
|
|
- update to 0.24.1; include mod_authz_svn
|
|
|
|
- force use of CC=gcc CXX=g++
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Joe Orton <jorton@redhat.com> 0.23.0-2
|
|
|
|
- add cvs2svn man page
|
|
|
|
|
|
|
|
* Mon Jun 9 2003 Joe Orton <jorton@redhat.com> 0.23.0-1
|
|
|
|
- update to 0.23.0
|
|
|
|
|
|
|
|
* Sun Jun 8 2003 Joe Orton <jorton@redhat.com> 0.22.2-7
|
|
|
|
- package cvs2svn to be usable outside docdir
|
|
|
|
- remove unnecessary files
|
|
|
|
|
|
|
|
* Thu Jun 5 2003 Joe Orton <jorton@redhat.com> 0.22.2-6
|
|
|
|
- add fix for unhandled deadlock errors in libsvn_fs
|
|
|
|
- don't package the out-of-date info pages
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-5
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Tue Jun 3 2003 Joe Orton <jorton@redhat.com> 0.22.2-4
|
|
|
|
- cleanups
|
|
|
|
|
|
|
|
* Mon Jun 2 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-3
|
|
|
|
- Add back in s390x, excludearch bad.
|
|
|
|
|
|
|
|
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.22.2-2
|
|
|
|
- use external neon-0.23.9-2 (i.e. with neon-config), drop internal neon.
|
|
|
|
- use db-4.1.25, not db-4.0.14.
|
|
|
|
- do "make check" (but ignore failure for now).
|
|
|
|
- s390x knows not of httpd >= 2.0.45.
|
|
|
|
|
|
|
|
* Thu May 8 2003 Joe Orton <jorton@redhat.com> 0.22.2-1
|
|
|
|
- update to 0.22.2; add mod_dav_svn subpackage
|
|
|
|
- include Python bindings
|
|
|
|
- neon: force use of expat, enable SSL
|
|
|
|
- drop check for specific apr version added in -3
|
|
|
|
|
|
|
|
* Thu May 1 2003 Joe Orton <jorton@redhat.com> 0.20.1-6
|
|
|
|
- filter out perl(Config::IniFiles) requirement
|
|
|
|
|
|
|
|
* Thu May 1 2003 Joe Orton <jorton@redhat.com> 0.20.1-5
|
|
|
|
- fail early if apr-config is not 0.9.3
|
|
|
|
|
|
|
|
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-4
|
|
|
|
- fix workaround for non-lib64 platforms
|
|
|
|
|
|
|
|
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-3
|
|
|
|
- add workaround for libtool problem
|
|
|
|
|
|
|
|
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.20.1-2
|
|
|
|
- require and use system apr, apr-util libraries
|
|
|
|
- use License not Copyright
|
2004-09-09 12:46:47 +00:00
|
|
|
|
2004-09-09 12:47:20 +00:00
|
|
|
* Fri Apr 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 0.20.1
|
2004-09-09 12:46:37 +00:00
|
|
|
|
2004-09-09 12:45:32 +00:00
|
|
|
* Wed Jan 22 2003 Jeff Johnson <jbj@redhat.com> 0.17.1-4503.0
|
|
|
|
- upgrade to 0.17.1.
|
|
|
|
|
|
|
|
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.16-3987.1
|
|
|
|
- upgrade to 0.16.
|
|
|
|
|
|
|
|
* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.2
|
|
|
|
- don't mess with the info handbook install yet.
|
|
|
|
|
|
|
|
* Sun Nov 10 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.1
|
|
|
|
- use libdir, build on x86_64 too.
|
|
|
|
- avoid "perl(Config::IniFiles) >= 2.27" dependency.
|
|
|
|
|
|
|
|
* Sat Nov 9 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.0
|
|
|
|
- first build from adapted spec file, only client and libraries for now.
|
|
|
|
- internal apr/apr-utils/neon until incompatibilities sort themselves out.
|
|
|
|
- avoid libdir issues on x86_64 for the moment.
|