From afed975a868a482460d5a3c3d07b634abc3cf58b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= Date: Sat, 2 Oct 2021 21:05:33 +0200 Subject: [PATCH] Update to 2.6 - Remove the following patch, which is not needed anymore in 2.6: cppcheck-2.5-fix_failed_to_load_translation_for_English.patch - Remove -DNO_UNIX_SIGNAL_HANDLING to CXXFLAGS, due to new upstream fix: https://github.com/danmar/cppcheck/commit/8869ee3 - Restore execute permission of python files. Fixes rpmlint errors (8x): E: non-executable-script --- .gitignore | 1 + ...iled_to_load_translation_for_English.patch | 33 ------------------- cppcheck.spec | 14 ++++---- sources | 2 +- 4 files changed, 9 insertions(+), 41 deletions(-) delete mode 100644 cppcheck-2.5-fix_failed_to_load_translation_for_English.patch diff --git a/.gitignore b/.gitignore index fb7ab3a..5e4a106 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ cppcheck-1.44.tar.bz2 /cppcheck-2.2.tar.gz /cppcheck-2.3.tar.gz /cppcheck-2.5.tar.gz +/cppcheck-2.6.tar.gz diff --git a/cppcheck-2.5-fix_failed_to_load_translation_for_English.patch b/cppcheck-2.5-fix_failed_to_load_translation_for_English.patch deleted file mode 100644 index 94bfe14..0000000 --- a/cppcheck-2.5-fix_failed_to_load_translation_for_English.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 8d5249e3b6cd892b283eba0369b33ec302c8fbe0 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Wolfgang=20St=C3=B6ggl?= -Date: Fri, 23 Jul 2021 19:27:53 +0200 -Subject: [PATCH] Fix Failed to load translation for English (#3351) - -Upon the first start of cppcheck-gui, the following message appears, -if the language of the OS is English: - Failed to load the user interface language: - Failed to load translation for language English from file - cppcheck_en.qm - The user interface language has been reset to English. - -- Update translationhandler.cpp and check if the language code starts - with "en". The code can be e.g. "en_US" ---- - gui/translationhandler.cpp | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/gui/translationhandler.cpp b/gui/translationhandler.cpp -index e00829e2008..5c27eb4ec0c 100644 ---- a/gui/translationhandler.cpp -+++ b/gui/translationhandler.cpp -@@ -86,8 +86,8 @@ bool TranslationHandler::setLanguage(const QString &code) - bool failure = false; - QString error; - -- //If English is the language -- if (code == "en") { -+ //If English is the language. Code can be e.g. en_US -+ if (code.indexOf("en") == 0) { - //Just remove all extra translators - if (mTranslator) { - qApp->removeTranslator(mTranslator); diff --git a/cppcheck.spec b/cppcheck.spec index 3cd16d1..32a83e4 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -1,8 +1,8 @@ %undefine __cmake_in_source_build Name: cppcheck -Version: 2.5 -Release: 2%{?dist} +Version: 2.6 +Release: 1%{?dist} Summary: Tool for static C/C++ code analysis License: GPLv3+ URL: http://cppcheck.wiki.sourceforge.net/ @@ -15,9 +15,6 @@ Patch1: cppcheck-1.88-htmlreport-python3.patch # Disable one test, which fails under 32-bit archs i686 and armv7hl # https://trac.cppcheck.net/ticket/10282 Patch2: cppcheck-2.5-disable-test-testexprengine-array7.patch -# Fix Failed to load translation for English (#1983599) -# https://github.com/danmar/cppcheck/commit/8d5249e3b6cd892b283eba0369b33ec302c8fbe0 -Patch3: cppcheck-2.5-fix_failed_to_load_translation_for_English.patch BuildRequires: gcc-c++ BuildRequires: pcre-devel @@ -63,7 +60,6 @@ from xml files first generated using cppcheck. %patch0 -p1 -b .translations %patch1 -p1 -b .python3 %patch2 -p1 -b .array7 -%patch3 -p1 -b .en # Make sure bundled tinyxml2 is not used rm -r externals/tinyxml2 # Generate the Qt online-help file @@ -92,9 +88,10 @@ install -D -p -m 644 gui/cppcheck-gui.png %{buildroot}%{_datadir}/pixmaps/cppche # Install the Qt online-help file install -D -p -m 644 gui/help/online-help.qhc %{buildroot}%{_datadir}/Cppcheck/help/online-help.qhc install -D -p -m 644 gui/help/online-help.qch %{buildroot}%{_datadir}/Cppcheck/help/online-help.qch - # Install htmlreport install -D -p -m 755 htmlreport/cppcheck-htmlreport %{buildroot}%{_bindir}/cppcheck-htmlreport +# Restore execute permission of python files +grep -l "#\!/usr/bin/env python3" %{buildroot}%{_datadir}/Cppcheck/addons/*.py | xargs chmod +x %check cd %{_vpath_builddir}/bin @@ -118,6 +115,9 @@ cd %{_vpath_builddir}/bin %{_bindir}/cppcheck-htmlreport %changelog +* Sat Oct 02 2021 Wolfgang Stöggl - 2.6-1 +- Update to 2.6. + * Fri Jul 23 2021 Wolfgang Stöggl - 2.5-2 - Fix Failed to load translation for English (#1983599) diff --git a/sources b/sources index 5774cde..d7cc280 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (cppcheck-2.5.tar.gz) = 21f78eb1beca0c4c2e37aad09caedaa5d9aa98d7947329c089f5bf15eff56cc11f5fdf540fa07fdd666af1d1543fbd3cea5286e8478efbc3e4694954236f9035 +SHA512 (cppcheck-2.6.tar.gz) = 6abe518cb9d80c4d0fcc5d47a317f45f177a30372846008f5c65352db91e7de74e6ec6d500d1d18b8cd29a91e3974df125efb35c14c7814c9640741b3827fc2a