From 0a5c32452f7c571c526a9e52f8df27751567dc83 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:54:44 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- libcbor.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libcbor.spec b/libcbor.spec index 56b7a6b..edf7bfd 100644 --- a/libcbor.spec +++ b/libcbor.spec @@ -1,6 +1,6 @@ Name: libcbor Version: 0.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A CBOR parsing library License: MIT @@ -62,6 +62,9 @@ cp doc/build/man/libcbor.3 %{buildroot}%{_mandir}/man3/ %{_mandir}/man3/libcbor.3{,.*} %changelog +* Mon Jun 24 2024 Troy Dawson - 0.11.0-2 +- Bump release for June 2024 mass rebuild + * Sun Feb 04 2024 Gary Buhrmaster - 0.11.0-1 - Update version to 0.11.0 ( resolves: rhbz#2262592 ) - add running of unit tests