Skip to content

Commit

Permalink
v0.2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shaitan committed Sep 30, 2013
1 parent bf3e0a8 commit 0bbce40
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
historydb (0.2.5.0) unstable; urgency=low

* Compatibility with elliptics 2.24.14.15

-- Kirill Smorodinnikov <[email protected]> Mon, 30 Sep 2013 17:16:28 +0400

historydb (0.2.4.2) unstable; urgency=low

* Fixed error handling while async add_log_with_activity.
Expand Down
8 changes: 4 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ Build-Depends: debhelper (>= 7.0.50~),
libboost-system-dev,
libboost-thread-dev,
libfastcgi-daemon2-dev,
elliptics-dev (>= 2.24.13.29),
elliptics-dev (>= 2.24.14.15),
libmsgpack-dev,
libthevoid-dev (>= 0.5.4.1)
libthevoid-dev (>= 0.5.4.7)
Standards-Version: 3.8.0
Homepage: http://github.com/reverbrain/historydb/
Vcs-Git: git://github.com/reverbrain/historydb.git
Vcs-Browser: https://github.com/reverbrain/historydb

Package: historydb
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libthevoid1 (>= 0.5.4.1), elliptics-client (>= 2.24.13.29)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libthevoid1 (>= 0.5.4.7), elliptics-client (>= 2.24.14.15)
Description: History DB is a trully scalable (hundreds of millions updates per day) distributed archive system
with per user and per day activity statistics.

Package: historydb-dbg
Architecture: any
Section: debug
Priority: extra
Depends: historydb (= ${binary:Version}), ${misc:Depends}, libthevoid1 (>= 0.5.4.1), elliptics-client (>= 2.24.13.29)
Depends: historydb (= ${binary:Version}), ${misc:Depends}, libthevoid1 (>= 0.5.4.7), elliptics-client (>= 2.24.14.15)
Description: History DB is a trully scalable (hundreds of millions updates per day) distributed archive system
with per user and per day activity statistics.
9 changes: 6 additions & 3 deletions historydb-bf.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: historydb
Version: 0.2.4.2
Version: 0.2.5.0
Release: 1%{?dist}
Summary: Sccalable distributed archive system

Expand All @@ -17,9 +17,9 @@ BuildRequires: gcc gcc-c++

BuildRequires: boost-devel, boost-thread, boost-system
BuildRequires: cmake msgpack-devel
BuildRequires: elliptics-client-devel >= 2.24.13.29
BuildRequires: elliptics-client-devel >= 2.24.14.15
BuildRequires: fastcgi-daemon2-libs-devel
BuildRequires: libthevoid-devel >= 0.5.4.1
BuildRequires: libthevoid-devel >= 0.5.4.7

%description
History DB is a trully scalable (hundreds of millions updates per day)
Expand Down Expand Up @@ -71,6 +71,9 @@ make install DESTDIR=%{buildroot}


%changelog
* Mon Sep 30 2013 Kirill Smorodinnikov <[email protected]> - 0.2.5.0
- Compatibility with elliptics 2.24.14.15

* Thu Aug 08 2013 Kirill Smorodinnikov <[email protected]> - 0.2.4.2
- Fixed error handling while async add_log_with_activity.

Expand Down

0 comments on commit 0bbce40

Please sign in to comment.