- Update to 0.9.8
This commit is contained in:
parent
450c59574b
commit
f7aad1cc3a
@ -1 +1 @@
|
|||||||
check-0.9.6.tar.gz
|
check-0.9.8.tar.gz
|
||||||
|
@ -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 \
|
|
15
check.spec
15
check.spec
@ -1,11 +1,8 @@
|
|||||||
Name: check
|
Name: check
|
||||||
Version: 0.9.6
|
Version: 0.9.8
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A unit test framework for C
|
Summary: A unit test framework for C
|
||||||
Source0: http://download.sourceforge.net/check/%{name}-%{version}.tar.gz
|
Source0: http://downloads.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
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://check.sourceforge.net/
|
URL: http://check.sourceforge.net/
|
||||||
@ -38,7 +35,6 @@ Static libraries of check.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure CFLAGS="${RPM_OPT_FLAGS} -fPIC"
|
%configure CFLAGS="${RPM_OPT_FLAGS} -fPIC"
|
||||||
@ -78,7 +74,7 @@ fi
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.LESSER doc/example
|
%doc doc/example
|
||||||
%{_includedir}/check.h
|
%{_includedir}/check.h
|
||||||
%{_libdir}/libcheck.so
|
%{_libdir}/libcheck.so
|
||||||
%{_libdir}/pkgconfig/check.pc
|
%{_libdir}/pkgconfig/check.pc
|
||||||
@ -90,6 +86,9 @@ fi
|
|||||||
%{_libdir}/libcheck.a
|
%{_libdir}/libcheck.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 6 2009 Jerry James <loganjerry@gmail.com> - 0.9.6-5
|
||||||
- Support --excludedocs (bz 515933)
|
- Support --excludedocs (bz 515933)
|
||||||
- Replace broken upstream info dir entry
|
- Replace broken upstream info dir entry
|
||||||
|
Loading…
Reference in New Issue
Block a user