Update to 3.5.2

This commit is contained in:
David King 2023-05-14 13:54:27 +01:00
parent 9e8f3571a0
commit dc5d9e7d2a
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/tracker-3.5.1.tar.xz
/tracker-3.5.2.tar.xz

View File

@ -1 +1 @@
SHA512 (tracker-3.5.1.tar.xz) = eb28213aed487eec2906f2f5bd2c31dc9766f50085fd1124085eeeb23a2db7b1ab7ba60b96540f9087512b957328596e92bc3267cc0e6cb33059eb7fe049897a
SHA512 (tracker-3.5.2.tar.xz) = e7162116c1089f4e1a06c6bf60e515b9dd9ce174a3ab8862d52c638004a1df7feb1d69c7b958051bdcff60202eaa58c29023e9a0012c0511d75d26e76a27cd10

View File

@ -3,7 +3,7 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: tracker
Version: 3.5.1
Version: 3.5.2
Release: 1%{?dist}
Summary: Desktop-neutral metadata database and search tool
@ -167,6 +167,9 @@ The %{name}-devel package contains the documentation for %{name}.
%changelog
* Sun May 14 2023 David King <amigadave@amigadave.com> - 3.5.2-1
- Update to 3.5.2
* Wed Apr 26 2023 David King <amigadave@amigadave.com> - 3.5.1-1
- Update to 3.5.1 (#2189611)