Accepting request 229300 from devel:libraries:c_c++

- updated to 1.16.0
  + Make Log::Reader not report a corruption when the last record in a
    log file is truncated.
  + Fix issue 224: variable created but not utilized.
  + Remove comment that referenced a removed feature.

OBS-URL: https://build.opensuse.org/request/show/229300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/leveldb?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2014-04-09 11:14:11 +00:00 committed by Git OBS Bridge
commit c1e5823d45
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7c4ec571ef2ee9719f31db06344a1eba495e6abeeac1bc349d0d38a911c6680
size 205691

3
leveldb-1.16.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f4a1f7525e240b4bb095278ebe8ca7f7d3ee8ebd84812f97414ce8fdf01b4240
size 156298

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Apr 7 15:33:22 UTC 2014 - ddiss@suse.com
- updated to 1.16.0
+ Make Log::Reader not report a corruption when the last record in a
log file is truncated.
+ Fix issue 224: variable created but not utilized.
+ Remove comment that referenced a removed feature.
-------------------------------------------------------------------
Wed Feb 5 16:14:12 UTC 2014 - ddiss@suse.com

View File

@ -17,13 +17,13 @@
Name: leveldb
Version: 1.15.0
Version: 1.16.0
Release: 0
Summary: A key/value-store
License: BSD-3-Clause
Group: Development/Libraries/C and C++
Url: http://code.google.com/p/leveldb/
Source: leveldb-%{version}.tar.gz
Source: leveldb-%{version}.tar.bz2
Patch0: 0001-debian-ports.patch
BuildRequires: gcc-c++
BuildRequires: snappy-devel