- update license to Apache-2 - run regression tests for 12.1 again - allow builds --without regression_tests - subversion.libtool-verbose.patch refresh for moved source lines - subversion-swig-perl-install_vendor.patch refresh for moved source lines - subversion.libtool-pie-flags.patch refresh for moved source lines - subversion.perl.LD_RUN_PATH.patch refresh for moved source lines - subversion-no-build-date.patch refresh for moved source lines - subversion-neon-systemproxy.patch adjust to changed upstream sources, remove one chunk which would create duplicated lines in patched result OBS-URL: https://build.opensuse.org/request/show/97808 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=87
17 lines
629 B
Diff
17 lines
629 B
Diff
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: Makefile.in
|
|
===================================================================
|
|
--- Makefile.in.orig 2011-12-21 17:32:20.000000000 +0000
|
|
+++ Makefile.in 2011-12-21 17:32:27.000000000 +0000
|
|
@@ -756,7 +756,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
|
|
- cd $(SWIG_PL_DIR)/native; $(MAKE) install
|
|
+ cd $(SWIG_PL_DIR)/native; $(MAKE) install_vendor
|
|
|
|
EXTRACLEAN_SWIG_PL=rm -f $(SWIG_PL_SRC_DIR)/native/svn_*.c \
|
|
$(SWIG_PL_SRC_DIR)/native/core.c
|