cvsdist 68a24ec
# set to zero to avoid running test suite
3dbf519
%define make_check 1
81df6ad
e84be42
%define with_java 1
cvsdist e8ab74e
1339ab2
# set JDK path to build javahl; default for JPackage
31fb30f
%define jdk_path /usr/lib/jvm/java
1339ab2
cvsdist 82a5bfa
%define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)
cvsdist 82a5bfa
89df43d
%{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
89df43d
f1985a5
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
f1985a5
36ee946
Summary: A Modern Concurrent Version Control System
cvsdist e8ab74e
Name: subversion
abad95c
Version: 1.6.0
abad95c
Release: 2
d07b333
License: ASL 1.1
cvsdist e8ab74e
Group: Development/Tools
cvsdist 82a5bfa
URL: http://subversion.tigris.org/
cvsdist 4c54eef
Source0: http://subversion.tigris.org/tarballs/subversion-%{version}.tar.gz
cvsdist 27abd71
Source1: subversion.conf
cvsdist 27abd71
Source3: filter-requires.sh
357017e
Source4: http://www.xsteve.at/prg/emacs/psvn.el
36ee946
Source5: psvn-init.el
abad95c
Patch2: subversion-1.6.0-deplibs.patch
abad95c
Patch3: subversion-1.6.0-rpath.patch
abad95c
Patch6: subversion-1.6.0-pie.patch
1339ab2
Patch7: subversion-1.1.3-java.patch
d0d9f73
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
6a3fb2e
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
2f6bdb0
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
3847fa5
BuildRequires: neon-devel >= 0:0.24.7-1, cyrus-sasl-devel
c06fbf3
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
452f21b
Provides: svn = %{version}-%{release}
e3563bd
Requires: apr >= 1.3.0
cvsdist e8ab74e
cvsdist 27abd71
%define __perl_requires %{SOURCE3}
cvsdist 8ec9651
cvsdist 27abd71
# Put Python bindings in site-packages
3837625
%define swigdirs swig_pydir=%{python_sitearch}/libsvn swig_pydir_extra=%{python_sitearch}/svn
cvsdist e8ab74e
cvsdist 27abd71
%description
cvsdist 27abd71
Subversion is a concurrent version control system which enables one
cvsdist 27abd71
or more users to collaborate in developing and maintaining a
cvsdist 27abd71
hierarchy of files and directories while keeping a history of all
cvsdist 27abd71
changes.  Subversion only stores the differences between versions,
cvsdist 27abd71
instead of every complete file.  Subversion is intended to be a
cvsdist 27abd71
compelling replacement for CVS.
cvsdist e8ab74e
cvsdist e8ab74e
%package devel
cvsdist e8ab74e
Group: Development/Tools
c06fbf3
Summary: Development package for the Subversion libraries
cvsdist 27abd71
Requires: subversion = %{version}-%{release}, apr-devel, apr-util-devel
cvsdist e8ab74e
cvsdist e8ab74e
%description devel
cvsdist 27abd71
The subversion-devel package includes the static libraries and
cvsdist 27abd71
include files for developers interacting with the subversion
cvsdist 27abd71
package.
cvsdist 27abd71
cvsdist 27abd71
%package -n mod_dav_svn
cvsdist 27abd71
Group: System Environment/Daemons
36ee946
Summary: Apache httpd module for Subversion server
cvsdist 975b53d
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
cvsdist 27abd71
Requires: subversion = %{version}-%{release}
cvsdist 6887387
BuildRequires: httpd-devel >= 2.0.45
cvsdist 27abd71
cvsdist 27abd71
%description -n mod_dav_svn
cvsdist 27abd71
The mod_dav_svn package allows access to a Subversion repository
cvsdist 27abd71
using HTTP, via the Apache httpd server.
cvsdist e8ab74e
cvsdist 6887387
%package perl
cvsdist 6887387
Group: Development/Libraries
cvsdist 6887387
Summary: Perl bindings to the Subversion libraries
747aecd
BuildRequires: perl-devel >= 2:5.8.0, perl(ExtUtils::MakeMaker)
3a41c57
BuildRequires: perl(Test::More), perl(ExtUtils::Embed)
cvsdist 82a5bfa
Requires: %(eval `perl -V:version`; echo "perl(:MODULE_COMPAT_$version)")
cvsdist 82a5bfa
Requires: subversion = %{version}-%{release}
cvsdist 6887387
cvsdist 6887387
%description perl
cvsdist 6887387
This package includes the Perl bindings to the Subversion libraries.
cvsdist 6887387
5be0495
%if %{with_java}
1339ab2
%package javahl
1339ab2
Group: Development/Libraries
1339ab2
Summary: JNI bindings to the Subversion libraries
1339ab2
Requires: subversion = %{version}-%{release}
e84be42
BuildRequires: java-devel-openjdk
1339ab2
1339ab2
%description javahl
1339ab2
This package includes the JNI bindings to the Subversion libraries.
5be0495
%endif
1339ab2
9ebf152
%package ruby
9ebf152
Group: Development/Libraries
9ebf152
Summary: Ruby bindings to the Subversion libraries
5694909
BuildRequires: ruby-devel >= 1.8.2, ruby >= 1.8.2
9ebf152
Requires: subversion = %{version}-%{release}, ruby-libs >= 1.8.2
89df43d
Requires: ruby(abi) = 1.8
9ebf152
9ebf152
%description ruby
9ebf152
This package includes the Ruby bindings to the Subversion libraries.
9ebf152
cvsdist e8ab74e
%prep
cvsdist c376579
%setup -q
cvsdist 27abd71
%patch2 -p1 -b .deplibs
cvsdist 27abd71
%patch3 -p1 -b .rpath
cvsdist 82a5bfa
%patch6 -p1 -b .pie
5be0495
%if %{with_java}
1339ab2
%patch7 -p1 -b .java
5be0495
%endif
6868f51
%ifarch sparc64
6868f51
sed -i -e 's|-fpie|-fPIE|g' Makefile.in
6868f51
%endif
cvsdist 27abd71
cvsdist e8ab74e
%build
fa6854e
# Regenerate the buildsystem, so that:
fa6854e
#  1) patches applied to configure.in take effect
fa6854e
#  2) the swig bindings are regenerated using the system swig
fa6854e
./autogen.sh --release
cvsdist e8ab74e
cvsdist 4c54eef
# fix shebang lines, #111498
cvsdist 4c54eef
perl -pi -e 's|/usr/bin/env perl -w|/usr/bin/perl -w|' tools/hook-scripts/*.pl.in
cvsdist 27abd71
9ebf152
# override weird -shrext from ruby
9ebf152
export svn_cv_ruby_link="%{__cc} -shared"
89df43d
export svn_cv_ruby_sitedir_libsuffix=""
89df43d
export svn_cv_ruby_sitedir_archsuffix=""
9ebf152
abad95c
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS -fPIE"
cvsdist 27abd71
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
44203d1
        --with-swig --with-neon=%{_prefix} \
89df43d
        --with-ruby-sitedir=%{ruby_sitearch} \
5694909
        --with-apxs=%{_sbindir}/apxs --disable-mod-activation \
cadf5d1
        --disable-static --with-sasl=%{_prefix} \
cadf5d1
        --disable-neon-version-check
6fd2448
make %{?_smp_mflags} all
747aecd
make swig-py swig-py-lib %{swigdirs}
747aecd
make swig-pl swig-pl-lib swig-rb swig-rb-lib
19c0e15
%if %{with_java}
149f44b
# javahl-javah does not parallel-make with javahl
149f44b
make javahl-java javahl-javah
8a1f4fc
make javahl
19c0e15
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%install
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
9ebf152
make install install-swig-py install-swig-pl-lib install-swig-rb \
cvsdist 6887387
        DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
19c0e15
%if %{with_java}
8c701b6
make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} DESTDIR=$RPM_BUILD_ROOT
19c0e15
%endif
cvsdist 6887387
6fd2448
make pure_vendor_install -C subversion/bindings/swig/perl/native \
6fd2448
        PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
699a1a9
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/subversion
cvsdist e8ab74e
cvsdist 27abd71
# Add subversion.conf configuration file into httpd/conf.d directory.
cvsdist 27abd71
install -m 755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
cvsdist 27abd71
install -m 644 $RPM_SOURCE_DIR/subversion.conf ${RPM_BUILD_ROOT}%{_sysconfdir}/httpd/conf.d
cvsdist e8ab74e
cvsdist 27abd71
# Remove unpackaged files
cvsdist 27abd71
rm -rf ${RPM_BUILD_ROOT}%{_includedir}/subversion-*/*.txt \
f1985a5
       ${RPM_BUILD_ROOT}%{python_sitearch}/*/*.{a,la}
cvsdist e8ab74e
cvsdist 6887387
# remove stuff produced with Perl modules
cvsdist 6887387
find $RPM_BUILD_ROOT -type f \
cvsdist 82a5bfa
    -a \( -name .packlist -o \( -name '*.bs' -a -empty \) \) \
cvsdist 6887387
    -print0 | xargs -0 rm -f
cvsdist 6887387
cvsdist 6887387
# make Perl modules writable so they get stripped
cvsdist 6887387
find $RPM_BUILD_ROOT%{_libdir}/perl5 -type f -perm 555 -print0 |
cvsdist 6887387
        xargs -0 chmod 755
cvsdist 6887387
cvsdist 6887387
# unnecessary libraries for swig bindings
cvsdist 6887387
rm -f ${RPM_BUILD_ROOT}%{_libdir}/libsvn_swig_*.{so,la,a}
cvsdist 6887387
9ebf152
# Remove unnecessary ruby libraries
89df43d
rm -f ${RPM_BUILD_ROOT}%{ruby_sitearch}/svn/ext/*.*a
9ebf152
cvsdist 27abd71
# Trim what goes in docdir
9ebf152
rm -rf tools/*/*.in tools/test-scripts
cvsdist e8ab74e
cvsdist e1e7868
# Install psvn for emacs and xemacs
cvsdist e1e7868
for f in emacs/site-lisp xemacs/site-packages/lisp; do
cvsdist e1e7868
  install -m 755 -d ${RPM_BUILD_ROOT}%{_datadir}/$f
cvsdist e1e7868
  install -m 644 $RPM_SOURCE_DIR/psvn.el ${RPM_BUILD_ROOT}%{_datadir}/$f
cvsdist e1e7868
done
cvsdist e1e7868
36ee946
install -m 644 $RPM_SOURCE_DIR/psvn-init.el \
fa6854e
        ${RPM_BUILD_ROOT}%{_datadir}/emacs/site-lisp
36ee946
cvsdist 6887387
# Rename authz_svn INSTALL doc for docdir
cvsdist e1e7868
ln -f subversion/mod_authz_svn/INSTALL mod_authz_svn-INSTALL
cvsdist 6887387
44203d1
# Trim exported dependencies to SVN and APR libraries only:
44203d1
sed -i "/^dependency_libs/{
44203d1
     s, -l[^ ']*, ,g;
44203d1
     s,%{_libdir}/lib[^sa][^vp][^nr].*.la, ,g;
44203d1
     }"  $RPM_BUILD_ROOT%{_libdir}/*.la
44203d1
a03f0ef
%find_lang %{name}
a03f0ef
cvsdist 27abd71
%if %{make_check}
cvsdist 27abd71
%check
2130ca6
export LANG=C LC_ALL=C
31fb30f
make check check-swig-pl check-swig-py CLEANUP=yes
3af4f07
# check-swig-rb omitted: it runs svnserve
jbj 47f9c31
%endif
cvsdist e8ab74e
cvsdist e8ab74e
%clean
cvsdist e8ab74e
rm -rf ${RPM_BUILD_ROOT}
cvsdist e8ab74e
cvsdist c376579
%post -p /sbin/ldconfig
cvsdist e8ab74e
cvsdist e8ab74e
%postun -p /sbin/ldconfig
cvsdist e8ab74e
cvsdist 82a5bfa
%post perl -p /sbin/ldconfig
cvsdist 82a5bfa
cvsdist 82a5bfa
%postun perl -p /sbin/ldconfig
cvsdist 82a5bfa
dadd06e
%post ruby -p /sbin/ldconfig
dadd06e
dadd06e
%postun ruby -p /sbin/ldconfig
dadd06e
452f21b
%if %{with_java}
dadd06e
%post javahl -p /sbin/ldconfig
dadd06e
dadd06e
%postun javahl -p /sbin/ldconfig
452f21b
%endif
dadd06e
a03f0ef
%files -f %{name}.lang
cvsdist e8ab74e
%defattr(-,root,root)
cvsdist 27abd71
%doc BUGS COMMITTERS COPYING HACKING INSTALL README CHANGES
cvsdist 6887387
%doc tools subversion/LICENSE mod_authz_svn-INSTALL
5dc06d6
%doc contrib/client-side/svn_load_dirs/{*.pl,*.example,*.README}
ae2d876
%doc contrib/client-side/svnmerge/*.{README,py}
ae2d876
%doc contrib/client-side/wcgrep
cvsdist 27abd71
%{_bindir}/*
cvsdist 27abd71
%{_libdir}/libsvn_*.so.*
cvsdist 975b53d
%{_mandir}/man*/*
f1985a5
%{python_sitearch}/svn
f1985a5
%{python_sitearch}/libsvn
36ee946
%{_datadir}/emacs/site-lisp/*.el
36ee946
%{_datadir}/xemacs/site-packages/lisp/*.el
699a1a9
%dir %{_sysconfdir}/subversion
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
9fb54b8
%exclude %{_libdir}/libsvn_swig_ruby*
cvsdist 82a5bfa
%exclude %{_mandir}/man*/*::*
cvsdist e8ab74e
cvsdist e8ab74e
%files devel
cvsdist e8ab74e
%defattr(-,root,root)
cvsdist e8ab74e
%{_includedir}/subversion-1
5694909
%{_libdir}/libsvn*.*a
cvsdist 6887387
%{_libdir}/libsvn*.so
cvsdist 6887387
%exclude %{_libdir}/libsvn_swig_perl*
0f2863f
%if %{with_java}
0f2863f
%exclude %{_libdir}/libsvnjavahl-1.*
0f2863f
%endif
cvsdist e8ab74e
cvsdist 27abd71
%files -n mod_dav_svn
cvsdist 27abd71
%defattr(-,root,root)
cvsdist 27abd71
%config(noreplace) %{_sysconfdir}/httpd/conf.d/subversion.conf
cvsdist 27abd71
%{_libdir}/httpd/modules/mod_dav_svn.so
cvsdist 27abd71
%{_libdir}/httpd/modules/mod_authz_svn.so
cvsdist e8ab74e
cvsdist 6887387
%files perl
cvsdist 6887387
%defattr(-,root,root,-)
cvsdist 82a5bfa
%{perl_vendorarch}/auto/SVN
cvsdist 82a5bfa
%{perl_vendorarch}/SVN
cvsdist 6887387
%{_libdir}/libsvn_swig_perl*
cvsdist 82a5bfa
%{_mandir}/man*/*::*
cvsdist 6887387
9ebf152
%files ruby
9ebf152
%defattr(-,root,root,-)
9fb54b8
%{_libdir}/libsvn_swig_ruby*
89df43d
%{ruby_sitearch}/svn
9ebf152
5be0495
%if %{with_java}
1339ab2
%files javahl
1339ab2
%defattr(-,root,root,-)
1339ab2
%{_libdir}/libsvnjavahl-1.*
8c701b6
%{_javadir}/svn-javahl.jar
5be0495
%endif
1339ab2
e8325ad
%changelog
abad95c
* Tue Mar 31 2009 Joe Orton <jorton@redhat.com> 1.6.0-1
abad95c
- update to 1.6.0
abad95c
6868f51
* Thu Mar 12 2009 Dennis Gilmore <dennis@ausil.us> - 1.5.6-4
6868f51
- use -fPIE on sparc64
6868f51
18f5d52
* Mon Mar  9 2009 Joe Orton <jorton@redhat.com> 1.5.6-3
36ee946
- update to 1.5.6
36ee946
- autoload psvn (#238491, Tom Tromey)
fa6854e
- regenerate swig bindings (#480503)
cadf5d1
- fix build with libtool 2.2 (#469524)
36ee946
fda47cc
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.5-6
fda47cc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fda47cc
2f6bdb0
* Fri Jan 30 2009 Joe Orton <jorton@redhat.com> 1.5.5-5
2f6bdb0
- update to 1.5.5
2f6bdb0
a0a9a08
* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.5.4-4
a0a9a08
- Rebuild for Python 2.6
a0a9a08
3dbf519
* Mon Oct 27 2008 Joe Orton <jorton@redhat.com> 1.5.4-3
3dbf519
- update to 1.5.4
3dbf519
b9c4948
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-3
b9c4948
- fix build
b9c4948
1b1de00
* Mon Oct 13 2008 Joe Orton <jorton@redhat.com> 1.5.3-2
1b1de00
- update to 1.5.3 (#466674)
1b1de00
- update psvn.el to r33557
1b1de00
3847fa5
* Tue Sep 30 2008 Joe Orton <jorton@redhat.com> 1.5.2-3
3847fa5
- enable SASL support (#464267)
3847fa5
12108fd
* Fri Sep 12 2008 Joe Orton <jorton@redhat.com> 1.5.2-2
12108fd
- update to 1.5.2
12108fd
e3563bd
* Mon Jul 28 2008 Joe Orton <jorton@redhat.com> 1.5.1-2
e3563bd
- update to 1.5.1
e3563bd
- require suitable APR
e3563bd
68637ef
* Thu Jul 10 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.5.0-8
68637ef
- rebuild against new db4-4.7
68637ef
ae2d876
* Thu Jul  3 2008 Joe Orton <jorton@redhat.com> 1.5.0-7
ae2d876
- add svnmerge and wcgrep to docdir (Edward Rudd, #451932)
ae2d876
- drop neon version overrides
ae2d876
e84be42
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-6
e84be42
- build with OpenJDK
e84be42
5dc06d6
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-5
5dc06d6
- fix files list
5dc06d6
dd588d0
* Wed Jul  2 2008 Joe Orton <jorton@redhat.com> 1.5.0-4
dd588d0
- swig-perl test suite fix for Perl 5.10 (upstream r31546)
dd588d0
6e456b9
* Tue Jul  1 2008 Joe Orton <jorton@redhat.com> 1.5.0-3
6e456b9
- attempt build without java bits
6e456b9
149f44b
* Thu Jun 26 2008 Joe Orton <jorton@redhat.com> 1.5.0-2
149f44b
- update to 1.5.0
149f44b
8fbd40d
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-7
8fbd40d
- tests are randomly failing, unrelated to new perl, disabled tests
8fbd40d
a1f21ee
* Mon Mar  3 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-6
a1f21ee
- rebuild for new perl (again)
a1f21ee
8c701b6
* Thu Feb 21 2008 Lubomir Kundrak <lkundrak@redhat.com> 1.4.6-5
8c701b6
- Correct install location of java stuff (#433295)
8c701b6
3a41c57
* Wed Feb  6 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-4
3a41c57
- BR perl(ExtUtils::Embed)
3a41c57
b924db0
* Tue Feb  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.6-3
b924db0
- rebuild for new perl
b924db0
3ed27d1
* Fri Dec 21 2007 Joe Orton <jorton@redhat.com> 1.4.6-2
3ed27d1
- update to 1.4.6
3ed27d1
3c642ba
* Mon Dec 10 2007 Warren Togami <wtogami@redhat.com> 1.4.4-11
3c642ba
- temporarily disable test suite
3c642ba
bca890b
* Thu Dec  6 2007 Joe Orton <jorton@redhat.com> 1.4.4-10
bca890b
- fix build with swig 1.3.33 (patch by Torsten Landschoff)
bca890b
c707a34
* Wed Dec  5 2007 Joe Orton <jorton@redhat.com> 1.4.4-9
c707a34
- rebuild for OpenLDAP soname bump
c707a34
c707a34
* Tue Sep  4 2007 Joe Orton <jorton@redhat.com> 1.4.4-8
c707a34
- update to psvn.el r26383 from upstream
c707a34
888ac20
* Sun Sep  2 2007 Joe Orton <jorton@redhat.com> 1.4.4-7
888ac20
- rebuild for fixed 32-bit APR 
888ac20
d07b333
* Thu Aug 30 2007 Joe Orton <jorton@redhat.com> 1.4.4-6
d07b333
- clarify License tag; re-enable test suite
d07b333
cb36ecf
* Thu Aug 23 2007 Joe Orton <jorton@redhat.com> 1.4.4-5
cb36ecf
- rebuild for neon 0.27
cb36ecf
44203d1
* Wed Aug 22 2007 Joe Orton <jorton@redhat.com> 1.4.4-4
44203d1
- trim dependencies from .la files
44203d1
- detabify spec file
44203d1
- test suite disabled to ease stress on builders
44203d1
747aecd
* Wed Aug  8 2007 Joe Orton <jorton@redhat.com> 1.4.4-3
747aecd
- fix build with new glibc open()-as-macro
747aecd
- build all swig code in %%build, not %%install
8d428e2
- BuildRequire perl(Test::More), perl(ExtUtils::MakeMaker)
747aecd
452f21b
* Tue Jul  3 2007 Joe Orton <jorton@redhat.com> 1.4.4-2
452f21b
- update to 1.4.4
452f21b
- add Provides: svn (#245087)
452f21b
- fix without-java build (Lennert Buytenhek, #245467)
452f21b
55db170
* Wed Apr 11 2007 Joe Orton <jorton@redhat.com> 1.4.3-5
55db170
- fix version of apr/apr-util in BR (#216181)
55db170
926d203
* Thu Mar 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-4
926d203
- fix javahl compile failure
926d203
4917196
* Mon Jan 29 2007 Joe Orton <jorton@redhat.com> 1.4.3-3
dadd06e
- update to 1.4.3 (#228691)
c06fbf3
- remove trailing dot from Summary
c06fbf3
- use current preferred standard BuildRoot
dadd06e
- add post/postun ldconfig scriptlets for -ruby and -javahl
3987f63
3837625
* Fri Dec  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-5
3837625
- fix use of python_sitearch
3837625
f1985a5
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1.4.2-4
f1985a5
- rebuild against python 2.5
f1985a5
- follow python packaging guidelines
f1985a5
ff35b56
* Wed Nov  8 2006 Joe Orton <jorton@redhat.com> 1.4.2-3
ff35b56
- update to 1.4.2
ff35b56
6dc2eb3
* Mon Sep 11 2006 Joe Orton <jorton@redhat.com> 1.4.0-2
6dc2eb3
- update to 1.4.0
6dc2eb3
89df43d
* Thu Jul 13 2006 Joe Orton <jorton@redhat.com> 1.3.2-6
89df43d
- fix ruby packaging (#191611)
89df43d
89df43d
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> 1.3.2-5.1
a6ba00e
- rebuild
a6ba00e
7e45417
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-5
7e45417
- disable test suite
7e45417
6a3fb2e
* Wed Jun  7 2006 Joe Orton <jorton@redhat.com> 1.3.2-4
6a3fb2e
- BR gettext
6a3fb2e
480a3c1
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-3
480a3c1
- re-enable test suite
480a3c1
699a1a9
* Fri Jun  2 2006 Joe Orton <jorton@redhat.com> 1.3.2-2
699a1a9
- update to 1.3.2
699a1a9
- fix Ruby sitelibdir (Garrick Staples, #191611)
699a1a9
- own /etc/subversion (#189071)
699a1a9
- update to psvn.el r19857
699a1a9
9fb54b8
* Thu Apr  6 2006 Joe Orton <jorton@redhat.com> 1.3.1-4
9fb54b8
- move libsvn_swig_ruby* back to subversion-ruby
9fb54b8
a73eb47
* Tue Apr  4 2006 Joe Orton <jorton@redhat.com> 1.3.1-3
a73eb47
- update to 1.3.1
a73eb47
- update to psvn.el r19138 (Stefan Reichoer)
a73eb47
- build -java on s390 again
a73eb47
Florian La Roche 054d8de
* Thu Feb 16 2006 Florian La Roche <laroche@redhat.com> - 1.3.0-5
Florian La Roche 054d8de
- do not package libs within subversion-ruby, these are already
Florian La Roche 054d8de
  available via the main package
Florian La Roche 054d8de
755ea34
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.2
755ea34
- bump again for double-long bug on ppc(64)
755ea34
cc15bbc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.3.0-4.1
cc15bbc
- rebuilt for new gcc4.1 snapshot and glibc changes
cc15bbc
31fb30f
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-4
31fb30f
- run check-swig-py in %%check (#178448)
31fb30f
- relax JDK requirement (Kenneth Porter, #177367)
31fb30f
81d0bd6
* Tue Jan 31 2006 Joe Orton <jorton@redhat.com> 1.3.0-3
81d0bd6
- rebuild for neon 0.25
81d0bd6
1cd9ea3
* Wed Jan  4 2006 Joe Orton <jorton@redhat.com> 1.3.0-2
1cd9ea3
- update to 1.3.0 (#176833)
1cd9ea3
- update to psvn.el r17921 Stefan Reichoer
1cd9ea3
99ee2cb
* Mon Dec 12 2005 Joe Orton <jorton@redhat.com> 1.2.3-6
99ee2cb
- fix ownership of libsvnjavahl.* (#175289)
99ee2cb
- try building javahl on ia64/ppc64 again
99ee2cb
e8a7b39
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e8a7b39
- rebuilt
e8a7b39
2e0edb9
* Fri Dec  2 2005 Joe Orton <jorton@redhat.com> 1.2.3-5
2e0edb9
- rebuild for httpd-2.2/apr-1.2/apr-util-1.2
2e0edb9
501178d
* Thu Nov 10 2005 Tomas Mraz <tmraz@redhat.com> 1.2.3-4
501178d
- rebuilt against new openssl
501178d
d0d9f73
* Thu Sep  8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
d0d9f73
- update to 1.2.3
4b6e5a9
- update to psvn.el r16070 from Stefan Reichoer
d0d9f73
- merge subversion.conf changes from RHEL4
d0d9f73
- merge filter-requires.sh changes from FC4 updates
d0d9f73
d0d9f73
* Mon Aug  8 2005 Joe Orton <jorton@redhat.com> 1.2.1-4
d0d9f73
- add BR for which (#161015)
d0d9f73
5694909
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
5694909
- update to 1.2.1
5694909
- fix BuildRequires for ruby and apr-util (#163126)
5694909
- drop static library archives
5694909
3d46b6e
* Wed May 25 2005 Joe Orton <jorton@redhat.com> 1.2.0-2
a23a63c
- disable java on all but x86, x86_64, ppc (#158719)
3d46b6e
9ebf152
* Tue May 24 2005 Joe Orton <jorton@redhat.com> 1.2.0-1
9ebf152
- update to 1.2.0; add ruby subpackage
9ebf152
c8f9389
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 1.1.4-3
c8f9389
- enable java subpackage again
c8f9389
- tweak subversion.conf comments
c8f9389
40ce653
* Sun Apr  3 2005 Joe Orton <jorton@redhat.com> 1.1.4-2
40ce653
- update to 1.1.4
40ce653
858b2c2
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-8
858b2c2
- further swig bindings fix (upstream via Max Bowsher, #151798)
858b2c2
- fix perl File::Path dependency in filter-requires.sh
858b2c2
6fd2448
* Tue Mar 22 2005 Joe Orton <jorton@redhat.com> 1.1.3-7
6fd2448
- restore swig bindings support (from upstream via Max Bowsher, #141343)
6fd2448
- tweak SELinux commentary in default subversion.conf
6fd2448
7430724
* Wed Mar  9 2005 Joe Orton <jorton@redhat.com> 1.1.3-6
23619db
- fix svn_load_dirs File::Path version requirement
7430724
7430724
* Tue Mar  8 2005 Joe Orton <jorton@redhat.com> 1.1.3-5
1339ab2
- add -java subpackage for javahl libraries (Anthony Green, #116202)
1339ab2
df78745
* Fri Mar  4 2005 Joe Orton <jorton@redhat.com> 1.1.3-4
df78745
- rebuild
df78745
2130ca6
* Tue Feb 15 2005 Joe Orton <jorton@redhat.com> 1.1.3-3
2130ca6
- run test suite in C locale (#146125)
1a7e002
- adjust -pie patch for build.conf naming upstream
1a7e002
6476762
* Wed Jan 19 2005 Joe Orton <jorton@redhat.com> 1.1.3-2
6476762
- rebuild to pick up db-4.3 properly; don't ignore test failures
6476762
79a52a5
* Sun Jan 16 2005 Joe Orton <jorton@redhat.com> 1.1.3-1
79a52a5
- update to 1.1.3 (#145236)
79a52a5
- fix python bindings location on x86_64 (#143522)
79a52a5
67a2c93
* Mon Jan 10 2005 Joe Orton <jorton@redhat.com> 1.1.2-3
67a2c93
- update to 1.1.2
67a2c93
- disable swig bindings due to incompatible swig version
67a2c93
33ea74e
* Wed Nov 24 2004 Joe Orton <jorton@redhat.com> 1.1.1-5
33ea74e
- update subversion.conf examples to be SELinux-friendly
33ea74e
jbj dddff42
* Thu Nov 11 2004 Jeff Johnson <jbj@jbj.org> 1.1.1-4
jbj dddff42
- rebuild against db-4.3.21.
jbj 47f9c31
- x86_64: don't fail "make check" while diagnosing db-4.3.21 upgrade.
jbj dddff42
b72f172
* Mon Nov  8 2004 Jeremy Katz <katzj@redhat.com> - 1.1.1-3
b72f172
- rebuild against python 2.4
b72f172
6200cd8
* Mon Oct 25 2004 Joe Orton <jorton@redhat.com> 1.1.1-2
6200cd8
- update to 1.1.1
6200cd8
- update -pie patch to address #134786
6200cd8
a03f0ef
* Mon Oct  4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
a03f0ef
- use pure_vendor_install to fix Perl modules
a03f0ef
- use %%find_lang to package translations (Axel Thimm)
a03f0ef
d1e6133
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-4
d1e6133
- don't use parallel make for swig-py
d1e6133
219ac49
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-3
219ac49
- BuildRequire newest swig for "swig -ldflags" fix
219ac49
d65d239
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-2
d65d239
- fix swig bindings build on x86_64
d65d239
cbe0f46
* Thu Sep 30 2004 Joe Orton <jorton@redhat.com> 1.1.0-1
cbe0f46
- update to 1.1.0
cbe0f46
ed20b4b
* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 1.0.8-2
ed20b4b
- update to 1.0.8
ed20b4b
- remove -neonver patch
357017e
- update psvn.el to 11062
ed20b4b
cvsdist e1e7868
* Mon Aug 23 2004 Joe Orton <jorton@redhat.com> 1.0.6-3
cvsdist e1e7868
- add svn_load_dirs.pl to docdir (#128338)
cvsdist e1e7868
- add psvn.el (#128356)
cvsdist e1e7868
cvsdist 9258f62
* Thu Jul 22 2004 Joe Orton <jorton@redhat.com> 1.0.6-2
cvsdist 9258f62
- rebuild
cvsdist 9258f62
cvsdist 9258f62
* Tue Jul 20 2004 Joe Orton <jorton@redhat.com> 1.0.6-1
cvsdist 9258f62
- update to 1.0.6
cvsdist 9258f62
- allow build against neon 0.24.*
cvsdist 9258f62
cvsdist 5b3925e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 5b3925e
- rebuilt
cvsdist 5b3925e
cvsdist 5b3925e
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
cvsdist 5b3925e
- update to 1.0.5
cvsdist 5b3925e
cvsdist 5b3925e
* Mon Jun  7 2004 Joe Orton <jorton@redhat.com> 1.0.4-2
cvsdist 5b3925e
- add ra_svn security fix for CVE CAN-2004-0413 (Ben Reser)
cvsdist 5b3925e
cvsdist 82a5bfa
* Fri May 28 2004 Joe Orton <jorton@redhat.com> 1.0.4-1.1
cvsdist 82a5bfa
- rebuild for new swig
cvsdist 82a5bfa
cvsdist 82a5bfa
* Sat May 22 2004 Joe Orton <jorton@redhat.com> 1.0.4-1
cvsdist 82a5bfa
- update to 1.0.4
cvsdist 82a5bfa
cvsdist 82a5bfa
* Fri May 21 2004 Joe Orton <jorton@redhat.com> 1.0.3-2
cvsdist 82a5bfa
- build /usr/bin/* as PIEs
cvsdist 82a5bfa
- add fix for libsvn_client symbol namespace violation (r9608)
cvsdist 82a5bfa
cvsdist 82a5bfa
* Wed May 19 2004 Joe Orton <jorton@redhat.com> 1.0.3-1
cvsdist 82a5bfa
- update to 1.0.3
cvsdist 82a5bfa
cvsdist 82a5bfa
* Sun May 16 2004 Joe Orton <jorton@redhat.com> 1.0.2-3
cvsdist 82a5bfa
- add ldconfig invocations for -perl post/postun (Ville Skyttä)
cvsdist 82a5bfa
cvsdist 82a5bfa
* Tue May  4 2004 Joe Orton <jorton@redhat.com> 1.0.2-2
cvsdist 82a5bfa
- add perl MODULE_COMPAT requirement for -perl subpackage
cvsdist 82a5bfa
- move perl man pages into -perl subpackage
cvsdist 82a5bfa
- clean up -perl installation and dependencies (Ville Skyttä, #123045)
cvsdist 82a5bfa
cvsdist 68a24ec
* Mon Apr 19 2004 Joe Orton <jorton@redhat.com> 1.0.2-1
cvsdist 68a24ec
- update to 1.0.2
cvsdist 68a24ec
cvsdist 6887387
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.1-1
cvsdist 6887387
- update to 1.0.1; cvs2svn no longer included
cvsdist 6887387
cvsdist 6887387
* Fri Mar 12 2004 Joe Orton <jorton@redhat.com> 1.0.0-3
cvsdist 6887387
- add -perl subpackage for Perl bindings (steve@silug.org)
cvsdist 6887387
- include mod_authz_svn INSTALL file
cvsdist 6887387
cvsdist 6887387
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> 1.0.0-2.1
cvsdist 6887387
- rebuilt
cvsdist 6887387
cvsdist 6887387
* Wed Feb 25 2004 Joe Orton <jorton@redhat.com> 1.0.0-2
cvsdist 6887387
- add fix for lack of apr_dir_read ordering guarantee (Philip Martin)
cvsdist 6887387
- enable compression in ra_dav by default (Tobias Ringström)
cvsdist 6887387
cvsdist 6887387
* Mon Feb 23 2004 Joe Orton <jorton@redhat.com> 1.0.0-1
cvsdist 6887387
- update to one-dot-oh
cvsdist 6887387
cvsdist 6887387
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> 0.37.0-2
cvsdist 6887387
- rebuilt
cvsdist 6887387
cvsdist 975b53d
* Sat Jan 24 2004 Joe Orton <jorton@redhat.com> 0.37.0-1
cvsdist 975b53d
- update to 0.37.0
cvsdist 975b53d
cvsdist 975b53d
* Tue Jan 13 2004 Joe Orton <jorton@redhat.com> 0.36.0-1
cvsdist 975b53d
- update to 0.36.0
cvsdist 2646c80
cvsdist 975b53d
* Thu Jan  8 2004 Joe Orton <jorton@redhat.com> 0.35.1-1
cvsdist 975b53d
- update to 0.35.1
cvsdist 975b53d
- fix shebang lines in hook scripts (#111498)
cvsdist 975b53d
cvsdist 975b53d
* Sat Dec 13 2003 Jeff Johnson <jbj@jbj.org> 0.34.0-3
cvsdist 975b53d
- rebuild against db-4.2.52.
cvsdist 975b53d
cvsdist 975b53d
* Thu Dec  4 2003 Joe Orton <jorton@redhat.com> 0.34.0-2
cvsdist 975b53d
- package all man pages
cvsdist 975b53d
cvsdist 975b53d
* Thu Dec 04 2003 Joe Orton <jorton@redhat.com> 0.34.0-1
cvsdist 975b53d
- update to 0.34.0
cvsdist 975b53d
cvsdist 975b53d
* Thu Nov 13 2003 Joe Orton <jorton@redhat.com> 0.32.1-3
cvsdist 975b53d
- remove workarounds for #109268 and #109267
cvsdist 975b53d
cvsdist 975b53d
* Thu Nov  6 2003 Joe Orton <jorton@redhat.com> 0.32.1-2
cvsdist 975b53d
- rebuild for Python 2.3.2
cvsdist 975b53d
- remove libtool workaround
cvsdist 975b53d
- add workarounds for #109268 and #109267
cvsdist 4c54eef
cvsdist 27abd71
* Fri Oct 24 2003 Joe Orton <jorton@redhat.com> 0.32.1-1
cvsdist 27abd71
- update to 0.31.2
cvsdist 27abd71
- work around libtool/ppc64/db4 confusion
cvsdist 27abd71
cvsdist 975b53d
* Mon Oct 13 2003 Jeff Johnson <jbj@jbj.org> 0.31.0-2.1
cvsdist 975b53d
- rebuild against db-4.2.42.
cvsdist 975b53d
cvsdist 27abd71
* Fri Oct 10 2003 Joe Orton <jorton@redhat.com> 0.31.0-2
cvsdist 27abd71
- include The Book
cvsdist 27abd71
- don't add an RPATH for libdir to executables
cvsdist 27abd71
cvsdist 27abd71
* Thu Oct  9 2003 Joe Orton <jorton@redhat.com> 0.31.0-1
cvsdist 27abd71
- update to 0.31.0
cvsdist 27abd71
cvsdist 27abd71
* Wed Sep 24 2003 Joe Orton <jorton@redhat.com> 0.30.0-1
cvsdist 27abd71
- update to 0.30.0
cvsdist 27abd71
cvsdist 27abd71
* Sun Sep  7 2003 Joe Orton <jorton@redhat.com> 0.29.0-1
cvsdist 27abd71
- update to 0.29.0
cvsdist 27abd71
cvsdist 27abd71
* Tue Jul 22 2003 Nalin Dahyabhai <nalin@redhat.com> 0.25-2
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jul 15 2003 Joe Orton <jorton@redhat.com> 0.25-1
cvsdist 27abd71
- update to 0.25
cvsdist 27abd71
cvsdist 27abd71
* Mon Jul 14 2003 Joe Orton <jorton@redhat.com> 0.24.2-4
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-3
cvsdist 27abd71
- rebuild
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-2
cvsdist 27abd71
- don't use any LDFLAGS when building swig, fix for libdir=lib64
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 24 2003 Joe Orton <jorton@redhat.com> 0.24.2-1
cvsdist 27abd71
- update to 0.24.2; fix Python bindings
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun 17 2003 Joe Orton <jorton@redhat.com> 0.24.1-1
cvsdist 27abd71
- update to 0.24.1; include mod_authz_svn
cvsdist 27abd71
- force use of CC=gcc CXX=g++
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-2
cvsdist 27abd71
- add cvs2svn man page
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  9 2003 Joe Orton <jorton@redhat.com> 0.23.0-1
cvsdist 27abd71
- update to 0.23.0
cvsdist 27abd71
cvsdist 27abd71
* Sun Jun  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-7
cvsdist 27abd71
- package cvs2svn to be usable outside docdir
cvsdist 27abd71
- remove unnecessary files
cvsdist 27abd71
cvsdist 27abd71
* Thu Jun  5 2003 Joe Orton <jorton@redhat.com> 0.22.2-6
cvsdist 27abd71
- add fix for unhandled deadlock errors in libsvn_fs
cvsdist 27abd71
- don't package the out-of-date info pages
cvsdist 27abd71
cvsdist 27abd71
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-5
cvsdist 27abd71
- rebuilt
cvsdist 27abd71
cvsdist 27abd71
* Tue Jun  3 2003 Joe Orton <jorton@redhat.com> 0.22.2-4
cvsdist 27abd71
- cleanups
cvsdist 27abd71
cvsdist 27abd71
* Mon Jun  2 2003 Elliot Lee <sopwith@redhat.com> 0.22.2-3
cvsdist 27abd71
- Add back in s390x, excludearch bad.
cvsdist 27abd71
cvsdist 27abd71
* Tue May 20 2003 Jeff Johnson <jbj@redhat.com> 0.22.2-2
cvsdist 27abd71
- use external neon-0.23.9-2 (i.e. with neon-config), drop internal neon.
cvsdist 27abd71
- use db-4.1.25, not db-4.0.14.
cvsdist 27abd71
- do "make check" (but ignore failure for now).
cvsdist 27abd71
- s390x knows not of httpd >= 2.0.45.
cvsdist 27abd71
cvsdist 27abd71
* Thu May  8 2003 Joe Orton <jorton@redhat.com> 0.22.2-1
cvsdist 27abd71
- update to 0.22.2; add mod_dav_svn subpackage
cvsdist 27abd71
- include Python bindings
cvsdist 27abd71
- neon: force use of expat, enable SSL
cvsdist 27abd71
- drop check for specific apr version added in -3
cvsdist 27abd71
cvsdist 27abd71
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-6
cvsdist 27abd71
- filter out perl(Config::IniFiles) requirement
cvsdist 27abd71
cvsdist 27abd71
* Thu May  1 2003 Joe Orton <jorton@redhat.com> 0.20.1-5
cvsdist 27abd71
- fail early if apr-config is not 0.9.3
cvsdist 27abd71
cvsdist 27abd71
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-4
cvsdist 27abd71
- fix workaround for non-lib64 platforms
cvsdist 27abd71
cvsdist 27abd71
* Wed Apr 30 2003 Joe Orton <jorton@redhat.com> 0.20.1-3
cvsdist 27abd71
- add workaround for libtool problem
cvsdist 27abd71
cvsdist 27abd71
* Tue Apr 29 2003 Joe Orton <jorton@redhat.com> 0.20.1-2
cvsdist 27abd71
- require and use system apr, apr-util libraries
cvsdist 27abd71
- use License not Copyright
cvsdist 8ec9651
cvsdist 27abd71
* Fri Apr 04 2003 Florian La Roche <Florian.LaRoche@redhat.de>
cvsdist 27abd71
- update to 0.20.1
cvsdist c376579
cvsdist e8ab74e
* Wed Jan 22 2003 Jeff Johnson <jbj@redhat.com> 0.17.1-4503.0
cvsdist e8ab74e
- upgrade to 0.17.1.
cvsdist e8ab74e
cvsdist e8ab74e
* Wed Dec 11 2002 Jeff Johnson <jbj@redhat.com> 0.16-3987.1
cvsdist e8ab74e
- upgrade to 0.16.
cvsdist e8ab74e
cvsdist e8ab74e
* Wed Nov 13 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.2
cvsdist e8ab74e
- don't mess with the info handbook install yet.
cvsdist e8ab74e
cvsdist e8ab74e
* Sun Nov 10 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.1
cvsdist e8ab74e
- use libdir, build on x86_64 too.
cvsdist e8ab74e
- avoid "perl(Config::IniFiles) >= 2.27" dependency.
cvsdist e8ab74e
cvsdist e8ab74e
* Sat Nov  9 2002 Jeff Johnson <jbj@redhat.com> 0.15-3687.0
cvsdist e8ab74e
- first build from adapted spec file, only client and libraries for now.
cvsdist e8ab74e
- internal apr/apr-utils/neon until incompatibilities sort themselves out.
cvsdist e8ab74e
- avoid libdir issues on x86_64 for the moment.