From cc8c044dbe4f06cf4aba15ffe93c153bc78e2067 Mon Sep 17 00:00:00 2001 From: Evgeniy Polyakov Date: Thu, 17 May 2012 15:26:39 +0400 Subject: [PATCH] Fixed Precise build --- eblob-bf.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eblob-bf.spec b/eblob-bf.spec index 0445fa4..c0b6701 100644 --- a/eblob-bf.spec +++ b/eblob-bf.spec @@ -1,6 +1,6 @@ Summary: low-level IO library which stores data in huge blob files appending records one after another Name: eblob -Version: 0.15.9 +Version: 0.15.10 Release: 1%{?dist}.1 License: GPLv2+ @@ -103,6 +103,9 @@ rm -rf %{buildroot} %{_libdir}/lib*.so %changelog +* Thu May 17 2012 Evgeniy Polyakov - 0.15.10 +- Fixed Precise build + * Sat Apr 28 2012 Evgeniy Polyakov - 0.15.9 - Write 'removed' record in ->prepare(), so it can not be read in parallel. commit() will set correct bit. eblob_write() will do it too. -- 2.11.4.GIT