From 2dc2573a77d1d31859d698589ab25a3d70629f36 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 10 Dec 2020 08:55:53 +0100 Subject: update to 0.11.1 --- bumpsoname.patch | 12 + compat_reports/0.11.1_to_0.11.2/compat_report.html | 485 +++++++++++++++++++++ hdrhistogram.spec | 11 +- libhdr_histogram.xml | 2 +- 4 files changed, 505 insertions(+), 5 deletions(-) create mode 100644 bumpsoname.patch create mode 100644 compat_reports/0.11.1_to_0.11.2/compat_report.html diff --git a/bumpsoname.patch b/bumpsoname.patch new file mode 100644 index 0000000..7ecca99 --- /dev/null +++ b/bumpsoname.patch @@ -0,0 +1,12 @@ +diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt +--- ./CMakeLists.txt.rpm 2020-12-08 15:46:32.605630957 +0100 ++++ ./CMakeLists.txt 2020-12-08 15:51:22.722473979 +0100 +@@ -13,7 +13,7 @@ include(CMakePackageConfigHelpers) + # 3. If any interfaces have been added since the last public release, then increment age. + # 4. If any interfaces have been removed since the last public release, then set age to 0. + +-set(HDR_SOVERSION_CURRENT 6) ++set(HDR_SOVERSION_CURRENT 106) + set(HDR_SOVERSION_AGE 1) + set(HDR_SOVERSION_REVISION 0) + diff --git a/compat_reports/0.11.1_to_0.11.2/compat_report.html b/compat_reports/0.11.1_to_0.11.2/compat_report.html new file mode 100644 index 0000000..4536676 --- /dev/null +++ b/compat_reports/0.11.1_to_0.11.2/compat_report.html @@ -0,0 +1,485 @@ + + + + + + + + + + +libhdr_histogram: 0.11.1 to 0.11.2 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.11.1 and 0.11.2 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.11.1
Version #20.11.2
Archx86_64
GCC Version10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.106.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.11.1
Version #20.11.2
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility100%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-0
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.106.1.0
+
+
to the top
+



+ +
+ + 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 - 0.11.2-1 +- update to 0.11.1 + * Tue Dec 8 2020 Remi Collet - 0.11.1-2 - bump soname to 106 and rename to HdrHistogram_c6php to allow parallel installation with default HdrHistogram_c diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index f4bec55..4c654c3 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.11.1 +0.11.2 -- cgit