diff --git a/sources b/sources index bc394f5..b80ca48 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -796fa153b85920f145ee85c77417bb39 tracker-1.9.1.tar.xz +878ece93b3ed1eb1fa2c51b3506ab466 tracker-1.9.2.tar.xz diff --git a/tracker.spec b/tracker.spec index 50a151c..a7e120c 100644 --- a/tracker.spec +++ b/tracker.spec @@ -14,8 +14,10 @@ %global with_rss 1 %endif +%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 -Version: 1.9.1 +Version: 1.9.2 Release: 1%{?dist} Summary: Desktop-neutral search tool and indexer @@ -81,6 +83,7 @@ BuildRequires: pkgconfig(upower-glib) BuildRequires: pkgconfig(uuid) BuildRequires: pkgconfig(vorbisfile) +%{?systemd_requires} Obsoletes: compat-tracker018 < 0.17.2-2 Obsoletes: tracker-miner-flickr < 0.16.0 Obsoletes: tracker-nautilus-plugin < 0.17.2-2 @@ -231,16 +234,24 @@ rm -f %{buildroot}%{_libdir}/tracker-1.0/*.so desktop-file-validate %{buildroot}%{_datadir}/applications/tracker-*.desktop -%post -p /sbin/ldconfig +%post +/sbin/ldconfig +%systemd_user_post %{systemd_units} + %post preferences touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : +%preun +%systemd_user_preun %{systemd_units} + + %postun /sbin/ldconfig if [ $1 -eq 0 ]; then glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : fi +%systemd_user_postun_with_restart %{systemd_units} %postun preferences if [ $1 -eq 0 ] ; then @@ -330,6 +341,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog +* Thu Sep 15 2016 David King - 1.9.2-1 +- Update to 1.9.2 + * Tue Aug 23 2016 Kalev Lember - 1.9.1-1 - Update to 1.9.1