- Update to 0.9.8

This commit is contained in:
Jerry James 2009-09-28 16:25:30 +00:00
parent 450c59574b
commit f7aad1cc3a
4 changed files with 9 additions and 34 deletions

View File

@ -1 +1 @@
check-0.9.6.tar.gz
check-0.9.8.tar.gz

View File

@ -1,24 +0,0 @@
diff -dur check-0.9.6.ORIG/src/Makefile.am check-0.9.6/src/Makefile.am
--- check-0.9.6.ORIG/src/Makefile.am 2008-12-29 06:48:45.000000000 -0700
+++ check-0.9.6/src/Makefile.am 2009-04-07 08:51:13.000000000 -0600
@@ -7,7 +7,7 @@
EXTRA_DIST = check.h.in
-AM_CFLAGS = @GCOV_CFLAGS@ -ansi -pedantic
+AM_CFLAGS = @GCOV_CFLAGS@ -pedantic
CFILES =\
diff -dur check-0.9.6.ORIG/src/Makefile.in check-0.9.6/src/Makefile.in
--- check-0.9.6.ORIG/src/Makefile.in 2008-12-29 07:07:01.000000000 -0700
+++ check-0.9.6/src/Makefile.in 2009-04-07 08:51:22.000000000 -0600
@@ -206,7 +206,7 @@
noinst_LTLIBRARIES = libcheckinternal.la
include_HEADERS = check.h
EXTRA_DIST = check.h.in
-AM_CFLAGS = @GCOV_CFLAGS@ -ansi -pedantic
+AM_CFLAGS = @GCOV_CFLAGS@ -pedantic
CFILES = \
check.c \
check_error.c \

View File

@ -1,11 +1,8 @@
Name: check
Version: 0.9.6
Release: 5%{?dist}
Version: 0.9.8
Release: 1%{?dist}
Summary: A unit test framework for C
Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz
# This patch fixes debian bug 519597: use of -ansi conflicts with strdup()
# usage. Debian sent this patch upstream already.
Patch0: check-0.9.6-strdup.patch
Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
Group: Development/Tools
License: LGPLv2+
URL: http://check.sourceforge.net/
@ -38,7 +35,6 @@ Static libraries of check.
%prep
%setup -q
%patch0 -p1
%build
%configure CFLAGS="${RPM_OPT_FLAGS} -fPIC"
@ -78,7 +74,7 @@ fi
%files devel
%defattr(-,root,root,-)
%doc COPYING.LESSER doc/example
%doc doc/example
%{_includedir}/check.h
%{_libdir}/libcheck.so
%{_libdir}/pkgconfig/check.pc
@ -90,6 +86,9 @@ fi
%{_libdir}/libcheck.a
%changelog
* Mon Sep 28 2009 Jerry James <loganjerry@gmail.com> - 0.9.8-1
- Update to 0.9.8
* Thu Aug 6 2009 Jerry James <loganjerry@gmail.com> - 0.9.6-5
- Support --excludedocs (bz 515933)
- Replace broken upstream info dir entry

View File

@ -1 +1 @@
6f80cd4a24d14ad706117a7714222420 check-0.9.6.tar.gz
5d75e9a6027cde79d2c339ef261e7470 check-0.9.8.tar.gz