summaryrefslogtreecommitdiffstats
path: root/hdrhistogram.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-01-21 12:10:49 +0100
committerRemi Collet <remi@remirepo.net>2019-01-21 12:10:49 +0100
commit691f356ccb16ba9fac263bbd831e07452eed18c1 (patch)
tree017071442d0039e9e7fa2a5cd264584e57162163 /hdrhistogram.spec
parent94d7507ec89b25b6f14835d47ee40265241785dc (diff)
update to 0.9.8
soname bump to 3
Diffstat (limited to 'hdrhistogram.spec')
-rw-r--r--hdrhistogram.spec17
1 files changed, 9 insertions, 8 deletions
diff --git a/hdrhistogram.spec b/hdrhistogram.spec
index 634ecdb..3681325 100644
--- a/hdrhistogram.spec
+++ b/hdrhistogram.spec
@@ -1,23 +1,23 @@
# remirepo spec file for hdrhistogram
#
-# Copyright (c) 2016-2018 Remi Collet
+# Copyright (c) 2016-2019 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit d200fc0f68695d4aef1fad5c3c8cc55f8c033014
+%global gh_commit 1b290d45fee1be984dfa08bfe0cc3adf34fe2f5e
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner HdrHistogram
%global gh_project HdrHistogram_c
%global libname libhdr_histogram
-%global soname 1
+%global soname 3
Name: hdrhistogram
Summary: A High Dynamic Range (HDR) Histogram
-Version: 0.9.7
-Release: 3%{?dist}
+Version: 0.9.8
+Release: 1%{?dist}
License: CC0 or BSD
URL: https://github.com/%{gh_owner}/%{gh_project}
@@ -84,9 +84,6 @@ make %{_smp_mflags}
%install
make install DESTDIR="%{buildroot}"
-# https://github.com/HdrHistogram/HdrHistogram_c/issues/32
-install -p src/hdr_thread.h %{buildroot}%{_includedir}/hdr/hdr_thread.h
-
rm %{buildroot}/%{_libdir}/%{libname}_static.a
rm %{buildroot}/%{_bindir}/*test
@@ -121,6 +118,10 @@ make test
%changelog
+* Mon Jan 21 2019 Remi Collet <remi@remirepo.net> - 0.9.8-1
+- update to 0.9.8
+- soname bump to 3
+
* Wed Aug 22 2018 Remi Collet <remi@remirepo.net> - 0.9.7-3
- F29 cleanup