From ee1530bb98042f82b366570422129b56fa4f0098 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 12:54:44 +0100 Subject: update to 0.9.13 soname bump to 5 --- hdrhistogram.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'hdrhistogram.spec') 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 - 0.9.13-1 +- update to 0.9.13 +- soname bump to 5 + * Tue Nov 19 2019 Remi Collet - 0.9.12-1 - update to 0.9.12 - soname bump to 4 -- cgit