OBS User unknown 2007-10-12 22:12:51 +00:00 committed by Git OBS Bridge
parent 8861333b75
commit 6321f50029
3 changed files with 16 additions and 14 deletions

View File

@ -2,18 +2,16 @@
configure.in | 4 ++-- configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-) 1 file changed, 2 insertions(+), 2 deletions(-)
Index: subversion-1.4.x/configure.in --- a/configure.in
=================================================================== +++ b/configure.in
--- subversion-1.4.x.orig/configure.in
+++ subversion-1.4.x/configure.in
@@ -69,8 +69,8 @@ SVN_LIB_APRUTIL($APU_VER_REGEXES) @@ -69,8 +69,8 @@ SVN_LIB_APRUTIL($APU_VER_REGEXES)
# Either a space-separated list of allowable Neon versions, or "any" to # Either a space-separated list of allowable Neon versions, or "any" to
# mean allow anything. # mean allow anything.
-NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2" -NEON_ALLOWED_LIST="0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2"
-NEON_LATEST_WORKING_VER=0.25.5 -NEON_LATEST_WORKING_VER=0.25.5
+NEON_ALLOWED_LIST="0.24.4 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4" +NEON_ALLOWED_LIST="0.24.4 0.24.7 0.25.0 0.25.1 0.25.2 0.25.3 0.25.4 0.25.5 0.26.0 0.26.1 0.26.2 0.26.3 0.26.4 0.27.0 0.27.1 0.27.1 0.27.2 0.27.3 0.27.4"
+NEON_LATEST_WORKING_VER=0.26.4 +NEON_LATEST_WORKING_VER=0.27.4
NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz" NEON_URL="http://www.webdav.org/neon/neon-${NEON_LATEST_WORKING_VER}.tar.gz"
dnl You can skip the neon version check only if you know what you are doing dnl You can skip the neon version check only if you know what you are doing
AC_ARG_ENABLE(neon-version-check, AC_ARG_ENABLE(neon-version-check,

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 12 10:58:41 CEST 2007 - olh@suse.de
- allow neon 0.27
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jun 21 09:23:37 CEST 2007 - olh@suse.de Thu Jun 21 09:23:37 CEST 2007 - olh@suse.de

View File

@ -13,7 +13,7 @@
Name: subversion Name: subversion
BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages neon-devel openldap2-devel python-devel swig BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages neon-devel openldap2-devel python-devel swig
Version: 1.4.4 Version: 1.4.4
Release: 2 Release: 33
# #
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
# #
@ -27,9 +27,9 @@ PreReq: %insserv_prereq %fillup_prereq
# #
Summary: A Concurrent Versioning system similar to but better than CVS Summary: A Concurrent Versioning system similar to but better than CVS
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
License: Subversion license License: Subversion license, http://subversion.tigris.org/license-1.html
Group: Development/Tools/Version Control Group: Development/Tools/Version Control
URL: http://subversion.tigris.org Url: http://subversion.tigris.org
Source0: subversion-1.4.x.tar.bz2 Source0: subversion-1.4.x.tar.bz2
Source1: subversion.conf Source1: subversion.conf
Source2: subversion.README.SuSE Source2: subversion.README.SuSE
@ -50,16 +50,14 @@ Patch24: subversion.svn_swig_perl.dep.patch
Patch31: subversion.perl.LD_RUN_PATH.patch Patch31: subversion.perl.LD_RUN_PATH.patch
Patch32: subversion.fallback-to-ipv4.patch Patch32: subversion.fallback-to-ipv4.patch
Patch33: subversion.header_wrappers.patch Patch33: subversion.header_wrappers.patch
patch34: subversion.allowed-neon.patch Patch34: subversion.allowed-neon.patch
Patch35: subversion.java14.patch Patch35: subversion.java14.patch
# #
%description %description
Subversion does the same thing CVS does (Concurrent Versioning System) Subversion does the same thing cvs (CVS (Concurrent Versioning System))
but has major enhancements compared to CVS. but has major enhancements compared to CVS.
http://subversion.tigris.org
%package devel %package devel
@ -395,8 +393,9 @@ rm -rf $RPM_BUILD_ROOT
%dir %{apache_libexecdir} %dir %{apache_libexecdir}
%{apache_libexecdir}/mod_dav_svn.* %{apache_libexecdir}/mod_dav_svn.*
%{apache_libexecdir}/mod_authz_svn.* %{apache_libexecdir}/mod_authz_svn.*
%changelog %changelog
* Fri Oct 12 2007 - olh@suse.de
- allow neon 0.27
* Thu Jun 21 2007 - olh@suse.de * Thu Jun 21 2007 - olh@suse.de
- add /etc/xinetd.d/svnserve (271726) - add /etc/xinetd.d/svnserve (271726)
* Wed Jun 20 2007 - olh@suse.de * Wed Jun 20 2007 - olh@suse.de