Accepting request 232249 from devel:tools:scm:svn

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/232249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/subversion?expand=0&rev=114
This commit is contained in:
Stephan Kulow 2014-05-01 05:53:05 +00:00 committed by Git OBS Bridge
commit 3b306a5f12
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 23 16:14:18 UTC 2014 - dmueller@suse.com
- remove dependency on gpg-offline (is already checked
by source_validator)
-------------------------------------------------------------------
Wed Feb 19 00:00:00 UTC 2014 - andreas.stieger@gmx.de

View File

@ -156,9 +156,6 @@ Source43: subversion.svndiff.sh
# https://people.apache.org/keys/group/subversion-pmc.asc
Source50: subversion.keyring
Source51: https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
%if %with_intree_swig
Source90: http://sourceforge.net/projects/swig/files/swig/swig-%{swig_version}/swig-%{swig_version}.tar.gz
%else
@ -325,7 +322,6 @@ parameters and keywords for the svn command and other tools.
%endif # with_bashcomp
%prep
%{?gpg_verify: %gpg_verify %{S:51}}
%if %with_intree_swig
%setup -q -n subversion-%{version} -a 4 -b 90
%else