!6 Fix typo in NEWS for last release notes
From: @cao-fei8 Reviewed-by: @Charlie_li Signed-off-by: @Charlie_li
This commit is contained in:
commit
30b0556612
25
0001-Fix-typo-in-NEWS-for-last-release-notes.patch
Normal file
25
0001-Fix-typo-in-NEWS-for-last-release-notes.patch
Normal 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
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
Name: usbmuxd
|
||||
Version: 1.1.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Daemon for communicating with Apple's iOS devices
|
||||
License: GPLv3+ or GPLv2+
|
||||
URL: http://www.libimobiledevice.org/
|
||||
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
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd
|
||||
@ -59,6 +60,9 @@ exit 0
|
||||
%{_datadir}/man/man8/usbmuxd.8.gz
|
||||
|
||||
%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
|
||||
- Update to 1.1.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user