Blame SPECS/gnome-photos.spec

0c09d4
%global tarball_version %%(echo %{version} | tr '~' '.')
0c09d4
%global major_version %%(echo %%{tarball_version} | cut -d. -f1)
0c09d4
0c09d4
%global cairo_version 1.14.0
0c09d4
%global dazzle_version 3.26.0
0c09d4
%global gdk_pixbuf_version 2.36.8
0c09d4
%global gegl_version 0.4.0
0c09d4
%global gettext_version 0.19.8
0c09d4
%global gexiv2_version 0.10.8
0c09d4
%global glib2_version 2.62.0
0c09d4
%global goa_version 3.8.0
0c09d4
%global gtk3_version 3.22.16
0c09d4
%global handy_version 1.1.90
0c09d4
%global tracker_miners_version 3.0.0
0c09d4
0c09d4
Name:          gnome-photos
0c09d4
Version:       40.0
0c09d4
Release:       4%{?dist}
0c09d4
Summary:       Access, organize and share your photos on GNOME
0c09d4
0c09d4
# GNOME Photos itself is GPLv3+, but the bundled libgd is LGPLv2+
0c09d4
License:       GPLv3+ and LGPLv2+
0c09d4
URL:           https://wiki.gnome.org/Apps/Photos
0c09d4
Source0:       http://download.gnome.org/sources/%{name}/%{major_version}/%{name}-%{tarball_version}.tar.xz
0c09d4
0c09d4
# https://bugzilla.redhat.com/show_bug.cgi?id=1913641
0c09d4
Patch0:        0001-Remove-Facebook-Flickr-and-Google-support.patch
0c09d4
0c09d4
BuildRequires: desktop-file-utils
0c09d4
BuildRequires: docbook-style-xsl
0c09d4
BuildRequires: gcc
0c09d4
BuildRequires: gettext >= %{gettext_version}
0c09d4
BuildRequires: itstool
0c09d4
BuildRequires: libxslt
0c09d4
BuildRequires: meson
0c09d4
BuildRequires: pkgconfig(babl)
0c09d4
BuildRequires: pkgconfig(cairo) >= %{cairo_version}
0c09d4
BuildRequires: pkgconfig(cairo-gobject) >= %{cairo_version}
0c09d4
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= %{gdk_pixbuf_version}
0c09d4
BuildRequires: pkgconfig(gegl-0.4) >= %{gegl_version}
0c09d4
BuildRequires: pkgconfig(geocode-glib-1.0)
0c09d4
BuildRequires: pkgconfig(gexiv2) >= %{gexiv2_version}
0c09d4
BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version}
0c09d4
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
0c09d4
BuildRequires: pkgconfig(gobject-2.0) >= %{glib2_version}
0c09d4
BuildRequires: pkgconfig(goa-1.0) >= %{goa_version}
0c09d4
BuildRequires: pkgconfig(gsettings-desktop-schemas)
0c09d4
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
0c09d4
BuildRequires: pkgconfig(libdazzle-1.0) >= %{dazzle_version}
0c09d4
BuildRequires: pkgconfig(libhandy-1) >= %{handy_version}
0c09d4
BuildRequires: pkgconfig(libjpeg)
0c09d4
BuildRequires: pkgconfig(tracker-sparql-3.0)
0c09d4
0c09d4
Requires:      baobab
0c09d4
Requires:      gdk-pixbuf2%{?isa} >= %{gdk_pixbuf_version}
0c09d4
Requires:      gegl04%{?_isa} >= %{gegl_version}
0c09d4
Requires:      glib2%{?isa} >= %{glib2_version}
0c09d4
Requires:      gnome-settings-daemon
0c09d4
Requires:      gtk3%{?_isa} >= %{gtk3_version}
0c09d4
Requires:      libdazzle%{?isa} >= %{dazzle_version}
0c09d4
Requires:      libgexiv2%{?_isa} >= %{gexiv2_version}
0c09d4
Requires:      libhandy1%{?_isa} >= %{handy_version}
0c09d4
Requires:      tracker3-miners >= %{tracker_miners_version}
0c09d4
0c09d4
# libgd is not meant to be installed as a system-wide shared library.
0c09d4
# It is just a way for GNOME applications to share widgets and other common
0c09d4
# code on an ad-hoc basis.
0c09d4
Provides: bundled(libgd)
0c09d4
0c09d4
0c09d4
%description
0c09d4
Access, organize and share your photos on GNOME. A simple and elegant
0c09d4
replacement for using a file manager to deal with photos. Enhance, crop
0c09d4
and edit in a snap. Seamless cloud integration is offered through GNOME
0c09d4
Online Accounts.
0c09d4
0c09d4
0c09d4
%package       tests
0c09d4
Summary:       Tests for %{name}
0c09d4
0c09d4
%description   tests
0c09d4
This package contains the installable tests for %{name}.
0c09d4
0c09d4
0c09d4
%prep
0c09d4
%autosetup -p1 -n %{name}-%{tarball_version}
0c09d4
0c09d4
0c09d4
%build
0c09d4
%meson \
0c09d4
  --buildtype=plain \
