-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Summary: Blackhole | ||
Name: libblackhole | ||
Version: 0.2.0 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
|
||
License: MIT | ||
Group: System Environment/Libraries | ||
|
@@ -18,7 +18,6 @@ BuildRequires: gcc44 gcc44-c++ | |
BuildRequires: boost%{boost_ver}-devel, boost%{boost_ver}-iostreams, boost%{boost_ver}-system, boost%{boost_ver}-thread | ||
BuildRequires: cmake | ||
|
||
Obsoletes: srw | ||
|
||
%description | ||
Blackhole is a common logging library. | ||
|
@@ -66,6 +65,9 @@ rm -rf %{buildroot} | |
%{_includedir}/blackhole/* | ||
|
||
%changelog | ||
* Mon Aug 26 2014 Evgeny Safronov <[email protected]> - 0.2.0-2 | ||
- Bug fix: fixed dependencies in both debian/control and spec. | ||
|
||
* Mon Aug 18 2014 Evgeny Safronov <[email protected]> - 0.2.0-1 | ||
- Release version. | ||
- Bug fix: replaced accidentally left writer lock by the reader one. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
blackhole (0.2.0-2) unstable; urgency=low | ||
|
||
* Bug fix: fixed dependencies in both debian/control and spec. | ||
|
||
-- Evgeny Safronov <[email protected]> Tue, 26 Aug 2014 22:46:59 +0400 | ||
|
||
blackhole (0.2.0-1) unstable; urgency=low | ||
|
||
* Release version. | ||
|
@@ -6,7 +12,6 @@ blackhole (0.2.0-1) unstable; urgency=low | |
|
||
-- Evgeny Safronov <[email protected]> Mon, 18 Aug 2014 15:27:44 +0400 | ||
|
||
|
||
blackhole (0.2.0-0rc10) unstable; urgency=low | ||
|
||
* Compatibility: fixed compatibility with GCC 4.4. | ||
|