- update to 1.1.1

- update -pie patch to address #134786
This commit is contained in:
jorton 2004-10-25 15:11:00 +00:00
parent a03f0ef9c1
commit 6200cd8506
5 changed files with 22 additions and 7 deletions

View File

@ -1 +1 @@
subversion-1.1.0.tar.gz
subversion-1.1.1.tar.gz

View File

@ -1 +1 @@
9da8fdd869b218e17101b7675cbbae99 subversion-1.1.0.tar.gz
30c9c93fb3abda4aada393f2c68a406b subversion-1.1.1.tar.gz

View File

@ -1,6 +1,6 @@
Build subversion executables as PIEs. Requires a slight jig to
ensure that executables in the test suite are *not* build using
ensure that executables in the test suite are *not* built using
-pie, since that doesn't work when main() is not itself an
object built with -pie.
@ -25,7 +25,7 @@ object built with -pie.
+ ### more Makefile-specific stuff:
+ if self.install == 'test':
+ self.link_cmd = '$(LINK_TEST_LIB)'
+ else:
+ elif self.link_cmd == '$(LINK)':
+ self.link_cmd = '$(LINK_LIB)'
class TargetApacheMod(TargetLib):
@ -59,3 +59,14 @@ object built with -pie.
# special link rule for mod_dav_svn
LINK_APACHE_MOD = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS) -rpath $(APACHE_LIBEXECDIR) -avoid-version -module
--- subversion-1.1.0/build.conf.pie
+++ subversion-1.1.0/build.conf
@@ -347,7 +347,7 @@
sources = swigutil_py.c
libs = swig_runtime libsvn_subr libsvn_delta aprutil apriconv apr
# need SWIG_LDFLAGS to be able to link swig_runtime
-link-cmd = $(LINK) $(SWIG_LDFLAGS) $(SWIG_PY_LIBS)
+link-cmd = $(LINK_LIB) $(SWIG_LDFLAGS) $(SWIG_PY_LIBS)
install = swig-py-lib
# need special build rule to include -DSWIGPYTHON
compile-cmd = $(COMPILE_SWIG_PY)

View File

@ -5,8 +5,8 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.1.0
Release: 5
Version: 1.1.1
Release: 2
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -190,6 +190,10 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*::*
%changelog
* Mon Oct 25 2004 Joe Orton <jorton@redhat.com> 1.1.1-2
- update to 1.1.1
- update -pie patch to address #134786
* Mon Oct 4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
- use pure_vendor_install to fix Perl modules
- use %%find_lang to package translations (Axel Thimm)

View File

@ -1 +1 @@
subversion-1.1.0.tar.gz
subversion-1.1.1.tar.gz