From 36e0cad128c1072308fd4a57b9ef100c332b86a9 Mon Sep 17 00:00:00 2001 From: hugo303 Date: Wed, 10 Nov 2004 11:55:20 +0000 Subject: [PATCH] Updated for 0.9.2 release git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@204 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- check/configure.in | 2 +- check/debian/changelog | 6 ++++++ check/rpm/check.spec.in | 7 +++++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/check/configure.in b/check/configure.in index 7bd618b..7c97b78 100644 --- a/check/configure.in +++ b/check/configure.in @@ -4,7 +4,7 @@ AC_INIT(src/check.c) CHECK_MAJOR_VERSION=0 CHECK_MINOR_VERSION=9 -CHECK_MICRO_VERSION=1 +CHECK_MICRO_VERSION=2 CHECK_VERSION=$CHECK_MAJOR_VERSION.$CHECK_MINOR_VERSION.$CHECK_MICRO_VERSION AM_INIT_AUTOMAKE(check,$CHECK_VERSION) diff --git a/check/debian/changelog b/check/debian/changelog index 6e76954..37126fd 100644 --- a/check/debian/changelog +++ b/check/debian/changelog @@ -1,3 +1,9 @@ +check (0.9.2-1) unstable; urgency=low + + * See upstream changelog + + -- Fredrik Hugosson Wed, 10 Nov 2004 11:43:00 +0000 + check (0.8.3-1) unstable; urgency=low * See upstream changelog diff --git a/check/rpm/check.spec.in b/check/rpm/check.spec.in index b6af21a..2551597 100644 --- a/check/rpm/check.spec.in +++ b/check/rpm/check.spec.in @@ -1,7 +1,7 @@ Summary: A unit test framework for C Name: check Version: @VERSION@ -Release: 2 +Release: 1 Epoch: 1 Source: http://prdownloads.sourceforge.net/check/check-%{version}.tar.gz Group: Development/Tools @@ -9,7 +9,7 @@ Copyright: Arien Malec URL: http://check.sourceforge.net/ Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-%{version}-root -Packager: Arien Malec +Packager: Fredrik Hugosson %description Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs. @@ -44,6 +44,9 @@ rm %{_prefix}/share/doc/%{name}-%{version}/index.html %doc %{_prefix}/share/doc/%{name}-%{version} %changelog +* Wed Nov 10 2004 hugo303 +- Updated for 0.9.2 +- Changed Release to 1 again. * Sat Jun 6 2004 Bill Barnard - 1:0.9.0-2 - Updated for 0.9.0 - Minor edits/additions to tutorial.sgml -- 2.40.0