summaryrefslogtreecommitdiffstats
path: root/hdrhistogram.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-18 12:54:44 +0100
committerRemi Collet <remi@remirepo.net>2020-02-18 12:54:44 +0100
commitee1530bb98042f82b366570422129b56fa4f0098 (patch)
tree18495433338f93ae591f7e898a564a69f397d723 /hdrhistogram.spec
parent8923e9aefbb89a088705c6873dcd3e3b07a1c198 (diff)
update to 0.9.13
soname bump to 5
Diffstat (limited to 'hdrhistogram.spec')
-rw-r--r--hdrhistogram.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/hdrhistogram.spec b/hdrhistogram.spec
index 95f9712..6c25771 100644
--- a/hdrhistogram.spec
+++ b/hdrhistogram.spec
@@ -1,22 +1,22 @@
# remirepo spec file for hdrhistogram
#
-# Copyright (c) 2016-2019 Remi Collet
+# Copyright (c) 2016-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
# Please, preserve the changelog entries
#
-%global gh_commit 3288b9bdc0f51317eb0d1cd50a1f95b2c7e10983
+%global gh_commit 933c5dc1f347358450c4cd678132dd93e6ac2134
%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 4
+%global soname 5
Name: hdrhistogram
Summary: A High Dynamic Range (HDR) Histogram
-Version: 0.9.12
+Version: 0.9.13
Release: 1%{?dist}
License: CC0 or BSD
@@ -113,6 +113,10 @@ make test
%changelog
+* Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 0.9.13-1
+- update to 0.9.13
+- soname bump to 5
+
* Tue Nov 19 2019 Remi Collet <remi@remirepo.net> - 0.9.12-1
- update to 0.9.12
- soname bump to 4