diff --git a/patch1.patch b/patch1.patch deleted file mode 100644 index bd0bfb0..0000000 --- a/patch1.patch +++ /dev/null @@ -1,23 +0,0 @@ -From: Steinar H. Gunderson -Date: Wed, 7 Apr 2021 20:04:49 +0000 (+0200) -Subject: Fix a typo in try_complete_pread(). -X-Git-Url: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=5306f44831f52aadc17ef229a8e577147c68137b - -Fix a typo in try_complete_pread(). - -Pointed out by Taj Khattra. ---- - -diff --git a/complete_pread.cpp b/complete_pread.cpp -index e805cf6..3b36945 100644 ---- a/complete_pread.cpp -+++ b/complete_pread.cpp -@@ -15,7 +15,7 @@ bool try_complete_pread(int fd, void *ptr, size_t len, off_t offset) - } - ptr = reinterpret_cast(ptr) + ret; - len -= ret; -- offset -= ret; -+ offset += ret; - } - return true; - } diff --git a/plocate.spec b/plocate.spec index 76e84d9..d5a6042 100644 --- a/plocate.spec +++ b/plocate.spec @@ -1,13 +1,12 @@ Name: plocate -Version: 1.1.7 +Version: 1.1.8 Release: 1%{?dist} Summary: Much faster locate License: GPLv2+ URL: https://plocate.sesse.net/ Source0: https://git.sesse.net/?p=plocate;a=snapshot;h=%{version};sf=tgz#/plocate-%{version}.tar.gz -%global shortcommit 877be5c -Patch1: https://git.sesse.net/?p=plocate;a=commitdiff_plain;h=5306f44831f52aadc17ef229a8e577147c68137b#/patch1.patch +%global shortcommit c3da113 Source1: plocate.sysusers BuildRequires: meson @@ -89,9 +88,11 @@ fi %_sysusersdir/plocate.conf %dir %{_sharedstatedir}/plocate %{_sharedstatedir}/plocate/CACHEDIR.TAG -%exclude /usr/lib/debug %changelog +* Mon Jun 21 2021 Zbigniew Jędrzejewski-Szmek - 1.1.8-1 +- Update to latest version + * Wed May 12 2021 Zbigniew Jędrzejewski-Szmek - 1.1.7-1 - Resolve comments from initial review - Start the service and timer in %%posttrans