- update to 1.2.3

- merge subversion.conf changes from RHEL4
- merge filter-requires.sh changes from FC4 updates
This commit is contained in:
jorton 2005-09-08 15:49:25 +00:00
parent 5694909574
commit d0d9f73253
6 changed files with 24 additions and 16 deletions

View File

@ -2,8 +2,12 @@
# Munge Perl requirements: # Munge Perl requirements:
# - remove dependency on Config::Inifiles # - remove dependency on Config::Inifiles
# - only require File::Path >= 1.04, not >= 1.404 # - only require File::Path >= 1.04, not >= 1.404
# (since rpmvercmp thinks 04 < 1.404, not unreasonably)
# - filter out requirements for SVN:: modules; otherwise
# subversion requires subversion-perl
/usr/lib/rpm/perl.req $* | /usr/lib/rpm/perl.req $* |
sed -e '/perl(Config::IniFiles)/d' \ sed -e '/perl(Config::IniFiles)/d' \
-e '/perl(SVN::/d' \
-e 's/perl(File::Path) >= 1.0404/perl(File::Path) >= 1.04/' -e 's/perl(File::Path) >= 1.0404/perl(File::Path) >= 1.04/'

View File

@ -1 +1 @@
http://subversion.tigris.org/downloads http://subversion.tigris.org/tarballs

View File

@ -1 +1 @@
01c3742745d50d4395684a4fb2908c5f subversion-1.2.1.tar.gz 95f9b43801b4d9bc071564bca2116763 subversion-1.2.3.tar.gz

View File

@ -5,21 +5,17 @@ LoadModule authz_svn_module modules/mod_authz_svn.so
# #
# Example configuration to enable HTTP access for a directory # Example configuration to enable HTTP access for a directory
# containing Subversion repositories, "/var/www/svn". Each repository # containing Subversion repositories, "/var/www/svn". Each repository
# must be readable and writable by the 'apache' user. # must be readable and writable by the 'apache' user. Note that if
# # SELinux is enabled, the repositories must be labelled with a context
# Note that if SELinux is enabled, the repositories must be labelled # which httpd can write to; this will happen by default for
# with a context which httpd can write to; this will happen by default # directories created in /var/www. Use "restorecon -R /var/www/svn"
# for newly created directories in /var/www. Use the command # to label the repositories if upgrading from a previous release.
# "restorecon -R /var/www/svn" to label the repositories if migrating
# from a system without SELinux enabled; to label a repository outside
# /var/www, use "chcon -R -h -t httpd_sys_content_t /path/to/repos".
# #
# #
# To create a new repository using this scheme, say, # To create a new repository "http://localhost/repos/stuff" using
# http://localhost/repos/stuff, run as root: # this configuration, run as root:
# #
# # mkdir /var/www/svn
# # cd /var/www/svn # # cd /var/www/svn
# # svnadmin create stuff # # svnadmin create stuff
# # chown -R apache.apache stuff # # chown -R apache.apache stuff

View File

@ -17,7 +17,7 @@
Summary: Modern Version Control System designed to replace CVS Summary: Modern Version Control System designed to replace CVS
Name: subversion Name: subversion
Version: 1.2.1 Version: 1.2.3
Release: 3 Release: 3
License: BSD License: BSD
Group: Development/Tools Group: Development/Tools
@ -31,7 +31,7 @@ Patch2: subversion-0.20.1-deplibs.patch
Patch3: subversion-0.31.0-rpath.patch Patch3: subversion-0.31.0-rpath.patch
Patch6: subversion-1.0.3-pie.patch Patch6: subversion-1.0.3-pie.patch
Patch7: subversion-1.1.3-java.patch Patch7: subversion-1.1.3-java.patch
BuildRequires: autoconf, libtool, python, python-devel, texinfo BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.20-1, docbook-style-xsl BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.20-1, docbook-style-xsl
BuildRequires: apr-devel >= 0.9.6-1, apr-util-devel >= 0.9.5-1 BuildRequires: apr-devel >= 0.9.6-1, apr-util-devel >= 0.9.5-1
BuildRequires: neon-devel >= 0:0.24.7-1 BuildRequires: neon-devel >= 0:0.24.7-1
@ -250,6 +250,14 @@ rm -rf ${RPM_BUILD_ROOT}
%endif %endif
%changelog %changelog
* Thu Sep 8 2005 Joe Orton <jorton@redhat.com> 1.2.3-3
- update to 1.2.3
- 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)
* Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3 * Fri Jul 22 2005 Joe Orton <jorton@redhat.com> 1.2.0-3
- update to 1.2.1 - update to 1.2.1
- fix BuildRequires for ruby and apr-util (#163126) - fix BuildRequires for ruby and apr-util (#163126)

View File

@ -1 +1 @@
subversion-1.2.1.tar.gz subversion-1.2.3.tar.gz