5246fc
%global poppler_version 0.24.0
5246fc
%global glib2_version 2.36.0
5246fc
%global gtk3_version 3.16.0
5246fc
%global gxps_version 0.2.1
5246fc
5246fc
Name:           evince
5246fc
Version:        3.28.4
174745
Release:        16%{?dist}
5246fc
Summary:        Document viewer
5246fc
5246fc
License:        GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
5246fc
URL:            https://wiki.gnome.org/Apps/Evince
5246fc
Source0:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
5246fc
5246fc
Patch0:         evince-3.21.4-NPNVToolKit.patch
5246fc
#https://bugzilla.gnome.org/show_bug.cgi?id=766749
5246fc
Patch3:         0001-Resolves-deb-762530-rhbz-1061177-add-man-pages.patch
5246fc
Patch6:         0001-Revert-Bump-poppler-requirements-to-0.33.0.patch
5246fc
5246fc
# https://bugzilla.redhat.com/show_bug.cgi?id=1602486
5246fc
Patch7:         evince-3.28.2-covscan.patch
5246fc
# https://bugzilla.redhat.com/show_bug.cgi?id=1716295
5246fc
Patch8:         evince-3.28.2-TIFFReadRGBAImageOriented.patch
5246fc
6b5ac5
# https://bugzilla.redhat.com/show_bug.cgi?id=1719328
6b5ac5
Patch9:         evince-3.28.4-annotations-a11y-names.patch
6b5ac5
7c5d2e
# https://bugzilla.redhat.com/show_bug.cgi?id=1450700
7c5d2e
Patch10:        evince-3.28.4-move-annotations.patch
7c5d2e
428c5d
# https://bugzilla.redhat.com/show_bug.cgi?id=1842017
428c5d
Patch11:        evince-3.28.4-application-id.patch
428c5d
d14033
# https://bugzilla.redhat.com/show_bug.cgi?id=1889793
d14033
Patch12:        evince-3.28.4-reset-form-action.patch
d14033
1b36a8
# https://bugzilla.redhat.com/show_bug.cgi?id=1896006
174745
# https://bugzilla.redhat.com/show_bug.cgi?id=2006333
1b36a8
Patch13:        evince-3.28.4-reset-form-translations.patch
1b36a8
e606af
# https://bugzilla.redhat.com/show_bug.cgi?id=1917752
e606af
Patch14:        evince-3.28.4-containing-folder.patch
e606af
cb60d5
# https://bugzilla.redhat.com/show_bug.cgi?id=1927704
cb60d5
Patch15:        evince-3.28.4-Show-password-dialog-again.patch
cb60d5
174745
# https://bugzilla.redhat.com/show_bug.cgi?id=2008310
174745
Patch16:        evince-3.28.4-handle-clicks-in-forms.patch
174745
5246fc
BuildRequires:  pkgconfig(adwaita-icon-theme)
5246fc
BuildRequires:  pkgconfig(gio-unix-2.0) >= %{glib2_version}
5246fc
BuildRequires:  pkgconfig(gnome-desktop-3.0)
5246fc
BuildRequires:  pkgconfig(gobject-introspection-1.0)
5246fc
BuildRequires:  pkgconfig(gtk+-x11-3.0) >= %{gtk3_version}
5246fc
BuildRequires:  pkgconfig(libsecret-1)
5246fc
BuildRequires:  pkgconfig(libspectre)
5246fc
BuildRequires:  pkgconfig(libxml-2.0)
5246fc
BuildRequires:  pkgconfig(poppler-glib) >= %{poppler_version}
5246fc
BuildRequires:  pkgconfig(libarchive)
5246fc
BuildRequires:  libtiff-devel
5246fc
BuildRequires:  gettext
5246fc
BuildRequires:  libtool
5246fc
BuildRequires:  gtk-doc
5246fc
BuildRequires:  yelp-tools
5246fc
BuildRequires:  intltool
5246fc
BuildRequires:  /usr/bin/desktop-file-validate
5246fc
BuildRequires:  libappstream-glib
5246fc
BuildRequires:  gnome-common
5246fc
# for the nautilus properties page
5246fc
BuildRequires:  pkgconfig(libnautilus-extension)
5246fc
%if 0%{?fedora}
5246fc
# for the dvi backend
5246fc
BuildRequires:  kpathsea-devel
5246fc
# for the djvu backend
5246fc
BuildRequires:  djvulibre-devel
5246fc
%endif
5246fc
# for the xps backend
5246fc
BuildRequires:  pkgconfig(libgxps) >= %{gxps_version}
5246fc
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
Requires: glib2%{?_isa} >= %{glib2_version}
5246fc
Requires: gtk3%{?_isa} >= %{gtk3_version}
5246fc
5246fc
%description
5246fc
Evince is simple multi-page document viewer. It can display and print
5246fc
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
5246fc
(EPS) files. When supported by the document format, evince allows searching
5246fc
for text, copying text to the clipboard, hypertext navigation,
5246fc
table-of-contents bookmarks and editing of forms.
5246fc
5246fc
5246fc
%package libs
5246fc
Summary: Libraries for the evince document viewer
5246fc
%if 0%{?fedora}
5246fc
Recommends: %{name}-djvu%{?_isa} = %{version}-%{release}
5246fc
%endif
5246fc
5246fc
%description libs
5246fc
This package contains shared libraries needed for evince
5246fc
5246fc
5246fc
%package devel
5246fc
Summary: Support for developing backends for the evince document viewer
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
5246fc
%description devel
5246fc
This package contains libraries and header files needed for evince
5246fc
backend development.
5246fc
5246fc
5246fc
%if 0%{?fedora}
5246fc
%package dvi
5246fc
Summary: Evince backend for dvi files
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
Requires: texlive-collection-fontsrecommended
5246fc
5246fc
%description dvi
5246fc
This package contains a backend to let evince display dvi files.
5246fc
5246fc
5246fc
%package djvu
5246fc
Summary: Evince backend for djvu files
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
5246fc
%description djvu
5246fc
This package contains a backend to let evince display djvu files.
5246fc
%endif
5246fc
5246fc
%package nautilus
5246fc
Summary: Evince extension for nautilus
5246fc
Requires: %{name}%{?_isa} = %{version}-%{release}
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
Requires: nautilus%{?_isa}
5246fc
5246fc
%description nautilus
5246fc
This package contains the evince extension for the nautilus file manager.
5246fc
It adds an additional tab called "Document" to the file properties dialog.
5246fc
5246fc
5246fc
%package browser-plugin
5246fc
Summary: Evince web browser plugin
5246fc
Requires: %{name}%{?_isa} = %{version}-%{release}
5246fc
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
5246fc
Requires: mozilla-filesystem
5246fc
5246fc
%description browser-plugin
5246fc
This package contains the evince web browser plugin.
5246fc
5246fc
5246fc
%prep
5246fc
%autosetup -p1
5246fc
5246fc
%build
5246fc
autoreconf -f -i
5246fc
%configure \
5246fc
        --disable-static \
