From 354e319ca3aa144b676ecb9ce920c6407cf55fa4 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 15 Sep 2017 09:29:34 +0200 Subject: v0.9.7 --- compat_reports/0.9.6_to_0.9.7/compat_report.html | 507 +++++++++++++++++++++++ hdrhistogram.spec | 9 +- libhdr_histogram.xml | 62 +++ 3 files changed, 575 insertions(+), 3 deletions(-) create mode 100644 compat_reports/0.9.6_to_0.9.7/compat_report.html create mode 100644 libhdr_histogram.xml diff --git a/compat_reports/0.9.6_to_0.9.7/compat_report.html b/compat_reports/0.9.6_to_0.9.7/compat_report.html new file mode 100644 index 0000000..a445e73 --- /dev/null +++ b/compat_reports/0.9.6_to_0.9.7/compat_report.html @@ -0,0 +1,507 @@ + + + + + + + + +libhdr_histogram: 0.9.6 to 0.9.7 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.6 and 0.9.7 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.6
Version #20.9.7
Archx86_64
GCC Version6.4.1
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  6 


+hdr_interval_recorder.h, libhdr_histogram.so.1.0.2
+hdr_interval_recorder_init_all ( struct hdr_interval_recorder* r, int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures )
+hdr_interval_recorder_record_corrected_value ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+hdr_time.h, libhdr_histogram.so.1.0.2
+hdr_getnow ( hdr_timespec* t )
+
+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.1.0.1
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.6
Version #20.9.7
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  6 


+hdr_interval_recorder.h
+hdr_interval_recorder_init_all ( struct hdr_interval_recorder* r, int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures )
+hdr_interval_recorder_record_corrected_value ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+hdr_time.h
+hdr_getnow ( hdr_timespec* t )
+
+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.1.0.1
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index ca938d0..0ba7c4b 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit c9a17ce8c34691a22a5e33aa198c58d962433b8a +%global gh_commit d200fc0f68695d4aef1fad5c3c8cc55f8c033014 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -16,8 +16,8 @@ Name: hdrhistogram Summary: A High Dynamic Range (HDR) Histogram -Version: 0.9.6 -Release: 2%{?dist} +Version: 0.9.7 +Release: 1%{?dist} License: CC0 or BSD Group: System Environment/Libraries @@ -124,6 +124,9 @@ make test %changelog +* Fri Sep 15 2017 Remi Collet - 0.9.7-1 +- update to 0.9.7 + * Tue Aug 22 2017 Remi Collet - 0.9.6-2 - honour default RPM build options diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml new file mode 100644 index 0000000..c2e597e --- /dev/null +++ b/libhdr_histogram.xml @@ -0,0 +1,62 @@ + + + + + + + + + +0.9.7 + + + + +/usr/include/hdr + + + + +/usr/lib64/libhdr_histogram.so + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit