[check] 0.9.10

Tom Callaway spot at fedoraproject.org
Thu Apr 18 16:44:11 UTC 2013


commit 2affa2f67b362e6fbc23cbbd57445ce8a11545d0
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Apr 18 12:43:18 2013 -0400

    0.9.10

 .gitignore |    1 +
 check.spec |   11 ++++++-----
 sources    |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9c07034..53dc0a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /check-0.9.9.tar.gz
+/check-0.9.10.tar.gz
diff --git a/check.spec b/check.spec
index d07bdf1..ca15e28 100644
--- a/check.spec
+++ b/check.spec
@@ -1,10 +1,8 @@
 Name:           check
-Version:        0.9.9
-Release:        3%{?dist}
+Version:        0.9.10
+Release:        1%{?dist}
 Summary:        A unit test framework for C
 Source0:        http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
-# Fix some formatted printing bugs.  Sent upstream 22 Oct. 2012.
-Patch0:         %{name}-format.patch
 # Enable aarch64 support.
 Patch1:         %{name}-aarch64.patch
 Group:          Development/Tools
@@ -41,7 +39,6 @@ Static libraries of check.
 
 %prep
 %setup -q
-%patch0
 %patch1
 
 # Fix detection of localtime_r declaration
@@ -89,6 +86,7 @@ fi
 %{_bindir}/checkmk
 %{_mandir}/man1/checkmk.1*
 %{_includedir}/check.h
+%{_includedir}/check_stdint.h
 %{_libdir}/libcheck.so
 %{_libdir}/pkgconfig/check.pc
 %{_datadir}/aclocal/check.m4
@@ -99,6 +97,9 @@ fi
 %{_libdir}/libcheck.a
 
 %changelog
+* Thu Apr 18 2013 Tom Callaway <spot at fedoraproject.org> - 0.9.10-1
+- update to 0.9.10
+
 * Mon Mar 25 2013 Jerry James <loganjerry at gmail.com> - 0.9.9-3
 - Enable aarch64 support (bz 925218)
 
diff --git a/sources b/sources
index 8c1a3ac..3bafa7a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f3702f2fcfc19ce3f62dca66c241a168  check-0.9.9.tar.gz
+6d10a8efb9a683467b92b3bce97aeb30  check-0.9.10.tar.gz


More information about the scm-commits mailing list