Update to 0.10.0.

This commit is contained in:
Jerry James 2015-08-07 09:12:30 -06:00
parent efbfaf972f
commit 3b031ce846
5 changed files with 25 additions and 22 deletions

2
.gitignore vendored
View File

@ -1,3 +1,3 @@
/check-0.9.12.tar.gz
/check-0.9.13.tar.gz
/check-0.9.14.tar.gz
/check-0.10.0.tar.gz

View File

@ -0,0 +1,15 @@
diff -up check-0.10.0/configure.ac.info-in-builddir check-0.10.0/configure.ac
--- check-0.10.0/configure.ac.info-in-builddir 2015-08-02 13:31:25.000000000 -0600
+++ check-0.10.0/configure.ac 2015-08-06 20:00:00.000000000 -0600
@@ -23,9 +23,9 @@
AC_CONFIG_AUX_DIR([build-aux])
# really severe build strictness
-AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
+#AM_INIT_AUTOMAKE([-Wall gnits 1.11.2])
# Change to using into-in-builddir in the future:
-#AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14])
+AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14])
# define things like _GNU_SOURCE appropriately
# From patch 2803433, request system extensions to generate 64-bit safe code

View File

@ -1,15 +0,0 @@
diff -up check-0.9.11/configure.ac.info-in-builddir check-0.9.11/configure.ac
--- check-0.9.11/configure.ac.info-in-builddir 2013-11-05 12:53:14.772918820 -0500
+++ check-0.9.11/configure.ac 2013-11-05 12:53:20.958911803 -0500
@@ -26,9 +26,9 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_USE_SYSTEM_EXTENSIONS
# really severe build strictness
-AM_INIT_AUTOMAKE([-Wall gnits 1.9.6])
+#AM_INIT_AUTOMAKE([-Wall gnits 1.9.6])
# Change to using into-in-builddir in the future:
-#AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14])
+AM_INIT_AUTOMAKE([info-in-builddir -Wall -Werror gnits 1.14])
# From patch 2803433, request system extensions to generate 64-bit safe code
AC_USE_SYSTEM_EXTENSIONS

View File

@ -1,13 +1,13 @@
Name: check
Version: 0.9.14
Release: 3%{?dist}
Version: 0.10.0
Release: 1%{?dist}
Summary: A unit test framework for C
Source0: http://downloads.sourceforge.net/check/%{name}-%{version}.tar.gz
Group: Development/Tools
License: LGPLv2+
URL: http://check.sourceforge.net/
# Only needed for autotools in Fedora 21+
Patch0: %{name}-0.9.11-info-in-builddir.patch
# Only needed for autotools in Fedora
Patch0: %{name}-0.10.0-info-in-builddir.patch
BuildRequires: pkgconfig, libtool, autoconf, automake, subunit-devel
BuildRequires: texinfo
Requires(post): info
@ -48,7 +48,7 @@ programs suitable for use with the Check unit test framework.
%prep
%setup -q
%if 0%{?fedora} >= 21
%if 0%{?fedora}
%patch0 -p1 -b .info-in-builddir
%endif
@ -120,6 +120,9 @@ fi
%{_mandir}/man1/checkmk.1*
%changelog
* Fri Aug 7 2015 Jerry James <loganjerry@gmail.com> - 0.10.0-1
- Update to 0.10.0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.14-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
38263d115d784c17aa3b959ce94be8b8 check-0.9.14.tar.gz
53c5e5c77d090e103a17f3ed7fd7d8b8 check-0.10.0.tar.gz