diff --git a/mpfr.spec b/mpfr.spec index 07a282a..1906a32 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -1,7 +1,7 @@ Summary: C library for multiple-precision floating-point computations Name: mpfr Version: 4.1.0 -Release: 8%{?dist} +Release: 9%{?dist} URL: https://www.mpfr.org/ License: LGPLv3+ @@ -91,6 +91,7 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %files %license COPYING COPYING.LESSER +%dir %{_pkgdocdir} %{_pkgdocdir}/BUGS %{_pkgdocdir}/NEWS %{_pkgdocdir}/PATCHES @@ -111,6 +112,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{_infodir}/mpfr.info* %changelog +* Tue Jan 27 2026 Lukáš Zaoral - 4.1.0-9 +- add /usr/share/doc/mpfr ownership (RHEL-36690) + * Wed Dec 10 2025 Lukáš Zaoral - 4.1.0-8 - fix use of uninitialized value in sin_cos (RHEL-35392)