diff options
| -rw-r--r-- | hdrhistogram.spec | 7 | 
1 files changed, 6 insertions, 1 deletions
diff --git a/hdrhistogram.spec b/hdrhistogram.spec index 02ed4bb..634ecdb 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -17,7 +17,7 @@  Name:          hdrhistogram  Summary:       A High Dynamic Range (HDR) Histogram  Version:       0.9.7 -Release:       1%{?dist} +Release:       3%{?dist}  License:       CC0 or BSD  URL:           https://github.com/%{gh_owner}/%{gh_project} @@ -26,6 +26,8 @@ Source0:       https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}  # build with fPIC  Patch0:        %{name}-fpic.patch +BuildRequires: gcc +BuildRequires: gcc-c++  BuildRequires: cmake > 2.8  BuildRequires: zlib-devel @@ -119,6 +121,9 @@ make test  %changelog +* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 0.9.7-3 +- F29 cleanup +  * Mon Feb 26 2018 Remi Collet <remi@remirepo.net> - 0.9.7-2  - F28 cleanup  | 
