auto-import changelog data from subversion-1.0.5-2.src.rpm

Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
- update to 1.0.5
This commit is contained in:
cvsdist 2004-09-09 12:51:43 +00:00
parent 82a5bfac32
commit 5b3925ed26
4 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
subversion-1.0.4.tar.gz
subversion-1.0.5.tar.gz

View File

@ -1 +1 @@
fdf54470ac280e9b7cb008e907ec275a subversion-1.0.4.tar.gz
96856d7e1a6b056a17833d10d3cd7623 subversion-1.0.5.tar.gz

View File

@ -49,10 +49,11 @@ object built with -pie.
COMPILE_SWIG_PL = $(LIBTOOL) $(LTFLAGS) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) $(SWIG_PL_INCLUDES) $(INCLUDES) -o $@ -c
-LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS)
-LINK_LIB = $(LINK) -rpath $(libdir)
+BASE_LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(CC) $(LT_LDFLAGS) $(CFLAGS) $(LDFLAGS)
+LINK = $(BASE_LINK) -pie
+LINK_TEST = $(BASE_LINK) -no-install
LINK_LIB = $(LINK) -rpath $(libdir)
+LINK_LIB = $(BASE_LINK) -rpath $(libdir)
+LINK_TEST_LIB = $(BASE_LINK)
# special link rule for mod_dav_svn

View File

@ -5,8 +5,8 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.0.4
Release: 1.1
Version: 1.0.5
Release: 2
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -188,6 +188,15 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man*/*::*
%changelog
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Thu Jun 10 2004 Joe Orton <jorton@redhat.com> 1.0.5-1
- update to 1.0.5
* Mon Jun 7 2004 Joe Orton <jorton@redhat.com> 1.0.4-2
- add ra_svn security fix for CVE CAN-2004-0413 (Ben Reser)
* Fri May 28 2004 Joe Orton <jorton@redhat.com> 1.0.4-1.1
- rebuild for new swig