2021-09-22 10:35:48 +00:00
|
|
|
# This needs to be changed accordingly to the application for what tracker-miners is bundled,
|
|
|
|
# e.g. for gnome-books, it would be org.gnome.Books
|
|
|
|
%{!?domain_ontology: %global domain_ontology org.freedesktop}
|
|
|
|
|
|
|
|
%if 0%{?rhel} || 0%{?flatpak}
|
2017-09-15 21:09:34 +00:00
|
|
|
%global with_enca 0
|
|
|
|
%global with_libcue 0
|
|
|
|
%global with_rss 0
|
|
|
|
%else
|
|
|
|
%global with_enca 1
|
|
|
|
%global with_libcue 1
|
|
|
|
%global with_rss 1
|
|
|
|
%endif
|
|
|
|
|
2023-02-06 19:11:46 +00:00
|
|
|
%global tracker_version 3.5.0
|
2017-09-15 21:09:34 +00:00
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
%global systemd_units tracker-extract-3.service tracker-miner-fs-3.service tracker-miner-fs-control-3.service tracker-miner-rss-3.service tracker-writeback-3.service
|
2017-09-15 21:09:34 +00:00
|
|
|
|
2019-02-21 12:50:57 +00:00
|
|
|
# Exclude private libraries from autogenerated provides and requires
|
2021-03-19 13:12:09 +00:00
|
|
|
%global __provides_exclude_from ^%{_libdir}/tracker-miners-3.0/
|
|
|
|
%global __requires_exclude ^(libtracker-extract\.so|libtracker-miner-3\.0\.so|libextract-.*\.so|libwriteback-.*\.so)
|
|
|
|
|
|
|
|
%global tarball_version %%(echo %{version} | tr '~' '.')
|
2019-02-21 12:50:57 +00:00
|
|
|
|
2017-09-15 21:09:34 +00:00
|
|
|
Name: tracker-miners
|
2023-02-06 19:11:46 +00:00
|
|
|
Version: 3.5.0~alpha
|
|
|
|
Release: 1%{?dist}
|
2017-09-15 21:09:34 +00:00
|
|
|
Summary: Tracker miners and metadata extractors
|
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
# libtracker-extract and libtracker-miner libraries are LGPLv2+; the miners are a mix of GPLv2+ and LGPLv2+ code
|
2017-09-15 21:09:34 +00:00
|
|
|
License: GPLv2+ and LGPLv2+
|
2021-03-19 13:12:09 +00:00
|
|
|
URL: https://gnome.pages.gitlab.gnome.org/tracker/
|
2023-02-06 19:11:46 +00:00
|
|
|
Source0: https://download.gnome.org/sources/%{name}/3.5/%{name}-%{tarball_version}.tar.xz
|
2017-09-15 21:09:34 +00:00
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
BuildRequires: asciidoc
|
2019-02-21 10:50:40 +00:00
|
|
|
BuildRequires: gcc
|
2017-09-15 21:09:34 +00:00
|
|
|
BuildRequires: giflib-devel
|
2019-02-20 22:23:23 +00:00
|
|
|
BuildRequires: meson
|
2021-08-04 15:54:30 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
2019-02-20 22:23:23 +00:00
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2017-09-15 21:09:34 +00:00
|
|
|
%if 0%{?with_enca}
|
|
|
|
BuildRequires: pkgconfig(enca)
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(exempi-2.0)
|
|
|
|
BuildRequires: pkgconfig(flac)
|
2018-02-07 02:41:19 +00:00
|
|
|
BuildRequires: pkgconfig(gexiv2)
|
2017-09-15 21:09:34 +00:00
|
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
|
|
|
BuildRequires: pkgconfig(gstreamer-tag-1.0)
|
|
|
|
BuildRequires: pkgconfig(icu-i18n)
|
|
|
|
BuildRequires: pkgconfig(icu-uc)
|
|
|
|
%if 0%{?with_libcue}
|
|
|
|
BuildRequires: pkgconfig(libcue)
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(libexif)
|
|
|
|
%if 0%{?with_rss}
|
|
|
|
BuildRequires: pkgconfig(libgrss)
|
|
|
|
%endif
|
|
|
|
BuildRequires: pkgconfig(libgsf-1)
|
|
|
|
BuildRequires: pkgconfig(libgxps)
|
2019-02-20 22:23:23 +00:00
|
|
|
BuildRequires: pkgconfig(libiptcdata)
|
|
|
|
BuildRequires: pkgconfig(libjpeg)
|
2017-09-15 21:09:34 +00:00
|
|
|
BuildRequires: pkgconfig(libpng)
|
|
|
|
BuildRequires: pkgconfig(libseccomp)
|
2019-02-20 22:23:23 +00:00
|
|
|
BuildRequires: pkgconfig(libtiff-4)
|
2017-09-15 21:09:34 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(poppler-glib)
|
|
|
|
BuildRequires: pkgconfig(totem-plparser)
|
2021-03-19 13:12:09 +00:00
|
|
|
BuildRequires: pkgconfig(tracker-sparql-3.0) >= %{tracker_version}
|
2017-09-15 21:09:34 +00:00
|
|
|
BuildRequires: pkgconfig(vorbisfile)
|
2021-09-22 10:35:48 +00:00
|
|
|
%if !0%{?flatpak}
|
|
|
|
BuildRequires: pkgconfig(libosinfo-1.0)
|
|
|
|
BuildRequires: pkgconfig(libnm)
|
|
|
|
BuildRequires: pkgconfig(upower-glib)
|
|
|
|
%endif
|
2021-03-19 13:12:09 +00:00
|
|
|
|
|
|
|
# renamed in F34
|
|
|
|
Obsoletes: tracker3-miners < 3.1.0~rc-2
|
2021-03-19 14:13:33 +00:00
|
|
|
Conflicts: tracker3-miners < 3.1.0~rc-2
|
2021-03-19 13:12:09 +00:00
|
|
|
Provides: tracker3-miners = %{version}-%{release}
|
|
|
|
Provides: tracker3-miners%{?_isa} = %{version}-%{release}
|
2017-09-15 21:09:34 +00:00
|
|
|
|
|
|
|
Requires: tracker%{?_isa} >= %{tracker_version}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Tracker is a powerful desktop-neutral first class object database,
|
|
|
|
tag/metadata database and search tool.
|
|
|
|
|
|
|
|
This package contains various miners and metadata extractors for tracker.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2022-06-01 08:50:06 +00:00
|
|
|
%autosetup -p1 -n %{name}-%{tarball_version}
|
2017-09-15 21:09:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2019-02-20 22:23:23 +00:00
|
|
|
%meson \
|
2021-03-19 13:12:09 +00:00
|
|
|
-Dtracker_core=system \
|
2021-09-22 10:35:48 +00:00
|
|
|
%if 0%{?flatpak}
|
|
|
|
-Dwriteback=false \
|
|
|
|
-Dsystemd_user_services=false \
|
|
|
|
-Diso=disabled \
|
|
|
|
-Dnetwork_manager=disabled \
|
2021-09-22 12:01:02 +00:00
|
|
|
-Ddomain_prefix=%{domain_ontology} \
|
2021-09-22 10:35:48 +00:00
|
|
|
%endif
|
2020-05-13 20:35:22 +00:00
|
|
|
%if ! 0%{?with_libcue}
|
|
|
|
-Dcue=disabled \
|
|
|
|
%endif
|
|
|
|
%if ! 0%{?with_rss}
|
|
|
|
-Dminer_rss=false \
|
|
|
|
%endif
|
2021-09-22 10:35:48 +00:00
|
|
|
%if ! 0%{?flatpak}
|
2021-03-19 13:12:09 +00:00
|
|
|
-Dsystemd_user_services_dir=%{_userunitdir} \
|
2021-09-22 10:35:48 +00:00
|
|
|
%endif
|
2021-03-19 13:12:09 +00:00
|
|
|
%{nil}
|
|
|
|
|
2019-02-20 22:23:23 +00:00
|
|
|
%meson_build
|
2017-09-15 21:09:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
%install
|
2019-02-20 22:23:23 +00:00
|
|
|
%meson_install
|
2017-09-15 21:09:34 +00:00
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
%find_lang tracker3-miners
|
2017-09-15 21:09:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
%post
|
|
|
|
%systemd_user_post %{systemd_units}
|
|
|
|
|
|
|
|
%preun
|
|
|
|
%systemd_user_preun %{systemd_units}
|
|
|
|
|
|
|
|
%postun
|
|
|
|
%systemd_user_postun_with_restart %{systemd_units}
|
|
|
|
|
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
%files -f tracker3-miners.lang
|
|
|
|
%license COPYING*
|
2019-05-03 07:25:38 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2021-03-19 13:12:09 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker-miner-fs-3.desktop
|
|
|
|
%if 0%{?with_rss}
|
|
|
|
%config(noreplace) %{_sysconfdir}/xdg/autostart/tracker-miner-rss-3.desktop
|
|
|
|
%endif
|
|
|
|
%{_libdir}/tracker-miners-3.0/
|
2017-09-15 21:09:34 +00:00
|
|
|
%{_libexecdir}/tracker*
|
2021-03-19 13:12:09 +00:00
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Tracker3.Miner.Files.Index.xml
|
|
|
|
%{_datadir}/dbus-1/interfaces/org.freedesktop.Tracker3.Miner.xml
|
2021-09-22 10:35:48 +00:00
|
|
|
%{_datadir}/dbus-1/services/%{domain_ontology}.Tracker*
|
2017-09-15 21:09:34 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/*
|
2021-03-19 13:12:09 +00:00
|
|
|
%{_datadir}/tracker3-miners/
|
|
|
|
%{_mandir}/man1/tracker*.1*
|
2021-09-22 10:35:48 +00:00
|
|
|
%if !0%{?flatpak}
|
2017-09-15 21:09:34 +00:00
|
|
|
%{_userunitdir}/tracker*.service
|
2021-09-22 10:35:48 +00:00
|
|
|
%endif
|
|
|
|
%if 0%{?flatpak}
|
|
|
|
%{_datadir}/tracker3/domain-ontologies/%{domain_ontology}.domain.rule
|
|
|
|
%endif
|
2017-09-15 21:09:34 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2023-02-06 19:11:46 +00:00
|
|
|
* Mon Feb 06 2023 David King <amigadave@amigadave.com> - 3.5.0~alpha-1
|
|
|
|
- Update to 3.5.0.alpha
|
|
|
|
|
2023-01-21 05:22:39 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-31 03:26:58 +00:00
|
|
|
* Sat Dec 31 2022 Pete Walter <pwalter@fedoraproject.org> - 3.4.2-2
|
|
|
|
- Rebuild for ICU 72
|
|
|
|
|
2022-12-06 13:47:10 +00:00
|
|
|
* Tue Dec 06 2022 David King <amigadave@amigadave.com> - 3.4.2-1
|
|
|
|
- Update to 3.4.2 (#2116593)
|
|
|
|
|
2022-10-26 15:52:25 +00:00
|
|
|
* Wed Oct 26 2022 David King <amigadave@amigadave.com> - 3.4.1-1
|
|
|
|
- Update to 3.4.1
|
|
|
|
|
2022-09-20 10:41:30 +00:00
|
|
|
* Tue Sep 20 2022 Kalev Lember <klember@redhat.com> - 3.4.0-1
|
|
|
|
- Update to 3.4.0
|
|
|
|
|
2022-09-06 15:40:27 +00:00
|
|
|
* Tue Sep 06 2022 Kalev Lember <klember@redhat.com> - 3.4.0~rc-1
|
|
|
|
- Update to 3.4.0.rc
|
|
|
|
|
2022-08-09 09:00:34 +00:00
|
|
|
* Tue Aug 09 2022 Kalev Lember <klember@redhat.com> - 3.4.0~beta-1
|
|
|
|
- Update to 3.4.0.beta
|
|
|
|
|
2022-08-01 13:12:29 +00:00
|
|
|
* Mon Aug 01 2022 Frantisek Zatloukal <fzatlouk@redhat.com> - 3.4.0~alpha-3
|
|
|
|
- Rebuilt for ICU 71.1
|
|
|
|
|
2022-07-23 10:48:16 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0~alpha-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-07-15 16:18:21 +00:00
|
|
|
* Fri Jul 15 2022 Kalev Lember <klember@redhat.com> - 3.4.0~alpha-1
|
|
|
|
- Update to 3.4.0.alpha
|
|
|
|
|
2022-06-01 08:50:06 +00:00
|
|
|
* Wed Jun 01 2022 David King <amigadave@amigadave.com> - 3.3.1-1
|
|
|
|
- Update to 3.3.1
|
|
|
|
|
2022-05-02 20:27:22 +00:00
|
|
|
* Mon May 02 2022 Ray Strode <rstrode@redhat.com> - 3.3.0-2
|
|
|
|
- file monitor fix
|
|
|
|
Resolves: #2079308
|
|
|
|
|
2022-03-20 09:12:04 +00:00
|
|
|
* Sun Mar 20 2022 David King <amigadave@amigadave.com> - 3.3.0-1
|
|
|
|
- Update to 3.3.0
|
|
|
|
|
2022-03-08 09:08:59 +00:00
|
|
|
* Tue Mar 08 2022 David King <amigadave@amigadave.com> - 3.3.0~rc-1
|
|
|
|
- Update to 3.3.0.rc
|
|
|
|
|
2022-02-14 16:21:55 +00:00
|
|
|
* Mon Feb 14 2022 David King <amigadave@amigadave.com> - 3.3.0~beta-1
|
|
|
|
- Update to 3.3.0.beta
|
|
|
|
|
2022-01-22 03:01:12 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.0~alpha-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-10 10:12:15 +00:00
|
|
|
* Mon Jan 10 2022 David King <amigadave@amigadave.com> - 3.3.0~alpha-1
|
|
|
|
- Update to 3.3.0.alpha
|
|
|
|
|
2021-11-01 10:07:47 +00:00
|
|
|
* Mon Nov 01 2021 Kalev Lember <klember@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2021-09-22 10:35:48 +00:00
|
|
|
* Wed Sep 22 2021 Jan Beran <jaberan@redhat.com> - 3.2.0-2
|
|
|
|
- If building for flatpak, adapt the behavior to work as a private
|
|
|
|
instance inside the flatpak
|
|
|
|
|
2021-09-18 21:08:48 +00:00
|
|
|
* Sat Sep 18 2021 Kalev Lember <klember@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2021-09-08 19:05:07 +00:00
|
|
|
* Wed Sep 08 2021 Kalev Lember <klember@redhat.com> - 3.2.0~rc-1
|
|
|
|
- Update to 3.2.0.rc
|
|
|
|
|
2021-08-19 19:36:04 +00:00
|
|
|
* Thu Aug 19 2021 Kalev Lember <klember@redhat.com> - 3.2.0~alpha.1-1
|
|
|
|
- Update to 3.2.0.alpha.1
|
|
|
|
|
2021-08-04 15:54:30 +00:00
|
|
|
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.1.2-3
|
|
|
|
- BuildRequire systemd-rpm-macros instead of systemd
|
2021-08-04 15:54:48 +00:00
|
|
|
- Avoid systemd_requires as per updated packaging guidelines
|
2021-08-04 15:54:30 +00:00
|
|
|
|
2021-07-23 19:33:53 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-21 11:59:30 +00:00
|
|
|
* Mon Jun 21 2021 Kalev Lember <klember@redhat.com> - 3.1.2-1
|
|
|
|
- Update to 3.1.2
|
|
|
|
|
2021-05-20 00:21:46 +00:00
|
|
|
* Thu May 20 2021 Pete Walter <pwalter@fedoraproject.org> - 3.1.1-2
|
|
|
|
- Rebuild for ICU 69
|
|
|
|
|
2021-04-03 22:59:18 +00:00
|
|
|
* Sat Apr 03 2021 Kalev Lember <klember@redhat.com> - 3.1.1-1
|
|
|
|
- Update to 3.1.1
|
|
|
|
|
2021-03-22 12:13:23 +00:00
|
|
|
* Mon Mar 22 2021 Kalev Lember <klember@redhat.com> - 3.1.0-1
|
|
|
|
- Update to 3.1.0
|
|
|
|
|
2021-03-19 14:13:33 +00:00
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-3
|
|
|
|
- Add conflicts with tracker3-miners to help with the upgrade path
|
|
|
|
|
2021-03-19 13:12:09 +00:00
|
|
|
* Fri Mar 19 2021 Kalev Lember <klember@redhat.com> - 3.1.0~rc-2
|
|
|
|
- Update to 3.1.0.rc, based on earlier tracker3-miners packaging
|
|
|
|
- Obsolete separate tracker3-miners package
|
|
|
|
|
2021-01-27 22:14:03 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-11-03 18:09:31 +00:00
|
|
|
* Tue Nov 03 2020 Adam Williamson <awilliam@redhat.com> - 2.3.5-2
|
|
|
|
- Backport patch to allow newfstatat and fstatat64 syscalls (#1892452)
|
|
|
|
|
2020-09-07 11:33:09 +00:00
|
|
|
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 2.3.5-1
|
|
|
|
- Update to 2.3.5
|
|
|
|
|
2020-09-07 09:28:30 +00:00
|
|
|
* Mon Sep 07 2020 Kalev Lember <klember@redhat.com> - 2.3.4-2
|
|
|
|
- Backport an upstream patch to allow statx syscall (#1875398)
|
|
|
|
|
2020-08-25 05:25:31 +00:00
|
|
|
* Tue Aug 25 2020 Kalev Lember <klember@redhat.com> - 2.3.4-1
|
|
|
|
- Update to 2.3.4
|
|
|
|
|
2020-07-29 12:48:56 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-05-16 07:27:00 +00:00
|
|
|
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 2.3.3-2
|
|
|
|
- Rebuild for ICU 67
|
|
|
|
|
2020-03-10 05:59:59 +00:00
|
|
|
* Tue Mar 10 2020 Kalev Lember <klember@redhat.com> - 2.3.3-1
|
|
|
|
- Update to 2.3.3
|
|
|
|
|
2020-02-19 18:36:58 +00:00
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-2
|
|
|
|
- Backport a fix for tracker erroring out with "Failed to set scheduler settings"
|
|
|
|
|
2020-02-19 06:56:35 +00:00
|
|
|
* Wed Feb 19 2020 Kalev Lember <klember@redhat.com> - 2.3.2-1
|
|
|
|
- Update to 2.3.2
|
|
|
|
|
2020-01-31 01:59:21 +00:00
|
|
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-17 11:30:04 +00:00
|
|
|
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 2.3.1-3
|
|
|
|
- Rebuild for poppler-0.84.0
|
|
|
|
|
2019-11-30 16:28:08 +00:00
|
|
|
* Sat Nov 30 2019 Adam Williamson <awilliam@redhat.com> - 2.3.1-2
|
|
|
|
- Rebuild with libosinfo 1.7.0
|
|
|
|
|
2019-11-29 10:14:24 +00:00
|
|
|
* Fri Nov 29 2019 Kalev Lember <klember@redhat.com> - 2.3.1-1
|
|
|
|
- Update to 2.3.1
|
|
|
|
|
2019-11-01 15:54:34 +00:00
|
|
|
* Fri Nov 01 2019 Pete Walter <pwalter@fedoraproject.org> - 2.3.0-2
|
|
|
|
- Rebuild for ICU 65
|
|
|
|
|
2019-09-09 22:27:27 +00:00
|
|
|
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2.3.0-1
|
|
|
|
- Update to 2.3.0
|
|
|
|
|
2019-09-06 13:05:39 +00:00
|
|
|
* Fri Sep 06 2019 Nikola Forró <nforro@redhat.com> - 2.2.99.1-2
|
|
|
|
- Rebuilt for exempi 2.5.1
|
|
|
|
|
2019-09-06 07:55:29 +00:00
|
|
|
* Fri Sep 06 2019 Kalev Lember <klember@redhat.com> - 2.2.99.1-1
|
|
|
|
- Update to 2.2.99.1
|
|
|
|
|
2019-08-12 14:12:39 +00:00
|
|
|
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 2.2.99.0-1
|
|
|
|
- Update to 2.2.99.0
|
|
|
|
|
2019-07-27 01:51:43 +00:00
|
|
|
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-03 07:25:38 +00:00
|
|
|
* Fri May 03 2019 David King <amigadave@amigadave.com> - 2.2.2-1
|
|
|
|
- Update to 2.2.2
|
|
|
|
|
2019-03-08 07:51:38 +00:00
|
|
|
* Fri Mar 08 2019 Kalev Lember <klember@redhat.com> - 2.2.1-1
|
|
|
|
- Update to 2.2.1
|
|
|
|
|
2019-02-21 12:50:57 +00:00
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-3
|
|
|
|
- Exclude private libraries from autogenerated provides and requires
|
|
|
|
|
2019-02-21 10:47:57 +00:00
|
|
|
* Thu Feb 21 2019 Kalev Lember <klember@redhat.com> - 2.2.0-2
|
|
|
|
- Fix the package to be installable again
|
|
|
|
|
2019-02-20 22:23:23 +00:00
|
|
|
* Wed Feb 20 2019 Kalev Lember <klember@redhat.com> - 2.2.0-1
|
|
|
|
- Update to 2.2.0
|
|
|
|
- Switch to the meson build system
|
|
|
|
|
2019-02-03 10:14:36 +00:00
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2019-01-23 21:51:44 +00:00
|
|
|
* Wed Jan 23 2019 Pete Walter <pwalter@fedoraproject.org> - 2.1.5-3
|
|
|
|
- Rebuild for ICU 63
|
|
|
|
|
2019-01-21 12:56:00 +00:00
|
|
|
* Mon Jan 21 2019 Kevin Fenzi <kevin@scrye.com> - 2.1.5-2
|
|
|
|
- Rebuild to drop libiptcdata deps
|
|
|
|
|
2018-09-28 05:22:30 +00:00
|
|
|
* Fri Sep 28 2018 Kalev Lember <klember@redhat.com> - 2.1.5-1
|
|
|
|
- Update to 2.1.5
|
|
|
|
|
2018-09-05 18:27:58 +00:00
|
|
|
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 2.1.4-2
|
|
|
|
- Rebuilt with fixed vala
|
|
|
|
|
2018-09-04 09:03:58 +00:00
|
|
|
* Tue Sep 04 2018 Kalev Lember <klember@redhat.com> - 2.1.4-1
|
|
|
|
- Update to 2.1.4
|
|
|
|
|
2018-09-03 13:45:59 +00:00
|
|
|
* Mon Sep 03 2018 Kalev Lember <klember@redhat.com> - 2.1.3-1
|
|
|
|
- Update to 2.1.3
|
|
|
|
|
2018-08-19 20:00:55 +00:00
|
|
|
* Sun Aug 19 2018 Kalev Lember <klember@redhat.com> - 2.1.1-1
|
|
|
|
- Update to 2.1.1
|
|
|
|
|
2018-07-25 09:02:14 +00:00
|
|
|
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 2.1.0-1
|
|
|
|
- Update to 2.1.0
|
|
|
|
|
2018-07-14 07:50:40 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-07-10 21:03:54 +00:00
|
|
|
* Tue Jul 10 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.5-2
|
|
|
|
- Rebuild for ICU 62
|
|
|
|
|
2018-06-26 15:43:34 +00:00
|
|
|
* Tue Jun 26 2018 Kalev Lember <klember@redhat.com> - 2.0.5-1
|
|
|
|
- Update to 2.0.5
|
|
|
|
|
2018-04-30 15:12:37 +00:00
|
|
|
* Mon Apr 30 2018 Pete Walter <pwalter@fedoraproject.org> - 2.0.4-4
|
|
|
|
- Rebuild for ICU 61.1
|
|
|
|
|
2018-02-11 21:25:10 +00:00
|
|
|
* Sun Feb 11 2018 Sandro Mani <manisandro@gmail.com> - 2.0.4-3
|
|
|
|
- Rebuild (giflib)
|
|
|
|
|
2018-02-08 13:20:32 +00:00
|
|
|
* Thu Feb 08 2018 Kalev Lember <klember@redhat.com> - 2.0.4-2
|
|
|
|
- Rebuild to really enable the RAW extractor
|
|
|
|
|
2018-02-07 02:36:39 +00:00
|
|
|
* Wed Feb 07 2018 Kalev Lember <klember@redhat.com> - 2.0.4-1
|
|
|
|
- Update to 2.0.4
|
2018-02-07 02:41:19 +00:00
|
|
|
- Enable new gexiv2 based RAW extractor
|
2018-02-07 02:36:39 +00:00
|
|
|
|
2017-11-30 20:54:00 +00:00
|
|
|
* Thu Nov 30 2017 Pete Walter <pwalter@fedoraproject.org> - 2.0.3-2
|
|
|
|
- Rebuild for ICU 60.1
|
|
|
|
|
2017-11-21 12:00:45 +00:00
|
|
|
* Tue Nov 21 2017 Kalev Lember <klember@redhat.com> - 2.0.3-1
|
|
|
|
- Update to 2.0.3
|
|
|
|
|
2017-10-06 21:06:28 +00:00
|
|
|
* Fri Oct 06 2017 Kalev Lember <klember@redhat.com> - 2.0.2-1
|
|
|
|
- Update to 2.0.2
|
|
|
|
|
2017-09-19 09:22:12 +00:00
|
|
|
* Tue Sep 19 2017 Kalev Lember <klember@redhat.com> - 2.0.0-3
|
|
|
|
- Backport a fix for a crash when processing virtual elements (#1488707)
|
|
|
|
|
2017-09-15 21:09:34 +00:00
|
|
|
* Fri Sep 15 2017 Kalev Lember <klember@redhat.com> - 2.0.0-2
|
|
|
|
- Package review fixes (#1491725):
|
|
|
|
- Pass --disable-mp3 to use the generic gstreamer extractor
|
|
|
|
- Disable libstemmer support to match the previous behaviour
|
|
|
|
- Fix removing .so symlinks for private libraries
|
|
|
|
- Remove ldconfig rpm scripts as we don't install any shared libraries
|
|
|
|
- Correct license tag and add comment explaining mixed source licensing
|
|
|
|
|
|
|
|
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 2.0.0-1
|
|
|
|
- Initial Fedora packaging
|