From 4f0f17fe5ddc800380fa1e62594903e005e92934 Mon Sep 17 00:00:00 2001 From: Rich Mattes Date: Mon, 13 Nov 2023 21:56:02 -0500 Subject: [PATCH] Rebuild for capstone-5.0.1 --- bloaty.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bloaty.spec b/bloaty.spec index fb82cee..b0bd260 100644 --- a/bloaty.spec +++ b/bloaty.spec @@ -1,6 +1,6 @@ Name: bloaty Version: 1.1 -Release: 23%{?dist} +Release: 24%{?dist} Summary: A size profiler for binaries # The entire source is Apache-2.0, except: @@ -79,6 +79,9 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 bloaty.1 %changelog +* Tue Nov 14 2023 Rich Mattes - 1.1-24 +- Rebuild for capstone-5.0.1 + * Fri Sep 01 2023 Benjamin A. Beasley - 1.1-23 - Update License to SPDX - Stop using deprecated %%patchN macros