This commit is contained in:
parent
6321f50029
commit
deafcc4553
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8b05aefb24f230be29e2b573a47e13a48ff9d59a83d226a696693fc60205786c
|
oid sha256:ba0d4745028d134469c5fdbbfaa27876372b6d7d86a20cb4e3ad6c71e6b3c746
|
||||||
size 4017373
|
size 4026893
|
||||||
|
30
subversion-neon-027.diff
Normal file
30
subversion-neon-027.diff
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
--- build/ac-macros/neon.m4
|
||||||
|
+++ build/ac-macros/neon.m4
|
||||||
|
@@ -50,11 +50,11 @@ AC_DEFUN(SVN_LIB_NEON,
|
||||||
|
NEON_VERSION=`cat $abs_srcdir/neon/.version`
|
||||||
|
AC_MSG_RESULT([$NEON_VERSION])
|
||||||
|
|
||||||
|
- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56]]\.'`" ; then
|
||||||
|
+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[56789]]\.'`" ; then
|
||||||
|
AC_DEFINE_UNQUOTED([SVN_NEON_0_25], [1],
|
||||||
|
[Define to 1 if you have Neon 0.25 or later.])
|
||||||
|
fi
|
||||||
|
- if test -n "`echo \"$NEON_VERSION\" | grep '^0\.26\.'`" ; then
|
||||||
|
+ if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[[6789]]\.'`" ; then
|
||||||
|
AC_DEFINE_UNQUOTED([SVN_NEON_0_26], [1],
|
||||||
|
[Define to 1 if you have Neon 0.26 or later.])
|
||||||
|
fi
|
||||||
|
--- subversion/libsvn_ra_dav/ra_dav.h
|
||||||
|
+++ subversion/libsvn_ra_dav/ra_dav.h
|
||||||
|
@@ -21,6 +21,11 @@
|
||||||
|
#ifndef SVN_LIBSVN_RA_DAV_H
|
||||||
|
#define SVN_LIBSVN_RA_DAV_H
|
||||||
|
|
||||||
|
+#ifndef SVN_NEON_0_25
|
||||||
|
+#define SVN_NEON_0_25 1
|
||||||
|
+#define SVN_NEON_0_26 1
|
||||||
|
+#endif
|
||||||
|
+
|
||||||
|
#include <apr_pools.h>
|
||||||
|
#include <apr_tables.h>
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
configure.in | 4 ++--
|
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
||||||
|
|
||||||
--- a/configure.in
|
|
||||||
+++ b/configure.in
|
|
||||||
@@ -69,8 +69,8 @@ SVN_LIB_APRUTIL($APU_VER_REGEXES)
|
|
||||||
|
|
||||||
# Either a space-separated list of allowable Neon versions, or "any" to
|
|
||||||
# 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_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 0.27.0 0.27.1 0.27.1 0.27.2 0.27.3 0.27.4"
|
|
||||||
+NEON_LATEST_WORKING_VER=0.27.4
|
|
||||||
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
|
|
||||||
AC_ARG_ENABLE(neon-version-check,
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 15 16:38:15 CEST 2007 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 1.4.5:
|
||||||
|
* Security fix (for w32 only)
|
||||||
|
* no other changelog available
|
||||||
|
- fix build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 12 10:58:41 CEST 2007 - olh@suse.de
|
Fri Oct 12 10:58:41 CEST 2007 - olh@suse.de
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package subversion (Version 1.4.4)
|
# spec file for package subversion (Version 1.4.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -11,9 +11,9 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
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 libneon-devel openldap2-devel python-devel swig
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
Release: 33
|
Release: 1
|
||||||
#
|
#
|
||||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||||
#
|
#
|
||||||
@ -50,7 +50,7 @@ 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-neon-027.diff
|
||||||
Patch35: subversion.java14.patch
|
Patch35: subversion.java14.patch
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ echo "" >> subversion/bindings/java/javahl/native/Targets.cpp
|
|||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
%patch34 -p1
|
%patch34
|
||||||
%patch35 -p1
|
%patch35 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -232,6 +232,7 @@ export CXXFLAGS="$CFLAGS"
|
|||||||
$with_jdk \
|
$with_jdk \
|
||||||
--with-jikes=no \
|
--with-jikes=no \
|
||||||
--enable-swig-bindings \
|
--enable-swig-bindings \
|
||||||
|
--disable-neon-version-check \
|
||||||
--disable-mod-activation
|
--disable-mod-activation
|
||||||
make %{?jobs:-j%jobs}
|
make %{?jobs:-j%jobs}
|
||||||
#
|
#
|
||||||
@ -394,6 +395,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{apache_libexecdir}/mod_dav_svn.*
|
%{apache_libexecdir}/mod_dav_svn.*
|
||||||
%{apache_libexecdir}/mod_authz_svn.*
|
%{apache_libexecdir}/mod_authz_svn.*
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 15 2007 - dmueller@suse.de
|
||||||
|
- update to 1.4.5:
|
||||||
|
* Security fix (for w32 only)
|
||||||
|
* no other changelog available
|
||||||
|
- fix build
|
||||||
* Fri Oct 12 2007 - olh@suse.de
|
* Fri Oct 12 2007 - olh@suse.de
|
||||||
- allow neon 0.27
|
- allow neon 0.27
|
||||||
* Thu Jun 21 2007 - olh@suse.de
|
* Thu Jun 21 2007 - olh@suse.de
|
||||||
|
Loading…
x
Reference in New Issue
Block a user