From a6b0e7a8eb99ba5b8e03a246cd4733838263a6b3 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Thu, 1 Dec 2022 09:56:15 -0500 Subject: [PATCH] Drop obsolete ldconfig_scriptlets macro --- double-conversion.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/double-conversion.spec b/double-conversion.spec index 45b5ffd..f66d46f 100644 --- a/double-conversion.spec +++ b/double-conversion.spec @@ -4,7 +4,7 @@ Summary: Library providing binary-decimal and decimal-binary routines for IEEE doubles Name: double-conversion Version: 3.1.5 -Release: 9%{?dist} +Release: 10%{?dist} License: BSD Source0: https://github.com/google/double-conversion/archive/v%{version}/%{name}-%{version}.tar.gz URL: https://github.com/google/double-conversion @@ -62,8 +62,6 @@ CXXFLAGS="%{optflags} -fPIC" %cmake -DBUILD_SHARED_LIBS=NO %check %ctest -%ldconfig_scriptlets - %files %doc LICENSE README.md AUTHORS Changelog %{_libdir}/libdouble-conversion.so.3* @@ -79,6 +77,9 @@ CXXFLAGS="%{optflags} -fPIC" %cmake -DBUILD_SHARED_LIBS=NO %endif %changelog +* Sun Jan 07 2024 Benjamin A. Beasley - 3.1.5-10 +- Drop obsolete ldconfig_scriptlets macro + * Wed Jul 19 2023 Fedora Release Engineering - 3.1.5-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild