From 1e94ddf6e89d3290f173b9b792f7011ae7f089f0 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 9 Feb 2023 17:31:54 +0800 Subject: [PATCH] Enable debuginfo for fix strip --- eigen3.spec | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/eigen3.spec b/eigen3.spec index e88e172..8f2b6b6 100644 --- a/eigen3.spec +++ b/eigen3.spec @@ -1,8 +1,6 @@ -%global debug_package %{nil} - Name: eigen3 Version: 3.3.8 -Release: 4 +Release: 5 Summary: A lightweight C++ template library for vector and matrix math License: MPLv2.0 and LGPLv2+ and BSD @@ -22,9 +20,7 @@ BuildRequires: doxygen %package devel Summary: A lightweight C++ template library for vector and matrix math BuildArch: noarch -# -devel subpkg only atm, compat with other distros Provides: %{name} = %{version}-%{release} -# not *strictly* a -static pkg, but the results are the same Provides: %{name}-static = %{version}-%{release} %description devel @@ -51,6 +47,9 @@ cp -r Eigen %{buildroot}%{_includedir}/%{name}/ %{_includedir}/%{name} %{_datadir} %changelog +* Thu Feb 09 2023 tanyulong - 3.3.8-5 +- Enable debuginfo for fix strip + * Mon May 23 2022 tanyulong - 3.3.8-4 - Building opencv,eigen_assert_exception’ is not a member of ‘Eigen’ -- Gitee