]> granicus.if.org Git - check/commitdiff
Updated for 0.9.2 release
authorhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Nov 2004 11:55:20 +0000 (11:55 +0000)
committerhugo303 <hugo303@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Wed, 10 Nov 2004 11:55:20 +0000 (11:55 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@204 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/configure.in
check/debian/changelog
check/rpm/check.spec.in

index 7bd618b29b1a2fd5a9bf7e2222ede37229716f4f..7c97b78569a716a9175b181b04c48768d1ae7b26 100644 (file)
@@ -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)
index 6e76954fe3436ea089796f91047539064168680d..37126fd1dcf9ea4d562b9008aa6ca6d98e857e3f 100644 (file)
@@ -1,3 +1,9 @@
+check (0.9.2-1) unstable; urgency=low
+
+  * See upstream changelog
+
+ -- Fredrik Hugosson <hugo303@users.sourceforge.net>  Wed, 10 Nov 2004 11:43:00 +0000
+
 check (0.8.3-1) unstable; urgency=low
 
   * See upstream changelog
index b6af21aef75e58d61e4880a6a1d0323340cea903..2551597485118ae83d948e3706a2c88992e5c14c 100644 (file)
@@ -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 <arien_malec@yahoo.com>
 URL: http://check.sourceforge.net/
 Prefix: %{_prefix}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Packager: Arien Malec <arien_malec@yahoo.com>
+Packager: Fredrik Hugosson <hugo303@sourceforge.net>
 
 %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 <bill@barnard-engineering.com> - 1:0.9.0-2
 - Updated for 0.9.0
 - Minor edits/additions to tutorial.sgml