From f83a7888291bf580a61a638855bf20e0d91df7b0 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Tue, 5 Nov 2013 12:42:14 -0500 Subject: [PATCH] 0.9.11 update, drop config.* patch and use autoreconf instead --- .gitignore | 1 + check.spec | 16 ++++++++-------- sources | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 53dc0a8..ef224e3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /check-0.9.9.tar.gz /check-0.9.10.tar.gz +/check-0.9.11.tar.gz diff --git a/check.spec b/check.spec index 7faa054..23457ea 100644 --- a/check.spec +++ b/check.spec @@ -1,16 +1,12 @@ Name: check -Version: 0.9.10 -Release: 3%{?dist} +Version: 0.9.11 +Release: 1%{?dist} Summary: A unit test framework for C Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz -# Enable aarch64 support. -Patch1: %{name}-aarch64.patch Group: Development/Tools License: LGPLv2+ URL: http://check.sourceforge.net/ - -BuildRequires: pkgconfig - +BuildRequires: pkgconfig, libtool, autoconf, automake Requires(post): info Requires(preun): info @@ -49,7 +45,7 @@ programs suitable for use with the Check unit test framework. %prep %setup -q -%patch1 +autoreconf -ivf # Fix detection of various time-related function declarations sed -i '/"ac_cv_have_decl_clock_gettime"/iac_includes_default="$ac_includes_default\n#include "' configure @@ -114,6 +110,10 @@ fi %{_mandir}/man1/checkmk.1* %changelog +* Tue Nov 5 2013 Tom Callaway - 0.9.11-1 +- update to 0.9.11 +- use autoreconf -ivf instead of the patch + * Mon Aug 5 2013 Jerry James - 0.9.10-3 - Drop -format patch, upstreamed - Fix detection of more time-related functions diff --git a/sources b/sources index 3bafa7a..773d69e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d10a8efb9a683467b92b3bce97aeb30 check-0.9.10.tar.gz +fd5a03979bcab9fb80ba005b55f54178 check-0.9.11.tar.gz