diff --git a/libmaxminddb.spec b/libmaxminddb.spec index 841e3fc..9505ef5 100644 --- a/libmaxminddb.spec +++ b/libmaxminddb.spec @@ -1,7 +1,7 @@ Summary: C library for reading MaxMind DB files Name: libmaxminddb Version: 1.9.1 -Release: 1%{?dist} +Release: 2%{?dist} # BSD-3-Clause (src/maxminddb-compat-util.h) and Apache-2.0 (the rest) License: Apache-2.0 AND BSD-3-Clause URL: https://maxmind.github.io/libmaxminddb/ @@ -79,6 +79,9 @@ LD_PRELOAD=$RPM_BUILD_ROOT%{_libdir}/%{name}.so make check %{_mandir}/man3/MMDB_*.3* %changelog +* Thu Jan 25 2024 Fedora Release Engineering - 1.9.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Robert Scheck 1.9.1-1 - Upgrade to 1.9.1 (#2257602)