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