From 656c9ed2fe2824ae5de46bb2776fa51d82a4542f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 May 2023 07:15:50 +0200 Subject: update to 0.11.8 --- compat_reports/0.11.7_to_0.11.8/compat_report.html | 510 +++++++++++++++++++++ hdrhistogram.spec | 7 +- libhdr_histogram.xml | 2 +- 3 files changed, 516 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.11.7_to_0.11.8/compat_report.html diff --git a/compat_reports/0.11.7_to_0.11.8/compat_report.html b/compat_reports/0.11.7_to_0.11.8/compat_report.html new file mode 100644 index 0000000..3e31fc2 --- /dev/null +++ b/compat_reports/0.11.7_to_0.11.8/compat_report.html @@ -0,0 +1,510 @@ + + + + + + + + + +libhdr_histogram: 0.11.7 to 0.11.8 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.11.7 and 0.11.8 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.11.7
Version #20.11.8
Archx86_64
GCC Version12
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files7
Total Libraries1
Total Symbols / Types82 / 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  7 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_histogram_version.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.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.11.7
Version #20.11.8
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files7
Total Libraries1
Total Symbols / Types82 / 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
Low1
+ + +

Problems with Constants, Low Severity  1 


+hdr_histogram_version.h
+ +[+] HDR_HISTOGRAM_VERSION +
+ + +
+to the top
+

Header Files  7 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_histogram_version.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.3
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index b4d4054..3eb210d 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit d80e30acf7248acf184b560fef77cb0cebf92845 +%global gh_commit 8dcce8f68512fca460b171bccc3a5afce0048779 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -20,7 +20,7 @@ Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.7 +Version: 0.11.8 Release: 1%{?dist} License: BSD-2-Clause AND CC0-1.0 @@ -160,6 +160,9 @@ fi %changelog +* Tue May 2 2023 Remi Collet - 0.11.8-1 +- update to 0.11.8 + * Thu Apr 27 2023 Remi Collet - 0.11.7-1 - update to 0.11.7 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index 309dea4..7309a87 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.11.7 +0.11.8 -- cgit