diff options
Diffstat (limited to 'hdrhistogram.spec')
-rw-r--r-- | hdrhistogram.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/hdrhistogram.spec b/hdrhistogram.spec index a853117..33acf12 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit b9c1b3ee1c7eb1c2e8b02aa032a65c5ca9d82b49 +%global gh_commit 16a9c93ef9f9e766d9336863da80bdf2e0543bee %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -24,7 +24,7 @@ Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.1 +Version: 0.11.2 Release: 1%{?dist} License: CC0 or BSD @@ -50,7 +50,7 @@ Obsoletes: HdrHistogram_c = 0.11.0 Obsoletes: HdrHistogram_c = 0.11.1 %endif Obsoletes: hdrhistogram < 0.11 -Conflicts: HdrHistogram_c < %{version} +Conflicts: HdrHistogram_c < %{version}-%{release} %description @@ -74,7 +74,7 @@ Obsoletes: HdrHistogram_c-devel = 0.11.0 Obsoletes: HdrHistogram_c-devel = 0.11.1 %endif Obsoletes: hdrhistogram-devel < 0.11 -Conflicts: HdrHistogram_c-devel < %{version} +Conflicts: HdrHistogram_c-devel < %{version}-%{release} %description devel This package contains the header files and development libraries @@ -176,6 +176,9 @@ fi %changelog +* Thu Dec 10 2020 Remi Collet <remi@remirepo.net> - 0.11.2-1 +- update to 0.11.1 + * Tue Dec 8 2020 Remi Collet <remi@remirepo.net> - 0.11.1-2 - bump soname to 106 and rename to HdrHistogram_c6php to allow parallel installation with default HdrHistogram_c |