From a52d7acbcbb9bf1eb13b6172f9b65c1ce7280b0edbac598546756318068cc7e1 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Wed, 26 Dec 2012 04:18:24 +0000 Subject: [PATCH] fix BuildRequires OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=32 --- cppcheck.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cppcheck.spec b/cppcheck.spec index 2bce291..d7d24b9 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -40,7 +40,7 @@ Group: Development/Languages/C and C++ Summary: A tool for static C/C++ code analysis Requires: cppcheck BuildRequires: python-qt4-devel -BuildRequires: qt4-devel >= 4.8.0 +BuildRequires: libqt4-devel >= 4.8.0 %description gui This is the gui for Cppcheck, a program to detect bugs that your C/C++ compiler