|
|
485247 |
# Exclude private libraries from autogenerated provides and requires
|
|
|
485247 |
%global __provides_exclude_from ^%{_libdir}/evince/
|
|
|
485247 |
%global __requires_exclude ^(%%(find %{buildroot}%{_libdir}/evince/ -name '*.so' | xargs -n1 basename | sort -u | paste -s -d '|' -))
|
|
|
485247 |
|
|
|
485247 |
Name: evince
|
|
|
485247 |
Version: 40.4
|
|
|
485247 |
Release: 4%{?dist}
|
|
|
485247 |
Summary: Document viewer
|
|
|
485247 |
|
|
|
485247 |
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
|
|
485247 |
URL: https://wiki.gnome.org/Apps/Evince
|
|
|
485247 |
Source0: https://download.gnome.org/sources/%{name}/40/%{name}-%{version}.tar.xz
|
|
|
485247 |
|
|
|
485247 |
# https://bugzilla.redhat.com/show_bug.cgi?id=1975150
|
|
|
485247 |
Patch1: evince-40.1-covscan.patch
|
|
|
485247 |
|
|
|
485247 |
# https://bugzilla.redhat.com/show_bug.cgi?id=2006768
|
|
|
485247 |
Patch2: evince-40.4-quit-shortcut.patch
|
|
|
485247 |
|
|
|
485247 |
# https://bugzilla.redhat.com/show_bug.cgi?id=2041333
|
|
|
485247 |
Patch3: evince-40.4-annotation-actions.patch
|
|
|
485247 |
|
|
|
485247 |
BuildRequires: gcc-c++
|
|
|
485247 |
BuildRequires: gcc
|
|
|
485247 |
BuildRequires: gettext-devel
|
|
|
485247 |
BuildRequires: pkgconfig(adwaita-icon-theme)
|
|
|
485247 |
BuildRequires: pkgconfig(gio-unix-2.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gnome-desktop-3.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gstreamer-base-1.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gstreamer-video-1.0)
|
|
|
485247 |
BuildRequires: pkgconfig(gtk+-x11-3.0)
|
|
|
485247 |
BuildRequires: pkgconfig(libhandy-1)
|
|
|
485247 |
BuildRequires: pkgconfig(libsecret-1)
|
|
|
485247 |
BuildRequires: pkgconfig(libspectre)
|
|
|
485247 |
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
485247 |
BuildRequires: pkgconfig(poppler-glib)
|
|
|
485247 |
BuildRequires: pkgconfig(libarchive)
|
|
|
485247 |
BuildRequires: pkgconfig(gspell-1)
|
|
|
485247 |
BuildRequires: libtiff-devel
|
|
|
485247 |
BuildRequires: gtk-doc
|
|
|
485247 |
BuildRequires: yelp-tools
|
|
|
485247 |
BuildRequires: /usr/bin/desktop-file-validate
|
|
|
485247 |
BuildRequires: libappstream-glib-devel
|
|
|
485247 |
BuildRequires: meson
|
|
|
485247 |
%if ! 0%{?flatpak}
|
|
|
485247 |
BuildRequires: pkgconfig(synctex)
|
|
|
485247 |
# for the nautilus properties page
|
|
|
485247 |
BuildRequires: pkgconfig(libnautilus-extension)
|
|
|
485247 |
# for the dvi backend
|
|
|
485247 |
BuildRequires: texlive-lib-devel
|
|
|
485247 |
%endif
|
|
|
485247 |
%if 0%{?fedora}
|
|
|
485247 |
# for the djvu backend
|
|
|
485247 |
BuildRequires: djvulibre-devel
|
|
|
485247 |
%endif
|
|
|
485247 |
# for the xps backend
|
|
|
485247 |
BuildRequires: pkgconfig(libgxps)
|
|
|
485247 |
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
Requires: %{name}-previewer%{?_isa} = %{version}-%{release}
|
|
|
485247 |
Requires: %{name}-thumbnailer%{?_isa} = %{version}-%{release}
|
|
|
485247 |
|
|
|
485247 |
Provides: bundled(libunarr)
|
|
|
485247 |
Provides: bundled(libmdvi)
|
|
|
485247 |
|
|
|
485247 |
%description
|
|
|
485247 |
Evince is simple multi-page document viewer. It can display and print
|
|
|
485247 |
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
|
|
485247 |
(EPS) files. When supported by the document format, evince allows searching
|
|
|
485247 |
for text, copying text to the clipboard, hypertext navigation,
|
|
|
485247 |
table-of-contents bookmarks and editing of forms.
|
|
|
485247 |
|
|
|
485247 |
Support for other document formats such as DVI and DJVU can be added by
|
|
|
485247 |
installing additional backends.
|
|
|
485247 |
|
|
|
485247 |
|
|
|
485247 |
%package libs
|
|
|
485247 |
Summary: Libraries for the evince document viewer
|
|
|
485247 |
%if 0%{?fedora}
|
|
|
485247 |
Recommends: %{name}-djvu%{?_isa} = %{version}-%{release}
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%description libs
|
|
|
485247 |
This package contains shared libraries needed for evince
|
|
|
485247 |
|
|
|
485247 |
|
|
|
485247 |
%package devel
|
|
|
485247 |
Summary: Support for developing backends for the evince document viewer
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
|
|
|
485247 |
%description devel
|
|
|
485247 |
This package contains libraries and header files needed for evince
|
|
|
485247 |
backend development.
|
|
|
485247 |
|
|
|
485247 |
|
|
|
485247 |
%package dvi
|
|
|
485247 |
Summary: Evince backend for dvi files
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
Requires: texlive-collection-fontsrecommended
|
|
|
485247 |
|
|
|
485247 |
%description dvi
|
|
|
485247 |
This package contains a backend to let evince display dvi files.
|
|
|
485247 |
|
|
|
485247 |
|
|
|
485247 |
%if 0%{?fedora}
|
|
|
485247 |
%package djvu
|
|
|
485247 |
Summary: Evince backend for djvu files
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
|
|
|
485247 |
%description djvu
|
|
|
485247 |
This package contains a backend to let evince display djvu files.
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%if ! 0%{?flatpak}
|
|
|
485247 |
%package nautilus
|
|
|
485247 |
Summary: Evince extension for nautilus
|
|
|
485247 |
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
485247 |
Requires: nautilus%{?_isa}
|
|
|
485247 |
|
|
|
485247 |
%description nautilus
|
|
|
485247 |
This package contains the evince extension for the nautilus file manager.
|
|
|
485247 |
It adds an additional tab called "Document" to the file properties dialog.
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%package thumbnailer
|
|
|
485247 |
Summary: Evince thumbnailer
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
|
|
|
485247 |
%description thumbnailer
|
|
|
485247 |
This package brings the Evince thumbnailer independently from Evince.
|
|
|
485247 |
|
|
|
485247 |
%package previewer
|
|
|
485247 |
Summary: Evince previewer
|
|
|
485247 |
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
|
|
|
485247 |
|
|
|
485247 |
%description previewer
|
|
|
485247 |
This package brings the Evince previewer independently from Evince.
|
|
|
485247 |
It provides the printing preview for the GTK printing dialog.
|
|
|
485247 |
|
|
|
485247 |
%prep
|
|
|
485247 |
%autosetup -p1
|
|
|
485247 |
|
|
|
485247 |
%build
|
|
|
485247 |
%meson \
|
|
|
485247 |
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
485247 |
-Dcomics=enabled \
|
|
|
485247 |
%endif
|
|
|
485247 |
%if 0%{?flatpak}
|
|
|
485247 |
-Ddvi=disabled \
|
|
|
485247 |
%else
|
|
|
485247 |
-Ddvi=enabled \
|
|
|
485247 |
%endif
|
|
|
485247 |
%if 0%{?fedora}
|
|
|
485247 |
-Ddjvu=enabled \
|
|
|
485247 |
%else
|
|
|
485247 |
-Ddjvu=disabled \
|
|
|
485247 |
%endif
|
|
|
485247 |
-Dxps=enabled \
|
|
|
485247 |
-Dt1lib=disabled \
|
|
|
485247 |
%if 0%{?flatpak}
|
|
|
485247 |
-Dsystemduserunitdir=no \
|
|
|
485247 |
-Dnautilus=false \
|
|
|
485247 |
%endif
|
|
|
485247 |
-Dps=enabled
|
|
|
485247 |
%meson_build
|
|
|
485247 |
|
|
|
485247 |
%install
|
|
|
485247 |
%meson_install
|
|
|
485247 |
|
|
|
485247 |
%find_lang evince --with-gnome
|
|
|
485247 |
|
|
|
485247 |
mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
|
|
|
485247 |
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
|
|
|
485247 |
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-psdocument.metainfo.xml
|
|
|
485247 |
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-tiffdocument.metainfo.xml
|
|
|
485247 |
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-comicsdocument.metainfo.xml
|
|
|
485247 |
rm -f $RPM_BUILD_ROOT%{_datadir}/metainfo/evince-xpsdocument.metainfo.xml
|
|
|
485247 |
|
|
|
485247 |
%check
|
|
|
485247 |
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
|
|
|
485247 |
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince.desktop
|
|
|
485247 |
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-previewer.desktop
|
|
|
485247 |
|
|
|
485247 |
%files -f evince.lang
|
|
|
485247 |
%{_bindir}/evince
|
|
|
485247 |
%{_bindir}/evince-previewer
|
|
|
485247 |
%{_datadir}/applications/org.gnome.Evince.desktop
|
|
|
485247 |
%{_datadir}/applications/org.gnome.Evince-previewer.desktop
|
|
|
485247 |
%{_datadir}/evince/
|
|
|
485247 |
%{_datadir}/icons/hicolor/*/apps/org.gnome.Evince.*
|
|
|
485247 |
%{_datadir}/icons/hicolor/*/apps/org.gnome.Evince-symbolic.svg
|
|
|
485247 |
%{_mandir}/man1/evince.1*
|
|
|
485247 |
%{_mandir}/man1/evince-previewer.1*
|
|
|
485247 |
%{_libexecdir}/evinced
|
|
|
485247 |
%{_datadir}/dbus-1/services/org.gnome.evince.Daemon.service
|
|
|
485247 |
%{_datadir}/glib-2.0/schemas/org.gnome.Evince.gschema.xml
|
|
|
485247 |
%{_datadir}/GConf/gsettings/evince.convert
|
|
|
485247 |
%{_datadir}/metainfo/org.gnome.Evince.appdata.xml
|
|
|
485247 |
%if ! 0%{?flatpak}
|
|
|
485247 |
%{_userunitdir}/org.gnome.Evince.service
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%files libs
|
|
|
485247 |
%doc NEWS AUTHORS
|
|
|
485247 |
%license COPYING
|
|
|
485247 |
%{_libdir}/libevdocument3.so.4*
|
|
|
485247 |
%{_libdir}/libevview3.so.3*
|
|
|
485247 |
%dir %{_libdir}/evince
|
|
|
485247 |
%dir %{_libdir}/evince/4
|
|
|
485247 |
%dir %{_libdir}/evince/4/backends
|
|
|
485247 |
%{_libdir}/evince/4/backends/libpdfdocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
|
|
|
485247 |
|
|
|
485247 |
%{_libdir}/evince/4/backends/libpsdocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/psdocument.evince-backend
|
|
|
485247 |
|
|
|
485247 |
%{_libdir}/evince/4/backends/libtiffdocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
|
|
485247 |
|
|
|
485247 |
%if 0%{?fedora} || 0%{?rhel} > 7
|
|
|
485247 |
%{_libdir}/evince/4/backends/libcomicsdocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/comicsdocument.evince-backend
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%{_libdir}/evince/4/backends/libxpsdocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/xpsdocument.evince-backend
|
|
|
485247 |
|
|
|
485247 |
%{_libdir}/girepository-1.0/EvinceDocument-3.0.typelib
|
|
|
485247 |
%{_libdir}/girepository-1.0/EvinceView-3.0.typelib
|
|
|
485247 |
|
|
|
485247 |
%files devel
|
|
|
485247 |
%{_datadir}/gtk-doc/html/evince/
|
|
|
485247 |
%{_datadir}/gtk-doc/html/libevview-3.0
|
|
|
485247 |
%{_datadir}/gtk-doc/html/libevdocument-3.0
|
|
|
485247 |
%dir %{_includedir}/evince
|
|
|
485247 |
%{_includedir}/evince/3.0
|
|
|
485247 |
%{_libdir}/libevview3.so
|
|
|
485247 |
%{_libdir}/libevdocument3.so
|
|
|
485247 |
%{_libdir}/pkgconfig/evince-view-3.0.pc
|
|
|
485247 |
%{_libdir}/pkgconfig/evince-document-3.0.pc
|
|
|
485247 |
%{_datadir}/gir-1.0/EvinceDocument-3.0.gir
|
|
|
485247 |
%{_datadir}/gir-1.0/EvinceView-3.0.gir
|
|
|
485247 |
|
|
|
485247 |
%if ! 0%{?flatpak}
|
|
|
485247 |
%files dvi
|
|
|
485247 |
%{_libdir}/evince/4/backends/libdvidocument.so*
|
|
|
485247 |
%{_libdir}/evince/4/backends/dvidocument.evince-backend
|
|
|
485247 |
%{_datadir}/metainfo/evince-dvidocument.metainfo.xml
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%if 0%{?fedora}
|
|
|
485247 |
%files djvu
|
|
|
485247 |
%{_libdir}/evince/4/backends/libdjvudocument.so
|
|
|
485247 |
%{_libdir}/evince/4/backends/djvudocument.evince-backend
|
|
|
485247 |
%{_datadir}/metainfo/evince-djvudocument.metainfo.xml
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%if ! 0%{?flatpak}
|
|
|
485247 |
%files nautilus
|
|
|
485247 |
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
|
|
485247 |
%endif
|
|
|
485247 |
|
|
|
485247 |
%files thumbnailer
|
|
|
485247 |
%{_bindir}/evince-thumbnailer
|
|
|
485247 |
%{_datadir}/thumbnailers/evince.thumbnailer
|
|
|
485247 |
%{_mandir}/man1/evince-thumbnailer.1*
|
|
|
485247 |
|
|
|
485247 |
%files previewer
|
|
|
485247 |
%{_bindir}/evince-previewer
|
|
|
485247 |
%{_mandir}/man1/evince-previewer.1*
|
|
|
485247 |
|
|
|
485247 |
%changelog
|
|
|
485247 |
* Wed Jan 19 2022 Marek Kasik <mkasik@redhat.com> - 40.4-4
|
|
|
485247 |
- Allow annotation actions for PDFs only
|
|
|
485247 |
- Resolves: #2041333
|
|
|
485247 |
|
|
|
485247 |
* Tue Nov 02 2021 Marek Kasik <mkasik@redhat.com> - 40.4-3
|
|
|
485247 |
- Remove Ctrl+q shortcut from shortcuts page
|
|
|
485247 |
- because it does nothing.
|
|
|
485247 |
- Resolves: #2006768
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 15 2021 Marek Kasik <mkasik@redhat.com> - 40.4-2
|
|
|
485247 |
- Remove metainfo for plugins since they are not real addons
|
|
|
485247 |
- Resolves: #2001781
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 16 2021 Marek Kasik <mkasik@redhat.com> - 40.4-1
|
|
|
485247 |
- Update to 40.4
|
|
|
485247 |
- Resolves: #1991425
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 40.2-2
|
|
|
485247 |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
485247 |
Related: rhbz#1991688
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 29 2021 Marek Kasik <mkasik@redhat.com> - 40.2-1
|
|
|
485247 |
- Update to 40.2
|
|
|
485247 |
- Resolves: #1976711
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 24 2021 Marek Kasik <mkasik@redhat.com> - 40.1-5
|
|
|
485247 |
- Use tmp dir as containing folder for non-native files
|
|
|
485247 |
- Backport fixes for issues found by Coverity Scan
|
|
|
485247 |
- Fix some other issues found by Coverity Scan
|
|
|
485247 |
- Resolves: #1975150
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 15 2021 Marek Kasik <mkasik@redhat.com> - 40.1-4
|
|
|
485247 |
- Show password dialog again if cancelled previously
|
|
|
485247 |
- Resolves: #1927705
|
|
|
485247 |
|
|
|
485247 |
* Tue May 04 2021 Felipe Borges <feborges@redhat.com> - 40.1-3
|
|
|
485247 |
- Split evince-previewer into its own package
|
|
|
485247 |
- See https://github.com/fedora-silverblue/issue-tracker/issues/122
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 40.1-2
|
|
|
485247 |
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
485247 |
|
|
|
485247 |
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 40.1-1
|
|
|
485247 |
- Update to 40.1
|
|
|
485247 |
- Remove various minimum version requires
|
|
|
485247 |
- Remove old obsoletes
|
|
|
485247 |
- Don't use ldconfig_scriptlets
|
|
|
485247 |
- Filter private library provides
|
|
|
485247 |
|
|
|
485247 |
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 40.0-1
|
|
|
485247 |
- Update to 40.0
|
|
|
485247 |
- Tighten soname globs
|
|
|
485247 |
|
|
|
485247 |
* Wed Mar 03 2021 Marek Kasik <mkasik@redhat.com> - 3.39.2-2
|
|
|
485247 |
- Set page cache size with correct type
|
|
|
485247 |
- Resolves: #1458845
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 17 2021 Kalev Lember <klember@redhat.com> - 3.39.2-1
|
|
|
485247 |
- Update to 3.39.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Feb 08 2021 Felipe Borges <feborges@redhat.com> - 3.39.1-3
|
|
|
485247 |
- Add evince-thumbnailer.1.gz to the evince-thumbnailer subpackage
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.39.1-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 25 2021 Kalev Lember <klember@redhat.com> - 3.39.1-1
|
|
|
485247 |
- Update to 3.39.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Nov 10 2020 Felipe Borges <feborges@redhat.com> - 3.38.0-2
|
|
|
485247 |
- Split evince-thumbnailer into its own package
|
|
|
485247 |
- See https://github.com/fedora-silverblue/issue-tracker/issues/98
|
|
|
485247 |
|
|
|
485247 |
* Sat Sep 12 2020 Kalev Lember <klember@redhat.com> - 3.38.0-1
|
|
|
485247 |
- Update to 3.38.0
|
|
|
485247 |
|
|
|
485247 |
* Sun Aug 23 2020 Kalev Lember <klember@redhat.com> - 3.37.90-1
|
|
|
485247 |
- Update to 3.37.90
|
|
|
485247 |
|
|
|
485247 |
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.37.3-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 07 2020 Marek Kasik <mkasik@redhat.com> - 3.37.3-1
|
|
|
485247 |
- Update to 3.37.3
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 04 2020 Kalev Lember <klember@redhat.com> - 3.37.2-1
|
|
|
485247 |
- Update to 3.37.2
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 02 2020 Kalev Lember <klember@redhat.com> - 3.36.3-1
|
|
|
485247 |
- Update to 3.36.3
|
|
|
485247 |
- Switch to meson build system
|
|
|
485247 |
|
|
|
485247 |
* Tue May 19 2020 Kalev Lember <klember@redhat.com> - 3.36.1-1
|
|
|
485247 |
- Update to 3.36.1
|
|
|
485247 |
|
|
|
485247 |
* Sat Mar 07 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
|
|
|
485247 |
- Update to 3.36.0
|
|
|
485247 |
|
|
|
485247 |
* Sun Feb 23 2020 Kalev Lember <klember@redhat.com> - 3.35.92-1
|
|
|
485247 |
- Update to 3.35.92
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.1-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Fri Jan 17 2020 Marek Kasik <mkasik@redhat.com> - 3.35.1-3
|
|
|
485247 |
- Rebuild for poppler-0.84.0
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.1-2
|
|
|
485247 |
- Rebuilt for libgnome-desktop soname bump
|
|
|
485247 |
|
|
|
485247 |
* Mon Dec 02 2019 Kalev Lember <klember@redhat.com> - 3.35.1-1
|
|
|
485247 |
- Update to 3.35.1
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
|
|
|
485247 |
- Update to 3.34.2
|
|
|
485247 |
- Don't replace upstream screenshots in appdata
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 16 2019 Marek Kasik <mkasik@redhat.com> - 3.34.1-2
|
|
|
485247 |
- Fix crash during dragging of text on Wayland
|
|
|
485247 |
- Resolves: #1753830
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
|
|
|
485247 |
- Update to 3.34.1
|
|
|
485247 |
|
|
|
485247 |
* Sun Sep 29 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
|
|
485247 |
- Update to 3.34.0
|
|
|
485247 |
|
|
|
485247 |
* Sun Sep 29 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
|
|
|
485247 |
- Update to 3.32.1
|
|
|
485247 |
|
|
|
485247 |
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.0-8
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Sun Jul 21 2019 Kalev Lember <klember@redhat.com> - 3.32.0-7
|
|
|
485247 |
- Rebuilt for libgnome-desktop soname bump
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 11 2019 Marek Kasik <mkasik@redhat.com> - 3.32.0-6
|
|
|
485247 |
- Handle failure from TIFFReadRGBAImageOriented
|
|
|
485247 |
- Related: #1716299
|
|
|
485247 |
|
|
|
485247 |
* Sun May 26 2019 Adam Williamson <awilliam@redhat.com> - 3.32.0-5
|
|
|
485247 |
- Rebuild for libsynctex soname bump (texlive)
|
|
|
485247 |
|
|
|
485247 |
* Tue May 14 2019 Marek Kasik <mkasik@redhat.com> - 3.32.0-4
|
|
|
485247 |
- Protect against NULL variable reaching strcmp()
|
|
|
485247 |
- Resolves: #1692083
|
|
|
485247 |
|
|
|
485247 |
* Wed Apr 17 2019 Kalev Lember <klember@redhat.com> - 3.32.0-3
|
|
|
485247 |
- Rebuild with Meson fix for #1699099
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 04 2019 Felipe Borges <feborges@redhat.com> - 3.32.0-2
|
|
|
485247 |
* Make the Evince RPM buildable as a Flatpak
|
|
|
485247 |
|
|
|
485247 |
* Thu Mar 14 2019 Kalev Lember <klember@redhat.com> - 3.32.0-1
|
|
|
485247 |
- Update to 3.32.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
|
|
|
485247 |
- Update to 3.31.91
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 05 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
|
|
|
485247 |
- Update to 3.31.90
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.4-3
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Fri Jan 11 2019 Marek Kasik <mkasik@redhat.com> - 3.31.4-2
|
|
|
485247 |
- Require synctex 1.19 during build to not use the bundled one
|
|
|
485247 |
- Related: #1595910
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 08 2019 Kalev Lember <klember@redhat.com> - 3.31.4-1
|
|
|
485247 |
- Update to 3.31.4
|
|
|
485247 |
|
|
|
485247 |
* Sat Nov 10 2018 Kalev Lember <klember@redhat.com> - 3.30.2-2
|
|
|
485247 |
- Obsolete evince-browser-plugin (#1644960)
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
|
|
|
485247 |
- Update to 3.30.2
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 2 2018 Marek Kasik <mkasik@redhat.com> - 3.30.1-2
|
|
|
485247 |
- Enable PostScript backend again
|
|
|
485247 |
- Resolves: #1635074
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 01 2018 Kalev Lember <klember@redhat.com> - 3.30.1-1
|
|
|
485247 |
- Update to 3.30.1
|
|
|
485247 |
|
|
|
485247 |
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 3.30.0-2
|
|
|
485247 |
- Rebuilt against fixed atk (#1626575)
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 4 2018 Marek Kasik <mkasik@redhat.com> - 3.30.0-1
|
|
|
485247 |
- Update to 3.30.0
|
|
|
485247 |
- Remove browser-plugin, it was disabled by default
|
|
|
485247 |
- by upstream (see upstream issue #968)
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 28 2018 Marek Kasik <mkasik@redhat.com> - 3.29.92-1
|
|
|
485247 |
- Update to 3.29.92
|
|
|
485247 |
- Disable PostScript temporarily (see upstream issue #967)
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-2
|
|
|
485247 |
- Add requirement of gspell
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-1
|
|
|
485247 |
- Update to 3.29.90
|
|
|
485247 |
- Remove unneeded patches
|
|
|
485247 |
- Handle renamed evince* files
|
|
|
485247 |
- Don't list missing README
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Thu Jul 12 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-3
|
|
|
485247 |
- Change build requirement of kpathsea-devel to texlive-lib-devel
|
|
|
485247 |
- Require gcc and gcc-c++
|
|
|
485247 |
- Resolves: #1600511
|
|
|
485247 |
|
|
|
485247 |
* Wed May 9 2018 Marek Kasik <mkasik@redhat.com> - 3.28.2-2
|
|
|
485247 |
- Fix crash in EvMediaPlayerKeys
|
|
|
485247 |
- Resolves: #1359507
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 10 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
|
|
485247 |
- Update to 3.28.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 3.28.1-1
|
|
|
485247 |
- Update to 3.28.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
|
|
|
485247 |
- Update to 3.28.0
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
|
|
|
485247 |
- Update to 3.27.92
|
|
|
485247 |
|
|
|
485247 |
* Mon Feb 26 2018 Stephan Bergmann <sbergman@redhat.com> - 3.26.0-6
|
|
|
485247 |
- Resolves: rhbz#1548418 Missing LDFLAGS injection, rebuild against redhat-rpm-config-102-1
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 13 2018 Björn Esser <besser82@fedoraproject.org> - 3.26.0-5
|
|
|
485247 |
- Rebuild against newer gnome-desktop3 package
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.0-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.0-3
|
|
|
485247 |
- Switch to %%ldconfig_scriptlets
|
|
|
485247 |
|
|
|
485247 |
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.0-2
|
|
|
485247 |
- Remove obsolete scriptlets
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 13 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
|
|
485247 |
- Update to 3.26.0
|
|
|
485247 |
|
|
|
485247 |
* Thu Sep 07 2017 Kalev Lember <klember@redhat.com> - 3.25.92-1
|
|
|
485247 |
- Update to 3.25.92
|
|
|
485247 |
|
|
|
485247 |
* Sat Aug 19 2017 Kalev Lember <klember@redhat.com> - 3.25.91-1
|
|
|
485247 |
- Update to 3.25.91
|
|
|
485247 |
|
|
|
485247 |
* Mon Jul 31 2017 Florian Weimer <fweimer@redhat.com> - 3.25.4-2
|
|
|
485247 |
- Rebuild with binutils fix for ppc64le (#1475636)
|
|
|
485247 |
- Fix s390x build issue related to MY_CPU_BE preprocessor conditional
|
|
|
485247 |
|
|
|
485247 |
* Thu Jul 27 2017 Kalev Lember <klember@redhat.com> - 3.25.4-1
|
|
|
485247 |
- Update to 3.25.4
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.0-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 25 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.24.0-3
|
|
|
485247 |
- Resolves: rhbz#1462778 page thumbnails disappear after "invert colors"
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 07 2017 Bastien Nocera <bnocera@redhat.com> - 3.24.0-2
|
|
|
485247 |
+ evince-3.24.0-2
|
|
|
485247 |
- Use libarchive to handle compressed comics documents
|
|
|
485247 |
Resolves: #1468488
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 21 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
485247 |
- Update to 3.24.0
|
|
|
485247 |
|
|
|
485247 |
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-6
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 16 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-5
|
|
|
485247 |
- Resolves: rhbz#1358249 restore ctrl page up/down shortcuts
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 10 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-4
|
|
|
485247 |
- Resolves: rhbz#1061177 add man pages for evince-previewer and evince-thumbnailer
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 10 2017 Caolán McNamara <caolanm@redhat.com> - 3.22.1-3
|
|
|
485247 |
- Resolves: rhbz#1404656 crash on opening second evince window
|
|
|
485247 |
|
|
|
485247 |
* Fri Dec 09 2016 Caolán McNamara <caolanm@redhat.com> - 3.22.1-2
|
|
|
485247 |
- Resolves: rhbz#1022649 don't complain about inability to copy metadata
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 12 2016 Kalev Lember <klember@redhat.com> - 3.22.1-1
|
|
|
485247 |
- Update to 3.22.1
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
485247 |
- Update to 3.22.0
|
|
|
485247 |
- Don't set group tags
|
|
|
485247 |
- Use make_install macro
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 14 2016 Marek Kasik <mkasik@redhat.com> - 3.21.92-1
|
|
|
485247 |
- Update to 3.21.92
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 15 2016 Marek Kasik <mkasik@redhat.com> - 3.21.4-2
|
|
|
485247 |
- Check version of NPNVToolkit provided by browser
|
|
|
485247 |
- Resolves: #1198229
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 20 2016 Richard Hughes <rhughes@redhat.com> - 3.21.4-1
|
|
|
485247 |
- Update to 3.21.4
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 21 2016 Marek Kasik <mkasik@redhat.com> - 3.21.3-1
|
|
|
485247 |
- Update to 3.21.3
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 20 2016 Michael Catanzaro <mcatanzaro@gnome.org> - 3.20.0-2
|
|
|
485247 |
- Remove downstream patch that's no longer needed
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
485247 |
- Update to 3.20.0
|
|
|
485247 |
|
|
|
485247 |
* Wed Mar 16 2016 Kalev Lember <klember@redhat.com> - 3.19.92-1
|
|
|
485247 |
- Update to 3.19.92
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 8 2016 Marek Kasik <mkasik@redhat.com> - 3.18.2-5
|
|
|
485247 |
- Recognize multipage DjVu MIME type
|
|
|
485247 |
- Resolves: #1308628
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 15 2015 Marek Kasik <mkasik@redhat.com> - 3.18.2-3
|
|
|
485247 |
- Fix selection of text on Wayland
|
|
|
485247 |
|
|
|
485247 |
* Thu Nov 19 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.18.2-2
|
|
|
485247 |
- Fix installation of symbolic app icon
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 11 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
|
|
|
485247 |
- Update to 3.18.2
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
485247 |
- Update to 3.18.1
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 9 2015 Marek Kasik <mkasik@redhat.com> - 3.18.0-2
|
|
|
485247 |
- Recommend evince-djvu in evince-libs not in evince
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
|
|
|
485247 |
- Update to 3.18.0
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 16 2015 Kalev Lember <klember@redhat.com> - 3.17.92-1
|
|
|
485247 |
- Update to 3.17.92
|
|
|
485247 |
- Use desktop-file-validate instead of desktop-file-install
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 02 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.4-3
|
|
|
485247 |
- Don't recommend nautilus subpackage; it depends on nautilus.
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 02 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.4-2
|
|
|
485247 |
- The main package now recommends the djvu and nautilus subpackages.
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 3.17.4-1
|
|
|
485247 |
- Update to 3.17.4
|
|
|
485247 |
- Update URL
|
|
|
485247 |
- Use pkgconfig for BuildRequires
|
|
|
485247 |
- Use license for COPYING
|
|
|
485247 |
- Update man page glob in files section
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 24 2015 Martin Hatina <mhatina@redhat.com> - 3.17.3-1
|
|
|
485247 |
- Update to 3.17.3
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 22 2015 Martin Hatina <mhatina@redhat.com> - 3.17.2-3
|
|
|
485247 |
- Avoid crash after reloading document
|
|
|
485247 |
- Related: #1203277
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.17.2-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Thu May 28 2015 Marek Kasik <mkasik@redhat.com> - 3.17.2-1
|
|
|
485247 |
- Update to 3.17.2
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 30 2015 Marek Kasik <mkasik@redhat.com> - 3.17.1-1
|
|
|
485247 |
- Update to 3.17.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.16.0-2
|
|
|
485247 |
- Use better AppData screenshots
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.0-1
|
|
|
485247 |
- Update to 3.16.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 17 2015 Marek Kasik <mkasik@redhat.com> - 3.15.92-1
|
|
|
485247 |
- Update to 3.15.92
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 16 2015 Marek Kasik <mkasik@redhat.com> - 3.15.90-3
|
|
|
485247 |
- Fix crashes caused by corrupted documents
|
|
|
485247 |
- Related: #1201996
|
|
|
485247 |
|
|
|
485247 |
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.15.90-2
|
|
|
485247 |
- Rebuilt for Fedora 23 Change
|
|
|
485247 |
https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
|
|
|
485247 |
|
|
|
485247 |
* Thu Feb 19 2015 Marek Kasik <mkasik@redhat.com> - 3.15.90-1
|
|
|
485247 |
- Update to 3.15.90
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 21 2015 Marek Kasik <mkasik@redhat.com> - 3.15.4-2
|
|
|
485247 |
- Revert fix of centering of documents when printing with a manual scale.
|
|
|
485247 |
- This caused problems with printing of landscape documents.
|
|
|
485247 |
- Resolves: #1173832
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 20 2015 Marek Kasik <mkasik@redhat.com> - 3.15.4-1
|
|
|
485247 |
- Update to 3.15.4
|
|
|
485247 |
|
|
|
485247 |
* Mon Dec 08 2014 Adam Jackson <ajax@redhat.com> 3.14.1-8
|
|
|
485247 |
- Don't link against t1lib, freetype is sufficient (#852489)
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-7
|
|
|
485247 |
- Fix configuration with ligbnome-desktop
|
|
|
485247 |
- Related: #1147270
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 19 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-6
|
|
|
485247 |
- Scroll to page on which is the search result selected by user
|
|
|
485247 |
- when not in continuous mode.
|
|
|
485247 |
- Resolves: #1162254
|
|
|
485247 |
|
|
|
485247 |
* Tue Nov 18 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-5
|
|
|
485247 |
- Use libgnome-desktop to generate and cache thumbnails
|
|
|
485247 |
- Resolves: #1147270
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 12 2014 Richard Hughes <richard@hughsie.com> - 3.14.1-4
|
|
|
485247 |
- Fix non-Fedora build
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 5 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-3
|
|
|
485247 |
- Fix runtime critical warning when starting in fullscreen mode
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 5 2014 Marek Kasik <mkasik@redhat.com> - 3.14.1-2
|
|
|
485247 |
- Disable toggle-find action for documents not supporting find
|
|
|
485247 |
- Resolves: #1160376
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
485247 |
- Update to 3.14.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
485247 |
- Update to 3.14.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
|
485247 |
- Update to 3.13.92
|
|
|
485247 |
- Set minimum required glib2 and gtk3 versions
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 03 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
|
|
485247 |
- Update to 3.13.91
|
|
|
485247 |
|
|
|
485247 |
* Fri Aug 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-2
|
|
|
485247 |
- Split out evince-browser-plugin subpackage
|
|
|
485247 |
|
|
|
485247 |
* Sat Aug 16 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
485247 |
- Update to 3.13.90
|
|
|
485247 |
- Include new web browser plugin
|
|
|
485247 |
|
|
|
485247 |
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.3.1-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3.1-3
|
|
|
485247 |
- Rebuilt for gobject-introspection 1.41.4
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 09 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.3.1-2
|
|
|
485247 |
- Install application appdata in the main package, not -libs
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 26 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3.1-1
|
|
|
485247 |
- Update to 3.13.3.1
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 25 2014 Richard Hughes <rhughes@redhat.com> - 3.13.3-1
|
|
|
485247 |
- Update to 3.13.3
|
|
|
485247 |
|
|
|
485247 |
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.1-3
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-2
|
|
|
485247 |
- Drop gnome-icon-theme-symbolic dependency
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 15 2014 Marek Kasik <mkasik@redhat.com> - 3.12.1-1
|
|
|
485247 |
- Update to 3.12.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Apr 14 2014 Marek Kasik <mkasik@redhat.com> - 3.12.0-2
|
|
|
485247 |
- Don't crash when trying to save a copy
|
|
|
485247 |
- Resolves: #1086944
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
|
|
|
485247 |
- Update to 3.12.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 18 2014 Marek Kasik <mkasik@redhat.com> - 3.11.92-1
|
|
|
485247 |
- Update to 3.11.92
|
|
|
485247 |
|
|
|
485247 |
* Sun Feb 23 2014 Richard Hughes <rhughes@redhat.com> - 3.11.90-1
|
|
|
485247 |
- Update to 3.11.90
|
|
|
485247 |
|
|
|
485247 |
* Thu Dec 19 2013 Marek Kasik <mkasik@redhat.com> - 3.11.3-1
|
|
|
485247 |
- Update to 3.11.3
|
|
|
485247 |
|
|
|
485247 |
* Mon Nov 18 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-3
|
|
|
485247 |
- Fix source URL
|
|
|
485247 |
|
|
|
485247 |
* Thu Nov 14 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-2
|
|
|
485247 |
- Fix a typo in description of nautilus subpackage
|
|
|
485247 |
- Resolves: #1028161
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 30 2013 Marek Kasik <mkasik@redhat.com> - 3.11.1-1
|
|
|
485247 |
- Update to 3.11.1
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
485247 |
- Update to 3.10.0
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
|
|
485247 |
- Update to 3.9.90
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.4-3
|
|
|
485247 |
- Add requirement of gnome-icon-theme-symbolic
|
|
|
485247 |
- Resolves: #980751
|
|
|
485247 |
|
|
|
485247 |
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.4-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 16 2013 Richard Hughes <rhughes@redhat.com> - 3.9.4-1
|
|
|
485247 |
- Update to 3.9.4
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-3
|
|
|
485247 |
- Require gnome-icon-theme-devel instead of gnome-icon-theme
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-2
|
|
|
485247 |
- Fix changelog dates
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 19 2013 Marek Kasik <mkasik@redhat.com> - 3.9.3-1
|
|
|
485247 |
- Update to 3.9.3
|
|
|
485247 |
|
|
|
485247 |
* Sun Jun 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.2-1
|
|
|
485247 |
- Update to 3.9.2
|
|
|
485247 |
|
|
|
485247 |
* Wed May 15 2013 Marek Kasik <mkasik@redhat.com> - 3.8.2-1
|
|
|
485247 |
- Update to 3.8.2
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 11 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-3
|
|
|
485247 |
- Fix a typo and add a description of an option to man page
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 26 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-2
|
|
|
485247 |
- Don't remove the NoDisplay key from evince.desktop because
|
|
|
485247 |
- it has been already removed
|
|
|
485247 |
- Related: gnome#634245
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 26 2013 Marek Kasik <mkasik@redhat.com> - 3.8.0-1
|
|
|
485247 |
- Update to 3.8.0
|
|
|
485247 |
|
|
|
485247 |
* Thu Mar 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.92-1
|
|
|
485247 |
- Update to 3.7.92
|
|
|
485247 |
|
|
|
485247 |
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-2
|
|
|
485247 |
- Tighten subpackage deps
|
|
|
485247 |
|
|
|
485247 |
* Thu Feb 21 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.90-1
|
|
|
485247 |
- Update to 3.7.90
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
|
|
|
485247 |
- Update to 3.7.5
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 17 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.4-2
|
|
|
485247 |
- Rebuilt for new libarchive
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 15 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.4-1
|
|
|
485247 |
- Update to 3.7.4
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 14 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-3
|
|
|
485247 |
- Add requirements of texlive-collection-fontsrecommended for evince-dvi
|
|
|
485247 |
- Related: #843524
|
|
|
485247 |
|
|
|
485247 |
* Mon Nov 5 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-2
|
|
|
485247 |
- Update License field
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 23 2012 Marek Kasik <mkasik@redhat.com> - 3.7.1-1
|
|
|
485247 |
- Update to 3.7.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 15 2012 Marek Kasik <mkasik@redhat.com> - 3.6.1-1
|
|
|
485247 |
- Update to 3.6.1
|
|
|
485247 |
|
|
|
485247 |
* Sun Oct 7 2012 Jindrich Novy <jnovy@redhat.com> - 3.6.0-2
|
|
|
485247 |
- rebuild against new kpathsea in TeX Live 2012
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 25 2012 Marek Kasik <mkasik@redhat.com> - 3.6.0-1
|
|
|
485247 |
- Update to 3.6.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 18 2012 Marek Kasik <mkasik@redhat.com> - 3.5.92-1
|
|
|
485247 |
- Update to 3.5.92
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
485247 |
- Update to 3.5.90
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 8 2012 Marek Kasik <mkasik@redhat.com> - 3.5.5-1
|
|
|
485247 |
- Update to 3.5.5
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 17 2012 Marek Kasik <mkasik@redhat.com> - 3.5.4-1
|
|
|
485247 |
- Update to 3.5.4
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 28 2012 Kalev Lember <kalevlember@gmail.com> - 3.5.3-2
|
|
|
485247 |
- Fix the build by backporting a GIR generation fix
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 27 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
|
|
|
485247 |
- Update to 3.5.3
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 6 2012 Marek Kasik <mkasik@redhat.com> - 3.5.2-1
|
|
|
485247 |
- Update to 3.5.2
|
|
|
485247 |
|
|
|
485247 |
* Wed May 16 2012 Marek Kasik <mkasik@redhat.com> - 3.4.0-3
|
|
|
485247 |
- Rebuild (poppler-0.20.0)
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
|
|
|
485247 |
- Silence glib-compile-schemas output
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-1
|
|
|
485247 |
- Update to 3.4.0
|
|
|
485247 |
|
|
|
485247 |
* Wed Mar 21 2012 Richard Hughes <rhughes@redhat.com> - 3.3.92-1
|
|
|
485247 |
- Update to 3.3.92
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 22 2012 Marek Kasik <mkasik@redhat.com> - 3.3.90-1
|
|
|
485247 |
- Update to 3.3.90
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 7 2012 Marek Kasik <mkasik@redhat.com> - 3.3.5-1
|
|
|
485247 |
- Update to 3.3.5
|
|
|
485247 |
- Remove evince-t1font-mapping.patch (committed upstream)
|
|
|
485247 |
- Solve build issues by running autogen.sh
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 26 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.3.4-2
|
|
|
485247 |
- Rebuilt for new libarchive
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4
|
|
|
485247 |
- Update to 3.3.4
|
|
|
485247 |
|
|
|
485247 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-4
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 27 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.3.1-3
|
|
|
485247 |
- Really enable XPS support, drop obsolete build options.
|
|
|
485247 |
|
|
|
485247 |
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-2
|
|
|
485247 |
- Enable xps support
|
|
|
485247 |
|
|
|
485247 |
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
|
|
|
485247 |
- Update to 3.3.3.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
|
|
|
485247 |
- Update to 3.3.3
|
|
|
485247 |
|
|
|
485247 |
* Wed Nov 23 2011 Marek Kasik <mkasik@redhat.com> - 3.3.2-1
|
|
|
485247 |
- Update to 3.3.2
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 28 2011 Rex Dieter <rdieter@fedoraproject.org> - 3.2.1-3
|
|
|
485247 |
- rebuild(poppler)
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
485247 |
- Rebuilt for glibc bug#747377
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 18 2011 Marek Kasik <mkasik@redhat.com> - 3.2.1-1
|
|
|
485247 |
- Update to 3.2.1
|
|
|
485247 |
|
|
|
485247 |
* Fri Sep 30 2011 Marek Kasik <mkasik@redhat.com> - 3.2.0-2
|
|
|
485247 |
- Rebuild (poppler-0.18.0)
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 27 2011 Marek Kasik <mkasik@redhat.com> - 3.2.0-1
|
|
|
485247 |
- Update to 3.2.0
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 19 2011 Marek Kasik <mkasik@redhat.com> - 3.1.90-2
|
|
|
485247 |
- Rebuild (poppler-0.17.3)
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 30 2011 Marek Kasik <mkasik@redhat.com> - 3.1.90-1
|
|
|
485247 |
- Update to 3.1.90
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 15 2011 Marek Kasik <mkasik@redhat.com> - 3.1.2-2
|
|
|
485247 |
- Rebuild (poppler-0.17.0)
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 16 2011 Marek Kasik <mkasik@redhat.com> - 3.1.2-1
|
|
|
485247 |
- Update to 3.1.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Apr 4 2011 Matthias clasne <mclasen@redhat.com> - 3.0.0-1
|
|
|
485247 |
- Update to 3.0.0
|
|
|
485247 |
|
|
|
485247 |
* Fri Mar 25 2011 Matthias clasne <mclasen@redhat.com> - 2.91.93-1
|
|
|
485247 |
- Update to 2.91.93
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 22 2011 Marek Kasik <mkasik@redhat.com> - 2.91.92-2
|
|
|
485247 |
- Bump release
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
|
|
|
485247 |
- Update to 2.91.92
|
|
|
485247 |
|
|
|
485247 |
* Sun Mar 13 2011 Marek Kasik <mkasik@redhat.com> - 2.91.90-2
|
|
|
485247 |
- Rebuild (poppler-0.16.3)
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
|
|
|
485247 |
- Update to 2.91.90
|
|
|
485247 |
|
|
|
485247 |
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.6-3
|
|
|
485247 |
- Rebuild against newer gtk
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.6-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 2 2011 Christopher Aillon <caillon@redhat.com> - 2.91.6-1
|
|
|
485247 |
- Update to 2.91.6
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 24 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-3
|
|
|
485247 |
- Remove NoDisplay (gnome bug #634245)
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 12 2011 Marek Kasik <mkasik@redhat.com> - 2.91.5-2
|
|
|
485247 |
- Remove evince-CVE-2010-2640_CVE-2010-2641_CVE-2010-2642_CVE-2010-2643.patch
|
|
|
485247 |
- Change the way thumbnailer is integrated with system
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.5-1
|
|
|
485247 |
- Update to 2.91.5
|
|
|
485247 |
|
|
|
485247 |
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
|
|
|
485247 |
- Update to 2.91.4
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 6 2011 Marek Kasik <mkasik@redhat.com> - 2.91.3-6
|
|
|
485247 |
- Fixes CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643
|
|
|
485247 |
- Resolves: #667573
|
|
|
485247 |
|
|
|
485247 |
* Sat Jan 01 2011 Rex Dieter <rdieter@fedoraproject.org> - 2.91.3-5
|
|
|
485247 |
- rebuild (poppler)
|
|
|
485247 |
|
|
|
485247 |
* Wed Dec 15 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.3-4
|
|
|
485247 |
- rebuild (poppler)
|
|
|
485247 |
|
|
|
485247 |
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-3
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Wed Dec 1 2010 Marek Kasik <mkasik@redhat.com> - 2.91.3-2
|
|
|
485247 |
- Really update to 2.91.3
|
|
|
485247 |
|
|
|
485247 |
* Wed Dec 1 2010 Marek Kasik <mkasik@redhat.com> - 2.91.3-1
|
|
|
485247 |
- Update to 2.91.3
|
|
|
485247 |
- Remove evince-page-range.patch
|
|
|
485247 |
|
|
|
485247 |
* Mon Nov 22 2010 Marek Kasik <mkasik@redhat.com> - 2.91.2-2
|
|
|
485247 |
- Fix crash in clear_job_selection()
|
|
|
485247 |
- Remove unused patches
|
|
|
485247 |
- Resolves: #647689
|
|
|
485247 |
|
|
|
485247 |
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.2-1
|
|
|
485247 |
- Update to 2.91.2
|
|
|
485247 |
|
|
|
485247 |
* Sat Nov 06 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.91.1-5.gitf615894
|
|
|
485247 |
- rebuilt (poppler)
|
|
|
485247 |
|
|
|
485247 |
* Fri Nov 5 2010 Marek Kasik <mkasik@redhat.com> - 2.91.1-4.gitf615894
|
|
|
485247 |
- Rebuild against newer libxml2
|
|
|
485247 |
|
|
|
485247 |
* Mon Nov 1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-gitf615894
|
|
|
485247 |
- Rebuild against newer gtk3
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 26 2010 Marek Kasik <mkasik@redhat.com> - 2.91.1-1
|
|
|
485247 |
- Update to 2.91.1
|
|
|
485247 |
- Remove evince-2.91.0-introspection-build-fix.patch
|
|
|
485247 |
- Add evince-2.91.1-requires.patch
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 4 2010 Owen Taylor <otaylor@redhat.com> - 2.91.0-1
|
|
|
485247 |
- Update to 2.91.0 so we can rebuild against current gtk3
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 1 2010 Marek Kasik <mkasik@redhat.com> - 2.32.0-2
|
|
|
485247 |
- Rebuild against newer poppler
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
485247 |
- Update to 2.32.0
|
|
|
485247 |
|
|
|
485247 |
* Wed Sep 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-5
|
|
|
485247 |
- Fix build against newer gtk
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.92-4
|
|
|
485247 |
- Rebuild against newer gobject-introspection
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-3
|
|
|
485247 |
- Fix file attributes for nautilus files
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-2
|
|
|
485247 |
- Make "Shrink to Printable Area" option default in "Page Scaling"
|
|
|
485247 |
- Resolves: #633265
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 13 2010 Marek Kasik <mkasik@redhat.com> - 2.31.92-1
|
|
|
485247 |
- Update to 2.31.92
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
|
|
|
485247 |
- Update to 2.31.90
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 19 2010 Rex Dieter <rdieter@fedoraproject.org> - 2.31.6-2
|
|
|
485247 |
- rebuild (poppler)
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 2 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
|
|
|
485247 |
- Update to 2.31.6
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 21 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-5
|
|
|
485247 |
- Don't sigsegv when a page is manually entered
|
|
|
485247 |
- Remove 0001-pdf-Fix-build-when-text_layout-is-not-available.patch
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 16 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-4
|
|
|
485247 |
- Restore io mode when returning from opening of synctex file
|
|
|
485247 |
- Patch by David Tardon
|
|
|
485247 |
- Resolves: #613916
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 16 2010 Marek Kasik <mkasik@redhat.com> - 2.31.5-3
|
|
|
485247 |
- Move %%doc files to evince-libs subpackage
|
|
|
485247 |
- see Subpackage Licensing in Packaging:LicensingGuidelines
|
|
|
485247 |
|
|
|
485247 |
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.31.5-2
|
|
|
485247 |
- Rebuild with new gobject-introspection
|
|
|
485247 |
|
|
|
485247 |
* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
|
|
|
485247 |
- Update to 2.31.5
|
|
|
485247 |
- Enable introspection
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
|
|
|
485247 |
- Update to 2.31.4
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 28 2010 Marek Kasik <mkasik@redhat.com> - 2.31.3-5.20100621git
|
|
|
485247 |
- Don't try to install evince.schemas file (it doesn't exist anymore)
|
|
|
485247 |
- Remove unused patches
|
|
|
485247 |
- Resolves: #595217
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-4.20100621git
|
|
|
485247 |
- git snapshot that builds against GLib 2.25.9
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 21 2010 Marek Kasik <mkasik@redhat.com> - 2.31.3-3
|
|
|
485247 |
- Rename gdk_drag_context_get_action to gdk_drag_context_get_selected_action
|
|
|
485247 |
|
|
|
485247 |
* Fri Jun 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-2
|
|
|
485247 |
- Rebuild against new poppler
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
|
|
485247 |
- Update to 2.31.3
|
|
|
485247 |
|
|
|
485247 |
* Fri May 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-3
|
|
|
485247 |
- Migrate settings to dconf
|
|
|
485247 |
|
|
|
485247 |
* Sun May 16 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-2
|
|
|
485247 |
- Compile GSettings schemas
|
|
|
485247 |
|
|
|
485247 |
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
|
|
|
485247 |
- Update to 2.31.1
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 29 2010 Marek Kasik <mkasik@redhat.com> - 2.30.1-2
|
|
|
485247 |
- Make sure dot_dir exists before creating last_settings file
|
|
|
485247 |
- backported from upstream
|
|
|
485247 |
- Related: #586343
|
|
|
485247 |
|
|
|
485247 |
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
|
|
485247 |
- Update to 2.30.1
|
|
|
485247 |
|
|
|
485247 |
* Fri Apr 2 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-6
|
|
|
485247 |
- rpmlint related changes:
|
|
|
485247 |
- Don't define RPATH
|
|
|
485247 |
- Remove static libs
|
|
|
485247 |
- Avoid expansion of some macros in changelog
|
|
|
485247 |
|
|
|
485247 |
* Fri Apr 2 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-5
|
|
|
485247 |
- Update required versions of libraries
|
|
|
485247 |
- Remove unused patches
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 1 2010 Christoph Wickert <cwickert@fedoraproject.org> - 2.30.0-4
|
|
|
485247 |
- Update scriptlets
|
|
|
485247 |
- Make build verbose
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 1 2010 Christoph Wickert <cwickert@fedoraproject.org> - 2.30.0-3
|
|
|
485247 |
- Split out libevince-properties-page.so into nautilus subpackage
|
|
|
485247 |
- Resolves: #576435
|
|
|
485247 |
|
|
|
485247 |
* Thu Apr 1 2010 Marek Kasik <mkasik@redhat.com> - 2.30.0-2
|
|
|
485247 |
- Remove deprecated configure flag "--with-print"
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
485247 |
- Update to 2.30.0
|
|
|
485247 |
|
|
|
485247 |
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
|
|
|
485247 |
- Update to 2.29.92
|
|
|
485247 |
|
|
|
485247 |
* Wed Mar 10 2010 Marek Kasik <mkasik@redhat.com> - 2.29.91-3
|
|
|
485247 |
- Replace deprecated gtk functions with their equivalents
|
|
|
485247 |
- Remove unused patches
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 9 2010 Marek Kasik <mkasik@redhat.com> - 2.29.91-2
|
|
|
485247 |
- Use Type 1 fonts when viewing DVI files
|
|
|
485247 |
- Use correct name when the font is mapped
|
|
|
485247 |
- Related: #562648
|
|
|
485247 |
|
|
|
485247 |
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.91-1
|
|
|
485247 |
- Update to 2.29.91
|
|
|
485247 |
|
|
|
485247 |
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-2
|
|
|
485247 |
- Add missing libs
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 12 2010 Marek Kasik <mkasik@redhat.com> - 2.29.5-1
|
|
|
485247 |
- Update to 2.29.5
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.4-1
|
|
|
485247 |
- Update to 2.29.4
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
|
|
|
485247 |
- Update to 2.29.3
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
485247 |
- Update to 2.28.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
|
|
|
485247 |
- Update to 2.27.90
|
|
|
485247 |
|
|
|
485247 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
|
|
|
485247 |
- Update to 2.27.4
|
|
|
485247 |
|
|
|
485247 |
* Tue Jun 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
|
|
|
485247 |
- Update to 2.27.3
|
|
|
485247 |
|
|
|
485247 |
* Sat May 23 2009 Michael Schwendt <mschwendt@fedoraproject.org> - 2.27.1-2
|
|
|
485247 |
- Include /usr/include/evince directory (#483306).
|
|
|
485247 |
- Don't run /sbin/ldconfig in post scriptlet (no shared libs in that pkg).
|
|
|
485247 |
- Let -libs post/postun run /sbin/ldconfig directly.
|
|
|
485247 |
|
|
|
485247 |
* Tue May 19 2009 Bastien Nocera <bnocera@redhat.com> 2.27.1-1
|
|
|
485247 |
- Update to 2.27.1
|
|
|
485247 |
|
|
|
485247 |
* Fri May 01 2009 Peter Robinson <pbrobinson@gmail.com> - 2.26.1-1
|
|
|
485247 |
- Update to 2.26.1
|
|
|
485247 |
|
|
|
485247 |
* Fri May 01 2009 Peter Robinson <pbrobinson@gmail.com> - 2.26.0-2
|
|
|
485247 |
- Split libs out to a subpackage - RHBZ 480729
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
485247 |
- Update to 2.26.0
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.92-1
|
|
|
485247 |
- Update to 2.25.92
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
485247 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
|
|
|
485247 |
- Update to 2.25.91
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-1
|
|
|
485247 |
- Update to 2.25.90
|
|
|
485247 |
|
|
|
485247 |
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
|
|
|
485247 |
- Update to 2.25.5
|
|
|
485247 |
|
|
|
485247 |
* Sat Jan 17 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 2.25.4-2
|
|
|
485247 |
- Rebuild with mew djvulibre
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 5 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4-1
|
|
|
485247 |
- Update to 2.25.4
|
|
|
485247 |
- Temporarily drop the duplex patch, it needs updating
|
|
|
485247 |
|
|
|
485247 |
* Wed Dec 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
|
|
|
485247 |
- Update to 2.25.2
|
|
|
485247 |
|
|
|
485247 |
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-5
|
|
|
485247 |
- Better URL
|
|
|
485247 |
|
|
|
485247 |
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-4
|
|
|
485247 |
- Tweak %%summary and %%description
|
|
|
485247 |
|
|
|
485247 |
* Tue Nov 11 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-3
|
|
|
485247 |
- Update to 2.25.1
|
|
|
485247 |
|
|
|
485247 |
* Sat Oct 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-3
|
|
|
485247 |
- Require dbus-glib-devel, not just dbus-devel (#465281, Dan Winship)
|
|
|
485247 |
|
|
|
485247 |
* Sat Oct 25 2008 Ville Skyttä <ville.skytta@iki.fi> - 2.24.1-2
|
|
|
485247 |
- Drop dependency on desktop-file-utils (#463048).
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
485247 |
- Update to 2.24.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
485247 |
- Update to 2.24.0
|
|
|
485247 |
|
|
|
485247 |
* Fri Sep 12 2008 Marek Kasik <mkasik@redhat.com> - 2.23.92-2
|
|
|
485247 |
- fix duplex printing of copies
|
|
|
485247 |
- upstream bug #455759
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
|
|
|
485247 |
- Update to 2.23.92
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
|
|
485247 |
- Update to 2.23.91
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 28 2008 Michael Schwendt <mschwendt@fedoraproject.org> - 2.23.6-2
|
|
|
485247 |
- Include %%_libdir/evince directory.
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
|
|
485247 |
- Update to 2.23.6
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
|
|
|
485247 |
- Update to 2.23.5
|
|
|
485247 |
|
|
|
485247 |
* Thu Jul 17 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.23.4-2
|
|
|
485247 |
- fix license tag
|
|
|
485247 |
|
|
|
485247 |
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4-1
|
|
|
485247 |
- Update to 2.23.4
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1.1-1
|
|
|
485247 |
- Update to 2.22.1.1 (fix link handling in djvu backend)
|
|
|
485247 |
|
|
|
485247 |
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
|
|
485247 |
- Update to 2.22.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 1 2008 Kristian Høgsberg <krh@redhat.com> - 2.22.0-4
|
|
|
485247 |
- Rebuild against latest poppler.
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
|
|
|
485247 |
- Handle all schemas files
|
|
|
485247 |
|
|
|
485247 |
* Thu Mar 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
|
|
|
485247 |
- Rebuild against the latest poppler
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
485247 |
- Update to 2.22.0
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-2
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
|
|
|
485247 |
- Update to 2.21.91
|
|
|
485247 |
|
|
|
485247 |
* Sat Feb 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-5
|
|
|
485247 |
- Fix nautilus property page and thumbnailer
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-4
|
|
|
485247 |
- Use libspectre
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-3
|
|
|
485247 |
- Don't link the thumbnailer against djvu
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
|
|
|
485247 |
- Rebuild against split poppler
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
485247 |
- Update to 2.21.90
|
|
|
485247 |
|
|
|
485247 |
* Sun Dec 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
|
|
|
485247 |
- Build nautilus extension against nautilus 2.21
|
|
|
485247 |
|
|
|
485247 |
* Wed Dec 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
|
|
|
485247 |
- Update to 2.21.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-2
|
|
|
485247 |
- Enable the dvi backend
|
|
|
485247 |
|
|
|
485247 |
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.2-1
|
|
|
485247 |
- Update to 2.20.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Nov 26 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-5
|
|
|
485247 |
- Fix a problem in the tiff patch
|
|
|
485247 |
- Turn off the dvi backend for now, since the tetex kpathsea
|
|
|
485247 |
gives linker errors on x86_64
|
|
|
485247 |
|
|
|
485247 |
* Sat Nov 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-4
|
|
|
485247 |
- Enable the dvi and djvu backends
|
|
|
485247 |
|
|
|
485247 |
* Thu Nov 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-3
|
|
|
485247 |
- Fix rendering of tiff images (#385671)
|
|
|
485247 |
|
|
|
485247 |
* Tue Oct 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-2
|
|
|
485247 |
- Rebuild against new dbus-glib
|
|
|
485247 |
|
|
|
485247 |
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
|
|
|
485247 |
- Update to 2.20.1 (bug fixes and translation updates)
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-3
|
|
|
485247 |
- Drop the nautilus dependency (#201967)
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 24 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
|
|
|
485247 |
- Add a missing schema file
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
|
|
|
485247 |
- Update to 2.20.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 4 2007 Kristian Høgsberg <krh@redhat.com> - 2.19.92-1
|
|
|
485247 |
- Update to 2.19.92. Evince now follows GNOME version numbers.
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-5
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Sat Aug 11 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-4
|
|
|
485247 |
- Fix the build
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 6 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-3
|
|
|
485247 |
- Update licence field again
|
|
|
485247 |
- Use %%find_lang for help files, too
|
|
|
485247 |
- Add some missing requires
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-2
|
|
|
485247 |
- Update the license field
|
|
|
485247 |
|
|
|
485247 |
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.3-1
|
|
|
485247 |
- Update to 0.9.3
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.2-1
|
|
|
485247 |
- Update to 0.9.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.1-1
|
|
|
485247 |
- Update to 0.9.1
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-3
|
|
|
485247 |
- Add comics-related build fixes
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 11 2007 - Bastien Nocera <bnocera@redhat.com> - 0.9.0-2
|
|
|
485247 |
- Enable comics support (#186865)
|
|
|
485247 |
|
|
|
485247 |
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 0.9.0-1
|
|
|
485247 |
- Update to 0.9.0
|
|
|
485247 |
|
|
|
485247 |
* Tue Apr 3 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-5
|
|
|
485247 |
- Add an explicit --vendor="", to pacify older desktop-file-utils
|
|
|
485247 |
|
|
|
485247 |
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-4
|
|
|
485247 |
- Add an explicit BR for gnome-icon-theme (#234780)
|
|
|
485247 |
|
|
|
485247 |
* Sun Apr 1 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-3
|
|
|
485247 |
- Add an explicit --with-print=gtk to configure
|
|
|
485247 |
- Drop libgnomeprintui22 BR
|
|
|
485247 |
|
|
|
485247 |
* Sat Mar 31 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-2
|
|
|
485247 |
- Add support for xdg-user-dirs
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8.0-1
|
|
|
485247 |
- Update to 0.8.0
|
|
|
485247 |
- Use desktop-file-install
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
|
|
|
485247 |
- Update to 0.7.2
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
|
|
|
485247 |
- Update to 0.7.1
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.0-1
|
|
|
485247 |
- Update to 0.7.0
|
|
|
485247 |
|
|
|
485247 |
* Sun Dec 10 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-2
|
|
|
485247 |
- Fix an overflow in the PostScript backend (#217674, CVE-2006-5864)
|
|
|
485247 |
|
|
|
485247 |
* Fri Oct 20 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.1-1
|
|
|
485247 |
- Update to 0.6.1
|
|
|
485247 |
|
|
|
485247 |
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-4
|
|
|
485247 |
- Fix scripts according to the packaging guidelines
|
|
|
485247 |
|
|
|
485247 |
* Sun Oct 01 2006 Jesse Keating <jkeating@redhat.com> - 0.6.0-3.fc6
|
|
|
485247 |
- rebuilt for unwind info generation, broken in gcc-4.1.1-21
|
|
|
485247 |
|
|
|
485247 |
* Fri Sep 22 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-2.fc6
|
|
|
485247 |
- Fix a deadlock in printing
|
|
|
485247 |
|
|
|
485247 |
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 0.6.0-1.fc6
|
|
|
485247 |
- Update to 0.6.0
|
|
|
485247 |
|
|
|
485247 |
* Mon Aug 21 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.5-2.fc6
|
|
|
485247 |
- Rebuild agains new dbus.
|
|
|
485247 |
|
|
|
485247 |
* Fri Aug 11 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.5-1.fc6
|
|
|
485247 |
- Update to 0.5.5
|
|
|
485247 |
|
|
|
485247 |
* Tue Jul 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-3
|
|
|
485247 |
- Don't ship an icon cache file
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-2
|
|
|
485247 |
- Rebuild against new dbus
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.4-1.1
|
|
|
485247 |
- rebuild
|
|
|
485247 |
|
|
|
485247 |
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.4-1
|
|
|
485247 |
- Update to 0.5.4
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 29 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-4
|
|
|
485247 |
- Bump gtk2 dependency to 2.9.4.
|
|
|
485247 |
|
|
|
485247 |
* Thu Jun 8 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-3
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Tue May 30 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.3-2
|
|
|
485247 |
- Add gettext build requires.
|
|
|
485247 |
|
|
|
485247 |
* Mon May 22 2006 Kristian Høgsberg <krh@redhat.com> 0.5.3-1
|
|
|
485247 |
- Bump poppler_version to 0.5.2.
|
|
|
485247 |
- Package icons and add %%post and %%postun script to update icon cache.
|
|
|
485247 |
|
|
|
485247 |
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.3-1
|
|
|
485247 |
- Update to 0.5.3
|
|
|
485247 |
|
|
|
485247 |
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1
|
|
|
485247 |
- update to 0.5.2
|
|
|
485247 |
|
|
|
485247 |
* Mon Mar 6 2006 Jeremy Katz <katzj@redhat.com> - 0.5.1-3
|
|
|
485247 |
- quiet scriptlet spew from gconfd killing
|
|
|
485247 |
|
|
|
485247 |
* Wed Mar 1 2006 Kristian Høgsberg <krh@redhat.com> - 0.5.1-2
|
|
|
485247 |
- Rebuild to pick up new poppler soname.
|
|
|
485247 |
|
|
|
485247 |
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
|
|
|
485247 |
- Update to 0.5.1
|
|
|
485247 |
- Drop upstreamed patch
|
|
|
485247 |
|
|
|
485247 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.2
|
|
|
485247 |
- bump again for double-long bug on ppc(64)
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.5.0-3.1
|
|
|
485247 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 30 2006 Christopher Aillon <caillon@redhat.com> 0.5.0-3
|
|
|
485247 |
- Don't explicitly set the invisible char to '*'
|
|
|
485247 |
|
|
|
485247 |
* Mon Jan 23 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-2
|
|
|
485247 |
- Spec file update from Brian Pepple <bdpepple@ameritech.net> (#123527):
|
|
|
485247 |
- Drop Requires for gtk2 & poppler, devel soname pulls these in.
|
|
|
485247 |
- Disable GConf schema install in install section.
|
|
|
485247 |
- Add BR for gnome-doc-utils, nautilus & libXt-devel.
|
|
|
485247 |
- Use smp_mflags.
|
|
|
485247 |
- Drop BR for desktop-file-utils,gcc & gcc-c++.
|
|
|
485247 |
- Add URL & full source.
|
|
|
485247 |
- Use more macros.
|
|
|
485247 |
- Fix ownership of some directories.
|
|
|
485247 |
- Drop depreciated prereq, and use requires.
|
|
|
485247 |
- Use fedora extras preferred buildroot.
|
|
|
485247 |
- Various formatting changes.
|
|
|
485247 |
|
|
|
485247 |
* Fri Jan 20 2006 Kristian Høgsberg <krh@redhat.com> 0.5.0-1
|
|
|
485247 |
- Update to 0.5.0 release.
|
|
|
485247 |
|
|
|
485247 |
* Tue Dec 13 2005 Kristian Høgsberg <krh@redhat.com> 0.4.0-4
|
|
|
485247 |
- Added a couple of missing build requires.
|
|
|
485247 |
|
|
|
485247 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com> - 0.4.0-3.1
|
|
|
485247 |
- rebuilt
|
|
|
485247 |
|
|
|
485247 |
* Thu Dec 01 2005 John (J5) Palmieri <johnp@redhat.com> - 0.4.0-3
|
|
|
485247 |
- rebuild for new dbus
|
|
|
485247 |
|
|
|
485247 |
* Tue Sep 13 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-2
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Fri Aug 26 2005 Marco Pesenti Gritti <mpg@redhat.com> 0.4.0-1
|
|
|
485247 |
- Update to 0.4.0
|
|
|
485247 |
- No more need to remove ev-application-service.h
|
|
|
485247 |
|
|
|
485247 |
* Fri Aug 19 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-2
|
|
|
485247 |
- Remove stale autogenerated ev-application-service.h.
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.4-1
|
|
|
485247 |
- New upstream version again.
|
|
|
485247 |
- Add nautilus property page .so's.
|
|
|
485247 |
- Stop scrollkeeper from doing what it does.
|
|
|
485247 |
|
|
|
485247 |
* Wed Aug 17 2005 Kristian Høgsberg <krh@redhat.com> 0.3.3-2
|
|
|
485247 |
- Bump release and rebuild.
|
|
|
485247 |
- Require poppler > 0.4.0.
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
|
|
|
485247 |
- Newer upstream version
|
|
|
485247 |
|
|
|
485247 |
* Tue Aug 09 2005 Andrew Overholt <overholt@redhat.com> 0.3.2-3
|
|
|
485247 |
- Add necessary build requirements.
|
|
|
485247 |
- Bump poppler_version to 0.3.3.
|
|
|
485247 |
|
|
|
485247 |
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
|
|
|
485247 |
- Newer upstream version
|
|
|
485247 |
|
|
|
485247 |
* Mon Jun 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-2
|
|
|
485247 |
- Add poppler version dep and refactor the gtk2 one
|
|
|
485247 |
|
|
|
485247 |
* Sun May 22 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.1-1
|
|
|
485247 |
- Update to 0.3.1
|
|
|
485247 |
|
|
|
485247 |
* Sat May 7 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.3.0-1
|
|
|
485247 |
- Update to 0.3.0
|
|
|
485247 |
|
|
|
485247 |
* Sat Apr 23 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.1-1
|
|
|
485247 |
- Update to 0.2.1
|
|
|
485247 |
- Add help support
|
|
|
485247 |
|
|
|
485247 |
* Wed Apr 6 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.2.0-1
|
|
|
485247 |
- Update to 0.2.0
|
|
|
485247 |
|
|
|
485247 |
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.9-1
|
|
|
485247 |
- Update to 0.1.9
|
|
|
485247 |
|
|
|
485247 |
* Sat Mar 12 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.8-1
|
|
|
485247 |
- Update to 0.1.8
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.7-1
|
|
|
485247 |
- Update to 0.1.7
|
|
|
485247 |
- Install the new schemas
|
|
|
485247 |
|
|
|
485247 |
* Tue Mar 8 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.6-1
|
|
|
485247 |
- Update to 0.1.6
|
|
|
485247 |
- Add poppler dependency
|
|
|
485247 |
|
|
|
485247 |
* Thu Mar 3 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-2
|
|
|
485247 |
- Rebuild
|
|
|
485247 |
|
|
|
485247 |
* Sat Feb 26 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.5-1
|
|
|
485247 |
- Update to 0.1.5
|
|
|
485247 |
|
|
|
485247 |
* Wed Feb 9 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.4-1
|
|
|
485247 |
- Update to 0.1.4
|
|
|
485247 |
- Install schemas and update desktop database
|
|
|
485247 |
|
|
|
485247 |
* Fri Feb 4 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.3-1
|
|
|
485247 |
- Update to 0.1.3
|
|
|
485247 |
|
|
|
485247 |
* Tue Feb 1 2005 Marco Pesenti Gritti <mpg@redhat.com> - 0.1.2-1
|
|
|
485247 |
- Update to 0.1.2
|
|
|
485247 |
|
|
|
485247 |
* Wed Jan 26 2005 Jeremy Katz <katzj@redhat.com> - 0.1.1-1
|
|
|
485247 |
- 0.1.1
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 20 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050120
|
|
|
485247 |
- update to current cvs
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 6 2005 Jeremy Katz <katzj@redhat.com> - 0.1.0-0.20050106.1
|
|
|
485247 |
- require gtk2 >= 2.6
|
|
|
485247 |
|
|
|
485247 |
* Thu Jan 6 2005 Jeremy Katz <katzj@redhat.com>
|
|
|
485247 |
- Initial build.
|
|
|
485247 |
- Add a desktop file
|