From ca9ee103a1634d21e1ab099846bd63b302917d9a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 Jun 2026 08:13:21 +0200 Subject: update to 0.11.10 --- bumpsoname.patch | 2 +- .../0.11.9_to_0.11.10/compat_report.html | 510 +++++++++++++++++++++ hdrhistogram.spec | 21 +- libhdr_histogram.xml | 2 +- 4 files changed, 524 insertions(+), 11 deletions(-) create mode 100644 compat_reports/0.11.9_to_0.11.10/compat_report.html diff --git a/bumpsoname.patch b/bumpsoname.patch index f95d73e..039c1ca 100644 --- a/bumpsoname.patch +++ b/bumpsoname.patch @@ -7,6 +7,6 @@ diff -up ./CMakeLists.txt.bump ./CMakeLists.txt -set(HDR_SOVERSION_CURRENT 6) +set(HDR_SOVERSION_CURRENT 106) - set(HDR_SOVERSION_REVISION 2) + set(HDR_SOVERSION_REVISION 3) set(HDR_SOVERSION_AGE 3) diff --git a/compat_reports/0.11.9_to_0.11.10/compat_report.html b/compat_reports/0.11.9_to_0.11.10/compat_report.html new file mode 100644 index 0000000..1431cd6 --- /dev/null +++ b/compat_reports/0.11.9_to_0.11.10/compat_report.html @@ -0,0 +1,510 @@ + + + + + + + + + +libhdr_histogram: 0.11.9 to 0.11.10 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.11.9 and 0.11.10 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.11.9
Version #20.11.10
Archx86_64
GCC Version15
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.2.3
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.11.9
Version #20.11.10
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.2.3
+
+
to the top
+



+ +
+ + diff --git a/hdrhistogram.spec b/hdrhistogram.spec index e5b412b..023c314 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -9,23 +9,23 @@ %bcond_without tests -%global gh_commit be60a9987ee48d0abf0d7b6a175bad8d6c1585d1 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c %global libname libhdr_histogram %global oldsoname 6 %global soname 106 +%global forgeurl https://github.com/%{gh_owner}/%{gh_project} +%global tag %{version} Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.9 -Release: 1%{?dist} License: BSD-2-Clause AND CC0-1.0 - -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 +Version: 0.11.10 +Release: 1%{?dist} +%forgemeta +URL: %{forgeurl} +Source0: %{forgesource} Patch0: bumpsoname.patch @@ -72,7 +72,7 @@ This package contains the %{libname} library. %prep -%setup -q -n %{gh_project}-%{gh_commit} +%forgesetup %patch -P0 -p1 -b .bump mkdir docs @@ -137,8 +137,11 @@ fi %changelog +* Tue Jun 30 2026 Remi Collet - 0.11.10-1 +- update to 0.11.10 + * Fri Aug 29 2025 Remi Collet - 0.11.9-1 -- update to 0.11.8 +- update to 0.11.9 - re-license spec file to CECILL-2.1 * Thu Aug 22 2024 Remi Collet - 0.11.8-2 diff --git a/libhdr_histogram.xml b/libhdr_histogram.xml index 4c275b0..068674d 100644 --- a/libhdr_histogram.xml +++ b/libhdr_histogram.xml @@ -9,7 +9,7 @@ -0.11.9 +0.11.10 -- cgit