From f8a99dc03a02fc2a6c0c95f8f4cc1d01bad03ec5 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:54:52 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- libcpuid.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcpuid.spec b/libcpuid.spec index 392b6bd..ce12816 100644 --- a/libcpuid.spec +++ b/libcpuid.spec @@ -1,6 +1,6 @@ Name: libcpuid Version: 0.6.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Provides CPU identification for x86 License: BSD-2-Clause URL: https://github.com/anrieff/libcpuid @@ -61,6 +61,9 @@ rm %{buildroot}%{_libdir}/*.la %{_mandir}/man3/*.3.* %changelog +* Mon Jun 24 2024 Troy Dawson - 0.6.5-4 +- Bump release for June 2024 mass rebuild + * Thu May 23 2024 Pavol Žáčik - 0.6.5-3 - Patch bugs found by static analysis tools - Add %%{name}-fix-handle-leaks-in-rdmsr-c.patch