From 8923e9aefbb89a088705c6873dcd3e3b07a1c198 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 07:55:32 +0100 Subject: - update to 0.9.12 - soname bump to 4 --- compat_reports/0.9.11_to_0.9.12/compat_report.html | 569 +++++++++++++++++++++ hdrhistogram-fpic.patch | 14 - hdrhistogram-sover.patch | 26 - hdrhistogram.spec | 15 +- libhdr_histogram.xml | 2 +- 5 files changed, 577 insertions(+), 49 deletions(-) create mode 100644 compat_reports/0.9.11_to_0.9.12/compat_report.html delete mode 100644 hdrhistogram-fpic.patch delete mode 100644 hdrhistogram-sover.patch diff --git a/compat_reports/0.9.11_to_0.9.12/compat_report.html b/compat_reports/0.9.11_to_0.9.12/compat_report.html new file mode 100644 index 0000000..f58f4cc --- /dev/null +++ b/compat_reports/0.9.11_to_0.9.12/compat_report.html @@ -0,0 +1,569 @@ + + + + + + + + + +libhdr_histogram: 0.9.11 to 0.9.12 compatibility report + + + +

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

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.11
Version #20.9.12
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  8 


+hdr_histogram.h, libhdr_histogram.so.4.2.0
+hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )
+hdr_record_corrected_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count, int64_t expected_interval )
+hdr_record_value_atomic ( struct hdr_histogram* h, int64_t value )
+hdr_record_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count )
+
+hdr_interval_recorder.h, libhdr_histogram.so.4.2.0
+hdr_interval_recorder_record_corrected_value_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value_atomic ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+to the top
+ +

Problems with Symbols, Low Severity  1 


+hdr_interval_recorder.h, libhdr_histogram.so.3.1.2
+ +[+] hdr_interval_recorder_sample_and_recycle ( struct hdr_interval_recorder* r, struct hdr_histogram* inactive_histogram )  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.3.1.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.11
Version #20.9.12
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-8
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
Other Changes
in Symbols
-1
+ +

Added Symbols  8 


+hdr_histogram.h
+hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )
+hdr_record_corrected_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count, int64_t expected_interval )
+hdr_record_value_atomic ( struct hdr_histogram* h, int64_t value )
+hdr_record_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count )
+
+hdr_interval_recorder.h
+hdr_interval_recorder_record_corrected_value_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value_atomic ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+to the top
+ +

Other Changes in Symbols  1 


+hdr_interval_recorder.h
+ +[+] hdr_interval_recorder_sample_and_recycle ( struct hdr_interval_recorder* r, struct hdr_histogram* inactive_histogram )  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.3.1.2
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram-fpic.patch b/hdrhistogram-fpic.patch deleted file mode 100644 index 81c2e45..0000000 --- a/hdrhistogram-fpic.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -up ./CMakeLists.txt.fpic ./CMakeLists.txt ---- ./CMakeLists.txt.fpic 2019-01-20 08:57:28.000000000 +0100 -+++ ./CMakeLists.txt 2019-01-21 11:44:06.556633427 +0100 -@@ -24,9 +24,7 @@ set(HDR_SOVERSION ${HDR_SOVERSION_CURREN - ENABLE_TESTING() - - if(UNIX) -- set(CMAKE_C_FLAGS "-Wall -Wno-unknown-pragmas -Wextra -Wshadow -Winit-self -Wmissing-prototypes -Wpedantic -D_GNU_SOURCE -std=gnu89") -- set(CMAKE_C_FLAGS_DEBUG "-O0 -g") -- set(CMAKE_C_FLAGS_RELEASE "-O3 -g") -+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC -D_GNU_SOURCE") - endif() - - if(WIN32) diff --git a/hdrhistogram-sover.patch b/hdrhistogram-sover.patch deleted file mode 100644 index e41037e..0000000 --- a/hdrhistogram-sover.patch +++ /dev/null @@ -1,26 +0,0 @@ -From e4395722611f6ace5f9f48a4b4a848c434cbd417 Mon Sep 17 00:00:00 2001 -From: Michael Barker -Date: Wed, 6 Apr 2016 20:56:42 +1200 -Subject: [PATCH] Fix #31 - ---- - CMakeLists.txt | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e16b0b3..24536a2 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -14,9 +14,9 @@ project("hdr_histogram") - # 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 0) --set(HDR_SOVERSION_AGE 9) --set(HDR_SOVERSION_REVISION 3) -+set(HDR_SOVERSION_CURRENT 1) -+set(HDR_SOVERSION_AGE 0) -+set(HDR_SOVERSION_REVISION 0) - - set(HDR_VERSION ${HDR_SOVERSION_CURRENT}.${HDR_SOVERSION_AGE}.${HDR_SOVERSION_REVISION}) - set(HDR_SOVERSION ${HDR_SOVERSION_CURRENT}) diff --git a/hdrhistogram.spec b/hdrhistogram.spec index d882ca8..95f9712 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -7,25 +7,22 @@ # Please, preserve the changelog entries # -%global gh_commit 50f130578320e95f917d6a33d45faedc3500fe1f +%global gh_commit 3288b9bdc0f51317eb0d1cd50a1f95b2c7e10983 %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 3 +%global soname 4 Name: hdrhistogram Summary: A High Dynamic Range (HDR) Histogram -Version: 0.9.11 +Version: 0.9.12 Release: 1%{?dist} License: CC0 or BSD URL: https://github.com/%{gh_owner}/%{gh_project} Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -# build with fPIC -Patch0: %{name}-fpic.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake > 2.8 @@ -69,8 +66,6 @@ This package contains the %{libname} library. mkdir docs cp -pr examples docs/examples -%patch0 -p1 -b .fpic - grep CMAKE_C_FLAGS CMakeLists.txt @@ -118,6 +113,10 @@ make test %changelog +* Tue Nov 19 2019 Remi Collet - 0.9.12-1 +- update to 0.9.12 +- soname bump to 4 + * Mon Jun 17 2019 Remi Collet - 0.9.11-1 - update to 0.9.11 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index 3d5048c..97f3f71 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.9.11 +0.9.12 -- cgit