- 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/package/show/devel:libraries:c_c++/leveldb?expand=0&rev=10
This commit is contained in:
parent
0d93f7a2fd
commit
ef8ce5144b
@ -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
3
leveldb-1.16.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4a1f7525e240b4bb095278ebe8ca7f7d3ee8ebd84812f97414ce8fdf01b4240
|
||||
size 156298
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user