From 4dfe61b41472dfdab119b9bfec6ae9db1f85b43c Mon Sep 17 00:00:00 2001 From: Susi Lehtola Date: Dec 23 2019 15:43:00 +0000 Subject: Tag new release due to CMake flag typo. --- diff --git a/cppcheck.spec b/cppcheck.spec index 45153b2..20b01fc 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -3,7 +3,7 @@ Name: cppcheck Version: 1.90 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -143,6 +143,9 @@ cd objdir-%{_target_platform}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Mon Dec 23 2019 Susi Lehtola - 1.90-3 +- Fix typo in CMake flag (Stöggl's pull request #3). + * Sat Dec 21 2019 Susi Lehtola - 1.90-2 - Adaptations to build also on EPEL 7.