diff --git a/check-0.9.10.tar.gz b/check-0.9.10.tar.gz deleted file mode 100644 index ed49620..0000000 --- a/check-0.9.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:823819235753e94ae0bcab3c46cc209de166c32ff2f52cefe120597db4403e6d -size 650135 diff --git a/check-0.9.11.tar.gz b/check-0.9.11.tar.gz new file mode 100644 index 0000000..031b148 --- /dev/null +++ b/check-0.9.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4e8c7ffb00bb4ffb3f59f11744a71f1cc4212c79f3083c7d9a4b0953976936 +size 691146 diff --git a/check.changes b/check.changes index 56e6c2e..75482c8 100644 --- a/check.changes +++ b/check.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Nov 6 21:58:35 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.9.11: + + Check's unit tests pass when compiled out of the source tree. + + Check compiles for Windows using the MinGW/msys environment + (without using fork), and all unit tests pass. + + Check compiles for Windows using the Cygwin environment, and + all unit tests pass. + + Check compiles for Windows using MinGW in Linux (without using + fork), and all unit tests pass using wine 1.4. + ------------------------------------------------------------------- Thu Apr 18 19:47:22 UTC 2013 - dimstar@opensuse.org diff --git a/check.spec b/check.spec index 537cad9..1d6d759 100644 --- a/check.spec +++ b/check.spec @@ -17,13 +17,13 @@ Name: check -Version: 0.9.10 +Version: 0.9.11 Release: 0 Summary: Unit Test Framework for C License: LGPL-2.1+ Group: Development/Libraries/C and C++ Url: http://check.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/check/check/0.9.10/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/project/check/check/0.9.11/%{name}-%{version}.tar.gz Source99: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkg-config