This commit is contained in:
parent
cbb188e11b
commit
490d71400c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:80e5e703f59f7649ea615f57e934e98114b8a1dda38847050e5a0572b65be4cc
|
||||
size 8698633
|
||||
oid sha256:8c7081db4300e22895fb10e4f9dcd1fa59471df4cd2b3d7df10f4b6d2c7799ad
|
||||
size 8705587
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Either a space-separated list of allowable Neon versions, or "any" to
|
||||
# mean allow anything.
|
||||
-NEON_ALLOWED_LIST="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.2"
|
||||
+NEON_ALLOWED_LIST="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.2 0.27.3 0.27.4"
|
||||
+NEON_ALLOWED_LIST="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.2 0.27.3 0.27.4 0.27.5 0.28.0 0.28.1 0.28.2 0.28.3 0.29.0 0.29.1 0.29.2 0.29.3"
|
||||
NEON_RECOMMENDED_VER=0.27.2
|
||||
NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz"
|
||||
dnl You can skip the neon version check only if you know what you are doing
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 13 08:33:20 CET 2008 - olh@suse.de
|
||||
|
||||
- update to rev 29310
|
||||
various bugfixes
|
||||
- tolerate neon 0.28 and 0.29
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 8 17:08:13 CET 2008 - olh@suse.de
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: subversion
|
||||
BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages python-devel swig zlib-devel
|
||||
%if 0%{?suse_version} > 1030
|
||||
@ -19,7 +20,7 @@ BuildRequires: neon-devel openldap2-devel
|
||||
%endif
|
||||
BuildRequires: sqlite-devel
|
||||
Version: 1.5.0
|
||||
Release: 42
|
||||
Release: 47
|
||||
#
|
||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||
#
|
||||
@ -417,6 +418,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{apache_libexecdir}/mod_authz_svn.*
|
||||
|
||||
%changelog
|
||||
* Wed Feb 13 2008 olh@suse.de
|
||||
- update to rev 29310
|
||||
various bugfixes
|
||||
- tolerate neon 0.28 and 0.29
|
||||
* Fri Feb 08 2008 olh@suse.de
|
||||
- update to rev 29237
|
||||
various bugfixes
|
||||
|
Loading…
x
Reference in New Issue
Block a user