!15 Fix title of web/install.html

From: @linker99 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-11-24 06:30:10 +00:00 committed by Gitee
commit 5dc7b8a094
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From bc4f626be601556652a16d5e359362d7c7aedc0b Mon Sep 17 00:00:00 2001
From: James Prior <jep200404@columbus.rr.com>
Date: Sat, 25 Nov 2017 17:07:02 -0500
Subject: [PATCH] Fix title of web/install.html.
---
web/install.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/install.html b/web/install.html
index e017e5d..5977183 100644
--- a/web/install.html
+++ b/web/install.html
@@ -15,7 +15,7 @@ http://creativecommons.org/licenses/by-nc/2.5/
<meta name="keywords" content="check, unit test, c" />
<!-- Site Title -->
-<title>Check | Users of Check</title>
+<title>Check | Installing Check</title>
<!-- Link to Style External Sheet -->
<link href="css/style.css" type="text/css" rel="stylesheet" />
--
2.27.0

View File

@ -1,6 +1,6 @@
Name: check
Version: 0.12.0
Release: 6
Release: 7
Summary: A unit testing framework for C
Source0: https://github.com/libcheck/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
License: LGPLv2+
@ -9,6 +9,7 @@ Patch0: %{name}-0.11.0-info-in-builddir.patch
Patch1: %{name}-0.11.0-fp.patch
Patch2: %{name}-0.12.0-Add-warning-on-floating-point-eq-and-ne-assertions.patch
Patch3: %{name}-0.12.0-Fixed-typo-in-ck_assert_str_eq-doc.patch
Patch4: %{name}-0.12.0-fix-title-of-web-install.html.patch
BuildRequires: gcc libtool patchutils pkgconfig
BuildRequires: subunit-devel texinfo
@ -95,6 +96,9 @@ make check
%{_mandir}/man1/checkmk.1*
%changelog
* Fri Nov 24 2023 fandehui <fandehui@xfusion.com> - 0.12.0-7
- Fix title of web/install.html
* Tue Nov 14 2023 fandehui <fandehui@xfusion.com> - 0.12.0-6
- Fixed typo in ck_assert_str_eq doc