!20 README: Fix typo
From: @cao-fei8 Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
322a993e9d
25
0001-README-Fix-typo.patch
Normal file
25
0001-README-Fix-typo.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From 4eb83b705fe9cfe3cdb1de158182bddd988ae07b Mon Sep 17 00:00:00 2001
|
||||||
|
From: Nikias Bassen <nikias@gmx.li>
|
||||||
|
Date: Wed, 30 Jun 2021 02:33:04 +0200
|
||||||
|
Subject: [PATCH] README: Fix typo
|
||||||
|
|
||||||
|
---
|
||||||
|
README.md | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
|
diff --git a/README.md b/README.md
|
||||||
|
index 53d9cf5..cf85997 100644
|
||||||
|
--- a/README.md
|
||||||
|
+++ b/README.md
|
||||||
|
@@ -122,7 +122,7 @@ ticket first to discuss the idea upfront to ensure less effort for everyone.
|
||||||
|
|
||||||
|
Please make sure your contribution adheres to:
|
||||||
|
* Try to follow the code style of the project
|
||||||
|
-* Commit messages should describe the change well without being to short
|
||||||
|
+* Commit messages should describe the change well without being too short
|
||||||
|
* Try to split larger changes into individual commits of a common domain
|
||||||
|
* Use your real name and a valid email address for your commits
|
||||||
|
|
||||||
|
--
|
||||||
|
2.33.0
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: usbmuxd
|
Name: usbmuxd
|
||||||
Version: 1.1.1
|
Version: 1.1.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Daemon for communicating with Apple's iOS devices
|
Summary: Daemon for communicating with Apple's iOS devices
|
||||||
License: GPLv3+ or GPLv2+
|
License: GPLv3+ or GPLv2+
|
||||||
URL: http://www.libimobiledevice.org/
|
URL: http://www.libimobiledevice.org/
|
||||||
@ -8,6 +8,7 @@ Source0: https://github.com/libimobiledevice/usbmuxd/releases/download/
|
|||||||
|
|
||||||
Patch1: 0001-Fix-typo-in-NEWS-for-last-release-notes.patch
|
Patch1: 0001-Fix-typo-in-NEWS-for-last-release-notes.patch
|
||||||
Patch2: 0001-Fix-typo-in-usbmuxd-proto.h.patch
|
Patch2: 0001-Fix-typo-in-usbmuxd-proto.h.patch
|
||||||
|
Patch3: 0001-README-Fix-typo.patch
|
||||||
|
|
||||||
BuildRequires: gcc libimobiledevice-devel libplist-devel libusbx-devel systemd autoconf libtool automake
|
BuildRequires: gcc libimobiledevice-devel libplist-devel libusbx-devel systemd autoconf libtool automake
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
@ -62,6 +63,9 @@ exit 0
|
|||||||
%{_datadir}/man/man8/usbmuxd.8.gz
|
%{_datadir}/man/man8/usbmuxd.8.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 9 2023 caofei <caofei@xfusion.com> - 1.1.1-4
|
||||||
|
- README: Fix typo
|
||||||
|
|
||||||
* Sat Jan 7 2023 caofei <caofei@xfusion.com> - 1.1.1-3
|
* Sat Jan 7 2023 caofei <caofei@xfusion.com> - 1.1.1-3
|
||||||
- Fix typo in usbmuxd-proto.h
|
- Fix typo in usbmuxd-proto.h
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user