Update to 3.4.0.alpha

This commit is contained in:
Kalev Lember 2022-07-18 16:19:32 +02:00
parent adeff9edc4
commit fc970339d0
2 changed files with 7 additions and 4 deletions

View File

@ -1 +1 @@
SHA512 (tracker-3.3.2.tar.xz) = 2009c7a9b82fd278e38bc71cb41ef1fccb23493bd84a71456c7568ed7a025ce68bab689b8f14b8008479a203a5fdc02acea1862f4f482467ed5c295bde3d4ad8
SHA512 (tracker-3.4.0.alpha.tar.xz) = 67689265c7dbdff372cd7a4d4cd065255ada276641cfb6ed7b076573126c68d12d22c7e51009d6da1b49435bf72f63b01c77b0163c483f9764816721c4617c78

View File

@ -3,13 +3,13 @@
%global tarball_version %%(echo %{version} | tr '~' '.')
Name: tracker
Version: 3.3.2
Version: 3.4.0~alpha
Release: 1%{?dist}
Summary: Desktop-neutral metadata database and search tool
License: GPLv2+
URL: https://gnome.pages.gitlab.gnome.org/tracker/
Source0: https://download.gnome.org/sources/tracker/3.3/tracker-%{tarball_version}.tar.xz
Source0: https://download.gnome.org/sources/tracker/3.4/tracker-%{tarball_version}.tar.xz
BuildRequires: asciidoc
BuildRequires: gettext
@ -107,7 +107,7 @@ The %{name}-devel package contains the documentation for %{name}.
-Dsystemd_user_services_dir=%{_userunitdir} \
%{nil}
%meson_build
%meson_build -j1
%install
@ -168,6 +168,9 @@ The %{name}-devel package contains the documentation for %{name}.
%changelog
* Mon Jul 18 2022 Kalev Lember <klember@redhat.com> - 3.4.0~alpha-1
- Update to 3.4.0.alpha
* Thu Jul 07 2022 David King <amigadave@amigadave.com> - 3.3.2-1
- Update to 3.3.2 (#2104598)