From f77aa54212c92bdfa0d18b81aceddb90707a93e7 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:37:16 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- eigen3.spec => eigen.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename eigen3.spec => eigen.spec (90%) diff --git a/eigen3.spec b/eigen.spec similarity index 90% rename from eigen3.spec rename to eigen.spec index fad974b..115628b 100644 --- a/eigen3.spec +++ b/eigen.spec @@ -2,7 +2,7 @@ Name: eigen3 Version: 3.3.8 -Release: 2 +Release: 3 Summary: A lightweight C++ template library for vector and matrix math License: MPLv2.0 and LGPLv2+ and BSD @@ -44,6 +44,9 @@ cp -r Eigen unsupported %{buildroot}%{_includedir}/%{name}/ %{_includedir}/%{name} %changelog +* Tue Oct 26 2021 chenchen - 3.3.8-3 +- change the spec file name to be the same as the repo name + * Sat Mar 27 2021 herengui - 3.3.8-2 - fix empty include directory issue -- Gitee