- update to 1.4.4

- add Provides: svn (#245087)
- fix without-java build (Lennert Buytenhek, #245467)
This commit is contained in:
jorton 2007-07-26 11:58:58 +00:00
parent c638c34e20
commit c49283b638
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
6b991b63e3e1f69670c9e15708e40176 subversion-1.4.3.tar.gz
702655defa418bab8f683f6268b4fd30 subversion-1.4.4.tar.gz

View File

@ -14,8 +14,8 @@
Summary: Modern Version Control System designed to replace CVS
Name: subversion
Version: 1.4.3
Release: 5
Version: 1.4.4
Release: 1%{?dist}
License: BSD
Group: Development/Tools
URL: http://subversion.tigris.org/
@ -32,6 +32,7 @@ BuildRequires: db4-devel >= 4.1.25, swig >= 1.3.24, gettext
BuildRequires: apr-devel >= 0.9.7, apr-util-devel >= 0.9.7
BuildRequires: neon-devel >= 0:0.24.7-1
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Provides: svn = %{version}-%{release}
%define __perl_requires %{SOURCE3}
@ -203,9 +204,11 @@ rm -rf ${RPM_BUILD_ROOT}
%postun ruby -p /sbin/ldconfig
%if %{with_java}
%post javahl -p /sbin/ldconfig
%postun javahl -p /sbin/ldconfig
%endif
%files -f %{name}.lang
%defattr(-,root,root)
@ -260,6 +263,11 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Tue Jul 3 2007 Joe Orton <jorton@redhat.com> 1.4.4-1.fc7
- update to 1.4.4
- add Provides: svn (#245087)
- fix without-java build (Lennert Buytenhek, #245467)
* Wed Apr 11 2007 Joe Orton <jorton@redhat.com> 1.4.3-5
- fix version of apr/apr-util in BR (#216181)

View File

@ -1 +1 @@
subversion-1.4.3.tar.gz
subversion-1.4.4.tar.gz