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