From c8a5deb31f22a33461b22328fe1be1e888570904 Mon Sep 17 00:00:00 2001 From: chen-jan Date: Tue, 26 Oct 2021 01:57:14 +0000 Subject: [PATCH] change the spec file name to be the same as the repo name --- blosc.spec => c-blosc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename blosc.spec => c-blosc.spec (95%) diff --git a/blosc.spec b/c-blosc.spec similarity index 95% rename from blosc.spec rename to c-blosc.spec index fe1a575..a73ca9c 100644 --- a/blosc.spec +++ b/c-blosc.spec @@ -1,6 +1,6 @@ Name: blosc Version: 1.14.4 -Release: 4 +Release: 5 Summary: Binary compressor License: MIT URL: https://github.com/Blosc/c-blosc @@ -84,6 +84,9 @@ install -p bench/plot-speeds.py %{buildroot}/%{_bindir}/%{name}-plot-times %{_bindir}/%{name}-plot-times %changelog +* Tue Oct 26 2021 chenchen - 1.14.4-5 +- change the spec file name to be the same as the repo name + * Mon May 31 2021 baizhonggui - 1.14.4-4 - Fix building error: No CMAKE_CXX_COMPULER could be found - Add gcc-g++ in BuildRequires -- Gitee