!13 Fix typo in usbmuxd-proto.h

From: @cao-fei8 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
This commit is contained in:
openeuler-ci-bot 2023-01-07 09:23:45 +00:00 committed by Gitee
commit 16a717a761
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 31 additions and 1 deletions

View File

@ -0,0 +1,26 @@
From ecb81751f14af6699aef2ea03d54ec08401a40d5 Mon Sep 17 00:00:00 2001
From: Nikias Bassen <nikias@gmx.li>
Date: Sat, 9 Jan 2021 04:22:41 +0100
Subject: [PATCH] Fix typo in usbmuxd-proto.h
Thanks to @timgates32 for spotting this.
---
src/usbmuxd-proto.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/usbmuxd-proto.h b/src/usbmuxd-proto.h
index 9416416..93df00e 100644
--- a/src/usbmuxd-proto.h
+++ b/src/usbmuxd-proto.h
@@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-/* Protocol defintion for usbmuxd proxy protocol */
+/* Protocol definition for usbmuxd proxy protocol */
#ifndef USBMUXD_PROTO_H
#define USBMUXD_PROTO_H
--
2.33.0

View File

@ -1,12 +1,13 @@
Name: usbmuxd Name: usbmuxd
Version: 1.1.1 Version: 1.1.1
Release: 2 Release: 3
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/
Source0: https://github.com/libimobiledevice/usbmuxd/releases/download/%{version}/usbmuxd-%{version}.tar.bz2 Source0: https://github.com/libimobiledevice/usbmuxd/releases/download/%{version}/usbmuxd-%{version}.tar.bz2
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
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
@ -61,6 +62,9 @@ exit 0
%{_datadir}/man/man8/usbmuxd.8.gz %{_datadir}/man/man8/usbmuxd.8.gz
%changelog %changelog
* Sat Jan 7 2023 caofei <caofei@xfusion.com> - 1.1.1-3
- Fix typo in usbmuxd-proto.h
* Fri Jan 6 2023 lingsheng <lingsheng@huawei.com> - 1.1.1-2 * Fri Jan 6 2023 lingsheng <lingsheng@huawei.com> - 1.1.1-2
- Fix typo in NEWS for last release notes - Fix typo in NEWS for last release notes