Fix typo in NEWS for last release notes

Signed-off-by: cao-fei8 <caofei@xfusion.com>
This commit is contained in:
cao-fei8 2023-01-05 22:26:19 +08:00
parent 693d43c924
commit 7be4e735bc
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,25 @@
From e2cd81c05f26fa243be4acf316d2e8766427f2ce Mon Sep 17 00:00:00 2001
From: Martin Szulecki <martin.szulecki@libimobiledevice.org>
Date: Thu, 30 Jul 2020 11:59:10 +0200
Subject: [PATCH] Fix typo in NEWS for last release notes
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index bc5479d..b2ba013 100644
--- a/NEWS
+++ b/NEWS
@@ -28,7 +28,7 @@ Version 1.1.1
- Fix USB reconnection issues on virtual machines with iOS 11+ devices
- Add support for connecting with T2 chip
- Various memory leak, deadlock and invalid free fixes
- - Show actualy libusb version in debug message on startup
+ - Show actual libusb version in debug message on startup
- Enable libusb debugging output
- Log client process name alongside pid if possible on Linux
- Unify and improve log message output
--
2.33.0

View File

@ -1,11 +1,12 @@
Name: usbmuxd Name: usbmuxd
Version: 1.1.1 Version: 1.1.1
Release: 1 Release: 2
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
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
Requires(post): systemd Requires(post): systemd
@ -59,6 +60,9 @@ exit 0
%{_datadir}/man/man8/usbmuxd.8.gz %{_datadir}/man/man8/usbmuxd.8.gz
%changelog %changelog
* Fri Jan 6 2023 lingsheng <lingsheng@huawei.com> - 1.1.1-2
- Fix typo in NEWS for last release notes
* Tue Aug 11 2020 lingsheng <lingsheng@huawei.com> - 1.1.1-1 * Tue Aug 11 2020 lingsheng <lingsheng@huawei.com> - 1.1.1-1
- Update to 1.1.1 - Update to 1.1.1