Skip to content

Commit

Permalink
v0.2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
shaitan committed Oct 14, 2013
1 parent 0bbce40 commit 74f45d3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
12 changes: 9 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
historydb (0.2.5.1) unstable; urgency=low

* Updated thevoid and elliptics version.

-- Kirill Smorodinnikov <[email protected]> Mon, 14 Oct 2013 15:47:47 +0400

historydb (0.2.5.0) unstable; urgency=low

* Compatibility with elliptics 2.24.14.15
Expand Down Expand Up @@ -32,19 +38,19 @@ historydb (0.2.3.0) unstable; urgency=low

historydb (0.2.2.0) unstable; urgency=low

* Removed sharding activity on historydb side. Updated elliptics depency
* Removed sharding activity on historydb side. Updated elliptics depency

-- Kirill Smorodinnikov <[email protected]> Mon, 08 Jul 2013 14:34:57 +0400

historydb (0.2.1.2) unstable; urgency=low

* Removed cerr from HistoryDB-TheVoid initialization
* Removed cerr from HistoryDB-TheVoid initialization

-- Kirill Smorodinnikov <[email protected]> Fri, 28 Jun 2013 20:50:49 +0400

historydb (0.2.1.1) unstable; urgency=low

* New version of swarm: 0.5.1
* New version of swarm: 0.5.1

-- Kirill Smorodinnikov <[email protected]> Fri, 28 Jun 2013 20:39:38 +0400

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.14.15),
elliptics-dev (>= 2.24.14.19),
libmsgpack-dev,
libthevoid-dev (>= 0.5.4.7)
libthevoid-dev (>= 0.5.5.0)
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.7), elliptics-client (>= 2.24.14.15)
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, libthevoid1 (>= 0.5.5.0), elliptics-client (>= 2.24.14.19)
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.7), elliptics-client (>= 2.24.14.15)
Depends: historydb (= ${binary:Version}), ${misc:Depends}, libthevoid1 (>= 0.5.5.0), elliptics-client (>= 2.24.14.19)
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.5.0
Version: 0.2.5.1
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.14.15
BuildRequires: elliptics-client-devel >= 2.24.14.19
BuildRequires: fastcgi-daemon2-libs-devel
BuildRequires: libthevoid-devel >= 0.5.4.7
BuildRequires: libthevoid-devel >= 0.5.5.0

%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 Oct 14 2013 Kirill Smorodinnikov <[email protected]> - 0.2.5.1
- Updated thevoid and elliptics version.

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

Expand Down

0 comments on commit 74f45d3

Please sign in to comment.