Update to 1.11.1
This commit is contained in:
parent
fe30a96e52
commit
af0b505211
2
sources
2
sources
@ -1 +1 @@
|
|||||||
3496c0d6c6e3018bfcd9ee0f421664ea tracker-1.10.1.tar.xz
|
c4c74a980b65c84d33c18cbc1b4448c8 tracker-1.11.1.tar.xz
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
%global systemd_units tracker-extract.service tracker-miner-apps.service tracker-miner-fs.service tracker-miner-rss.service tracker-miner-user-guides.service tracker-store.service tracker-writeback.service
|
%global systemd_units tracker-extract.service tracker-miner-apps.service tracker-miner-fs.service tracker-miner-rss.service tracker-miner-user-guides.service tracker-store.service tracker-writeback.service
|
||||||
|
|
||||||
Name: tracker
|
Name: tracker
|
||||||
Version: 1.10.1
|
Version: 1.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Desktop-neutral search tool and indexer
|
Summary: Desktop-neutral search tool and indexer
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Tracker
|
URL: https://wiki.gnome.org/Projects/Tracker
|
||||||
Source0: https://download.gnome.org/sources/%{name}/1.10/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/1.11/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
# only autostart in Gnome, see also
|
# only autostart in Gnome, see also
|
||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
||||||
@ -56,6 +56,7 @@ BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
|||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(icu-i18n)
|
BuildRequires: pkgconfig(icu-i18n)
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
|
BuildRequires: pkgconfig(json-glib-1.0)
|
||||||
%if 0%{?with_libcue}
|
%if 0%{?with_libcue}
|
||||||
BuildRequires: pkgconfig(libcue)
|
BuildRequires: pkgconfig(libcue)
|
||||||
%endif
|
%endif
|
||||||
@ -73,6 +74,7 @@ BuildRequires: pkgconfig(libnautilus-extension)
|
|||||||
BuildRequires: pkgconfig(libnm-glib)
|
BuildRequires: pkgconfig(libnm-glib)
|
||||||
BuildRequires: pkgconfig(libosinfo-1.0)
|
BuildRequires: pkgconfig(libosinfo-1.0)
|
||||||
BuildRequires: pkgconfig(libpng)
|
BuildRequires: pkgconfig(libpng)
|
||||||
|
BuildRequires: pkgconfig(libsoup-2.4)
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(poppler-glib)
|
BuildRequires: pkgconfig(poppler-glib)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
@ -335,6 +337,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 22 2016 David King <amigadave@amigadave.com> - 1.11.1-1
|
||||||
|
- Update to 1.11.1
|
||||||
|
|
||||||
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 1.10.1-1
|
* Fri Oct 14 2016 Kalev Lember <klember@redhat.com> - 1.10.1-1
|
||||||
- Update to 1.10.1
|
- Update to 1.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user