This commit is contained in:
parent
5874b798a9
commit
82490739f7
3
subversion-1.5.0.tar.bz2
Normal file
3
subversion-1.5.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:755e9b2bac5ce69ff0177a02f3946c2840db06411e92e767e3c44a8c46d496b3
|
||||
size 4852793
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:582829f2737a974ea317e200f7eb939e44905529eb32be171231ad22c255a0da
|
||||
size 8481383
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 17:45:53 CEST 2008 - olh@suse.de
|
||||
|
||||
- add svn_apply_autoprops.py to subversion-tools (bnc#401638)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 19 17:41:32 CEST 2008 - olh@suse.de
|
||||
|
||||
- update to 1.5.0 final
|
||||
User-visible changes:
|
||||
* many, compared to 1.4.4
|
||||
Developer-visible changes:
|
||||
* many, compared to 1.4.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 08:58:26 CEST 2008 - olh@suse.de
|
||||
|
||||
- update to rev 31701, 1.5.0-rc11
|
||||
translation update, fix API violation in diff command
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 13:03:12 CEST 2008 - olh@suse.de
|
||||
|
||||
- update to rev 31654, 1.5.0-rc10
|
||||
translation update, fix possible segfault in start-commit-hook
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 4 07:23:25 CEST 2008 - olh@suse.de
|
||||
|
||||
|
@ -20,7 +20,7 @@ BuildRequires: neon-devel openldap2-devel
|
||||
%endif
|
||||
BuildRequires: sqlite-devel
|
||||
Version: 1.5.0
|
||||
Release: 95
|
||||
Release: 99
|
||||
#
|
||||
%define _fwdefdir /etc/sysconfig/SuSEfirewall2.d/services
|
||||
#
|
||||
@ -37,7 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
License: Subversion license, http://subversion.tigris.org/license-1.html
|
||||
Group: Development/Tools/Version Control
|
||||
Url: http://subversion.tigris.org
|
||||
Source0: subversion-1.5.x.tar.bz2
|
||||
Source0: subversion-1.5.0.tar.bz2
|
||||
Source1: subversion.conf
|
||||
Source2: subversion.README.SuSE
|
||||
Source9: subversion.rcsvnserve
|
||||
@ -150,7 +150,7 @@ case "$swig" in
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
%setup -q -n subversion-1.5.x
|
||||
%setup -q -n subversion-1.5.0
|
||||
#
|
||||
#
|
||||
%patch11 -p1
|
||||
@ -284,6 +284,7 @@ cp -avL contrib/client-side/emacs/*.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp
|
||||
rm -f $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/vc-svn.el
|
||||
#
|
||||
cp -avL contrib/client-side/svnmerge/svnmerge.py $RPM_BUILD_ROOT/usr/bin
|
||||
cp -avL contrib/client-side/svn_apply_autoprops.py $RPM_BUILD_ROOT/usr/bin
|
||||
#
|
||||
mkdir -p $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d
|
||||
cp -av %{S:1} $RPM_BUILD_ROOT/%{apache_sysconfdir}/conf.d/subversion.conf
|
||||
@ -409,6 +410,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%dir /usr/share/subversion
|
||||
/usr/share/subversion/tools
|
||||
%attr(755,root,root) /usr/bin/svnmerge.py
|
||||
%attr(755,root,root) /usr/bin/svn_apply_autoprops.py
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root)
|
||||
@ -419,6 +421,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{apache_libexecdir}/mod_authz_svn.*
|
||||
|
||||
%changelog
|
||||
* Thu Jun 19 2008 olh@suse.de
|
||||
- add svn_apply_autoprops.py to subversion-tools (bnc#401638)
|
||||
* Thu Jun 19 2008 olh@suse.de
|
||||
- update to 1.5.0 final
|
||||
User-visible changes:
|
||||
* many, compared to 1.4.4
|
||||
Developer-visible changes:
|
||||
* many, compared to 1.4.4
|
||||
* Wed Jun 11 2008 olh@suse.de
|
||||
- update to rev 31701, 1.5.0-rc11
|
||||
translation update, fix API violation in diff command
|
||||
* Mon Jun 09 2008 olh@suse.de
|
||||
- update to rev 31654, 1.5.0-rc10
|
||||
translation update, fix possible segfault in start-commit-hook
|
||||
* Wed Jun 04 2008 olh@suse.de
|
||||
- update to rev 31577, 1.5.0-rc9
|
||||
translation update, two small bugfixes
|
||||
|
Loading…
x
Reference in New Issue
Block a user