parent
f31cdf6cf6
commit
a960fbc241
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ subversion-1.6.12.tar.bz2
|
||||
/subversion-1.6.13.tar.bz2.asc
|
||||
/subversion-1.6.13.tar.bz2
|
||||
/subversion-1.6.15.tar.bz2
|
||||
/subversion-1.6.16.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
113fca1d9e4aa389d7dc2b210010fa69 subversion-1.6.15.tar.bz2
|
||||
32f25a6724559fe8691d1f57a63f636e subversion-1.6.16.tar.bz2
|
||||
|
@ -16,7 +16,7 @@
|
||||
|
||||
Summary: A Modern Concurrent Version Control System
|
||||
Name: subversion
|
||||
Version: 1.6.15
|
||||
Version: 1.6.16
|
||||
Release: 1%{?dist}
|
||||
License: ASL 1.1
|
||||
Group: Development/Tools
|
||||
@ -43,6 +43,7 @@ BuildRequires: sqlite-devel >= 3.4.0
|
||||
BuildRequires: gnome-keyring-devel, dbus-devel, kdelibs-devel >= 4.0.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Provides: svn = %{version}-%{release}
|
||||
Requires: subversion-libs%{?_isa} = %{version}-%{release}
|
||||
Requires(post): /sbin/chkconfig
|
||||
Requires(preun): /sbin/chkconfig, /sbin/service
|
||||
|
||||
@ -62,7 +63,6 @@ compelling replacement for CVS.
|
||||
%package libs
|
||||
Group: Development/Tools
|
||||
Summary: Libraries for Subversion Version Control system
|
||||
Requires: subversion = %{version}-%{release}
|
||||
# APR 1.3.x interfaces are required
|
||||
Conflicts: apr%{?_isa}< 1.3.0
|
||||
|
||||
@ -102,7 +102,7 @@ passwords in the KDE Wallet.
|
||||
Group: System Environment/Daemons
|
||||
Summary: Apache httpd module for Subversion server
|
||||
Requires: httpd-mmn = %(cat %{_includedir}/httpd/.mmn || echo missing)
|
||||
Requires: subversion%{?_isa} = %{version}-%{release}
|
||||
Requires: subversion-libs%{?_isa} = %{version}-%{release}
|
||||
BuildRequires: httpd-devel >= 2.0.45
|
||||
|
||||
%description -n mod_dav_svn
|
||||
@ -430,6 +430,10 @@ fi
|
||||
%{_mandir}/man1/svn2cl.1*
|
||||
|
||||
%changelog
|
||||
* Fri Mar 4 2011 Joe Orton <jorton@redhat.com> - 1.6.16-1
|
||||
- update to 1.6.16 (#682203)
|
||||
- tweak arch-specific requires
|
||||
|
||||
* Sun Nov 28 2010 Joe Orton <jorton@redhat.com> - 1.6.15-1
|
||||
- update to 1.6.15
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user