Description of problem: Wrong output from geos-config due to a typo in geos_libsuffix.patch. Version-Release number of selected component (if applicable): 3.9.0-1 How reproducible: Steps to Reproduce: 1. geos-config --prefix --version --libs --clibs --cclibs --static-clibs --static-cclibs --cflags --ldflags --includes --jtsport Actual results: /usr 3.9.0 -L/usr/lib@LIB_SUFFIX -lgeos-3 -L/usr/lib@LIB_SUFFIX -lgeos_c -L/usr/lib@LIB_SUFFIX -lgeos -L/usr/lib@LIB_SUFFIX -lgeos_c -lgeos -lm -L/usr/lib@LIB_SUFFIX -lgeos -lm -I/usr/include -L/usr/lib@LIB_SUFFIX /usr/include 1.17.0 Expected results: /usr 3.9.0 -L/usr/lib64 -lgeos-3 -L/usr/lib64 -lgeos_c -L/usr/lib64 -lgeos -L/usr/lib64 -lgeos_c -lgeos -lm -L/usr/lib64 -lgeos -lm -I/usr/include -L/usr/lib64 /usr/include 1.17.0 Additional info: PR to follow.
This impacts python-shapely, by the way. PR to fix: https://src.fedoraproject.org/rpms/geos/pull-request/3
FEDORA-2021-453846ff57 has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2021-a21afc05c7 has been pushed to the Fedora ELN stable repository. If problem still persists, please make note of it in this bug report.