]> git.pld-linux.org Git - packages/subversion.git/commitdiff
- rel 4 auto/th/subversion-1_6_11-4
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 29 Apr 2010 12:56:59 +0000 (12:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- requires_ge should be enough for sqlite3

Changed files:
    subversion.spec -> 1.280

subversion.spec

index 2ba8dcf23d5f1e00819a59e911938ffc3a8db0a6..5b301c03ec076a3eafa367379bdd32964d34b896 100644 (file)
@@ -32,7 +32,7 @@ Summary(pl.UTF-8):    System kontroli wersji podobny, ale lepszy, niż CVS
 Summary(pt_BR.UTF-8):  Sistema de versionamento concorrente
 Name:          subversion
 Version:       1.6.11
-Release:       3
+Release:       4
 License:       Apache/BSD-like
 Group:         Development/Version Control
 Source0:       http://subversion.tigris.org/downloads/%{name}-%{version}.tar.bz2
@@ -55,7 +55,7 @@ URL:          http://subversion.apache.org/
 %{?with_apache:BuildRequires:  apache-devel >= 2.2.0-8}
 BuildRequires: automake
 BuildRequires: db-devel >= 4.1.25
-BuildRequires: rpmbuild(macros) >= 1.268
+BuildRequires: rpmbuild(macros) >= 1.559
 %if %{with perl}
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
@@ -97,7 +97,7 @@ BuildRequires:        serf-devel
 BuildRequires: python >= 2.2
 BuildRequires: python-modules >= 2.2
 Requires:      %{name}-libs = %{version}-%{release}
-%requires_eq   sqlite3
+%requires_ge   sqlite3
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir             %{_libdir}/svn
This page took 0.034583 seconds and 4 git commands to generate.