From d1ad367d84d648e9bae338cc48cc1395b6f1c904 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Wed, 10 Mar 2021 11:17:37 -0500 Subject: [PATCH] Fix RHBZ#1937424 (Wrong output from geos-config --libs etc.) --- geos.spec | 5 ++++- geos_libsuffix.patch | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/geos.spec b/geos.spec index 8ceab03..9fb65bb 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos Version: 3.9.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GEOS is a C++ port of the Java Topology Suite License: LGPLv2 @@ -86,6 +86,9 @@ make docs -C %{__cmake_builddir} %changelog +* Wed Mar 10 2021 Benjamin A. Beasley - 3.9.1-2 +- Fix RHBZ#1937424 (Wrong output from geos-config --libs etc.) + * Thu Feb 11 2021 Sandro Mani - 3.9.1-1 - Update to 3.9.1 diff --git a/geos_libsuffix.patch b/geos_libsuffix.patch index 04df708..5e21244 100644 --- a/geos_libsuffix.patch +++ b/geos_libsuffix.patch @@ -57,7 +57,7 @@ diff -rupN --no-dereference geos-3.9.1/tools/geos-config.cmake geos-3.9.1-new/to prefix=@ESCAPED_INSTALL_PREFIX@ -libdir=${prefix}/lib -+libdir=${prefix}/lib@LIB_SUFFIX ++libdir=${prefix}/lib@LIB_SUFFIX@ usage() {