2.91.4
This commit is contained in:
parent
668e42bc3b
commit
d97c0f85cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@ evince-2.31.92.tar.bz2
|
|||||||
/evince-2.91.1-f615894.tar.bz2
|
/evince-2.91.1-f615894.tar.bz2
|
||||||
/evince-2.91.2.tar.bz2
|
/evince-2.91.2.tar.bz2
|
||||||
/evince-2.91.3.tar.bz2
|
/evince-2.91.3.tar.bz2
|
||||||
|
/evince-2.91.4.tar.bz2
|
||||||
|
12
evince.spec
12
evince.spec
@ -4,8 +4,8 @@
|
|||||||
%global theme_version 2.17.1
|
%global theme_version 2.17.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 2.91.3
|
Version: 2.91.4
|
||||||
Release: 6%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -50,6 +50,9 @@ BuildRequires: djvulibre-devel
|
|||||||
|
|
||||||
Requires: %{name}-libs = %{version}-%{release}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
|
Requires(post): /usr/bin/gtk-update-icon-cache
|
||||||
|
Requires(postun): /usr/bin/gtk-update-icon-cache
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Evince is simple multi-page document viewer. It can display and print
|
Evince is simple multi-page document viewer. It can display and print
|
||||||
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
Portable Document Format (PDF), PostScript (PS) and Encapsulated PostScript
|
||||||
@ -241,9 +244,12 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas ||:
|
|||||||
|
|
||||||
%files nautilus
|
%files nautilus
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/nautilus/extensions-2.0/libevince-properties-page.so
|
%{_libdir}/nautilus/extensions-3.0/libevince-properties-page.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-1
|
||||||
|
- Update to 2.91.4
|
||||||
|
|
||||||
* Thu Jan 6 2011 Marek Kasik <mkasik@redhat.com> - 2.91.3-6
|
* 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
|
- Fixes CVE-2010-2640, CVE-2010-2641, CVE-2010-2642 and CVE-2010-2643
|
||||||
- Resolves: #667573
|
- Resolves: #667573
|
||||||
|
Loading…
Reference in New Issue
Block a user