From a97890f069f518bd3af41eb2063840e0d9f3f991 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 21 Mar 2022 14:31:16 +0100 Subject: update to 0.11.5 --- hdrhistogram.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'hdrhistogram.spec') diff --git a/hdrhistogram.spec b/hdrhistogram.spec index 4f38c13..3bd2ab0 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 622e3ac6df14fabe81a5857a4a5c9b68c3d3bf18 +%global gh_commit b083efd27a51150201821ef6f18e0eba1f4b59f1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -24,15 +24,14 @@ Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.4 -Release: 2%{?dist} +Version: 0.11.5 +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 Patch0: bumpsoname.patch -Patch1: pkgconfig.patch %if 0%{?rhel} == 7 BuildRequires: cmake3 >= 3.12 @@ -99,7 +98,6 @@ This package contains the %{libname} library. %prep %setup -q -n %{gh_project}-%{gh_commit} %patch0 -p1 -b .bump -%patch1 -p1 -b .pkgconfig mkdir docs cp -pr examples docs/examples @@ -179,6 +177,9 @@ fi %changelog +* Mon Mar 21 2022 Remi Collet - 0.11.5-1 +- update to 0.11.5 + * Tue Mar 1 2022 Remi Collet - 0.11.4-2 - better fix for pkgconfig file -- cgit