Resolves: rhbz#1471474 "" is an invalid MIME type

This commit is contained in:
Michael Stahl 2017-07-17 14:24:25 +02:00 committed by David Tardon
parent 49b48d23e6
commit 7792b0d499
2 changed files with 5 additions and 2 deletions

View File

@ -122,7 +122,7 @@ index 9e9f8316..7eb0f1f3 100644
AM_SUBST_NOTMAKE(APPDATA_TIFF_MIME_TYPES)
if test "x$enable_comics" = "xyes"; then
- COMICS_MIME_TYPES="application/x-cbr;application/x-cbz;application/x-cb7;application/x-cbt;application/x-ext-cbr;application/x-ext-cbz;application/vnd.comicbook+zip;application/x-ext-cb7;application/x-ext-cbt"
+ COMICS_MIME_TYPES="application/x-cbr;application/x-cbz;application/x-cb7;application/x-ext-cbr;application/x-ext-cbz;application/vnd.comicbook+zip;application/x-ext-cb7;"
+ COMICS_MIME_TYPES="application/x-cbr;application/x-cbz;application/x-cb7;application/x-ext-cbr;application/x-ext-cbz;application/vnd.comicbook+zip;application/x-ext-cb7"
APPDATA_COMICS_MIME_TYPES=$(echo "<mimetype>$COMICS_MIME_TYPES</mimetype>" | sed -e 's/;/<\/mimetype>\n <mimetype>/g')
if test -z "$EVINCE_MIME_TYPES"; then
EVINCE_MIME_TYPES="${COMICS_MIME_TYPES}"

View File

@ -5,7 +5,7 @@
Name: evince
Version: 3.22.1
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Document viewer
License: GPLv2+ and GPLv3+ and LGPLv2+ and MIT and Afmparse
@ -260,6 +260,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null ||:
%{_libdir}/mozilla/plugins/libevbrowserplugin.so
%changelog
* Mon Jul 17 2017 Michael Stahl <mstahl@redhat.com> - 3.22.1-6.UNBUILT
- Resolves: rhbz#1471474 "" is an invalid MIME type
* Fri Jul 07 2017 Bastien Nocera <bnocera@redhat.com> - 3.22.1-5
+ evince-3.22.1-5
- Resolves: #1468488