0c09d4
  -Ddogtail=false \
0c09d4
%if 0%{?flatpak}
0c09d4
  -Dflatpak=true \
0c09d4
%else
0c09d4
  -Dflatpak=false \
0c09d4
%endif
0c09d4
  -Dinstalled_tests=true \
0c09d4
  -Dmanuals=true \
0c09d4
0c09d4
%meson_build
0c09d4
0c09d4
0c09d4
%install
0c09d4
%meson_install
0c09d4
0c09d4
# Upstream doesn't install with desktop-file-install, so let's check
0c09d4
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Photos.desktop
0c09d4
0c09d4
%find_lang %{name} --with-gnome
0c09d4
0c09d4
0c09d4
%files -f %{name}.lang
0c09d4
%license COPYING
0c09d4
%{_bindir}/%{name}
0c09d4
%{_datadir}/metainfo/org.gnome.Photos.appdata.xml
0c09d4
%{_datadir}/applications/org.gnome.Photos.desktop
0c09d4
%{_datadir}/dbus-1/services/org.gnome.Photos.service
0c09d4
0c09d4
%if 0%{?flatpak}
0c09d4
%{_datadir}/dbus-1/services/org.gnome.Photos.Tracker3.Miner.Extract.service
0c09d4
%{_datadir}/dbus-1/services/org.gnome.Photos.Tracker3.Miner.Files.service
0c09d4
%endif
0c09d4
0c09d4
%{_datadir}/glib-2.0/schemas/org.gnome.photos.gschema.xml
0c09d4
%{_datadir}/gnome-shell/
0c09d4
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Photos.svg
0c09d4
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Photos-symbolic.svg
0c09d4
%{_datadir}/man/man1/%{name}.1*
0c09d4
0c09d4
%if 0%{?flatpak}
0c09d4
%{_datadir}/tracker3-miners/domain-ontologies/org.gnome.Photos.rule
0c09d4
%endif
0c09d4
0c09d4
%{_docdir}/%{name}
0c09d4
0c09d4
%dir %{_libdir}/%{name}
0c09d4
%{_libdir}/%{name}/libgnome-photos.so
0c09d4
0c09d4
%{_libexecdir}/%{name}-thumbnailer
0c09d4
0c09d4
%files tests
0c09d4
%{_libexecdir}/installed-tests/%{name}
0c09d4
%{_datadir}/installed-tests
0c09d4
0c09d4
0c09d4
%changelog
0c09d4
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-4
0c09d4
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0c09d4
  Related: rhbz#1991688
