From f7aad1cc3a8a54c412b1690709bb7f112e4e2769 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Mon, 28 Sep 2009 16:25:30 +0000 Subject: [PATCH] - Update to 0.9.8 --- .cvsignore | 2 +- check-0.9.6-strdup.patch | 24 ------------------------ check.spec | 15 +++++++-------- sources | 2 +- 4 files changed, 9 insertions(+), 34 deletions(-) delete mode 100644 check-0.9.6-strdup.patch diff --git a/.cvsignore b/.cvsignore index e43f443..1d515d5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -check-0.9.6.tar.gz +check-0.9.8.tar.gz diff --git a/check-0.9.6-strdup.patch b/check-0.9.6-strdup.patch deleted file mode 100644 index fbf93de..0000000 --- a/check-0.9.6-strdup.patch +++ /dev/null @@ -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 \ diff --git a/check.spec b/check.spec index 91edd2d..0595ca5 100644 --- a/check.spec +++ b/check.spec @@ -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 - 0.9.8-1 +- Update to 0.9.8 + * Thu Aug 6 2009 Jerry James - 0.9.6-5 - Support --excludedocs (bz 515933) - Replace broken upstream info dir entry diff --git a/sources b/sources index f86737a..b233f50 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f80cd4a24d14ad706117a7714222420 check-0.9.6.tar.gz +5d75e9a6027cde79d2c339ef261e7470 check-0.9.8.tar.gz