diff --git a/simh.spec b/simh.spec index d7edc34..7beb428 100644 --- a/simh.spec +++ b/simh.spec @@ -1,7 +1,7 @@ %define _legacy_common_support 1 Name: simh Version: 3.11.0 -Release: 22%{?dist} +Release: 23%{?dist} Summary: A highly portable, multi-system emulator #The licensing is mostly MIT, but there is also some GPL+ (literally, v1+) code @@ -79,6 +79,9 @@ for i in `find -iname "*.txt"`; do dos2unix -k $i; done %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 3.11.0-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Tue Jan 24 2023 Lucian Langa - 3.11.0-22 - forgot the patch file in previous commit