OBS User unknown 2008-02-25 16:42:39 +00:00 committed by Git OBS Bridge
parent 490d71400c
commit 08e1371a24
8 changed files with 23 additions and 54 deletions

View File

@ -4,7 +4,7 @@
--- a/build/ac-macros/neon.m4
+++ b/build/ac-macros/neon.m4
@@ -143,7 +143,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
@@ -153,7 +153,7 @@ AC_DEFUN(SVN_NEON_CONFIG,
test "$svn_allowed_neon" = "any"; then
svn_allowed_neon_on_system="yes"
SVN_NEON_INCLUDES=[`$neon_config --cflags | sed -e 's/-D[^ ]*//g'`]

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8c7081db4300e22895fb10e4f9dcd1fa59471df4cd2b3d7df10f4b6d2c7799ad
size 8705587
oid sha256:67061e47456ccab6da370e60c79d416a9d6297810bb0c2d7254d5e80e2576549
size 8680447

View File

@ -3,7 +3,7 @@
--- a/Makefile.in
+++ b/Makefile.in
@@ -653,7 +653,7 @@ check-swig-pl: swig-pl swig-pl-lib
@@ -652,7 +652,7 @@ check-swig-pl: swig-pl swig-pl-lib
cd $(SWIG_PL_DIR)/native; $(MAKE) test
install-swig-pl: swig-pl install-swig-pl-lib

View File

@ -8,8 +8,8 @@
# 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.2 0.28.0"
+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.28.0
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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 25 10:09:47 CET 2008 - olh@suse.de
- update to rev 29581
various bugfixes, alpha1
-------------------------------------------------------------------
Wed Feb 13 08:33:20 CET 2008 - olh@suse.de

View File

@ -1,16 +1,19 @@
clear LD_RUN_PATH, it will end up as RPATH in ELF binaries
ERROR: RPATH "/usr/src/packages/BUILD/subversion-1.5.x/subversion/libsvn_subr/.libs" on /var/tmp/subversion-1.5.0-build/usr/lib/perl5/vendor_perl/5.10.0/ppc-linux-thread-multi-64int/auto/SVN/_Wc/_Wc.so is not allowed
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/Makefile.in
+++ b/Makefile.in
@@ -644,7 +644,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
@@ -641,7 +641,7 @@ $(SWIG_PL_DIR)/native/Makefile.PL: $(SWI
./config.status subversion/bindings/swig/perl/native/Makefile.PL
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS)
$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
- cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
+ cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL ; for i in `grep -wl ^LD_RUN_PATH Makefile Makefile.[^P]*` ; do sed -i 's@^LD_RUN_PATH.*@LD_RUN_PATH=@' $$i ; done
swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile
swig-pl: $(swig-pl_DEPS)
swig-pl_DEPS = autogen-swig-pl libsvn_swig_perl \
$(SWIG_PL_DIR)/native/Makefile

View File

@ -20,7 +20,7 @@ BuildRequires: neon-devel openldap2-devel
%endif
BuildRequires: sqlite-devel
Version: 1.5.0
Release: 47
Release: 52
#
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
#
@ -51,7 +51,6 @@ Patch11: subversion.libtool-verbose.patch
# build fixes
Patch20: subversion-swig-perl-install_vendor.patch
Patch23: subversion.libtool-pie-flags.patch
Patch24: subversion.svn_swig_perl.dep.patch
Patch31: subversion.perl.LD_RUN_PATH.patch
Patch32: subversion.fallback-to-ipv4.patch
Patch33: subversion.header_wrappers.patch
@ -154,7 +153,6 @@ esac
#
%patch20 -p1
%patch23 -p1
%patch24 -p1
%patch31 -p1
%patch32 -p1
%patch33 -p1
@ -418,6 +416,9 @@ rm -rf $RPM_BUILD_ROOT
%{apache_libexecdir}/mod_authz_svn.*
%changelog
* Mon Feb 25 2008 olh@suse.de
- update to rev 29581
various bugfixes, alpha1
* Wed Feb 13 2008 olh@suse.de
- update to rev 29310
various bugfixes

View File

@ -1,41 +0,0 @@
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile for SVN::_Core
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.client for SVN::_Client
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.delta for SVN::_Delta
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.fs for SVN::_Fs
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.ra for SVN::_Ra
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.repos for SVN::_Repos
Note (probably harmless): No library found for -lsvn_swig_perl-1
Writing Makefile.wc for SVN::_Wc
Makefile.in | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
--- a/Makefile.in
+++ b/Makefile.in
@@ -637,15 +637,16 @@ clean-swig-headers:
extraclean-swig-headers: clean-swig-headers
$(EXTRACLEAN_SWIG_HEADERS)
+swig-pl_native_Makefile_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
+ libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl
+
$(SWIG_PL_DIR)/native/Makefile.PL: $(SWIG_SRC_DIR)/perl/native/Makefile.PL.in
./config.status subversion/bindings/swig/perl/native/Makefile.PL
-$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL
+$(SWIG_PL_DIR)/native/Makefile: $(SWIG_PL_DIR)/native/Makefile.PL $(swig-pl_native_Makefile_DEPS)
cd $(SWIG_PL_DIR)/native; $(PERL) Makefile.PL
-swig-pl_DEPS = autogen-swig-pl libsvn_client libsvn_delta libsvn_diff \
- libsvn_fs libsvn_ra libsvn_repos libsvn_subr libsvn_wc libsvn_swig_perl \
- $(SWIG_PL_DIR)/native/Makefile
+swig-pl_DEPS = $(SWIG_PL_DIR)/native/Makefile
swig-pl: $(swig-pl_DEPS)
if test "$(SWIG_PL_DIR)" != "$(SWIG_PL_SRC_DIR)"; then \
ln -sf $(SWIG_PL_SRC_DIR)/native/*.c $(SWIG_PL_DIR)/native; \