5246fc
        --enable-introspection \
5246fc
        --enable-comics=yes \
5246fc
        --enable-libgnome-desktop \
5246fc
%if 0%{?fedora}
5246fc
        --enable-dvi=yes \
5246fc
        --enable-djvu=yes \
5246fc
%endif
5246fc
        --enable-xps=yes \
5246fc
        --enable-t1lib=no \
5246fc
        --enable-ps=yes
5246fc
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
5246fc
5246fc
%install
5246fc
%make_install
5246fc
5246fc
# Update the screenshot shown in the software center
5246fc
#
5246fc
# NOTE: It would be *awesome* if this file was pushed upstream.
5246fc
#
5246fc
# See http://people.freedesktop.org/~hughsient/appdata/#screenshots for more details.
5246fc
#
5246fc
appstream-util replace-screenshots $RPM_BUILD_ROOT%{_datadir}/metainfo/evince.appdata.xml \
5246fc
  https://raw.githubusercontent.com/hughsie/fedora-appstream/master/screenshots-extra/evince/a.png 
5246fc
5246fc
%find_lang evince --with-gnome
5246fc
5246fc
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
5246fc
# Get rid of static libs and .la files.
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.la
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.a
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.a
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.la
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/evince/4/backends/*.a
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
5246fc
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
3557ad
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
3557ad
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-psdocument.metainfo.xml
3557ad
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
3557ad
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
3557ad
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-xpsdocument.metainfo.xml
5246fc
5246fc
%check
5246fc
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/evince.desktop
5246fc
5246fc
%ldconfig_scriptlets libs
5246fc
5246fc
%files -f evince.lang
5246fc
%{_bindir}/*
5246fc
%{_datadir}/%{name}/
5246fc
%{_datadir}/applications/%{name}.desktop
5246fc
%{_datadir}/applications/evince-previewer.desktop
5246fc
%{_datadir}/icons/hicolor/*/apps/evince.*
5246fc
%{_datadir}/icons/hicolor/*/apps/evince-symbolic.svg
5246fc
%{_mandir}/man1/*.1*
5246fc
%{_libexecdir}/evinced
5246fc
%{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
5246fc
%{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml
5246fc
%{_datadir}/GConf/gsettings/evince.convert
5246fc
%{_datadir}/metainfo/evince.appdata.xml
5246fc
%{_datadir}/thumbnailers/evince.thumbnailer
5246fc
%{_userunitdir}/evince.service
5246fc
5246fc
%files libs
5246fc
%doc README NEWS AUTHORS
5246fc
%license COPYING
5246fc
%{_libdir}/libevview3.so.*
5246fc
%{_libdir}/libevdocument3.so.*
5246fc
%dir %{_libdir}/evince
5246fc
%dir %{_libdir}/evince/4
5246fc
%dir %{_libdir}/evince/4/backends
5246fc
%{_libdir}/evince/4/backends/libpdfdocument.so
5246fc
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
5246fc
5246fc
%{_libdir}/evince/4/backends/libpsdocument.so
5246fc
%{_libdir}/evince/4/backends/psdocument.evince-backend
5246fc
5246fc
%{_libdir}/evince/4/backends/libtiffdocument.so
5246fc
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
5246fc
5246fc
%{_libdir}/evince/4/backends/libcomicsdocument.so
5246fc
%{_libdir}/evince/4/backends/comicsdocument.evince-backend
5246fc
5246fc
%{_libdir}/evince/4/backends/libxpsdocument.so
5246fc
%{_libdir}/evince/4/backends/xpsdocument.evince-backend
5246fc
5246fc
%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
5246fc
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
5246fc
5246fc
%files devel
5246fc
%{_datadir}/gtk-doc/html/evince/
5246fc
%{_datadir}/gtk-doc/html/libevview-3.0
5246fc
%{_datadir}/gtk-doc/html/libevdocument-3.0
5246fc
%dir %{_includedir}/evince
5246fc
%{_includedir}/evince/3.0
5246fc
%{_libdir}/libevview3.so
5246fc
%{_libdir}/libevdocument3.so
5246fc
%{_libdir}/pkgconfig/evince-view-3.0.pc
5246fc
%{_libdir}/pkgconfig/evince-document-3.0.pc
5246fc
%{_datadir}/gir-1.0/EvinceDocument-3.0.gir
5246fc
%{_datadir}/gir-1.0/EvinceView-3.0.gir
5246fc
5246fc
%if 0%{?fedora}
5246fc
%files dvi
5246fc
%{_libdir}/evince/4/backends/libdvidocument.so*
5246fc
%{_libdir}/evince/4/backends/dvidocument.evince-backend
5246fc
%{_datadir}/metainfo/evince-dvidocument.metainfo.xml
5246fc
5246fc
%files djvu
5246fc
%{_libdir}/evince/4/backends/libdjvudocument.so
5246fc
%{_libdir}/evince/4/backends/djvudocument.evince-backend
5246fc
%{_datadir}/metainfo/evince-djvudocument.metainfo.xml
5246fc
%endif
5246fc
5246fc
%files nautilus
5246fc
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
5246fc
5246fc
%files browser-plugin
5246fc
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
5246fc
5246fc
%changelog
174745
* Mon Oct  4 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-16
174745
- Allow text entries to handle clicks
174745
- Resolves: #2008310
174745
174745
* Fri Sep 24 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-15
174745
- Update translations of string "Reset form"
174745
- Resolves: #2006333
174745
cb60d5
* Mon Sep 20 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-13
cb60d5
- Show password dialog again
cb60d5
- if password dialog was cancelled previously
cb60d5
- Resolves: #1927704
cb60d5
e606af
* Mon Mar 22 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-12
e606af
- Bumping release
e606af
- Required due to collision of development of 2 y-branches
e606af
- Resolves: #1917752
e606af
e606af
* Mon Mar 22 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-11
e606af
- Use tmp dir as containing folder for non-native files
e606af
- Resolves: #1917752
9c274f
1b36a8
* Mon Feb 15 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-10
1b36a8
- Add available translations of string "Reset form"
1b36a8
- Resolves: #1896006
1b36a8
c8e350
* Mon Feb  1 2021 Marek Kasik <mkasik@redhat.com> - 3.28.4-9
c8e350
- Ship evince-devel
c8e350
- Resolves: #1919423
c8e350
d14033
* Mon Nov  9 2020 Marek Kasik <mkasik@redhat.com> - 3.28.4-8
d14033
- Handle ResetForm action
d14033
- Resolves: #1889793
d14033
428c5d
* Fri Jun  5 2020 Marek Kasik <mkasik@redhat.com> - 3.28.4-7
428c5d
- Set "application-id" property for evince's GApplication
428c5d
- to "org.gnome.evince.Application" to avoid a critical warning.
428c5d
- Resolves: #1842017
428c5d
7c5d2e
* Mon Apr 27 2020 Marek Kasik <mkasik@redhat.com> - 3.28.4-6
7c5d2e
- Move annotation popup window to new position
7c5d2e
- Resolves: #1450700
7c5d2e
6b5ac5
* Mon Apr 20 2020 Marek Kasik <mkasik@redhat.com> - 3.28.4-5
6b5ac5
- Set a11y names for annotation buttons
6b5ac5
- Backport their translations
6b5ac5
- Resolves: #1719328
6b5ac5
3557ad
* Mon Nov  4 2019 Marek Kasik <mkasik@redhat.com> - 3.28.4-4
3557ad
- Remove metainfo for plugins since they are not real addons
3557ad
- Resolves: #1760363
3557ad
5246fc
* Mon Jun 17 2019 Marek Kasik <mkasik@redhat.com> - 3.28.4-3
5246fc
- Add requirement on evince-libs for nautilus and browser-plugin
5246fc
- subpackages (RPMDiff)
5246fc
- Related: #1717353
5246fc
5246fc
* Tue Jun 11 2019 Marek Kasik <mkasik@redhat.com> - 3.28.4-2
5246fc
- Handle failure from TIFFReadRGBAImageOriented()
5246fc
- Resolves: #1717353
5246fc
5246fc
* Mon Oct  1 2018 Marek Kasik <mkasik@redhat.com> - 3.28.4-1
5246fc
- Update to 3.28.4
5246fc
5246fc
* Thu Sep  6 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-3
5246fc
- Fix important issues found by covscan
5246fc
- Resolves: #1602486
5246fc
5246fc
* Tue May 22 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-2
5246fc
- Disable dvi backend
5246fc
- Resolves: #1580635
5246fc
5246fc
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
5246fc
- Update to 3.28.2
5246fc
5246fc
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
5246fc
- Update to 3.28.1
5246fc
5246fc
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
5246fc
- Update to 3.28.0
5246fc
5246fc
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
5246fc
- Update to 3.27.92
5246fc
5246fc
* Mon Feb 26 2018 Stephan Bergmann <sbergman@redhat.com> - 3.26.0-6
5246fc
- Resolves: rhbz#1548418 Missing LDFLAGS injection, rebuild against redhat-rpm-config-102-1
5246fc
5246fc
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-5
5246fc
- Rebuild against newer gnome-desktop3 package
5246fc
5246fc
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
5246fc
5246fc
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.0-3
5246fc
- Switch to %%ldconfig_scriptlets
5246fc
5246fc
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.0-2
5246fc
- Remove obsolete scriptlets
5246fc
5246fc
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
5246fc
- Update to 3.26.0
5246fc
5246fc
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
5246fc
- Update to 3.25.92
5246fc
5246fc
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
5246fc
- Update to 3.25.91
5246fc
5246fc
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 3.25.4-2
5246fc
- Rebuild with binutils fix for ppc64le (#1475636)
5246fc
- Fix s390x build issue related to MY_CPU_BE preprocessor conditional
5246fc
5246fc
* Thu Jul 27 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
5246fc
- Update to 3.25.4
5246fc
5246fc
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5246fc
5246fc
* Tue Jul 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.0-3
5246fc
- Resolves: rhbz#1462778 page thumbnails disappear after "invert colors"
5246fc
5246fc
* Fri Jul 07 2017 Bastien Nocera <bnocera@redhat.com> - 3.24.0-2
5246fc
+ evince-3.24.0-2
5246fc
- Use libarchive to handle compressed comics documents
5246fc
Resolves: #1468488
5246fc
5246fc
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
5246fc
- Update to 3.24.0
5246fc
5246fc
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-6
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
5246fc
5246fc
* Mon Jan 16 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-5
5246fc
- Resolves: rhbz#1358249 restore ctrl page up/down shortcuts
5246fc
5246fc
* Tue Jan 10 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-4
5246fc
- Resolves: rhbz#1061177 add man pages for evince-previewer and evince-thumbnailer
5246fc
5246fc
* Tue Jan 10 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-3
5246fc
- Resolves: rhbz#1404656 crash on opening second evince window
5246fc
5246fc
* Fri Dec 09 2016 Caolán McNamara <caolanm@redhat.com> - 3.22.1-2
5246fc
- Resolves: rhbz#1022649 don't complain about inability to copy metadata
5246fc
5246fc
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
5246fc
- Update to 3.22.1
5246fc
5246fc
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
5246fc
- Update to 3.22.0
5246fc
- Don't set group tags
5246fc
- Use make_install macro
5246fc
5246fc
* Wed Sep 14 2016 Marek Kasik <mkasik@redhat.com> - 3.21.92-1
5246fc
- Update to 3.21.92
5246fc
5246fc
* Mon Aug 15 2016 Marek Kasik <mkasik@redhat.com> - 3.21.4-2
5246fc
- Check version of NPNVToolkit provided by browser
5246fc
- Resolves: #1198229
5246fc
5246fc
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
5246fc
- Update to 3.21.4
5246fc
5246fc
* Tue Jun 21 2016 Marek Kasik <mkasik@redhat.com> - 3.21.3-1
5246fc
- Update to 3.21.3
5246fc
5246fc
* Mon Jun 20 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 3.20.0-2
5246fc
- Remove downstream patch that's no longer needed
5246fc
5246fc
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
5246fc
- Update to 3.20.0
5246fc
5246fc
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
5246fc
- Update to 3.19.92
5246fc
5246fc
* Tue Mar  8 2016 Marek Kasik <mkasik@redhat.com> - 3.18.2-5
5246fc
- Recognize multipage DjVu MIME type
5246fc
- Resolves: #1308628
5246fc
5246fc
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-4
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
5246fc
5246fc
* Tue Dec 15 2015 Marek Kasik <mkasik@redhat.com> - 3.18.2-3
5246fc
- Fix selection of text on Wayland
5246fc
5246fc
* Thu Nov 19 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.18.2-2
5246fc
- Fix installation of symbolic app icon
5246fc
5246fc
* Wed Nov 11 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
5246fc
- Update to 3.18.2
5246fc
5246fc
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
5246fc
- Update to 3.18.1
5246fc
5246fc
* Fri Oct  9 2015 Marek Kasik <mkasik@redhat.com> - 3.18.0-2
5246fc
- Recommend evince-djvu in evince-libs not in evince
5246fc
5246fc
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
5246fc
- Update to 3.18.0
5246fc
5246fc
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
5246fc
- Update to 3.17.92
5246fc
- Use desktop-file-validate instead of desktop-file-install
5246fc
5246fc
* Wed Sep 02 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.4-3
5246fc
- Don't recommend nautilus subpackage; it depends on nautilus.
5246fc
5246fc
* Wed Sep 02 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.4-2
5246fc
- The main package now recommends the djvu and nautilus subpackages.
5246fc
5246fc
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.4-1
5246fc
- Update to 3.17.4
5246fc
- Update URL
5246fc
- Use pkgconfig for BuildRequires
5246fc
- Use license for COPYING
5246fc
- Update man page glob in files section
5246fc
5246fc
* Wed Jun 24 2015 Martin Hatina <mhatina@redhat.com> - 3.17.3-1
5246fc
- Update to 3.17.3
5246fc
5246fc
* Mon Jun 22 2015 Martin Hatina <mhatina@redhat.com> - 3.17.2-3
5246fc
- Avoid crash after reloading document
5246fc
- Related: #1203277
5246fc
5246fc
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
5246fc
5246fc
* Thu May 28 2015 Marek Kasik <mkasik@redhat.com> - 3.17.2-1
5246fc
- Update to 3.17.2
5246fc
5246fc
* Thu Apr 30 2015 Marek Kasik <mkasik@redhat.com> - 3.17.1-1
5246fc
- Update to 3.17.1
5246fc
5246fc
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
5246fc
- Use better AppData screenshots
5246fc
5246fc
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
5246fc
- Update to 3.16.0
5246fc
5246fc
* Tue Mar 17 2015 Marek Kasik <mkasik@redhat.com> - 3.15.92-1
5246fc
- Update to 3.15.92
5246fc
5246fc
* Mon Mar 16 2015 Marek Kasik <mkasik@redhat.com> - 3.15.90-3
5246fc
- Fix crashes caused by corrupted documents
5246fc
- Related: #1201996
5246fc
5246fc
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.90-2
5246fc
- Rebuilt for Fedora 23 Change
5246fc
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
5246fc
5246fc
* Thu Feb 19 2015 Marek Kasik <mkasik@redhat.com> - 3.15.90-1
5246fc
- Update to 3.15.90
5246fc
5246fc
* Wed Jan 21 2015 Marek Kasik <mkasik@redhat.com> - 3.15.4-2
5246fc
- Revert fix of centering of documents when printing with a manual scale.
5246fc
- This caused problems with printing of landscape documents.
5246fc
- Resolves: #1173832
5246fc
5246fc
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 3.15.4-1
5246fc
- Update to 3.15.4
5246fc
5246fc
* Mon Dec 08 2014 Adam Jackson <ajax@redhat.com> 3.14.1-8
5246fc
- Don't link against t1lib, freetype is sufficient (#852489)
5246fc
5246fc
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-7
5246fc
- Fix configuration with ligbnome-desktop
5246fc
- Related: #1147270
5246fc
5246fc
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-6
5246fc
- Scroll to page on which is the search result selected by user
5246fc
- when not in continuous mode.
5246fc
- Resolves: #1162254
5246fc
5246fc
* Tue Nov 18 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-5
5246fc
- Use libgnome-desktop to generate and cache thumbnails
5246fc
- Resolves: #1147270
5246fc
5246fc
* Wed Nov 12 2014 Richard Hughes <richard@hughsie.com> - 3.14.1-4
5246fc
- Fix non-Fedora build
5246fc
5246fc
* Wed Nov  5 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-3
5246fc
- Fix runtime critical warning when starting in fullscreen mode
5246fc
5246fc
* Wed Nov  5 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-2
5246fc
- Disable toggle-find action for documents not supporting find
5246fc
- Resolves: #1160376
5246fc
5246fc
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
5246fc
- Update to 3.14.1
5246fc
5246fc
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
5246fc
- Update to 3.14.0
5246fc
5246fc
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
5246fc
- Update to 3.13.92
5246fc
- Set minimum required glib2 and gtk3 versions
5246fc
5246fc
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
5246fc
- Update to 3.13.91
5246fc
5246fc
* Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-2
5246fc
- Split out evince-browser-plugin subpackage
5246fc
5246fc
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
5246fc
- Update to 3.13.90
5246fc
- Include new web browser plugin
5246fc
5246fc
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3.1-4
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
5246fc
5246fc
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3.1-3
5246fc
- Rebuilt for gobject-introspection 1.41.4
5246fc
5246fc
* Wed Jul 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3.1-2
5246fc
- Install application appdata in the main package, not -libs
5246fc
5246fc
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3.1-1
5246fc
- Update to 3.13.3.1
5246fc
5246fc
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
5246fc
- Update to 3.13.3
5246fc
5246fc
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
5246fc
5246fc
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
5246fc
- Drop gnome-icon-theme-symbolic dependency
5246fc
5246fc
* Tue Apr 15 2014 Marek Kasik <mkasik@redhat.com> - 3.12.1-1
5246fc
- Update to 3.12.1
5246fc
5246fc
* Mon Apr 14 2014 Marek Kasik <mkasik@redhat.com> - 3.12.0-2
5246fc
- Don't crash when trying to save a copy
5246fc
- Resolves: #1086944
5246fc
5246fc
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
5246fc
- Update to 3.12.0
5246fc
5246fc
* Tue Mar 18 2014 Marek Kasik <mkasik@redhat.com> - 3.11.92-1
5246fc
- Update to 3.11.92
5246fc
5246fc
* Sun Feb 23 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
5246fc
- Update to 3.11.90
5246fc
5246fc
* Thu Dec 19 2013 Marek Kasik <mkasik@redhat.com> - 3.11.3-1
5246fc
- Update to 3.11.3
5246fc
5246fc
* Mon Nov 18 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-3
5246fc
- Fix source URL
5246fc
5246fc
* Thu Nov 14 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-2
5246fc
- Fix a typo in description of nautilus subpackage
5246fc
- Resolves: #1028161
5246fc
5246fc
* Wed Oct 30 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-1
5246fc
- Update to 3.11.1
5246fc
5246fc
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
5246fc
- Update to 3.10.0
5246fc
5246fc
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
5246fc
- Update to 3.9.90
5246fc
5246fc
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.4-3
5246fc
- Add requirement of gnome-icon-theme-symbolic
5246fc
- Resolves: #980751
5246fc
5246fc
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
5246fc
5246fc
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.4-1
5246fc
- Update to 3.9.4
5246fc
5246fc
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-3
5246fc
- Require gnome-icon-theme-devel instead of gnome-icon-theme
5246fc
5246fc
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-2
5246fc
- Fix changelog dates
5246fc
5246fc
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-1
5246fc
- Update to 3.9.3
5246fc
5246fc
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
5246fc
- Update to 3.9.2
5246fc
5246fc
* Wed May 15 2013 Marek Kasik <mkasik@redhat.com> - 3.8.2-1
5246fc
- Update to 3.8.2
5246fc
5246fc
* Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-3
5246fc
- Fix a typo and add a description of an option to man page
5246fc
5246fc
* Tue Mar 26 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-2
5246fc
- Don't remove the NoDisplay key from evince.desktop because
5246fc
- it has been already removed
5246fc
- Related: gnome#634245
5246fc
5246fc
* Tue Mar 26 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-1
5246fc
- Update to 3.8.0
5246fc
5246fc
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
5246fc
- Update to 3.7.92
5246fc
5246fc
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
5246fc
- Tighten subpackage deps
5246fc
5246fc
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
5246fc
- Update to 3.7.90
5246fc
5246fc
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
5246fc
- Update to 3.7.5
5246fc
5246fc
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.4-2
5246fc
- Rebuilt for new libarchive
5246fc
5246fc
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
5246fc
- Update to 3.7.4
5246fc
5246fc
* Wed Nov 14 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-3
5246fc
- Add requirements of texlive-collection-fontsrecommended for evince-dvi
5246fc
- Related: #843524
5246fc
5246fc
* Mon Nov  5 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-2
5246fc
- Update License field
5246fc
5246fc
* Tue Oct 23 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-1
5246fc
- Update to 3.7.1
5246fc
5246fc
* Mon Oct 15 2012 Marek Kasik <mkasik@redhat.com> - 3.6.1-1
5246fc
- Update to 3.6.1
5246fc
5246fc
* Sun Oct  7 2012 Jindrich Novy <jnovy@redhat.com> - 3.6.0-2
5246fc
- rebuild against new kpathsea in TeX Live 2012
5246fc
5246fc
* Tue Sep 25 2012 Marek Kasik <mkasik@redhat.com> - 3.6.0-1
5246fc
- Update to 3.6.0
5246fc
5246fc
* Tue Sep 18 2012 Marek Kasik <mkasik@redhat.com> - 3.5.92-1
5246fc
- Update to 3.5.92
5246fc
5246fc
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
5246fc
- Update to 3.5.90
5246fc
5246fc
* Wed Aug  8 2012 Marek Kasik <mkasik@redhat.com> - 3.5.5-1
5246fc
- Update to 3.5.5
5246fc
5246fc
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5246fc
5246fc
* Tue Jul 17 2012 Marek Kasik <mkasik@redhat.com> - 3.5.4-1
5246fc
- Update to 3.5.4
5246fc
5246fc
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-2
5246fc
- Fix the build by backporting a GIR generation fix
5246fc
5246fc
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
5246fc
- Update to 3.5.3
5246fc
5246fc
* Wed Jun  6 2012 Marek Kasik <mkasik@redhat.com> - 3.5.2-1
5246fc
- Update to 3.5.2
5246fc
5246fc
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 3.4.0-3
5246fc
- Rebuild (poppler-0.20.0)
5246fc
5246fc
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
5246fc
- Silence glib-compile-schemas output
5246fc
5246fc
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
5246fc
- Update to 3.4.0
5246fc
5246fc
* Wed Mar 21 2012 Richard Hughes <rhughes@redhat.com> - 3.3.92-1
5246fc
- Update to 3.3.92
5246fc
5246fc
* Wed Feb 22 2012 Marek Kasik <mkasik@redhat.com> - 3.3.90-1
5246fc
- Update to 3.3.90
5246fc
5246fc
* Tue Feb  7 2012 Marek Kasik <mkasik@redhat.com> - 3.3.5-1
5246fc
- Update to 3.3.5
5246fc
- Remove evince-t1font-mapping.patch (committed upstream)
5246fc
- Solve build issues by running autogen.sh
5246fc
5246fc
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.3.4-2
5246fc
- Rebuilt for new libarchive
5246fc
5246fc
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4
5246fc
- Update to 3.3.4
5246fc
5246fc
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-4
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5246fc
5246fc
* Tue Dec 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.3.1-3
5246fc
- Really enable XPS support, drop obsolete build options.
5246fc
5246fc
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
5246fc
- Enable xps support
5246fc
5246fc
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
5246fc
- Update to 3.3.3.1
5246fc
5246fc
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
5246fc
- Update to 3.3.3
5246fc
5246fc
* Wed Nov 23 2011 Marek Kasik <mkasik@redhat.com> - 3.3.2-1
5246fc
- Update to 3.3.2
5246fc
5246fc
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 3.2.1-3
5246fc
- rebuild(poppler)
5246fc
5246fc
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
5246fc
- Rebuilt for glibc bug#747377
5246fc
5246fc
* Tue Oct 18 2011 Marek Kasik <mkasik@redhat.com> - 3.2.1-1
5246fc
- Update to 3.2.1
5246fc
5246fc
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 3.2.0-2
5246fc
- Rebuild (poppler-0.18.0)
5246fc
5246fc
* Tue Sep 27 2011 Marek Kasik <mkasik@redhat.com> - 3.2.0-1
5246fc
- Update to 3.2.0
5246fc
5246fc
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 3.1.90-2
5246fc
- Rebuild (poppler-0.17.3)
5246fc
5246fc
* Tue Aug 30 2011 Marek Kasik <mkasik@redhat.com> - 3.1.90-1
5246fc
- Update to 3.1.90
5246fc
5246fc
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 3.1.2-2
5246fc
- Rebuild (poppler-0.17.0)
5246fc
5246fc
* Thu Jun 16 2011 Marek Kasik <mkasik@redhat.com> - 3.1.2-1
5246fc
- Update to 3.1.2
5246fc
5246fc
* Mon Apr  4 2011 Matthias clasne <mclasen@redhat.com> - 3.0.0-1
5246fc
- Update to 3.0.0
5246fc
5246fc
* Fri Mar 25 2011 Matthias clasne <mclasen@redhat.com> - 2.91.93-1
5246fc
- Update to 2.91.93
5246fc
5246fc
* Tue Mar 22 2011 Marek Kasik <mkasik@redhat.com> - 2.91.92-2
5246fc
- Bump release
5246fc
5246fc
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
5246fc
- Update to 2.91.92
5246fc
5246fc
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 2.91.90-2
5246fc
- Rebuild (poppler-0.16.3)
5246fc
5246fc
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
5246fc
- Update to 2.91.90
5246fc
5246fc
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
5246fc
- Rebuild against newer gtk
5246fc
5246fc
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5246fc
5246fc
* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
5246fc
- Update to 2.91.6
5246fc
5246fc
* Mon Jan 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
5246fc
- Remove NoDisplay (gnome bug #634245)
5246fc
5246fc
* Wed Jan 12 2011 Marek Kasik <mkasik@redhat.com> - 2.91.5-2
5246fc
- Remove evince-CVE-2010-2640_CVE-2010-2641_CVE-2010-2642_CVE-2010-2643.patch
5246fc
- Change the way thumbnailer is integrated with system
5246fc
5246fc
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
5246fc
- Update to 2.91.5
5246fc
5246fc
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
5246fc
- Update to 2.91.4
5246fc
5246fc
* Thu Jan  6 2011 Marek Kasik <mkasik@redhat.com> - 2.91.3-6
5246fc
- Fixes CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643
5246fc
- Resolves: #667573
5246fc
5246fc
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.91.3-5
5246fc
- rebuild (poppler)
5246fc
5246fc
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.3-4
5246fc
- rebuild (poppler)
5246fc
5246fc
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-3
5246fc
- Rebuild
5246fc
5246fc
* Wed Dec  1 2010 Marek Kasik <mkasik@redhat.com> - 2.91.3-2
5246fc
- Really update to 2.91.3
5246fc
5246fc
* Wed Dec  1 2010 Marek Kasik <mkasik@redhat.com> - 2.91.3-1
5246fc
- Update to 2.91.3
5246fc
- Remove evince-page-range.patch
5246fc
5246fc
* Mon Nov 22 2010 Marek Kasik <mkasik@redhat.com> - 2.91.2-2
5246fc
- Fix crash in clear_job_selection()
5246fc
- Remove unused patches
5246fc
- Resolves: #647689
5246fc
5246fc
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
5246fc
- Update to 2.91.2
5246fc
5246fc
* Sat Nov 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.1-5.gitf615894
5246fc
- rebuilt (poppler)
5246fc
5246fc
* Fri Nov  5 2010 Marek Kasik <mkasik@redhat.com> - 2.91.1-4.gitf615894
5246fc
- Rebuild against newer libxml2
5246fc
5246fc
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-gitf615894
5246fc
- Rebuild against newer gtk3
5246fc
5246fc
* Tue Oct 26 2010 Marek Kasik <mkasik@redhat.com> - 2.91.1-1
5246fc
- Update to 2.91.1
5246fc
- Remove evince-2.91.0-introspection-build-fix.patch
5246fc
- Add evince-2.91.1-requires.patch
5246fc
5246fc
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
5246fc
- Update to 2.91.0 so we can rebuild against current gtk3
5246fc
5246fc
* Fri Oct  1 2010 Marek Kasik <mkasik@redhat.com> - 2.32.0-2
5246fc
- Rebuild against newer poppler
5246fc
5246fc
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
5246fc
- Update to 2.32.0
5246fc
5246fc
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-5
5246fc
- Fix build against newer gtk
5246fc
5246fc
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-4
5246fc
- Rebuild against newer gobject-introspection
5246fc
5246fc
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-3
5246fc
- Fix file attributes for nautilus files
5246fc
5246fc
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-2
5246fc
- Make "Shrink to Printable Area" option default in "Page Scaling"
5246fc
- Resolves: #633265
5246fc
5246fc
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-1
5246fc
- Update to 2.31.92
5246fc
5246fc
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
5246fc
- Update to 2.31.90
5246fc
5246fc
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.31.6-2
5246fc
- rebuild (poppler)
5246fc
5246fc
* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
5246fc
- Update to 2.31.6
5246fc
5246fc
* Wed Jul 21 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-5
5246fc
- Don't sigsegv when a page is manually entered
5246fc
- Remove 0001-pdf-Fix-build-when-text_layout-is-not-available.patch
5246fc
5246fc
* Fri Jul 16 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-4
5246fc
- Restore io mode when returning from opening of synctex file
5246fc
- Patch by David Tardon
5246fc
- Resolves: #613916
5246fc
5246fc
* Fri Jul 16 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-3
5246fc
- Move %%doc files to evince-libs subpackage
5246fc
-   see Subpackage Licensing in Packaging:LicensingGuidelines
5246fc
5246fc
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
5246fc
- Rebuild with new gobject-introspection
5246fc
5246fc
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
5246fc
- Update to 2.31.5
5246fc
- Enable introspection
5246fc
5246fc
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
5246fc
- Update to 2.31.4
5246fc
5246fc
* Mon Jun 28 2010 Marek Kasik <mkasik@redhat.com> - 2.31.3-5.20100621git
5246fc
- Don't try to install evince.schemas file (it doesn't exist anymore)
5246fc
- Remove unused patches
5246fc
- Resolves: #595217
5246fc
5246fc
* Mon Jun 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-4.20100621git
5246fc
- git snapshot that builds against GLib 2.25.9
5246fc
5246fc
* Mon Jun 21 2010 Marek Kasik <mkasik@redhat.com> - 2.31.3-3
5246fc
- Rename gdk_drag_context_get_action to gdk_drag_context_get_selected_action
5246fc
5246fc
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2
5246fc
- Rebuild against new poppler
5246fc
5246fc
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
5246fc
- Update to 2.31.3
5246fc
5246fc
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-3
5246fc
- Migrate settings to dconf
5246fc
5246fc
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-2
5246fc
- Compile GSettings schemas
5246fc
5246fc
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
5246fc
- Update to 2.31.1
5246fc
5246fc
* Thu Apr 29 2010 Marek Kasik <mkasik@redhat.com> - 2.30.1-2
5246fc
- Make sure dot_dir exists before creating last_settings file
5246fc
- backported from upstream
5246fc
- Related: #586343
5246fc
5246fc
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
5246fc
- Update to 2.30.1
5246fc
5246fc
* Fri Apr  2 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-6
5246fc
- rpmlint related changes:
5246fc
-   Don't define RPATH
5246fc
-   Remove static libs
5246fc
-   Avoid expansion of some macros in changelog
5246fc
5246fc
* Fri Apr  2 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-5
5246fc
- Update required versions of libraries
5246fc
- Remove unused patches
5246fc
5246fc
* Thu Apr  1 2010 Christoph Wickert <cwickert@fedoraproject.org> - 2.30.0-4
5246fc
- Update scriptlets
5246fc
- Make build verbose
5246fc
5246fc
* Thu Apr  1 2010 Christoph Wickert <cwickert@fedoraproject.org> - 2.30.0-3
5246fc
- Split out libevince-properties-page.so into nautilus subpackage
5246fc
- Resolves: #576435
5246fc
5246fc
* Thu Apr  1 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-2
5246fc
- Remove deprecated configure flag "--with-print"
5246fc
5246fc
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
5246fc
- Update to 2.30.0
5246fc
5246fc
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
5246fc
- Update to 2.29.92
5246fc
5246fc
* Wed Mar 10 2010 Marek Kasik <mkasik@redhat.com> - 2.29.91-3
5246fc
- Replace deprecated gtk functions with their equivalents
5246fc
- Remove unused patches
5246fc
5246fc
* Tue Mar  9 2010 Marek Kasik <mkasik@redhat.com> - 2.29.91-2
5246fc
- Use Type 1 fonts when viewing DVI files
5246fc
- Use correct name when the font is mapped
5246fc
- Related: #562648
5246fc
5246fc
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
5246fc
- Update to 2.29.91
5246fc
5246fc
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-2
5246fc
- Add missing libs
5246fc
5246fc
* Tue Jan 12 2010 Marek Kasik <mkasik@redhat.com> - 2.29.5-1
5246fc
- Update to 2.29.5
5246fc
5246fc
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
5246fc
- Update to 2.29.4
5246fc
5246fc
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
5246fc
- Update to 2.29.3
5246fc
5246fc
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
5246fc
- Update to 2.28.0
5246fc
5246fc
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
5246fc
- Update to 2.27.90
5246fc
5246fc
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5246fc
5246fc
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
5246fc
- Update to 2.27.4
5246fc
5246fc
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
5246fc
- Update to 2.27.3
5246fc
5246fc
* Sat May 23 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.27.1-2
5246fc
- Include /usr/include/evince directory (#483306).
5246fc
- Don't run /sbin/ldconfig in post scriptlet (no shared libs in that pkg).
5246fc
- Let -libs post/postun run /sbin/ldconfig directly.
5246fc
5246fc
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
5246fc
- Update to 2.27.1
5246fc
5246fc
* Fri May 01 2009 Peter Robinson <pbrobinson@gmail.com> - 2.26.1-1
5246fc
- Update to 2.26.1
5246fc
5246fc
* Fri May 01 2009 Peter Robinson <pbrobinson@gmail.com> - 2.26.0-2
5246fc
- Split libs out to a subpackage - RHBZ 480729
5246fc
5246fc
* Mon Mar 16 2009 Matthias Clasen  <mclasen@redhat.com> - 2.26.0-1
5246fc
- Update to 2.26.0
5246fc
5246fc
* Mon Mar  2 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.92-1
5246fc
- Update to 2.25.92
5246fc
5246fc
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
5246fc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5246fc
5246fc
* Tue Feb 17 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.91-1
5246fc
- Update to 2.25.91
5246fc
5246fc
* Tue Feb  3 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.90-1
5246fc
- Update to 2.25.90
5246fc
5246fc
* Tue Jan 20 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.5-1
5246fc
- Update to 2.25.5
5246fc
5246fc
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2.25.4-2
5246fc
- Rebuild with mew djvulibre
5246fc
5246fc
* Mon Jan  5 2009 Matthias Clasen  <mclasen@redhat.com> - 2.25.4-1
5246fc
- Update to 2.25.4
5246fc
- Temporarily drop the duplex patch, it needs updating
5246fc
5246fc
* Wed Dec  3 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.2-2
5246fc
- Update to 2.25.2
5246fc
5246fc
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-5
5246fc
- Better URL
5246fc
5246fc
* Fri Nov 21 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-4
5246fc
- Tweak %%summary and %%description
5246fc
5246fc
* Tue Nov 11 2008 Matthias Clasen  <mclasen@redhat.com> - 2.25.1-3
5246fc
- Update to 2.25.1
5246fc
5246fc
* Sat Oct 25 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-3
5246fc
- Require dbus-glib-devel, not just dbus-devel (#465281, Dan Winship)
5246fc
5246fc
* Sat Oct 25 2008 Ville Skyttä <ville.skytta@iki.fi> - 2.24.1-2
5246fc
- Drop dependency on desktop-file-utils (#463048).
5246fc
5246fc
* Mon Oct 20 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.1-1
5246fc
- Update to 2.24.1
5246fc
5246fc
* Mon Sep 22 2008 Matthias Clasen  <mclasen@redhat.com> - 2.24.0-1
5246fc
- Update to 2.24.0
5246fc
5246fc
* Fri Sep  12 2008 Marek Kasik <mkasik@redhat.com> - 2.23.92-2
5246fc
- fix duplex printing of copies
5246fc
- upstream bug #455759
5246fc
5246fc
* Tue Sep  9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
5246fc
- Update to 2.23.92
5246fc
5246fc
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
5246fc
- Update to 2.23.91
5246fc
5246fc
* Thu Aug 28 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 2.23.6-2
5246fc
- Include %%_libdir/evince directory.
5246fc
5246fc
* Wed Aug  6 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
5246fc
- Update to 2.23.6
5246fc
5246fc
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
5246fc
- Update to 2.23.5
5246fc
5246fc
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.4-2
5246fc
- fix license tag
5246fc
5246fc
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
5246fc
- Update to 2.23.4
5246fc
5246fc
* Tue Apr  8 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
5246fc
- Update to 2.22.1.1 (fix link handling in djvu backend)
5246fc
5246fc
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
5246fc
- Update to 2.22.1
5246fc
5246fc
* Tue Apr  1 2008 Kristian Høgsberg <krh@redhat.com> - 2.22.0-4
5246fc
- Rebuild against latest poppler.
5246fc
5246fc
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
5246fc
- Handle all schemas files
5246fc
5246fc
* Thu Mar 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
5246fc
- Rebuild against the latest poppler
5246fc
5246fc
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
5246fc
- Update to 2.22.0
5246fc
5246fc
* Mon Mar  3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
5246fc
- Rebuild
5246fc
5246fc
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
5246fc
- Update to 2.21.91
5246fc
5246fc
* Sat Feb  2 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-5
5246fc
- Fix nautilus property page and thumbnailer
5246fc
5246fc
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-4
5246fc
- Use libspectre
5246fc
5246fc
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-3
5246fc
- Don't link the thumbnailer against djvu
5246fc
5246fc
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
5246fc
- Rebuild against split poppler
5246fc
5246fc
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
5246fc
- Update to 2.21.90
5246fc
5246fc
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
5246fc
- Build nautilus extension against nautilus 2.21
5246fc
5246fc
* Wed Dec  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
5246fc
- Update to 2.21.1
5246fc
5246fc
* Tue Dec  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
5246fc
- Enable the dvi backend
5246fc
5246fc
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
5246fc
- Update to 2.20.2
5246fc
5246fc
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
5246fc
- Fix a problem in the tiff patch
5246fc
- Turn off the dvi backend for now, since the tetex kpathsea 
5246fc
  gives linker errors on x86_64
5246fc
5246fc
* Sat Nov 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
5246fc
- Enable the dvi and djvu backends
5246fc
5246fc
* Thu Nov 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
5246fc
- Fix rendering of tiff images (#385671)
5246fc
5246fc
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
5246fc
- Rebuild against new dbus-glib
5246fc
5246fc
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
5246fc
- Update to 2.20.1 (bug fixes and translation updates)
5246fc
5246fc
* Wed Oct  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
5246fc
- Drop the nautilus dependency (#201967)
5246fc
5246fc
* Mon Sep 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
5246fc
- Add a missing schema file
5246fc
5246fc
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
5246fc
- Update to 2.20.0
5246fc
5246fc
* Tue Sep  4 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-1
5246fc
- Update to 2.19.92.  Evince now follows GNOME version numbers.
5246fc
5246fc
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-5
5246fc
- Rebuild
5246fc
5246fc
* Sat Aug 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-4
5246fc
- Fix the build
5246fc
5246fc
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-3
5246fc
- Update licence field again
5246fc
- Use %%find_lang for help files, too
5246fc
- Add some missing requires
5246fc
5246fc
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-2
5246fc
- Update the license field
5246fc
5246fc
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
5246fc
- Update to 0.9.3
5246fc
5246fc
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
5246fc
- Update to 0.9.2
5246fc
5246fc
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.1-1
5246fc
- Update to 0.9.1
5246fc
5246fc
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-3
5246fc
- Add comics-related build fixes
5246fc
5246fc
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-2
5246fc
- Enable comics support (#186865)
5246fc
5246fc
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
5246fc
- Update to 0.9.0
5246fc
5246fc
* Tue Apr  3 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-5
5246fc
- Add an explicit --vendor="", to pacify older desktop-file-utils
5246fc
5246fc
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
5246fc
- Add an explicit BR for gnome-icon-theme (#234780)
5246fc
5246fc
* Sun Apr  1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-3
5246fc
- Add an explicit --with-print=gtk to configure 
5246fc
- Drop libgnomeprintui22 BR
5246fc
5246fc
* Sat Mar 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
5246fc
- Add support for xdg-user-dirs
5246fc
5246fc
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1
5246fc
- Update to 0.8.0
5246fc
- Use desktop-file-install
5246fc
5246fc
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
5246fc
- Update to 0.7.2
5246fc
5246fc
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
5246fc
- Update to 0.7.1
5246fc
5246fc
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
5246fc
- Update to 0.7.0
5246fc
5246fc
* Sun Dec 10 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
5246fc
- Fix an overflow in the PostScript backend (#217674, CVE-2006-5864)
5246fc
5246fc
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
5246fc
- Update to 0.6.1
5246fc
5246fc
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
5246fc
- Fix scripts according to the packaging guidelines
5246fc
 
5246fc
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-3.fc6
5246fc
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
5246fc
5246fc
* Fri Sep 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2.fc6
5246fc
- Fix a deadlock in printing
5246fc
5246fc
* Mon Sep  4 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-1.fc6
5246fc
- Update to 0.6.0
5246fc
5246fc
* Mon Aug 21 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.5-2.fc6
5246fc
- Rebuild agains new dbus.
5246fc
5246fc
* Fri Aug 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1.fc6
5246fc
- Update to 0.5.5
5246fc
5246fc
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-3
5246fc
- Don't ship an icon cache file
5246fc
5246fc
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-2
5246fc
- Rebuild against new dbus
5246fc
5246fc
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.4-1.1
5246fc
- rebuild
5246fc
5246fc
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
5246fc
- Update to 0.5.4
5246fc
5246fc
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-4
5246fc
- Bump gtk2 dependency to 2.9.4.
5246fc
5246fc
* Thu Jun  8 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-3
5246fc
- Rebuild
5246fc
5246fc
* Tue May 30 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-2
5246fc
- Add gettext build requires.
5246fc
5246fc
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
5246fc
- Bump poppler_version to 0.5.2.
5246fc
- Package icons and add %%post and %%postun script to update icon cache.
5246fc
5246fc
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
5246fc
- Update to 0.5.3
5246fc
5246fc
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
5246fc
- update to 0.5.2
5246fc
5246fc
* Mon Mar  6 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-3
5246fc
- quiet scriptlet spew from gconfd killing
5246fc
5246fc
* Wed Mar  1 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
5246fc
- Rebuild to pick up new poppler soname.
5246fc
5246fc
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
5246fc
- Update to 0.5.1
5246fc
- Drop upstreamed patch
5246fc
5246fc
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.2
5246fc
- bump again for double-long bug on ppc(64)
5246fc
5246fc
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.1
5246fc
- rebuilt for new gcc4.1 snapshot and glibc changes
5246fc
5246fc
* Mon Jan 30 2006 Christopher Aillon <caillon@redhat.com> 0.5.0-3
5246fc
- Don't explicitly set the invisible char to '*'
5246fc
5246fc
* Mon Jan 23 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-2
5246fc
- Spec file update from Brian Pepple <bdpepple@ameritech.net> (#123527):
5246fc
  - Drop Requires for gtk2 & poppler, devel soname pulls these in.
5246fc
  - Disable GConf schema install in install section.
5246fc
  - Add BR for gnome-doc-utils, nautilus & libXt-devel.
5246fc
  - Use smp_mflags.
5246fc
  - Drop BR for desktop-file-utils,gcc & gcc-c++.
5246fc
  - Add URL & full source.
5246fc
  - Use more macros.
5246fc
  - Fix ownership of some directories.
5246fc
  - Drop depreciated prereq, and use requires.
5246fc
  - Use fedora extras preferred buildroot.
5246fc
  - Various formatting changes.
5246fc
5246fc
* Fri Jan 20 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-1
5246fc
- Update to 0.5.0 release.
5246fc
5246fc
* Tue Dec 13 2005 Kristian Høgsberg <krh@redhat.com> 0.4.0-4
5246fc
- Added a couple of missing build requires.
5246fc
5246fc
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.4.0-3.1
5246fc
- rebuilt
5246fc
5246fc
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3
5246fc
- rebuild for new dbus
5246fc
5246fc
* Tue Sep 13 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-2
5246fc
- Rebuild
5246fc
5246fc
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-1
5246fc
- Update to 0.4.0
5246fc
- No more need to remove ev-application-service.h
5246fc
5246fc
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-2
5246fc
- Remove stale autogenerated ev-application-service.h.
5246fc
5246fc
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-1
5246fc
- New upstream version again.
5246fc
- Add nautilus property page .so's.
5246fc
- Stop scrollkeeper from doing what it does.
5246fc
5246fc
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.3-2
5246fc
- Bump release and rebuild.
5246fc
- Require poppler > 0.4.0.
5246fc
5246fc
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
5246fc
- Newer upstream version
5246fc
5246fc
* Tue Aug 09 2005 Andrew Overholt <overholt@redhat.com> 0.3.2-3
5246fc
- Add necessary build requirements.
5246fc
- Bump poppler_version to 0.3.3.
5246fc
5246fc
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
5246fc
- Newer upstream version
5246fc
5246fc
* Mon Jun  6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-2
5246fc
- Add poppler version dep and refactor the gtk2 one
5246fc
5246fc
* Sun May 22 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-1
5246fc
- Update to 0.3.1
5246fc
5246fc
* Sat May  7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0-1
5246fc
- Update to 0.3.0
5246fc
5246fc
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.1-1
5246fc
- Update to 0.2.1
5246fc
- Add help support
5246fc
5246fc
* Wed Apr  6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
5246fc
- Update to 0.2.0
5246fc
5246fc
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.9-1
5246fc
- Update to 0.1.9
5246fc
5246fc
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.8-1
5246fc
- Update to 0.1.8
5246fc
5246fc
* Tue Mar  8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.7-1
5246fc
- Update to 0.1.7
5246fc
- Install the new schemas
5246fc
5246fc
* Tue Mar  8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.6-1
5246fc
- Update to 0.1.6
5246fc
- Add poppler dependency
5246fc
5246fc
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-2
5246fc
- Rebuild
5246fc
5246fc
* Sat Feb 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-1
5246fc
- Update to 0.1.5
5246fc
5246fc
* Wed Feb  9 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.4-1
5246fc
- Update to 0.1.4
5246fc
- Install schemas and update desktop database
5246fc
5246fc
* Fri Feb  4 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.3-1
5246fc
- Update to 0.1.3
5246fc
5246fc
* Tue Feb  1 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
5246fc
- Update to 0.1.2
5246fc
5246fc
* Wed Jan 26 2005 Jeremy Katz <katzj@redhat.com> - 0.1.1-1
5246fc
- 0.1.1
5246fc
5246fc
* Thu Jan 20 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050120
5246fc
- update to current cvs
5246fc
5246fc
* Thu Jan  6 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050106.1
5246fc
- require gtk2 >= 2.6
5246fc
5246fc
* Thu Jan  6 2005 Jeremy Katz <katzj@redhat.com>
5246fc
- Initial build.
5246fc
- Add a desktop file