diff --git a/.gitignore b/.gitignore index 716c684..dadfacf 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /mupdf-1.1-source.tar.gz /mupdf-1.4-source.tar.gz /mupdf-1.5-source.tar.gz +/mupdf-1.7-source.tar.gz diff --git a/mupdf-1.5-openjpeg.patch b/mupdf-1.7-openjpeg.patch similarity index 100% rename from mupdf-1.5-openjpeg.patch rename to mupdf-1.7-openjpeg.patch diff --git a/mupdf.spec b/mupdf.spec index 40106a1..80e12db 100644 --- a/mupdf.spec +++ b/mupdf.spec @@ -1,6 +1,6 @@ Name: mupdf -Version: 1.5 -Release: 6%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: A lightweight PDF viewer and toolkit Group: Applications/Publishing License: GPLv3 @@ -53,6 +53,7 @@ chmod 0644 %{buildroot}%{_libdir}/*.a find %{buildroot}/%{_mandir} -type f -exec chmod 0644 {} \; find %{buildroot}/%{_docdir} -type f -exec chmod 0644 {} \; find %{buildroot}/%{_includedir} -type f -exec chmod 0644 {} \; + %post update-desktop-database &> /dev/null || : @@ -74,6 +75,9 @@ update-desktop-database &> /dev/null || : %{_libdir}/lib%{name}.a %Changelog +* Wed May 06 2015 Pavel Zhukov - 1.7-1 +- New release 1.7 (#1210318) + * Wed May 06 2015 Pavel Zhukov - 1.5-6 - Fix executable name in desktop file diff --git a/sources b/sources index 9f76283..67b793e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -89bd4ddc74c266062ebf2702741bb173 mupdf-1.5-source.tar.gz +81d36f436a7065c81a501ed7ff4ee21e mupdf-1.7-source.tar.gz