Compare commits

...

5 Commits
rawhide ... f18

Author SHA1 Message Date
Joe Orton
64e9960933 update to 1.7.14 2013-11-26 21:34:14 +00:00
Joe Orton
bf2fea072a use full RELRO for mod_*.so (#973694)
Resolves: rhbz#973694
2013-07-25 19:28:45 +01:00
Joe Orton
319030cf16 update to 1.7.11 2013-07-25 09:24:28 +01:00
Joe Orton
f65f6630a6 update to 1.7.10 (#970014)
- fix aarch64 build issues (Dennis Gilmore, #926578)
Resolves: rhbz#970044
Resolves: rhbz#970043
Resolves: rhbz#970042
Resolves: rhbz#926578
2013-06-03 13:20:46 +01:00
Joe Orton
6d489c8554 update to 1.7.9 (#948813)
Resolves: rhbz#948813
2013-04-10 09:32:05 +01:00
4 changed files with 1136 additions and 3 deletions

3
.gitignore vendored
View File

@ -20,3 +20,6 @@ subversion-1.6.12.tar.bz2
/subversion-1.7.6.tar.bz2
/subversion-1.7.7.tar.bz2
/subversion-1.7.8.tar.bz2
/subversion-1.7.9.tar.bz2
/subversion-1.7.10.tar.bz2
/subversion-1.7.11.tar.bz2

View File

@ -1 +1 @@
454b9f398415c3504435bf8c3f6ed127 subversion-1.7.8.tar.bz2
cfff541f079f3b4b30795e08ee7aafa7 subversion-1.7.14.tar.bz2

File diff suppressed because it is too large Load Diff

View File

@ -25,8 +25,8 @@
Summary: A Modern Concurrent Version Control System
Name: subversion
Version: 1.7.8
Release: 3%{?dist}
Version: 1.7.14
Release: 1%{?dist}
License: ASL 2.0
Group: Development/Tools
URL: http://subversion.apache.org/
@ -44,6 +44,7 @@ Patch3: subversion-1.7.0-kwallet.patch
Patch4: subversion-1.7.2-ruby19.patch
Patch7: subversion-1.7.4-kwallet2.patch
Patch8: subversion-1.7.4-sqlitever.patch
Patch11: subversion-1.7.10-aarch64.patch
BuildRequires: autoconf, libtool, python, python-devel, texinfo, which
BuildRequires: %{dbdevel} >= 4.1.25, swig >= 1.3.24, gettext
BuildRequires: apr-devel >= 1.3.0, apr-util-devel >= 1.3.0
@ -182,6 +183,7 @@ This package includes supplementary tools for use with Subversion.
%patch4 -p1 -b .ruby
%patch7 -p1 -b .kwallet2
%patch8 -p1 -b .sqlitever
%patch11 -p1 -b .aarch64
%build
# Regenerate the buildsystem, so that:
@ -204,6 +206,7 @@ export svn_cv_ruby_sitedir_archsuffix=""
sed -i 's/-fpie/-fPIE/' Makefile.in
%endif
export APACHE_LDFLAGS="-Wl,-z,relro,-z,now"
export CC=gcc CXX=g++ JAVA_HOME=%{jdk_path} CFLAGS="$RPM_OPT_FLAGS"
%configure --with-apr=%{_prefix} --with-apr-util=%{_prefix} \
--with-swig --with-neon=%{_prefix} \
@ -467,6 +470,22 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Tue Nov 26 2013 Joe Orton <jorton@redhat.com> - 1.7.14-1
- update to 1.7.14
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.7.11-1.1
- use full RELRO for mod_*.so (#973694)
* Thu Jul 25 2013 Joe Orton <jorton@redhat.com> - 1.7.11-1
- update to 1.7.11
* Mon Jun 3 2013 Joe Orton <jorton@redhat.com> - 1.7.10-1
- update to 1.7.10 (#970014)
- fix aarch64 build issues (Dennis Gilmore, #926578)
* Tue Apr 9 2013 Joe Orton <jorton@redhat.com> - 1.7.9-1
- update to 1.7.9 (#948813)
* Tue Jan 8 2013 Joe Orton <jorton@redhat.com> - 1.7.8-3
- update to latest psvn.el