From fc970339d0c220b8be360d993b9fbbab63b02164 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 18 Jul 2022 16:19:32 +0200 Subject: [PATCH] Update to 3.4.0.alpha --- sources | 2 +- tracker.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sources b/sources index d60125f..b6a255b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tracker-3.3.2.tar.xz) = 2009c7a9b82fd278e38bc71cb41ef1fccb23493bd84a71456c7568ed7a025ce68bab689b8f14b8008479a203a5fdc02acea1862f4f482467ed5c295bde3d4ad8 +SHA512 (tracker-3.4.0.alpha.tar.xz) = 67689265c7dbdff372cd7a4d4cd065255ada276641cfb6ed7b076573126c68d12d22c7e51009d6da1b49435bf72f63b01c77b0163c483f9764816721c4617c78 diff --git a/tracker.spec b/tracker.spec index 241eab6..81949f6 100644 --- a/tracker.spec +++ b/tracker.spec @@ -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 - 3.4.0~alpha-1 +- Update to 3.4.0.alpha + * Thu Jul 07 2022 David King - 3.3.2-1 - Update to 3.3.2 (#2104598)