0c09d4
0c09d4
* Fri Apr 23 2021 Debarshi Ray <rishi@fedoraproject.org> - 40.0-3
0c09d4
- Add gcc to BuildRequires
0c09d4
- Remove Facebook, Flickr and Google support
0c09d4
Resolves: #1913641
0c09d4
0c09d4
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.0-2
0c09d4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0c09d4
0c09d4
* Thu Mar 25 2021 Kalev Lember <klember@redhat.com> - 40.0-1
0c09d4
- Update to 40.0
0c09d4
0c09d4
* Mon Mar 22 2021 Debarshi Ray <rishi@fedoraproject.org> - 40~rc-3
0c09d4
- The gnome-online-miners package won't be part of RHEL 9
0c09d4
0c09d4
* Fri Mar 19 2021 Debarshi Ray <rishi@fedoraproject.org> - 40~rc-2
0c09d4
- Update to 40.rc
0c09d4
0c09d4
* Fri Mar 12 2021 Debarshi Ray <rishi@fedoraproject.org> - 40~beta-2
0c09d4
- Unbreak Flatpak builds on hosts without Tracker 3
0c09d4
0c09d4
* Fri Mar 12 2021 Debarshi Ray <rishi@fedoraproject.org> - 40~beta-1
0c09d4
- Update to 40.beta
0c09d4
0c09d4
* Tue Feb 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.38.1-1
0c09d4
- Update to 3.38.1
0c09d4
0c09d4
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.0-3
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0c09d4
0c09d4
* Mon Dec 14 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.0-2
0c09d4
- Remove python3-dogtail from Requires on RHEL 9
0c09d4
0c09d4
* Wed Sep 23 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.0-1
0c09d4
- Update to 3.38.0
0c09d4
0c09d4
* Mon Aug 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.91.1-1
0c09d4
- Update to 3.37.91.1
0c09d4
0c09d4
* Mon Aug 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.91-1
0c09d4
- Update to 3.37.91
0c09d4
0c09d4
* Tue Aug 11 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.2-4
0c09d4
- The dLeyna stack won't be part of RHEL 9
0c09d4
0c09d4
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-3
0c09d4
- Second attempt - Rebuilt for
0c09d4
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0c09d4
0c09d4
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.2-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0c09d4
0c09d4
* Fri May 22 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.2-1
0c09d4
- Update to 3.37.2
0c09d4
0c09d4
* Wed May 20 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.34.2-1
0c09d4
- Update to 3.34.2
0c09d4
0c09d4
* Thu Feb 13 2020 Kalev Lember <klember@redhat.com> - 3.34.1-1
0c09d4
- Update to 3.34.1
0c09d4
0c09d4
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.0-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0c09d4
0c09d4
* Wed Sep 11 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
0c09d4
- Update to 3.34.0
0c09d4
0c09d4
* Tue Aug 20 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.33.91-1
0c09d4
- Update to 3.33.91
0c09d4
0c09d4
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0c09d4
0c09d4
* Mon Mar 18 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
0c09d4
- Update to 3.32.0
0c09d4
0c09d4
* Thu Feb 21 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.31.91-1
0c09d4
- Update to 3.31.91
0c09d4
0c09d4
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.3-3
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0c09d4
0c09d4
* Mon Dec 17 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.3-2
0c09d4
- Update dependencies
0c09d4
0c09d4
* Sun Dec 16 2018 Phil Wyett <philwyett@kathenas.org> - 3.31.3-1
0c09d4
- Update to 3.31.3
0c09d4
0c09d4
* Thu Nov 15 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.2-1
0c09d4
- Update to 3.31.2
0c09d4
0c09d4
* Sat Oct 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.1-2
0c09d4
- Build without git-core
0c09d4
0c09d4
* Sat Oct 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.31.1-1
0c09d4
- Update to 3.31.1
0c09d4
- Switch to the Meson build system
0c09d4
- Add %%license
0c09d4
- Switch to %%autosetup
0c09d4
- Update dependencies
0c09d4
0c09d4
* Thu Sep 27 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.1-1
0c09d4
- Update to 3.30.1
0c09d4
0c09d4
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 3.30.0-1
0c09d4
- Update to 3.30.0
0c09d4
0c09d4
* Mon Sep 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.92-1
0c09d4
- Update to 3.29.92
0c09d4
0c09d4
* Tue Aug 14 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.91-1
0c09d4
- Update to 3.29.91
0c09d4
0c09d4
* Thu Aug 09 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.4-2
0c09d4
- Remove Requires: gettext-libs - it is extraneous
0c09d4
0c09d4
* Wed Jul 18 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.4-1
0c09d4
- Update to 3.29.4
0c09d4
0c09d4
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.29.3-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0c09d4
0c09d4
* Fri Jun 22 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.3-1
0c09d4
- Update to 3.29.3
0c09d4
- Drop the run-time requirement on ImageMagick
0c09d4
0c09d4
* Thu Mar 15 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
0c09d4
- Update to 3.28.0
0c09d4
0c09d4
* Wed Mar 07 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.92-1
0c09d4
- Update to 3.27.92
0c09d4
0c09d4
* Mon Feb 19 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.90-1
0c09d4
- Update to 3.27.90
0c09d4
0c09d4
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.27.4-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
0c09d4
0c09d4
* Fri Jan 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.4-1
0c09d4
- Update to 3.27.4
0c09d4
0c09d4
* Thu Jan 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.27.3-2
0c09d4
- Remove obsolete scriptlets
0c09d4
0c09d4
* Wed Dec 13 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.3-1
0c09d4
- Update to 3.27.3
0c09d4
0c09d4
* Tue Oct 24 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
0c09d4
- Update to 3.27.1
0c09d4
0c09d4
* Sun Oct 08 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
0c09d4
- Update to 3.26.1
0c09d4
0c09d4
* Tue Sep 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.26.0-2
0c09d4
- Add run-time dependency on tracker-miners
0c09d4
0c09d4
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
0c09d4
- Update to 3.26.0
0c09d4
0c09d4
* Tue Sep 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.92-1
0c09d4
- Update to 3.25.92
0c09d4
0c09d4
* Wed Aug 23 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.91-1
0c09d4
- Update to 3.25.91
0c09d4
0c09d4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-3
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0c09d4
0c09d4
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.25.4-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0c09d4
0c09d4
* Wed Jul 19 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.4-1
0c09d4
- Update to 3.25.4
0c09d4
0c09d4
* Wed Jun 21 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.3-1
0c09d4
- Update to 3.25.3
0c09d4
0c09d4
* Wed May 10 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.25.1-1
0c09d4
- Update to 3.25.1
0c09d4
0c09d4
* Tue Apr 11 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
0c09d4
- Update to 3.24.1
0c09d4
0c09d4
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
0c09d4
- Update to 3.24.0
0c09d4
0c09d4
* Tue Mar 14 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.92-1
0c09d4
- Update to 3.23.92
0c09d4
0c09d4
* Fri Mar 03 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.91-1
0c09d4
- Update to 3.23.91
0c09d4
0c09d4
* Mon Feb 20 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.90-1
0c09d4
- Update to 3.23.90
0c09d4
0c09d4
* Mon Feb 13 2017 Richard Hughes <rhughes@redhat.com> - 3.23.4-1
0c09d4
- Update to 3.23.4
0c09d4
0c09d4
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.23.2-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0c09d4
0c09d4
* Thu Dec 01 2016 Kalev Lember <klember@redhat.com> - 3.23.2-1
0c09d4
- Update to 3.23.2
0c09d4
0c09d4
* Wed Nov 23 2016 Kalev Lember <klember@redhat.com> - 3.22.2-1
0c09d4
- Update to 3.22.2
0c09d4
0c09d4
* Thu Oct 06 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
0c09d4
- Update to 3.22.1
0c09d4
- Use --disable-silent-rules
0c09d4
0c09d4
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
0c09d4
- Update to 3.22.0
0c09d4
0c09d4
* Mon Sep 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.21.92-1
0c09d4
- Update to 3.21.92
0c09d4
- Use make_build macro
0c09d4
- Update minimum required versions; use pkgconfig(...) for BRs
0c09d4
0c09d4
* Sat Sep 03 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
0c09d4
- Update to 3.21.91
0c09d4
0c09d4
* Mon Aug 22 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
0c09d4
- Update to 3.21.90
0c09d4
0c09d4
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
0c09d4
- Update to 3.21.4
0c09d4
0c09d4
* Wed Jun 22 2016 Richard Hughes <rhughes@redhat.com> - 3.21.3-1
0c09d4
- Update to 3.21.3
0c09d4
0c09d4
* Tue May 03 2016 Kalev Lember <klember@redhat.com> - 3.21.1-1
0c09d4
- Update to 3.21.1
0c09d4
0c09d4
* Wed Apr 13 2016 Kalev Lember <klember@redhat.com> - 3.20.1-1
0c09d4
- Update to 3.20.1
0c09d4
0c09d4
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
0c09d4
- Update to 3.20.0
0c09d4
0c09d4
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
0c09d4
- Update to 3.19.92
0c09d4
0c09d4
* Fri Mar 04 2016 Richard Hughes <rhughes@redhat.com> - 3.19.91-1
0c09d4
- Update to 3.19.91
0c09d4
0c09d4
* Thu Feb 18 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
0c09d4
- Update to 3.19.90
0c09d4
0c09d4
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-3
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0c09d4
0c09d4
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.4-2
0c09d4
- Use upstreamed screenshots
0c09d4
0c09d4
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
0c09d4
- Update to 3.19.4
0c09d4
0c09d4
* Fri Dec 18 2015 Kalev Lember <klember@redhat.com> - 3.19.3-2
0c09d4
- Build with grilo 0.3
0c09d4
0c09d4
* Wed Dec 16 2015 Kalev Lember <klember@redhat.com> - 3.19.3-1
0c09d4
- Update to 3.19.3
0c09d4
- Build with grilo 0.2
0c09d4
- Define minimum gegl version
0c09d4
- Use make_install macro
0c09d4
0c09d4
* Tue Dec 08 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.19.2-1
0c09d4
- Update to 3.19.2
0c09d4
0c09d4
* Tue Nov 10 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
0c09d4
- Update to 3.18.2
0c09d4
0c09d4
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
0c09d4
- Update to 3.18.1
0c09d4
0c09d4
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
0c09d4
- Update to 3.18.0
0c09d4
0c09d4
* Wed Jul 22 2015 David King <amigadave@amigadave.com> - 3.17.2-3
0c09d4
- Bump for new gnome-desktop3
0c09d4
0c09d4
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0c09d4
0c09d4
* Fri May 29 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.2-1
0c09d4
- Update to 3.17.2
0c09d4
0c09d4
* Wed May 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.2-1
0c09d4
- Update to 3.16.2
0c09d4
0c09d4
* Mon Apr 27 2015 David King <amigadave@amigadave.com> - 3.16.0-3
0c09d4
- Rebuild for libgdata soname bump
0c09d4
0c09d4
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
0c09d4
- Use better AppData screenshots
0c09d4
0c09d4
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
0c09d4
- Update to 3.16.0
0c09d4
0c09d4
* Fri Mar 13 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.91-1
0c09d4
- Update to 3.15.91
0c09d4
0c09d4
* Wed Feb 25 2015 Richard Hughes <rhughes@redhat.com> - 3.15.90-1
0c09d4
- Update to 3.15.90
0c09d4
0c09d4
* Thu Jan 22 2015 Richard Hughes <rhughes@redhat.com> - 3.15.4-1
0c09d4
- Update to 3.15.4
0c09d4
0c09d4
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 3.15.3-1
0c09d4
- Update to 3.15.3
0c09d4
0c09d4
* Sat Nov 29 2014 Kalev Lember <kalevlember@gmail.com> - 3.15.2-1
0c09d4
- Update to 3.15.2
0c09d4
0c09d4
* Wed Nov 12 2014 Vadim Rutkovsky <vrutkovs@redhat.com> - 3.14.2-2
0c09d4
- Build installed tests
0c09d4
0c09d4
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
0c09d4
- Update to 3.14.2
0c09d4
0c09d4
* Wed Sep 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
0c09d4
- Update to 3.14.0
0c09d4
- Set minimum required versions for libgdata and gtk3
0c09d4
0c09d4
* Wed Sep 17 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
0c09d4
- Update to 3.13.92
0c09d4
0c09d4
* Fri Sep 05 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
0c09d4
- Update to 3.13.91
0c09d4
- Include HighContrast icons
0c09d4
0c09d4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.4-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0c09d4
0c09d4
* Thu Jul 24 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.4-1
0c09d4
- Update to 3.13.4
0c09d4
0c09d4
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0c09d4
0c09d4
* Wed Apr 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
0c09d4
- Update to 3.12.1
0c09d4
- Include help files
0c09d4
0c09d4
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
0c09d4
- Update to 3.12.0
0c09d4
0c09d4
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
0c09d4
- Update to 3.11.92
0c09d4
0c09d4
* Sat Mar 08 2014 Richard Hughes <rhughes@redhat.com> - 3.11.91-1
0c09d4
- Update to 3.11.91
0c09d4
0c09d4
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.90-1
0c09d4
- Update to 3.11.90
0c09d4
0c09d4
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.5-2
0c09d4
- Rebuilt for gnome-desktop soname bump
0c09d4
0c09d4
* Thu Feb 06 2014 Kalev Lember <kalevlember@gmail.com> - 3.11.5-1
0c09d4
- Update to 3.11.5
0c09d4
0c09d4
* Wed Jan 15 2014 Richard Hughes <rhughes@redhat.com> - 3.11.4-1
0c09d4
- Update to 3.11.4
0c09d4
0c09d4
* Tue Dec 17 2013 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
0c09d4
- Update to 3.11.3
0c09d4
0c09d4
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
0c09d4
- Update to 3.11.2
0c09d4
0c09d4
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
0c09d4
- Update to 3.10.2
0c09d4
0c09d4
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
0c09d4
- Update to 3.10.1
0c09d4
0c09d4
* Wed Sep 25 2013 Richard Hughes <rhughes@redhat.com> - 3.10.0-1
0c09d4
- Update to 3.10.0
0c09d4
0c09d4
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
0c09d4
- Update to 3.9.92
0c09d4
- Include the appdata file
0c09d4
0c09d4
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
0c09d4
- Update to 3.9.91
0c09d4
0c09d4
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
0c09d4
- Update to 3.9.90
0c09d4
0c09d4
* Sun Aug 04 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.5.1-1
0c09d4
- Update to 3.9.5.1
0c09d4
0c09d4
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
0c09d4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0c09d4
0c09d4
* Tue Jul 16 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.9.4-1
0c09d4
- Update to 3.9.4
0c09d4
0c09d4
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
0c09d4
- Update to 3.8.2
0c09d4
0c09d4
* Mon Apr 15 2013 Richard Hughes <rhughes@redhat.com> - 3.8.0-1
0c09d4
- Update to 3.8.0
0c09d4
- Drop upstreamed packages
0c09d4
- Fix BRs
0c09d4
0c09d4
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-6
0c09d4
- Rebuilt for cogl soname bump
0c09d4
0c09d4
* Wed Feb 20 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.3-5
0c09d4
- Rebuilt for libgnome-desktop soname bump
0c09d4
0c09d4
* Mon Jan 28 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.3-4
0c09d4
- Rebuild for new tracker
0c09d4
0c09d4
* Fri Jan 25 2013 Peter Robinson <pbrobinson@fedoraproject.org> 3.7.3-3
0c09d4
- Rebuild for new cogl
0c09d4
0c09d4
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.3-2
0c09d4
- Rebuilt for libgnome-desktop-3 3.7.3 soname bump
0c09d4
0c09d4
* Wed Dec 19 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.7.3-1
0c09d4
- Update to 3.7.3
0c09d4
0c09d4
* Sat Dec 01 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 3.7.2-4
0c09d4
* Fix based on Ivan's review feedback:
0c09d4
  - Add a comment on the multi-licensing situation
0c09d4
0c09d4
* Thu Nov 29 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 3.7.2-3
0c09d4
* Fixes based on Ivan's review feedback:
0c09d4
  - Fix the upstream URL
0c09d4
  - Fix the License tag
0c09d4
  - Preserve timestamps when installing
0c09d4
0c09d4
* Sun Nov 25 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 3.7.2-2
0c09d4
* Fixes based on Debarshi's review feedback:
0c09d4
  - Fix build requirement on gdk-pixbuf2-devel
0c09d4
  - Add missing Provides on the bundled libgd
0c09d4
0c09d4
* Sun Nov 18 2012 Mathieu Bridon <bochecha@fedoraproject.org> - 3.7.2-1
0c09d4
- Initial package for Fedora.