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