From 8923e9aefbb89a088705c6873dcd3e3b07a1c198 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 07:55:32 +0100 Subject: - update to 0.9.12 - soname bump to 4 --- hdrhistogram.spec | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'hdrhistogram.spec') diff --git a/hdrhistogram.spec b/hdrhistogram.spec index d882ca8..95f9712 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,25 +7,22 @@ # Please, preserve the changelog entries # -%global gh_commit 50f130578320e95f917d6a33d45faedc3500fe1f +%global gh_commit 3288b9bdc0f51317eb0d1cd50a1f95b2c7e10983 %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 3 +%global soname 4 Name: hdrhistogram Summary: A High Dynamic Range (HDR) Histogram -Version: 0.9.11 +Version: 0.9.12 Release: 1%{?dist} License: CC0 or BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -# build with fPIC -Patch0: %{name}-fpic.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake > 2.8 @@ -69,8 +66,6 @@ This package contains the %{libname} library. mkdir docs cp -pr examples docs/examples -%patch0 -p1 -b .fpic - grep CMAKE_C_FLAGS CMakeLists.txt @@ -118,6 +113,10 @@ make test %changelog +* Tue Nov 19 2019 Remi Collet - 0.9.12-1 +- update to 0.9.12 +- soname bump to 4 + * Mon Jun 17 2019 Remi Collet - 0.9.11-1 - update to 0.9.11 -- cgit