From d80e858fdc1fd0c371f1fe97dd1cdd8f7d10c709 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Fri, 14 Jan 2022 13:13:19 -0700 Subject: [PATCH] Remove old obsoletes used in the 3.x to 4.x transition. --- mpfr.rpmlintrc | 5 ----- mpfr.spec | 11 +++-------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 mpfr.rpmlintrc diff --git a/mpfr.rpmlintrc b/mpfr.rpmlintrc deleted file mode 100644 index 1379528..0000000 --- a/mpfr.rpmlintrc +++ /dev/null @@ -1,5 +0,0 @@ -# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON -# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors - -# Documentation is in the -doc subpackage -addFilter(r'^mpfr.?-devel\.[^:]+: W: no-documentation') diff --git a/mpfr.spec b/mpfr.spec index b791a83..2b0a053 100644 --- a/mpfr.spec +++ b/mpfr.spec @@ -28,10 +28,6 @@ Source0: https://www.mpfr.org/%{name}-%{version}/%{name}-%{version}.tar.xz # - vasprintf-prec-zero.patch Patch0: https://www.mpfr.org/%{name}-%{version}/allpatches -# This can be removed when F32 reaches EOL -Obsoletes: mpfr3 < 4.0.0 -Provides: mpfr3 = %{version}-%{release} - %description The MPFR library is a C library for multiple-precision floating-point computations with "correct rounding". The MPFR is efficient and @@ -44,10 +40,6 @@ Summary: Development files for the MPFR library Requires: %{name}%{?_isa} = %{version}-%{release} Requires: gmp-devel%{?_isa} -# This can be removed when F32 reaches EOL -Obsoletes: mpfr3-devel < 4.0.0 -Provides: mpfr3-devel = %{version}-%{release} - %description devel Header files and documentation for using the MPFR multiple-precision floating-point library in applications. @@ -114,6 +106,9 @@ export LD_LIBRARY_PATH=%{buildroot}%{_libdir} %{_infodir}/mpfr.info* %changelog +* Fri Jan 14 2022 Jerry James - 4.1.0-8 +- Remove old obsoletes used in the 3.x to 4.x transition + * Thu Jul 22 2021 Fedora Release Engineering - 4.1.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild