Update to 3.29.92
Disable PostScript temporarily (see upstream issue #967)
This commit is contained in:
parent
3cb3fa76d2
commit
039e1cfc49
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ evince-3.0.0.tar.bz2
|
|||||||
/evince-3.28.1.tar.xz
|
/evince-3.28.1.tar.xz
|
||||||
/evince-3.28.2.tar.xz
|
/evince-3.28.2.tar.xz
|
||||||
/evince-3.29.90.tar.xz
|
/evince-3.29.90.tar.xz
|
||||||
|
/evince-3.29.92.tar.xz
|
||||||
|
13
evince.spec
13
evince.spec
@ -4,8 +4,8 @@
|
|||||||
%global gxps_version 0.2.1
|
%global gxps_version 0.2.1
|
||||||
|
|
||||||
Name: evince
|
Name: evince
|
||||||
Version: 3.29.90
|
Version: 3.29.92
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Document viewer
|
Summary: Document viewer
|
||||||
|
|
||||||
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
|
||||||
@ -137,7 +137,8 @@ autoreconf -f -i
|
|||||||
--enable-djvu=yes \
|
--enable-djvu=yes \
|
||||||
%endif
|
%endif
|
||||||
--enable-xps=yes \
|
--enable-xps=yes \
|
||||||
--enable-t1lib=no
|
--enable-t1lib=no \
|
||||||
|
--disable-ps
|
||||||
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
make %{?_smp_mflags} V=1 LIBTOOL=/usr/bin/libtool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -199,9 +200,11 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
|||||||
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
|
%{_libdir}/evince/4/backends/pdfdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
|
%{_datadir}/metainfo/evince-pdfdocument.metainfo.xml
|
||||||
|
|
||||||
|
%if 0
|
||||||
%{_libdir}/evince/4/backends/libpsdocument.so
|
%{_libdir}/evince/4/backends/libpsdocument.so
|
||||||
%{_libdir}/evince/4/backends/psdocument.evince-backend
|
%{_libdir}/evince/4/backends/psdocument.evince-backend
|
||||||
%{_datadir}/metainfo/evince-psdocument.metainfo.xml
|
%{_datadir}/metainfo/evince-psdocument.metainfo.xml
|
||||||
|
%endif
|
||||||
|
|
||||||
%{_libdir}/evince/4/backends/libtiffdocument.so
|
%{_libdir}/evince/4/backends/libtiffdocument.so
|
||||||
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
%{_libdir}/evince/4/backends/tiffdocument.evince-backend
|
||||||
@ -252,6 +255,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Evince-p
|
|||||||
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-2
|
* Wed Aug 1 2018 Marek Kasik <mkasik@redhat.com> - 3.29.90-2
|
||||||
- Add requirement of gspell
|
- Add requirement of gspell
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (evince-3.29.90.tar.xz) = e96869586bf23987a2634c7637ad620b325fb43dfe381dd2e751066bcfc807d6e7d456c61add727531013c22b1cdf2832468ba5b18daff59e3377782a948d4f3
|
SHA512 (evince-3.29.92.tar.xz) = 93e47b6d37e65ab7c6fafb92bceb1308f073a9ad75d19e76a3681e677df4fd16e18a81bc539be8337ba4a71c82e74afebf0885cee64a8a1b2854f58c3479203a
|
||||||
|
Loading…
Reference in New Issue
Block a user