From 2936ba671c28d92d729ce99ccbaa6c9cf1166516 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Oct 14 2023 15:59:03 +0000 Subject: Update to 2.2.0 --- diff --git a/ceres-solver.spec b/ceres-solver.spec index 4e640c7..5d3eaa0 100644 --- a/ceres-solver.spec +++ b/ceres-solver.spec @@ -1,3 +1,6 @@ +# FIXME: LTO causes ld segfault, revisit in the future +%global _lto_cflags %nil + Name: ceres-solver Version: 2.2.0 # Release candidate versions are messy. Give them a release of @@ -137,11 +140,12 @@ developing applications that use %{name}. %doc README.md %license LICENSE %endif -%{_libdir}/*.so.* +%{_libdir}/libceres.so.4 +%{_libdir}/libceres.so.2.2.0 %files devel -%{_includedir}/* -%{_libdir}/*.so +%{_includedir}/ceres/ +%{_libdir}/libceres.so %{_libdir}/cmake/Ceres