parent
a03f0ef9c1
commit
6200cd8506
@ -1 +1 @@
|
|||||||
subversion-1.1.0.tar.gz
|
subversion-1.1.1.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
9da8fdd869b218e17101b7675cbbae99 subversion-1.1.0.tar.gz
|
30c9c93fb3abda4aada393f2c68a406b subversion-1.1.1.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
Build subversion executables as PIEs. Requires a slight jig to
|
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
|
-pie, since that doesn't work when main() is not itself an
|
||||||
object built with -pie.
|
object built with -pie.
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ object built with -pie.
|
|||||||
+ ### more Makefile-specific stuff:
|
+ ### more Makefile-specific stuff:
|
||||||
+ if self.install == 'test':
|
+ if self.install == 'test':
|
||||||
+ self.link_cmd = '$(LINK_TEST_LIB)'
|
+ self.link_cmd = '$(LINK_TEST_LIB)'
|
||||||
+ else:
|
+ elif self.link_cmd == '$(LINK)':
|
||||||
+ self.link_cmd = '$(LINK_LIB)'
|
+ self.link_cmd = '$(LINK_LIB)'
|
||||||
|
|
||||||
class TargetApacheMod(TargetLib):
|
class TargetApacheMod(TargetLib):
|
||||||
@ -59,3 +59,14 @@ object built with -pie.
|
|||||||
|
|
||||||
# special link rule for mod_dav_svn
|
# 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
|
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)
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
Summary: Modern Version Control System designed to replace CVS
|
Summary: Modern Version Control System designed to replace CVS
|
||||||
Name: subversion
|
Name: subversion
|
||||||
Version: 1.1.0
|
Version: 1.1.1
|
||||||
Release: 5
|
Release: 2
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
URL: http://subversion.tigris.org/
|
URL: http://subversion.tigris.org/
|
||||||
@ -190,6 +190,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man*/*::*
|
%{_mandir}/man*/*::*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Oct 4 2004 Joe Orton <jorton@redhat.com> 1.1.0-5
|
||||||
- use pure_vendor_install to fix Perl modules
|
- use pure_vendor_install to fix Perl modules
|
||||||
- use %%find_lang to package translations (Axel Thimm)
|
- use %%find_lang to package translations (Axel Thimm)
|
||||||
|
Loading…
Reference in New Issue
Block a user