From ee1530bb98042f82b366570422129b56fa4f0098 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 12:54:44 +0100 Subject: update to 0.9.13 soname bump to 5 --- compat_reports/0.9.12_to_0.9.13/compat_report.html | 595 +++++++++++++++++++++ hdrhistogram.spec | 12 +- libhdr_histogram.xml | 2 +- 3 files changed, 604 insertions(+), 5 deletions(-) create mode 100644 compat_reports/0.9.12_to_0.9.13/compat_report.html diff --git a/compat_reports/0.9.12_to_0.9.13/compat_report.html b/compat_reports/0.9.12_to_0.9.13/compat_report.html new file mode 100644 index 0000000..100e4dd --- /dev/null +++ b/compat_reports/0.9.12_to_0.9.13/compat_report.html @@ -0,0 +1,595 @@ + + + + + + + + + +libhdr_histogram: 0.9.12 to 0.9.13 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.12 and 0.9.13 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.12
Version #20.9.13
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types79 / 33
Compatibility96.2%
+

Problem Summary


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

Problems with Data Types, Medium Severity  1 


+hdr_histogram.h
+ +[+] struct hdr_iter  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+hdr_histogram.h
+ +[+] struct hdr_iter  1  +
+ + +
+to the top
+

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.4.2.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.12
Version #20.9.13
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types79 / 33
Compatibility100%
+

Problem Summary


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

Problems with Data Types, Low Severity  1 


+hdr_histogram.h
+ +[+] struct hdr_iter  1  +
+ + +
+to the top
+

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.4.2.0
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index 95f9712..6c25771 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -1,22 +1,22 @@ # remirepo spec file for hdrhistogram # -# Copyright (c) 2016-2019 Remi Collet +# Copyright (c) 2016-2020 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # -%global gh_commit 3288b9bdc0f51317eb0d1cd50a1f95b2c7e10983 +%global gh_commit 933c5dc1f347358450c4cd678132dd93e6ac2134 %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 4 +%global soname 5 Name: hdrhistogram Summary: A High Dynamic Range (HDR) Histogram -Version: 0.9.12 +Version: 0.9.13 Release: 1%{?dist} License: CC0 or BSD @@ -113,6 +113,10 @@ make test %changelog +* Tue Feb 18 2020 Remi Collet - 0.9.13-1 +- update to 0.9.13 +- soname bump to 5 + * Tue Nov 19 2019 Remi Collet - 0.9.12-1 - update to 0.9.12 - soname bump to 4 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index 97f3f71..747c7ec 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.9.12 +0.9.13 -- cgit