diff --git a/tracker.spec b/tracker.spec index b6eb95c..1512743 100644 --- a/tracker.spec +++ b/tracker.spec @@ -3,19 +3,20 @@ %global tarball_version %%(echo %{version} | tr '~' '.') Name: tracker -Version: 3.1.2 -Release: 2%{?dist} +Version: 3.2.0~alpha.1 +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.1/tracker-%{tarball_version}.tar.xz +Source0: https://download.gnome.org/sources/tracker/3.2/tracker-%{tarball_version}.tar.xz BuildRequires: asciidoc BuildRequires: gettext BuildRequires: gtk-doc BuildRequires: libstemmer-devel BuildRequires: meson +BuildRequires: python3-gobject BuildRequires: systemd-rpm-macros BuildRequires: vala BuildRequires: pkgconfig(dbus-1) @@ -167,6 +168,9 @@ The %{name}-devel package contains the documentation for %{name}. %changelog +* Thu Aug 19 2021 Kalev Lember - 3.2.0~alpha.1-1 +- Update to 3.2.0.alpha.1 + * Wed Aug 04 2021 Kalev Lember - 3.1.2-2 - BuildRequire systemd-rpm-macros instead of systemd - Avoid systemd_requires as per updated packaging guidelines