OBS User unknown 2008-02-15 00:41:45 +00:00 committed by Git OBS Bridge
parent cbb188e11b
commit 490d71400c
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:80e5e703f59f7649ea615f57e934e98114b8a1dda38847050e5a0572b65be4cc oid sha256:8c7081db4300e22895fb10e4f9dcd1fa59471df4cd2b3d7df10f4b6d2c7799ad
size 8698633 size 8705587

View File

@ -9,7 +9,7 @@
# 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.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.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_RECOMMENDED_VER=0.27.2
NEON_URL="http://www.webdav.org/neon/neon-${NEON_RECOMMENDED_VER}.tar.gz" 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 dnl You can skip the neon version check only if you know what you are doing

View File

@ -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 Fri Feb 8 17:08:13 CET 2008 - olh@suse.de

View File

@ -10,6 +10,7 @@
# norootforbuild # norootforbuild
Name: subversion Name: subversion
BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages python-devel swig zlib-devel BuildRequires: apache2-devel db-devel gcc-c++ java2-devel-packages python-devel swig zlib-devel
%if 0%{?suse_version} > 1030 %if 0%{?suse_version} > 1030
@ -19,7 +20,7 @@ BuildRequires: neon-devel openldap2-devel
%endif %endif
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
Version: 1.5.0 Version: 1.5.0
Release: 42 Release: 47
# #
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services %define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
# #
@ -417,6 +418,10 @@ rm -rf $RPM_BUILD_ROOT
%{apache_libexecdir}/mod_authz_svn.* %{apache_libexecdir}/mod_authz_svn.*
%changelog %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 * Fri Feb 08 2008 olh@suse.de
- update to rev 29237 - update to rev 29237
various bugfixes various bugfixes