- update to 1.6.13

This commit is contained in:
Joe Orton 2010-10-05 09:56:02 +01:00
parent 17c7655427
commit 2df1e85ead
3 changed files with 10 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
subversion-1.6.12.tar.bz2 subversion-1.6.12.tar.bz2
*.rpm *.rpm
/subversion-1.6.13.tar.bz2.asc
/subversion-1.6.13.tar.bz2

View File

@ -1 +1 @@
a4b1d0d7f3a4587c59da9c1acf9dedd0 subversion-1.6.12.tar.bz2 7ae1c827689f21cf975804005be30aeb subversion-1.6.13.tar.bz2

View File

@ -16,8 +16,8 @@
Summary: A Modern Concurrent Version Control System Summary: A Modern Concurrent Version Control System
Name: subversion Name: subversion
Version: 1.6.12 Version: 1.6.13
Release: 5%{?dist} Release: 1%{?dist}
License: ASL 1.1 License: ASL 1.1
Group: Development/Tools Group: Development/Tools
URL: http://subversion.apache.org/ URL: http://subversion.apache.org/
@ -125,6 +125,8 @@ Group: Development/Libraries
Summary: JNI bindings to the Subversion libraries Summary: JNI bindings to the Subversion libraries
Requires: subversion = %{version}-%{release} Requires: subversion = %{version}-%{release}
BuildRequires: java-devel-openjdk BuildRequires: java-devel-openjdk
# JAR repacking requires both zip and unzip in the buildroot
BuildRequires: zip, unzip
%description javahl %description javahl
This package includes the JNI bindings to the Subversion libraries. This package includes the JNI bindings to the Subversion libraries.
@ -426,6 +428,9 @@ fi
%{_mandir}/man1/svn2cl.1* %{_mandir}/man1/svn2cl.1*
%changelog %changelog
* Tue Oct 5 2010 Joe Orton <jorton@redhat.com> - 1.6.13-1
- update to 1.6.13
* Tue Sep 7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-5 * Tue Sep 7 2010 Joe Orton <jorton@redhat.com> - 1.6.12-5
- add svnserve init script - add svnserve init script
- split out -libs subpackage - split out -libs subpackage