Accepting request 249968 from home:weberho:BACKPORTS:subversion

INSTALL#SQLite says: 'Subversion 1.8 requires SQLite version 3.7.12 or above';  therefore I lowered the sqlite requirement to make the subversion run on older system versions, too. It's no longer required to add a newer SQLite version to the subversion project for most distributions [bnc#897033].

OBS-URL: https://build.opensuse.org/request/show/249968
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=181
This commit is contained in:
Andreas Stieger 2014-09-17 21:50:25 +00:00 committed by Git OBS Bridge
parent bf9ae63d66
commit e572a79282
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 17 13:10:50 UTC 2014 - jweberhofer@weberhofer.at
- INSTALL#SQLite says 'Subversion 1.8 requires SQLite version 3.7.12 or above';
therefore I lowered the sqlite requirement to make the subversion run on
older system versions, tooi. [bnc#897033]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Sep 9 06:57:54 UTC 2014 - andreas.stieger@gmx.de Tue Sep 9 06:57:54 UTC 2014 - andreas.stieger@gmx.de

View File

@ -88,7 +88,7 @@ BuildRequires: pkgconfig
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-xml BuildRequires: python-xml
BuildRequires: ruby-devel >= 1.8.2 BuildRequires: ruby-devel >= 1.8.2
BuildRequires: sqlite3-devel >= 3.7.15.1 BuildRequires: sqlite3-devel >= 3.7.12
BuildRequires: swig BuildRequires: swig
BuildRequires: update-alternatives BuildRequires: update-alternatives
BuildRequires: zlib-devel BuildRequires: zlib-devel