summaryrefslogtreecommitdiffstats
path: root/hdrhistogram.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-11-19 07:55:32 +0100
committerRemi Collet <remi@remirepo.net>2019-11-19 07:55:32 +0100
commit8923e9aefbb89a088705c6873dcd3e3b07a1c198 (patch)
tree81d4cd75085a03fbb810d440036a4def77a69272 /hdrhistogram.spec
parent24ef837dd2a3020bfbe4943c363b6a638ca7c39d (diff)
- update to 0.9.12
- soname bump to 4
Diffstat (limited to 'hdrhistogram.spec')
-rw-r--r--hdrhistogram.spec15
1 files changed, 7 insertions, 8 deletions
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 <remi@remirepo.net> - 0.9.12-1
+- update to 0.9.12
+- soname bump to 4
+
* Mon Jun 17 2019 Remi Collet <remi@remirepo.net> - 0.9.11-1
- update to 0.9.11