From 80e622df81f5e59ae51474f2f69a080a7648808c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 29 Aug 2025 08:23:50 +0200 Subject: update to 0.11.8 re-license spec file to CECILL-2.1 --- hdrhistogram.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'hdrhistogram.spec') diff --git a/hdrhistogram.spec b/hdrhistogram.spec index add507d..e5b412b 100644 --- a/hdrhistogram.spec +++ b/hdrhistogram.spec @@ -1,15 +1,15 @@ # remirepo spec file for HdrHistogram_c # -# Copyright (c) 2016-2024 Remi Collet -# License: CC-BY-SA-4.0 -# http://creativecommons.org/licenses/by-sa/4.0/ +# SPDX-FileCopyrightText: Copyright 2016-2025 Remi Collet +# SPDX-License-Identifier: CECILL-2.1 +# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt # # Please, preserve the changelog entries # %bcond_without tests -%global gh_commit 8dcce8f68512fca460b171bccc3a5afce0048779 +%global gh_commit be60a9987ee48d0abf0d7b6a175bad8d6c1585d1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner HdrHistogram %global gh_project HdrHistogram_c @@ -20,8 +20,8 @@ Name: HdrHistogram_c%{oldsoname}php Summary: A High Dynamic Range (HDR) Histogram -Version: 0.11.8 -Release: 2%{?dist} +Version: 0.11.9 +Release: 1%{?dist} License: BSD-2-Clause AND CC0-1.0 URL: https://github.com/%{gh_owner}/%{gh_project} @@ -137,6 +137,10 @@ fi %changelog +* Fri Aug 29 2025 Remi Collet - 0.11.9-1 +- update to 0.11.8 +- re-license spec file to CECILL-2.1 + * Thu Aug 22 2024 Remi Collet - 0.11.8-2 - cleanup -- cgit