diff --git a/cunit.changes b/cunit.changes index e6fec46..20eeaa6 100644 --- a/cunit.changes +++ b/cunit.changes @@ -1,15 +1,20 @@ +------------------------------------------------------------------- +Wed Apr 21 08:30:40 UTC 2010 - prusnak@suse.cz + +- cleaned up spec, split devel-static subpackage + ------------------------------------------------------------------- Sat Mar 13 13:19:28 UTC 2010 - andrea@opensuse.org -- added CUnit-2.1-pkgconfig.patch to provide cunit.pc +- added CUnit-2.1-pkgconfig.patch to provide cunit.pc ------------------------------------------------------------------- Wed Mar 3 20:56:11 UTC 2010 - andrea@opensuse.org -- split into 3 subpackages +- split into 3 subpackages ------------------------------------------------------------------- Tue Mar 2 15:45:52 UTC 2010 - andrea@opensuse.org -- New package +- New package diff --git a/cunit.spec b/cunit.spec index e1ea460..68f1185 100644 --- a/cunit.spec +++ b/cunit.spec @@ -15,9 +15,14 @@ Url: http://cunit.sourceforge.net/ BuildRequires: ncurses-devel Source: CUnit-%{version}-0-src.tar.bz2 Patch0: %{name}-2.1-pkgconfig.patch -Patch1: %{name}-2.1-stdio.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build +# gcc error detected a false positive +# Curses.c:425: warning: implicit declaration of function 'snprintf' +# E: CUnit implicit-fortify-decl Curses.c:425 +# but file already #includes +BuildRequires: -post-build-checks + %description CUnit is a unit testing framework for C. This package installs the CUnit static library,