2013-06-26 05:22:40 +00:00
|
|
|
%global _changelog_trimtime %(date +%s -d "1 year ago")
|
|
|
|
|
2014-02-19 08:36:09 +00:00
|
|
|
%global with_nautilus 0
|
|
|
|
|
2013-07-16 11:41:11 +00:00
|
|
|
%if 0%{?rhel}
|
2014-02-19 08:29:17 +00:00
|
|
|
%global with_enca 0
|
|
|
|
%global with_libcue 0
|
2013-07-16 11:41:11 +00:00
|
|
|
%global with_thunderbird 0
|
|
|
|
%else
|
2014-02-19 08:29:17 +00:00
|
|
|
%global with_enca 1
|
|
|
|
%global with_libcue 1
|
2013-07-16 11:41:11 +00:00
|
|
|
%global with_thunderbird 1
|
|
|
|
%endif
|
|
|
|
|
2010-10-08 14:27:12 +00:00
|
|
|
Summary: Desktop-neutral search tool and indexer
|
2007-07-24 02:24:50 +00:00
|
|
|
Name: tracker
|
2014-09-24 16:22:49 +00:00
|
|
|
Version: 1.2.2
|
2014-09-22 17:44:01 +00:00
|
|
|
Release: 1%{?dist}
|
2007-08-03 18:25:19 +00:00
|
|
|
License: GPLv2+
|
2007-07-24 02:24:50 +00:00
|
|
|
Group: Applications/System
|
2014-03-22 14:41:11 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/Tracker
|
2014-09-22 17:44:01 +00:00
|
|
|
Source0: http://download.gnome.org/sources/tracker/1.2/%{name}-%{version}.tar.xz
|
2011-04-12 10:53:32 +00:00
|
|
|
|
2012-08-15 13:47:28 +00:00
|
|
|
# only autostart in Gnome, see also
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=771601
|
2013-01-27 11:12:07 +00:00
|
|
|
Patch1: tracker-0.15-onlyshowin.patch
|
2012-08-15 13:47:28 +00:00
|
|
|
|
2013-11-12 15:13:50 +00:00
|
|
|
# https://bugzilla.gnome.org/show_bug.cgi?id=712142
|
2013-12-03 17:15:09 +00:00
|
|
|
Patch3: 0001-Bump-the-minimum-memory-requirement-to-768M.patch
|
2013-11-12 15:13:50 +00:00
|
|
|
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: desktop-file-utils
|
2013-06-22 01:17:28 +00:00
|
|
|
%if 0%{?with_enca}
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: enca-devel
|
2013-06-22 01:17:28 +00:00
|
|
|
%endif
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: exempi-devel
|
2013-07-16 11:41:11 +00:00
|
|
|
BuildRequires: firefox
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: flac-devel
|
2011-09-02 13:44:59 +00:00
|
|
|
BuildRequires: gdk-pixbuf2-devel
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: giflib-devel
|
2013-09-18 23:14:56 +00:00
|
|
|
BuildRequires: gobject-introspection-devel
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: graphviz
|
|
|
|
BuildRequires: gstreamer1-devel
|
|
|
|
BuildRequires: gstreamer1-plugins-base-devel
|
|
|
|
BuildRequires: gtk-doc
|
2014-02-19 08:36:09 +00:00
|
|
|
BuildRequires: gtk3-devel
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: gupnp-dlna-devel
|
|
|
|
BuildRequires: intltool
|
|
|
|
%if 0%{?with_libcue}
|
|
|
|
BuildRequires: libcue-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: libexif-devel
|
|
|
|
BuildRequires: libgee-devel
|
|
|
|
BuildRequires: libgsf-devel
|
|
|
|
BuildRequires: libgxps-devel
|
|
|
|
BuildRequires: libicu-devel
|
|
|
|
BuildRequires: libiptcdata-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libmediaart-devel
|
|
|
|
BuildRequires: libosinfo-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libtiff-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
BuildRequires: libxml2-devel
|
|
|
|
%if 0%{?with_nautilus}
|
|
|
|
BuildRequires: nautilus-devel
|
|
|
|
%endif
|
|
|
|
BuildRequires: NetworkManager-glib-devel
|
|
|
|
BuildRequires: poppler-glib-devel
|
|
|
|
BuildRequires: rest-devel
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
BuildRequires: taglib-devel
|
2013-07-16 11:41:11 +00:00
|
|
|
%if 0%{?with_thunderbird}
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: thunderbird
|
2013-07-16 11:41:11 +00:00
|
|
|
%endif
|
2014-02-19 09:08:01 +00:00
|
|
|
BuildRequires: totem-pl-parser-devel
|
|
|
|
BuildRequires: upower-devel
|
|
|
|
BuildRequires: vala-devel
|
2013-07-16 11:41:11 +00:00
|
|
|
|
2014-02-19 09:47:38 +00:00
|
|
|
Obsoletes: compat-tracker018 < 0.17.2-2
|
2013-03-20 22:24:32 +00:00
|
|
|
Obsoletes: tracker-miner-flickr < 0.16.0
|
2014-02-19 08:36:09 +00:00
|
|
|
Obsoletes: tracker-nautilus-plugin < 0.17.2-2
|
2011-09-02 12:07:56 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%description
|
|
|
|
Tracker is a powerful desktop-neutral first class object database,
|
2011-09-02 12:07:56 +00:00
|
|
|
tag/metadata database, search tool and indexer.
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
It consists of a common object database that allows entities to have an
|
2013-02-20 22:11:00 +00:00
|
|
|
almost infinite number of properties, metadata (both embedded/harvested as
|
2006-11-09 16:08:21 +00:00
|
|
|
well as user definable), a comprehensive database of keywords/tags and
|
|
|
|
links to other entities.
|
|
|
|
|
|
|
|
It provides additional features for file based objects including context
|
|
|
|
linking and audit trails for a file object.
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
It has the ability to index, store, harvest metadata. retrieve and search
|
2010-03-03 16:08:51 +00:00
|
|
|
all types of files and other first class objects
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2006-11-09 16:24:03 +00:00
|
|
|
%package devel
|
2007-07-24 02:24:50 +00:00
|
|
|
Summary: Headers for developing programs that will use %{name}
|
|
|
|
Group: Development/Libraries
|
2012-08-15 13:47:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains the static libraries and header files needed for
|
|
|
|
developing with tracker
|
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%package needle
|
|
|
|
Summary: Tracker search tool
|
2012-08-15 13:47:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2010-05-07 04:17:00 +00:00
|
|
|
Obsoletes: paperbox <= 0.4.4
|
2014-09-05 18:58:08 +00:00
|
|
|
Obsoletes: tracker-ui-tools < 1.1.4
|
2011-09-23 20:37:45 +00:00
|
|
|
Obsoletes: tracker-search-tool <= 0.12.0
|
2007-01-29 23:22:08 +00:00
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%description needle
|
|
|
|
Graphical frontend to tracker search.
|
|
|
|
|
|
|
|
%package preferences
|
|
|
|
Summary: Tracker preferences
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2014-09-05 18:58:08 +00:00
|
|
|
Obsoletes: tracker-ui-tools < 1.1.4
|
2014-09-05 16:43:59 +00:00
|
|
|
|
|
|
|
%description preferences
|
|
|
|
Graphical frontend to tracker configuration.
|
2007-01-29 23:22:08 +00:00
|
|
|
|
2012-02-28 00:56:43 +00:00
|
|
|
%package firefox-plugin
|
|
|
|
Summary: A simple bookmark exporter for Tracker
|
|
|
|
Group: User Interface/Desktops
|
2012-08-15 13:47:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-02-28 00:56:43 +00:00
|
|
|
|
|
|
|
%description firefox-plugin
|
|
|
|
This Firefox addon exports your bookmarks to Tracker, so that you can search
|
|
|
|
for them for example using tracker-needle.
|
|
|
|
|
2014-02-19 08:36:09 +00:00
|
|
|
%if 0%{?with_nautilus}
|
2011-01-04 18:39:02 +00:00
|
|
|
%package nautilus-plugin
|
|
|
|
Summary: Tracker's nautilus plugin
|
|
|
|
Group: User Interface/Desktops
|
2012-08-15 13:47:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2011-01-04 18:39:02 +00:00
|
|
|
|
|
|
|
%description nautilus-plugin
|
|
|
|
Tracker's nautilus plugin, provides 'tagging' functionality. Ability to perform
|
2013-02-20 22:11:00 +00:00
|
|
|
search in nautilus using tracker is built-in directly in the nautilus package.
|
2014-02-19 08:36:09 +00:00
|
|
|
%endif
|
2011-01-04 18:39:02 +00:00
|
|
|
|
2013-07-16 11:41:11 +00:00
|
|
|
%if 0%{?with_thunderbird}
|
2012-02-28 00:56:43 +00:00
|
|
|
%package thunderbird-plugin
|
|
|
|
Summary: Thunderbird extension to export mails to Tracker
|
|
|
|
Group: User Interface/Desktops
|
2012-08-15 13:47:28 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
2012-02-28 00:56:43 +00:00
|
|
|
|
|
|
|
%description thunderbird-plugin
|
|
|
|
A simple Thunderbird extension to export mails to Tracker.
|
2013-07-16 11:41:11 +00:00
|
|
|
%endif
|
2012-02-28 00:56:43 +00:00
|
|
|
|
2011-04-26 19:08:46 +00:00
|
|
|
%package docs
|
|
|
|
Summary: Documentations for tracker
|
|
|
|
Group: Documentation
|
2013-01-27 11:12:07 +00:00
|
|
|
BuildArch: noarch
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2011-04-26 19:08:46 +00:00
|
|
|
%description docs
|
|
|
|
This package contains the documentation for tracker
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-03-03 16:08:51 +00:00
|
|
|
|
2012-08-15 13:47:28 +00:00
|
|
|
%patch1 -p1 -b .onlyshowin
|
2013-12-03 17:15:09 +00:00
|
|
|
%patch3 -p1 -b .memory
|
2012-08-15 13:47:28 +00:00
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
## nuke unwanted rpaths, see also
|
2011-04-12 10:53:32 +00:00
|
|
|
## https://fedoraproject.org/wiki/Packaging/Guidelines#Beware_of_Rpath
|
|
|
|
sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
|
|
|
|
|
2007-09-26 03:45:04 +00:00
|
|
|
%build
|
2014-07-27 21:21:09 +00:00
|
|
|
%configure --disable-static \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--enable-miner-evolution=no \
|
|
|
|
--with-firefox-plugin-dir=%{_libdir}/firefox/extensions \
|
|
|
|
--disable-mp3 \
|
2014-02-19 08:36:09 +00:00
|
|
|
%if %{with_nautilus}
|
2014-07-27 21:21:09 +00:00
|
|
|
--enable-nautilus-extension \
|
2014-02-19 08:36:09 +00:00
|
|
|
%else
|
2014-07-27 21:21:09 +00:00
|
|
|
--disable-nautilus-extension \
|
2014-02-19 08:36:09 +00:00
|
|
|
%endif
|
2013-07-16 11:41:11 +00:00
|
|
|
%if 0%{?with_thunderbird}
|
2014-07-27 21:21:09 +00:00
|
|
|
--with-thunderbird-plugin-dir=%{_libdir}/thunderbird/extensions \
|
2013-07-16 11:41:11 +00:00
|
|
|
%endif
|
2014-07-27 21:21:09 +00:00
|
|
|
--with-unicode-support=libicu \
|
2011-09-23 20:37:45 +00:00
|
|
|
--disable-functional-tests
|
2011-03-10 21:35:46 +00:00
|
|
|
# Disable the functional tests for now, they use python bytecodes.
|
2010-02-10 18:53:57 +00:00
|
|
|
|
2010-03-03 16:08:51 +00:00
|
|
|
make V=1 %{?_smp_mflags}
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
%install
|
2007-07-24 02:24:50 +00:00
|
|
|
make DESTDIR=%{buildroot} install
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2009-06-04 09:39:50 +00:00
|
|
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
2014-07-27 21:21:09 +00:00
|
|
|
rm -rf %{buildroot}%{_datadir}/tracker-tests
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2014-03-22 14:36:41 +00:00
|
|
|
# Remove .so symlinks for private libraries -- no external users are supposed
|
|
|
|
# to link with them.
|
2014-07-27 21:21:09 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/tracker-1.0/*.so
|
2014-03-22 14:36:41 +00:00
|
|
|
|
2006-11-21 07:43:59 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
2014-03-22 12:29:28 +00:00
|
|
|
%check
|
2014-07-27 21:21:09 +00:00
|
|
|
desktop-file-validate %{buildroot}%{_datadir}/applications/tracker-*.desktop
|
2014-03-22 12:29:28 +00:00
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%post preferences
|
2014-03-22 13:14:47 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2007-11-25 16:58:52 +00:00
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ]; then
|
2012-04-24 17:00:28 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2011-09-02 12:07:56 +00:00
|
|
|
fi
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%postun preferences
|
2012-08-15 13:47:28 +00:00
|
|
|
if [ $1 -eq 0 ] ; then
|
2014-03-22 13:14:47 +00:00
|
|
|
touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-08-15 13:47:28 +00:00
|
|
|
fi
|
2007-11-25 16:58:52 +00:00
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
%posttrans
|
2012-04-24 17:00:28 +00:00
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
2012-08-15 14:02:40 +00:00
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%posttrans preferences
|
2014-03-22 13:14:47 +00:00
|
|
|
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2011-09-02 12:07:56 +00:00
|
|
|
|
2006-11-21 07:43:59 +00:00
|
|
|
%files -f %{name}.lang
|
2013-06-22 01:17:28 +00:00
|
|
|
%doc AUTHORS COPYING NEWS README
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_bindir}/tracker*
|
|
|
|
%{_libexecdir}/tracker*
|
2006-11-09 16:08:21 +00:00
|
|
|
%{_datadir}/tracker/
|
2010-03-03 16:08:51 +00:00
|
|
|
%{_datadir}/dbus-1/services/org.freedesktop.Tracker*
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_libdir}/libtracker*-1.0.so.*
|
|
|
|
%{_libdir}/tracker-1.0/
|
|
|
|
%{_libdir}/girepository-1.0/Tracker-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/TrackerControl-1.0.typelib
|
|
|
|
%{_libdir}/girepository-1.0/TrackerMiner-1.0.typelib
|
|
|
|
%{_mandir}/*/tracker*.gz
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker*.desktop
|
2011-09-02 12:07:56 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/*
|
2014-07-27 21:21:09 +00:00
|
|
|
%exclude %{_bindir}/tracker-needle
|
|
|
|
%exclude %{_bindir}/tracker-preferences
|
2014-09-05 16:43:59 +00:00
|
|
|
%exclude %{_datadir}/tracker/tracker-needle.ui
|
|
|
|
%exclude %{_datadir}/tracker/tracker-preferences.ui
|
|
|
|
%exclude %{_mandir}/man1/tracker-preferences.1*
|
|
|
|
%exclude %{_mandir}/man1/tracker-needle.1*
|
2006-11-09 16:08:21 +00:00
|
|
|
|
|
|
|
%files devel
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_includedir}/tracker-1.0/
|
2006-11-09 16:08:21 +00:00
|
|
|
%{_libdir}/*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_datadir}/vala/vapi/tracker*.*
|
|
|
|
%{_datadir}/gir-1.0/Tracker-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/TrackerControl-1.0.gir
|
|
|
|
%{_datadir}/gir-1.0/TrackerMiner-1.0.gir
|
2006-11-09 16:08:21 +00:00
|
|
|
|
2014-09-05 16:43:59 +00:00
|
|
|
%files needle
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_bindir}/tracker-needle
|
2014-08-13 10:27:34 +00:00
|
|
|
%{_datadir}/appdata/tracker-needle.appdata.xml
|
2014-09-05 16:43:59 +00:00
|
|
|
%{_datadir}/applications/tracker-needle.desktop
|
|
|
|
%{_datadir}/tracker/tracker-needle.ui
|
|
|
|
%{_mandir}/man1/tracker-needle.1*
|
|
|
|
|
|
|
|
%files preferences
|
|
|
|
%{_bindir}/tracker-preferences
|
2014-08-13 10:27:34 +00:00
|
|
|
%{_datadir}/appdata/tracker-preferences.appdata.xml
|
2014-09-05 16:43:59 +00:00
|
|
|
%{_datadir}/applications/tracker-preferences.desktop
|
2014-07-27 21:21:09 +00:00
|
|
|
%{_datadir}/icons/*/*/apps/tracker.*
|
2014-09-05 16:43:59 +00:00
|
|
|
%{_datadir}/tracker/tracker-preferences.ui
|
|
|
|
%{_mandir}/man1/tracker-preferences.1*
|
2007-01-29 23:22:08 +00:00
|
|
|
|
2012-02-28 00:56:43 +00:00
|
|
|
%files firefox-plugin
|
|
|
|
%{_datadir}/xul-ext/trackerfox/
|
|
|
|
%{_libdir}/firefox/extensions/trackerfox@bustany.org
|
|
|
|
|
2014-02-19 08:36:09 +00:00
|
|
|
%if 0%{?with_nautilus}
|
2011-01-04 18:39:02 +00:00
|
|
|
%files nautilus-plugin
|
2011-01-11 04:27:31 +00:00
|
|
|
%{_libdir}/nautilus/extensions-3.0/libnautilus-tracker-tags.so
|
2014-02-19 08:36:09 +00:00
|
|
|
%endif
|
2011-01-04 18:39:02 +00:00
|
|
|
|
2013-07-16 11:41:11 +00:00
|
|
|
%if 0%{?with_thunderbird}
|
2012-02-28 00:56:43 +00:00
|
|
|
%files thunderbird-plugin
|
|
|
|
%{_datadir}/xul-ext/trackerbird/
|
|
|
|
%{_libdir}/thunderbird/extensions/trackerbird@bustany.org
|
|
|
|
%{_datadir}/applications/trackerbird-launcher.desktop
|
2013-07-16 11:41:11 +00:00
|
|
|
%endif
|
2012-02-28 00:56:43 +00:00
|
|
|
|
2011-04-26 19:08:46 +00:00
|
|
|
%files docs
|
|
|
|
%doc docs/reference/COPYING
|
2014-02-21 07:46:36 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libtracker-control/
|
2011-04-26 19:08:46 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libtracker-miner/
|
|
|
|
%{_datadir}/gtk-doc/html/libtracker-sparql/
|
|
|
|
%{_datadir}/gtk-doc/html/ontology/
|
2010-01-28 08:53:37 +00:00
|
|
|
|
2010-03-03 16:08:51 +00:00
|
|
|
%changelog
|
2014-09-24 16:22:49 +00:00
|
|
|
* Wed Sep 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.2-1
|
|
|
|
- Update to 1.2.2
|
|
|
|
|
2014-09-23 16:33:33 +00:00
|
|
|
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.1-1
|
|
|
|
- Update to 1.2.1
|
|
|
|
|
2014-09-22 17:44:01 +00:00
|
|
|
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.2.0-1
|
|
|
|
- Update to 1.2.0
|
|
|
|
|
2014-09-05 18:58:08 +00:00
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-2
|
|
|
|
- Fix tracker-ui-tools obsoletes
|
|
|
|
|
2014-09-05 15:33:26 +00:00
|
|
|
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.4-1
|
|
|
|
- Update to 1.1.4
|
2014-09-05 16:43:59 +00:00
|
|
|
- Split tracker-needle and tracker-preferences to separate subpackages
|
2014-09-05 15:33:26 +00:00
|
|
|
|
2014-08-26 11:57:45 +00:00
|
|
|
* Tue Aug 26 2014 David Tardon <dtardon@redhat.com> - 1.1.3-2
|
|
|
|
- rebuild for ICU 53.1
|
|
|
|
|
2014-08-19 18:31:41 +00:00
|
|
|
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.3-1
|
|
|
|
- Update to 1.1.3
|
|
|
|
|
2014-08-18 13:36:51 +00:00
|
|
|
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-4
|
|
|
|
- Rebuilt for upower 0.99.1 soname bump
|
|
|
|
|
2014-08-18 06:15:19 +00:00
|
|
|
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-15 22:29:17 +00:00
|
|
|
* Fri Aug 15 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.2-2
|
|
|
|
- Aarch64 now has Thunderbird
|
|
|
|
|
2014-08-13 10:27:34 +00:00
|
|
|
* Wed Aug 13 2014 Kalev Lember <kalevlember@gmail.com> - 1.1.2-1
|
|
|
|
- Update to 1.1.2
|
|
|
|
|
2014-07-28 15:45:48 +00:00
|
|
|
* Mon Jul 28 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.2-4
|
|
|
|
- No Thunderbird on aarch64 until tb-31
|
|
|
|
|
2014-07-27 21:21:09 +00:00
|
|
|
* Sun Jul 27 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-3
|
|
|
|
- Revert back to tracker 1.0.2 for now
|
|
|
|
|
2014-07-27 08:18:56 +00:00
|
|
|
* Sun Jul 27 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 1.1.1-1
|
|
|
|
- 1.1.1 upstream release
|
|
|
|
- spec cleanups
|
|
|
|
|
2014-07-22 18:33:13 +00:00
|
|
|
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-2
|
|
|
|
- Rebuilt for gobject-introspection 1.41.4
|
|
|
|
|
2014-07-10 14:30:29 +00:00
|
|
|
* Thu Jul 10 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.2-1
|
|
|
|
- Update to 1.0.2
|
|
|
|
|
2014-07-04 15:18:57 +00:00
|
|
|
* Fri Jul 04 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.1-3
|
|
|
|
- Another try at removing the ld.so.conf.d override
|
|
|
|
|
2014-06-08 08:56:22 +00:00
|
|
|
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-09 09:23:34 +00:00
|
|
|
* Fri May 09 2014 Debarshi <rishi@fedoraproject.org> - 1.0.1-1
|
|
|
|
- Update to 1.0.1
|
|
|
|
|
2014-03-24 22:32:08 +00:00
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 1.0.0-1
|
|
|
|
- Update to 1.0.0
|
|
|
|
|
2014-03-24 13:14:10 +00:00
|
|
|
* Mon Mar 24 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-4
|
|
|
|
- Temporarily add back an empty ld.so conf (#1079775)
|
|
|
|
|
2014-03-22 14:36:41 +00:00
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-3
|
|
|
|
- Remove .so symlinks for private libraries
|
|
|
|
|
2014-03-22 12:29:28 +00:00
|
|
|
* Sat Mar 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-2
|
|
|
|
- Use desktop-file-validate instead of desktop-file-install
|
2014-03-22 12:31:35 +00:00
|
|
|
- Remove ld.so.conf.d override
|
2014-03-22 13:14:47 +00:00
|
|
|
- Update icon cache scriptlets
|
2014-03-22 12:29:28 +00:00
|
|
|
|
2014-03-21 20:42:12 +00:00
|
|
|
* Fri Mar 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.8-1
|
|
|
|
- Update to 0.17.8
|
|
|
|
|
2014-03-18 21:14:14 +00:00
|
|
|
* Tue Mar 18 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.17.6-1
|
|
|
|
- Update to 0.17.6
|
|
|
|
|
|
|
|
* Tue Mar 18 2014 Bastien Nocera <bnocera@redhat.com> - 0.17.5-3
|
2014-03-18 12:09:23 +00:00
|
|
|
- Remove home-made mp3 tag extractor
|
|
|
|
|
2014-03-06 10:55:39 +00:00
|
|
|
* Wed Mar 05 2014 David King <amigadave@amigadave.com> - 0.17.5-2
|
|
|
|
- Remove libsecret-devel BuildRequires
|
|
|
|
- Drop removed --disable-qt configure argument
|
|
|
|
|
2014-03-04 22:25:32 +00:00
|
|
|
* Tue Mar 04 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-1
|
|
|
|
- Update to 0.17.5
|
|
|
|
|
2014-02-22 17:52:46 +00:00
|
|
|
* Sat Feb 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.4-1
|
|
|
|
- Update to 0.17.4
|
|
|
|
|
2014-02-21 07:46:36 +00:00
|
|
|
* Fri Feb 21 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.3-1
|
|
|
|
- Update to 0.17.3
|
|
|
|
|
2014-02-19 08:36:09 +00:00
|
|
|
* Wed Feb 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-2
|
|
|
|
- Make the nautilus extension conditional and disable it
|
2014-02-19 09:47:38 +00:00
|
|
|
- Drop the temporary compat-tracker018 subpackage
|
2014-02-19 08:36:09 +00:00
|
|
|
|
2014-02-14 19:18:11 +00:00
|
|
|
* Fri Feb 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.2-1
|
|
|
|
- Update to 0.17.2
|
2014-02-14 19:32:18 +00:00
|
|
|
- Create a temporary compat-tracker018 subpackage to ease the transition
|
|
|
|
from 0.18 ABI to 1.0
|
2014-02-14 19:18:11 +00:00
|
|
|
|
2014-02-14 02:21:57 +00:00
|
|
|
* Thu Feb 13 2014 Adam Williamson <awilliam@redhat.com> - 0.17.1-3
|
|
|
|
- rebuilt for new icu (real)
|
|
|
|
|
|
|
|
* Thu Feb 13 2014 Adam Williamson <awilliam@redhat.com> - 0.17.1-2
|
|
|
|
- rebuilt for new icu (bootstrap)
|
2014-02-14 00:18:13 +00:00
|
|
|
|
2014-02-06 22:48:28 +00:00
|
|
|
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.17.1-1
|
|
|
|
- Update to 0.17.1
|
|
|
|
- Drop upstreamed patches
|
|
|
|
|
2013-12-18 16:32:06 +00:00
|
|
|
* Wed Dec 18 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.17.0-1
|
|
|
|
- Update to 0.17.0
|
|
|
|
|
2013-12-03 17:15:09 +00:00
|
|
|
* Tue Dec 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.4-2
|
|
|
|
- Strengthen against sqlite failures in FTS functions (Red Hat #1026283)
|
|
|
|
|
2013-11-24 16:28:06 +00:00
|
|
|
* Sun Nov 24 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.4-1
|
|
|
|
- Update to 0.16.4
|
|
|
|
- Re-enable upower support
|
|
|
|
|
2013-11-12 15:13:50 +00:00
|
|
|
* Tue Nov 12 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.3-4
|
|
|
|
- Bump the minimum memory requirement to 768M (GNOME #712142)
|
|
|
|
|
2013-11-03 22:10:07 +00:00
|
|
|
* Mon Nov 04 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-3
|
|
|
|
- Unbootstrap
|
|
|
|
|
2013-11-03 21:34:36 +00:00
|
|
|
* Sun Nov 03 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-2
|
|
|
|
- Bootstrap
|
|
|
|
|
2013-11-01 21:48:29 +00:00
|
|
|
* Fri Nov 01 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.3-1
|
|
|
|
- Update to 0.16.3
|
2013-11-01 21:51:58 +00:00
|
|
|
- Build with gstreamer 1.0
|
2013-11-03 20:51:42 +00:00
|
|
|
- Temporarily disable upower support
|
2013-11-01 21:48:29 +00:00
|
|
|
|
2013-10-30 11:00:48 +00:00
|
|
|
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 0.16.2-5
|
|
|
|
- Rebuild for upower soname bump
|
|
|
|
|
2013-09-19 06:21:23 +00:00
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-4
|
|
|
|
- Unbootstrap
|
|
|
|
|
2013-09-18 22:47:49 +00:00
|
|
|
* Thu Sep 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.16.2-3
|
|
|
|
- Rebuilt for totem-pl-parser soname bump
|
|
|
|
|
2013-08-19 12:58:23 +00:00
|
|
|
* Mon Aug 19 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-2
|
|
|
|
- Try removing the dia BuildRequires
|
|
|
|
|
2013-08-04 09:10:01 +00:00
|
|
|
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 0.16.2-1
|
|
|
|
- Update to 0.16.2
|
|
|
|
|
2013-08-04 04:39:23 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.16.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-26 05:22:40 +00:00
|
|
|
* Wed Jun 26 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-4
|
|
|
|
- Fix typos in man page
|
|
|
|
- Trim %%changelog
|
2013-07-16 11:41:11 +00:00
|
|
|
- Re-dethunderbirdize
|
2013-06-26 05:22:40 +00:00
|
|
|
|
2013-06-22 01:17:28 +00:00
|
|
|
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-3
|
|
|
|
- Don't install a (humongous) ChangeLog file
|
|
|
|
|
|
|
|
* Wed May 8 2013 Matthias Clasen <mclasen@redhat.com> 0.16.1-2
|
|
|
|
- Make enca and libcue dependencies conditional
|
|
|
|
|
2013-05-03 21:09:25 +00:00
|
|
|
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> 0.16.1-1
|
|
|
|
- Update to 0.16.1
|
|
|
|
|
2013-03-20 22:24:32 +00:00
|
|
|
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> 0.16.0-1
|
|
|
|
- Update to 0.16.0
|
|
|
|
- Remove and obsolete the tracker-miner-flickr subpackage
|
|
|
|
|
2013-02-20 22:11:00 +00:00
|
|
|
* Wed Feb 20 2013 Ville Skyttä <ville.skytta@iki.fi> 0.15.2-2
|
|
|
|
- Build with XPS support, fix building with GNOME keyring support.
|
|
|
|
- Be explicit about unicode=libunistring and disabling Qt.
|
|
|
|
- Description spelling fixes (BZ #902549).
|
|
|
|
|
2013-02-20 21:25:16 +00:00
|
|
|
* Wed Feb 20 2013 Deji Akingunola <dakingun@gmail.com> 0.15.2-1
|
|
|
|
- Update to 0.15.2 devel release
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Sat Jan 26 2013 Peter Robinson <pbrobinson@fedoraproject.org> 0.15.1-1
|
|
|
|
- Update to 0.15.1 devel release
|
|
|
|
- Fix up changelog dates, minor spec cleanups
|
|
|
|
|
2013-01-21 16:37:02 +00:00
|
|
|
* Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 0.14.4-2
|
|
|
|
- rebuild due to "jpeg8-ABI" feature drop
|
|
|
|
|
2012-11-02 04:43:32 +00:00
|
|
|
* Fri Nov 02 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.4-1
|
|
|
|
- Update to 0.14.4 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.4.changes)
|
|
|
|
|
2012-09-20 14:46:27 +00:00
|
|
|
* Thu Sep 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-4
|
|
|
|
- Mark autostart desktop files as config (Gerd v. Egidy & Rex Dieter, #842318)
|
|
|
|
- Move all the files related to the Flickr miner in the '-miner-flicker' subpackage (Mathieu Bridon, #850900)
|
|
|
|
|
2012-08-21 20:26:40 +00:00
|
|
|
* Tue Aug 21 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.2-3
|
|
|
|
- Drop obsolete BR on id3lib-devel
|
|
|
|
|
2012-08-15 13:47:28 +00:00
|
|
|
* Wed Aug 15 2012 Rex Dieter <rdieter@fedoraproject.org> - 0.14.2-2
|
|
|
|
- tighten subpkg deps
|
|
|
|
- fix icon scriptlet
|
|
|
|
- -devel: drop extraneous dep on pkgconfig
|
|
|
|
- drop .desktop vendor (f18+)
|
|
|
|
- tracker should not auto-start in KDE/XFCE (#771601)
|
|
|
|
|
2012-07-30 16:51:54 +00:00
|
|
|
* Mon Jul 30 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.2-1
|
|
|
|
- Update to 0.14.2 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.2.changes)
|
2012-07-30 17:18:17 +00:00
|
|
|
- Temporarily disable the evolution plugin, fails to build with evo-3.5
|
2012-07-30 16:51:54 +00:00
|
|
|
|
2012-07-22 00:05:50 +00:00
|
|
|
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-07-10 20:20:28 +00:00
|
|
|
* Tue Jul 10 2012 Matthias Clasen <mclasen@redhat.com> - 0.14.1-2
|
|
|
|
- Drop the raptor-devel BR
|
|
|
|
|
2012-05-20 04:57:14 +00:00
|
|
|
* Sun May 20 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.1-1
|
|
|
|
- Update to 0.14.1 (http://download.gnome.org/sources/tracker/0.14/tracker-0.14.1.changes)
|
|
|
|
|
2012-05-16 15:49:14 +00:00
|
|
|
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 0.14.0-4
|
|
|
|
- Rebuild (poppler-0.20.0)
|
|
|
|
|
2012-05-02 16:13:04 +00:00
|
|
|
* Wed May 02 2012 Milan Crha <mcrha@redhat.com> - 0.14.0-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2012-04-24 17:00:28 +00:00
|
|
|
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 0.14.0-2
|
|
|
|
- Silence glib-compile-schemas output in rpm scripts
|
|
|
|
|
2012-03-08 13:06:10 +00:00
|
|
|
* Thu Mar 08 2012 Deji Akingunola <dakingun@gmail.com> - 0.14.0-1
|
|
|
|
- Update to 0.14.0
|
|
|
|
|
2012-03-05 15:59:25 +00:00
|
|
|
* Mon Mar 05 2012 Dan Horák <dan[at]danny.cz> - 0.13.1-3
|
|
|
|
- Must call autoreconf because configure.ac is patched
|
|
|
|
|
2012-02-28 00:56:43 +00:00
|
|
|
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-2
|
|
|
|
- Enable Firefox and thunderbird plugins.
|
|
|
|
- Split flickr data miner into its subpackage.
|
|
|
|
|
2012-02-27 21:57:14 +00:00
|
|
|
* Mon Feb 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.13.1-1
|
|
|
|
- Update to 0.13.1
|
|
|
|
|
2012-02-22 10:49:02 +00:00
|
|
|
* Wed Feb 22 2012 Milan Crha <mcrha@redhat.com> - 0.12.10-1
|
|
|
|
- Update to 0.12.10
|
|
|
|
- Remove patch to remove g_thread_init() calls (fixed upstream)
|
|
|
|
|
2012-02-08 11:50:47 +00:00
|
|
|
* Wed Feb 08 2012 Milan Crha <mcrha@redhat.com> - 0.12.9-2
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
- Add patch to build with evolution-3.3.5's libemail
|
|
|
|
- Add patch to remove g_thread_init() calls
|
|
|
|
|
2012-01-27 06:09:55 +00:00
|
|
|
* Fri Jan 27 2012 Deji Akingunola <dakingun@gmail.com> - 0.12.9-1
|
|
|
|
- Update to 0.12.9
|
|
|
|
|
2012-01-14 07:03:19 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.12.8-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-12-20 12:17:27 +00:00
|
|
|
* Tue Dec 20 2011 Milan Crha <mcrha@redhat.com> - 0.12.8-3
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2011-12-14 04:09:25 +00:00
|
|
|
* Tue Dec 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.8-2
|
|
|
|
- Apply patch to fix crash in indexing pdf (Fix by Marek Kašík; Bug #751922)
|
|
|
|
|
2011-11-27 16:19:15 +00:00
|
|
|
* Sun Nov 27 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.8-1
|
|
|
|
- 0.12.8 Release
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.8.news
|
|
|
|
|
2011-11-22 13:47:50 +00:00
|
|
|
* Tue Nov 22 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-2
|
|
|
|
- Rebuild for new e-d-s
|
|
|
|
|
2011-10-31 17:22:27 +00:00
|
|
|
* Mon Oct 31 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.7-1
|
|
|
|
- Update to 0.12.7
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.6.news
|
|
|
|
- http://ftp.gnome.org/pub/GNOME/sources/tracker/0.12/tracker-0.12.7.news
|
|
|
|
|
2011-10-28 18:18:50 +00:00
|
|
|
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.12.5-2
|
|
|
|
- rebuild(poppler)
|
|
|
|
|
2011-10-19 01:46:10 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 0.12.5-1
|
|
|
|
- Update to 0.12.5
|
|
|
|
|
2011-10-11 11:02:52 +00:00
|
|
|
* Tue Oct 11 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.12.4-2
|
|
|
|
- Rebuild for new poppler 0.18
|
|
|
|
|
2011-10-09 20:51:54 +00:00
|
|
|
* Sun Oct 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.4-1
|
|
|
|
- Update to 0.12.4 stable release
|
|
|
|
- http://download.gnome.org/sources/tracker/0.12/tracker-0.12.4.changes
|
|
|
|
|
2011-09-30 09:59:47 +00:00
|
|
|
* Fri Sep 30 2011 Tomas Bzatek <tbzatek@redhat.com> - 0.12.3-2
|
|
|
|
- Rebuilt for new 0.18 poppler
|
|
|
|
|
2011-09-27 13:44:27 +00:00
|
|
|
* Tue Sep 27 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.3-1
|
|
|
|
- Update to 0.12.3 stable release
|
|
|
|
|
2011-09-23 20:37:45 +00:00
|
|
|
* Fri Sep 23 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.2-1
|
|
|
|
- Update to 0.12.2 stable release
|
|
|
|
- Replace the search-tool sub-package with more appropriately named ui-tools
|
|
|
|
- Disable the search-bar until upstream redo it for GNOME 3
|
|
|
|
|
2011-09-23 18:47:50 +00:00
|
|
|
* Fri Sep 23 2011 Michael Schwendt <mschwendt@fedoraproject.org> - 0.12.0-3
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
- Readd --enable-miner-evolution as forgotten in 0.12.0-1
|
|
|
|
- Conditionally BR libgee06-devel instead of libgee-devel for Fedora > 16
|
|
|
|
|
2011-09-19 13:58:37 +00:00
|
|
|
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 0.12.0-2
|
|
|
|
- Rebuild (poppler-0.17.3)
|
|
|
|
|
2011-09-09 14:11:02 +00:00
|
|
|
* Fri Sep 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.12.0-1
|
|
|
|
- Update to 0.12.0 stable release
|
|
|
|
- Re-enable the evolution plugin
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
* Thu Sep 1 2011 Matthias Clasen <mclasen@redhat.com> - 0.11.2-1
|
|
|
|
- Update to 0.11.2
|
|
|
|
- Drop the evolution miner temporarily
|
|
|
|
|
2011-08-30 14:15:17 +00:00
|
|
|
* Tue Aug 30 2011 Milan Crha <mcrha@redhat.com> - 0.10.24-2
|
|
|
|
- Rebuild against newer evolution-data-server
|
|
|
|
|
2011-08-25 17:20:31 +00:00
|
|
|
* Thu Aug 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.24-1
|
|
|
|
- Update to 0.10.24
|
|
|
|
- Re-enable the evolution plugin
|
|
|
|
|
2011-09-02 12:07:56 +00:00
|
|
|
* Thu Aug 04 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-2
|
|
|
|
- obsolete the evo plugin as well so upgrades work
|
|
|
|
|
|
|
|
* Wed Aug 03 2011 Adam Williamson <awilliam@redhat.com> - 0.10.21-1
|
|
|
|
- complete disabling the evolution plugin
|
|
|
|
|
|
|
|
* Tue Jul 26 2011 Deji Akingunola <dakingun@gmail.com>
|
2011-07-26 14:35:53 +00:00
|
|
|
- Update to 0.10.21
|
|
|
|
- Temporarily disable the evolution plugin
|
|
|
|
|
2011-07-15 15:29:29 +00:00
|
|
|
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 0.10.15-2
|
|
|
|
- Rebuild (poppler-0.17.0)
|
|
|
|
|
2011-06-01 01:32:35 +00:00
|
|
|
* Tue May 31 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.15-1
|
|
|
|
- Update to 0.10.15
|
|
|
|
|
2011-05-13 13:35:44 +00:00
|
|
|
* Fri May 13 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.13-1
|
|
|
|
- Update to 0.10.13
|
|
|
|
|
2011-04-26 19:08:46 +00:00
|
|
|
* Tue Apr 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.10-1
|
|
|
|
- Update to 0.10.10
|
|
|
|
|
|
|
|
* Thu Apr 14 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.9-1
|
|
|
|
- Update to 0.10.9
|
|
|
|
|
2011-10-11 11:02:52 +00:00
|
|
|
* Tue Apr 12 2011 Peter Robinson <pbrobinson@fedoraproject.org> - 0.10.8-2
|
2011-04-12 10:53:32 +00:00
|
|
|
- Rebuild against new gupnp-dlna, build introspection support
|
2011-04-12 09:50:24 +00:00
|
|
|
|
2011-04-09 06:38:17 +00:00
|
|
|
* Sat Apr 09 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.8-1
|
|
|
|
- Update to 0.10.8
|
|
|
|
|
2011-03-27 03:05:59 +00:00
|
|
|
* Sat Mar 26 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.5-1
|
|
|
|
- Update to 0.10.5
|
|
|
|
|
2011-03-13 11:01:25 +00:00
|
|
|
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 0.10.3-2
|
|
|
|
- Rebuild (poppler-0.16.3)
|
|
|
|
|
2011-03-11 18:54:33 +00:00
|
|
|
* Fri Mar 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.3-1
|
|
|
|
- Update to 0.10.3
|
|
|
|
|
2011-03-10 21:35:46 +00:00
|
|
|
* Thu Mar 10 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.2-1
|
|
|
|
- Update to 0.10.2
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Thu Feb 17 2011 Deji Akingunola <dakingun@gmail.com> - 0.10.0-1
|
2011-02-18 05:13:05 +00:00
|
|
|
- Update to 0.10.0
|
|
|
|
- Re-enable tracker-search-bar
|
|
|
|
|
2011-02-11 04:05:17 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 0.9.37-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 20:32:13 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.9.37-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-04 15:59:39 +00:00
|
|
|
* Fri Feb 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.37-1
|
|
|
|
- Update to 0.9.37
|
|
|
|
- Disable tracker-search-bar - building it is currently failing with gtk3
|
|
|
|
|
2011-02-02 16:09:41 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.36-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-02 02:16:22 +00:00
|
|
|
* Tue Feb 01 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.36-1
|
|
|
|
- Update to 0.9.36
|
|
|
|
- Temporarily disable the docs subpackage
|
|
|
|
|
2011-01-26 03:37:25 +00:00
|
|
|
* Tue Jan 25 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.35-1
|
|
|
|
- Update to 0.9.35
|
|
|
|
- Re-enable gupnp-dlna support
|
|
|
|
|
2011-01-11 04:12:35 +00:00
|
|
|
* Tue Jan 11 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-3
|
|
|
|
- Temporarily disable gupnp-dlna.
|
2011-01-11 04:27:31 +00:00
|
|
|
- Update nautilus extensions directory for nautilus-3.x.
|
2011-01-11 04:12:35 +00:00
|
|
|
|
2011-01-10 03:47:40 +00:00
|
|
|
* Sun Jan 9 2011 Matthias Clasen <mclasen@redhat.com> - 0.9.33-2
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-01-04 18:39:02 +00:00
|
|
|
* Tue Jan 04 2011 Deji Akingunola <dakingun@gmail.com> - 0.9.33-1
|
|
|
|
- Update to 0.9.33
|
|
|
|
- Substitute gdk-pixbuf for qt4 as music album extractor
|
|
|
|
- Split off nautilus-plugin into a sub-package
|
|
|
|
|
2011-01-02 01:33:38 +00:00
|
|
|
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-3
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-12-15 20:40:37 +00:00
|
|
|
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.9.30-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Sat Dec 04 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.28-1
|
2010-12-04 05:06:39 +00:00
|
|
|
- Update to 0.9.30
|
|
|
|
|
2010-11-08 02:02:18 +00:00
|
|
|
* Sun Nov 07 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.27-1
|
|
|
|
- Update to 0.9.27
|
|
|
|
|
2010-10-12 16:13:32 +00:00
|
|
|
* Tue Oct 12 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-2
|
|
|
|
- Rebuild for evolution-data-server-2.91.0.
|
|
|
|
|
2010-10-08 14:27:12 +00:00
|
|
|
* Fri Oct 08 2010 Deji Akingunola <dakingun@gmail.com> - 0.9.24-1
|
|
|
|
- First update to 0.9.x series
|
|
|
|
- Re-word the package summary (conformant to upstream wording).
|
2010-10-06 20:33:54 +00:00
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-3
|
2010-10-01 04:57:34 +00:00
|
|
|
- Rebuild for poppler-0.15.
|
|
|
|
|
2010-09-29 01:16:49 +00:00
|
|
|
* Tue Sep 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-2
|
|
|
|
- Rebuild for evolution (camel) update.
|
2010-09-29 03:19:36 +00:00
|
|
|
- Apply patch to build with gtk >= 2.90.7
|
2010-09-29 01:16:49 +00:00
|
|
|
|
2010-09-02 16:07:33 +00:00
|
|
|
* Thu Sep 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.17-1
|
|
|
|
- Update to 0.8.17 release
|
|
|
|
|
2010-08-20 15:30:31 +00:00
|
|
|
* Fri Aug 20 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.16-1
|
|
|
|
- Update to 0.8.16 release
|
|
|
|
|
2010-08-19 16:50:33 +00:00
|
|
|
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.8.15-2
|
|
|
|
- rebuild (poppler)
|
|
|
|
|
2010-07-16 17:14:07 +00:00
|
|
|
* Fri Jul 16 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.15-1
|
|
|
|
- Update to 0.8.15 release
|
|
|
|
- Package the docs licensing file
|
|
|
|
- Patch for EDS API changes (Migrate from CamelException to GError)
|
|
|
|
- Backport a memory leak fix
|
|
|
|
|
2010-06-28 17:46:56 +00:00
|
|
|
* Mon Jun 28 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.13-1
|
|
|
|
- Update to 0.8.13 release
|
|
|
|
|
2010-06-22 14:34:14 +00:00
|
|
|
* Tue Jun 22 2010 Matthias Clasen <mclasen@redhat.com> - 0.8.11-2
|
|
|
|
- Rebuild against new poppler
|
|
|
|
|
2010-06-16 22:55:29 +00:00
|
|
|
* Tue Jun 15 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.11-1
|
|
|
|
- Update to 0.8.11 release
|
2010-07-16 17:14:07 +00:00
|
|
|
- Adapt to EDS Camel API changes (Convert CamelObject events to GObject signals), patch not tested yet.
|
2010-06-16 22:55:29 +00:00
|
|
|
|
|
|
|
* Thu May 27 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.9-1
|
|
|
|
- Update to 0.8.9 release
|
|
|
|
|
2010-05-07 04:17:00 +00:00
|
|
|
* Thu May 06 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.5-1
|
|
|
|
- Update to 0.8.5 release
|
|
|
|
- Provide an upgrade path for paperbox (make ~-search-tool obsolete it) on F-13.
|
2010-07-16 17:14:07 +00:00
|
|
|
- Patch to build with eds-2.31.1 (Camel headers locked down)
|
2010-05-07 04:17:00 +00:00
|
|
|
|
2010-04-29 17:41:09 +00:00
|
|
|
* Thu Apr 29 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.4-1
|
|
|
|
- Update to 0.8.4 release
|
|
|
|
|
2010-04-19 17:04:48 +00:00
|
|
|
* Mon Apr 19 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.2-1
|
|
|
|
- Update to 0.8.2 release
|
|
|
|
|
2010-04-01 18:25:07 +00:00
|
|
|
* Thu Apr 01 2010 Deji Akingunola <dakingun@gmail.com> - 0.8.0-1
|
|
|
|
- Update to 0.8.0 release
|
|
|
|
|
2010-03-25 20:41:24 +00:00
|
|
|
* Thu Mar 25 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.28-1
|
|
|
|
- Update to 0.7.28 release
|
|
|
|
|
2010-03-11 18:17:20 +00:00
|
|
|
* Thu Mar 11 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.25-1
|
|
|
|
- Update to 0.7.25 release
|
|
|
|
|
2010-03-03 16:08:51 +00:00
|
|
|
* Tue Mar 02 2010 Deji Akingunola <dakingun@gmail.com> - 0.7.23-1
|
|
|
|
- Update to 0.7.23 release
|
2010-01-22 00:02:56 +00:00
|
|
|
|
2009-08-30 02:40:46 +00:00
|
|
|
* Sat Aug 29 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-4
|
|
|
|
- Explicitly require apps needed in the text filters of common documents (Fedora bug #517930)
|
|
|
|
|
2009-07-27 06:13:37 +00:00
|
|
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.95-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-06-04 09:39:50 +00:00
|
|
|
* Thu Jun 04 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-2
|
|
|
|
- Ship the manpages in the appropriate sub-packages (Fedora bug #479278)
|
|
|
|
|
2009-05-29 12:44:43 +00:00
|
|
|
* Fri May 22 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.95-1
|
|
|
|
- Update to 0.6.95 release
|
|
|
|
|
2009-05-01 18:55:25 +00:00
|
|
|
* Fri May 01 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.94-1
|
|
|
|
- Update to 0.6.94 release
|
|
|
|
|
2009-04-11 02:15:59 +00:00
|
|
|
* Thu Apr 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.93-1
|
|
|
|
- Update to 0.6.93 release
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Sat Mar 28 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.92-1
|
2009-03-29 00:35:11 +00:00
|
|
|
- Update to 0.6.92 release
|
|
|
|
|
2009-03-13 18:04:27 +00:00
|
|
|
* Fri Mar 13 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.91-1
|
|
|
|
- Update to 0.6.91 release
|
2009-02-13 00:42:17 +00:00
|
|
|
|
2009-02-10 03:18:10 +00:00
|
|
|
* Mon Feb 09 2009 Deji Akingunola <dakingun@gmail.com> - 0.6.90-1
|
|
|
|
- New release, with tons of changes
|
|
|
|
|
2008-12-23 15:37:24 +00:00
|
|
|
* Tue Dec 23 2008 - Caolán McNamara <caolanm@redhat.com> - 0.6.6-10
|
|
|
|
- make build
|
|
|
|
|
2008-12-15 21:56:01 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-9
|
|
|
|
- Add libtool BR
|
|
|
|
|
2008-12-15 21:43:09 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-8
|
|
|
|
- Update patch to actually apply, way to do releases often
|
|
|
|
|
2008-12-15 20:58:57 +00:00
|
|
|
* Mon Dec 15 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-7
|
|
|
|
- Add patch to port to GMime 2.4
|
|
|
|
|
2008-12-10 00:54:16 +00:00
|
|
|
* Wed Dec 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6.6-6
|
|
|
|
- Rebuild for gmime dependency
|
|
|
|
|
2008-12-01 15:00:54 +00:00
|
|
|
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.6.6-5
|
|
|
|
- Rebuild for Python 2.6
|
|
|
|
|
2008-11-28 15:45:13 +00:00
|
|
|
* Fri Nov 28 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-4
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
2008-06-05 13:18:39 +00:00
|
|
|
* Thu Jun 05 2008 Caolán McNamara <caolanm@redhat.com> - 0.6.6-3
|
|
|
|
- rebuild for dependancies
|
|
|
|
|
2008-03-14 18:40:17 +00:00
|
|
|
* Fri Mar 14 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-2
|
|
|
|
- BR poppler-glib-devel instead of poppler-devel for pdf extract module (Thanks to Karsten Hopp mass rebuild work for bringing this to light)
|
|
|
|
|
2008-03-03 05:06:39 +00:00
|
|
|
* Sun Mar 02 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.6-1
|
|
|
|
- New release 0.6.6
|
|
|
|
|
2008-02-28 05:55:33 +00:00
|
|
|
* Thu Feb 28 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.5-1
|
|
|
|
- New release 0.6.5
|
|
|
|
|
2008-02-22 21:11:58 +00:00
|
|
|
* Fri Feb 22 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-7
|
|
|
|
- Ship the tracker-applet program in the tracker-search-tool subpackage
|
|
|
|
(Bug #434551)
|
|
|
|
|
2008-02-11 04:52:16 +00:00
|
|
|
* Sun Feb 10 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-6
|
|
|
|
- Rebuild for gcc43
|
|
|
|
|
2008-01-27 22:16:09 +00:00
|
|
|
* Thu Jan 24 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-5
|
|
|
|
- Backport assorted fixes from upstream svn (Fix Fedora bug 426060)
|
|
|
|
|
2008-01-21 18:07:33 +00:00
|
|
|
* Mon Jan 21 2008 Deji Akingunola <dakingun@gmail.com> - 0.6.4-4
|
|
|
|
- Now require the externally packaged o3read to provide o3totxt
|
|
|
|
|
2007-12-18 03:27:28 +00:00
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-3
|
|
|
|
- Undo the patch, seems to be issues (bug #426060)
|
|
|
|
|
2007-12-15 03:53:53 +00:00
|
|
|
* Fri Dec 14 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-2
|
|
|
|
- Backport crasher fixes from upstream svn trunk
|
|
|
|
|
2013-01-27 11:12:07 +00:00
|
|
|
* Tue Dec 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.4-1
|
2007-12-11 19:58:25 +00:00
|
|
|
- Version 0.6.4
|
|
|
|
|
2007-12-05 05:02:16 +00:00
|
|
|
* Tue Dec 04 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-3
|
|
|
|
- Rebuild for exempi-1.99.5
|
|
|
|
|
2007-11-25 16:58:52 +00:00
|
|
|
* Sun Nov 25 2007 Brian Pepple <bpepple@fedoraproject.org> - 0.6.3-2
|
|
|
|
- Add missing gtk+ icon cache scriptlets.
|
|
|
|
|
2007-09-26 03:45:04 +00:00
|
|
|
* Tue Sep 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.3-1
|
|
|
|
- Version 0.6.3
|
|
|
|
|
2007-09-11 19:52:50 +00:00
|
|
|
* Tue Sep 11 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-2
|
|
|
|
- Make trackerd start on x86_64 (Bug #286361, fix by Will Woods)
|
|
|
|
|
2007-09-06 00:31:22 +00:00
|
|
|
* Wed Sep 05 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.2-1
|
|
|
|
- Version 0.6.2
|
|
|
|
|
2007-08-25 12:24:50 +00:00
|
|
|
* Sat Aug 25 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-2
|
|
|
|
- Rebuild
|
|
|
|
|
2007-08-08 23:47:52 +00:00
|
|
|
* Wed Aug 08 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.1-1
|
|
|
|
- Update to 0.6.1
|
|
|
|
|
2007-08-03 18:25:19 +00:00
|
|
|
* Fri Aug 03 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-3
|
|
|
|
- License tag update
|
|
|
|
|
2007-07-25 17:28:15 +00:00
|
|
|
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 0.6.0-2.1
|
|
|
|
- rebuild for toolchain bug
|
|
|
|
|
2007-07-24 02:24:50 +00:00
|
|
|
* Mon Jul 23 2007 Deji Akingunola <dakingun@gmail.com> - 0.6.0-1
|
|
|
|
- Update to 0.6.0
|
2007-07-24 02:53:41 +00:00
|
|
|
- Manually specify path to deskbar-applet handler directory, koji can't find it
|
2007-02-13 20:08:59 +00:00
|
|
|
|
2007-01-29 23:22:08 +00:00
|
|
|
* Mon Jan 29 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-2
|
|
|
|
- Split out tracker-search-tool sub-packages, for the GUI facility
|
|
|
|
- Add proper requires for the -devel subpackage
|
|
|
|
- Deal with the rpmlint complaints on rpath
|
|
|
|
|
2007-01-27 19:20:11 +00:00
|
|
|
* Sat Jan 27 2007 Deji Akingunola <dakingun@gmail.com> - 0.5.4-1
|
|
|
|
- Update to 0.5.4
|
|
|
|
|
2006-12-26 14:07:51 +00:00
|
|
|
* Tue Dec 26 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.3-1
|
|
|
|
- Update to 0.5.3
|
|
|
|
|
2006-11-27 23:19:59 +00:00
|
|
|
* Mon Nov 27 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-2
|
|
|
|
- Apply patch on Makefile.am instead of Makefile.in
|
2006-11-28 00:06:49 +00:00
|
|
|
- Add libtool to BR
|
2006-11-27 23:19:59 +00:00
|
|
|
|
2006-11-21 07:43:59 +00:00
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.2-1
|
|
|
|
- Update to 0.5.2
|
|
|
|
|
2006-11-09 16:08:21 +00:00
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.1-1
|
|
|
|
- Update to new version
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-7
|
|
|
|
- Have the devel subpackage require pkgconfig
|
|
|
|
- Make the description field not have more than 76 characters on a line
|
|
|
|
- Fix up the RPM group
|
|
|
|
|
|
|
|
* Mon Nov 06 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-6
|
|
|
|
- Explicitly require dbus-devel and dbus-glib (needed for FC < 6)
|
|
|
|
|
|
|
|
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-5
|
|
|
|
- Remove unneeded BRs (gnome-utils-devel and openssl-devel)
|
|
|
|
|
|
|
|
* Sun Nov 05 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-4
|
|
|
|
- Add autostart desktop file.
|
|
|
|
- Edit the package description as suggested in review
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-3
|
|
|
|
- More cleaups to the spec file.
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-2
|
|
|
|
- Add needed BRs
|
|
|
|
|
|
|
|
* Sat Nov 04 2006 Deji Akingunola <dakingun@gmail.com> - 0.5.0-1
|
|
|
|
- Initial packaging for Fedora Extras
|