diff --git a/0001-Fix-typo-in-NEWS-for-last-release-notes.patch b/0001-Fix-typo-in-NEWS-for-last-release-notes.patch new file mode 100644 index 0000000..2154105 --- /dev/null +++ b/0001-Fix-typo-in-NEWS-for-last-release-notes.patch @@ -0,0 +1,25 @@ +From e2cd81c05f26fa243be4acf316d2e8766427f2ce Mon Sep 17 00:00:00 2001 +From: Martin Szulecki +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 + diff --git a/usbmuxd.spec b/usbmuxd.spec index ddc42e5..2ba075b 100644 --- a/usbmuxd.spec +++ b/usbmuxd.spec @@ -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 - 1.1.1-2 +- Fix typo in NEWS for last release notes + * Tue Aug 11 2020 lingsheng - 1.1.1-1 - Update to 1.1.1