From cc0bc748c23f91428a8871025271a29fa2677b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20=C5=A0abata?= Date: Tue, 4 Apr 2017 18:07:24 +0200 Subject: [PATCH] 0.3.1 bump Don't link against the no longer provided libmupdfthird, see rhbz#1438824 for more info --- .gitignore | 1 + sources | 2 +- zathura-pdf-mupdf.spec | 11 ++++++++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9533e86..3b70ac7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zathura-pdf-mupdf-0.2.8.tar.gz /zathura-pdf-mupdf-0.3.0.tar.gz +/zathura-pdf-mupdf-0.3.1.tar.gz diff --git a/sources b/sources index e123891..7b09f33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -523781d0adb8f4ddd93fc3bb6faf6e43 zathura-pdf-mupdf-0.3.0.tar.gz +SHA512 (zathura-pdf-mupdf-0.3.1.tar.gz) = 87b5b8a750a6911be37a0195b0f4bc3304350f9d29173091b3eeece40350b10cb98b009b2722a69ae1e617b4242292f3eba17fea97d5276e485069180f2bd67d diff --git a/zathura-pdf-mupdf.spec b/zathura-pdf-mupdf.spec index 707d9ff..6cd0789 100644 --- a/zathura-pdf-mupdf.spec +++ b/zathura-pdf-mupdf.spec @@ -1,6 +1,6 @@ Name: zathura-pdf-mupdf -Version: 0.3.0 -Release: 4%{?dist} +Version: 0.3.1 +Release: 1%{?dist} Summary: PDF support for zathura via mupdf License: zlib URL: http://pwmt.org/projects/zathura/plugins/%{name} @@ -38,7 +38,7 @@ This plugin adds PDF support to zathura using the mupdf rendering engine. sed -i 's/^install:\s*all/install:/' Makefile %build -CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} debug +CFLAGS='%{optflags}' make %{?_smp_mflags} LIBDIR=%{_libdir} MUPDF_LIB=-lmupdf debug mv pdf-debug.so pdf.so %install @@ -68,6 +68,11 @@ update-desktop-database &> /dev/null || : %{_datadir}/applications/%{name}.desktop %changelog +* Tue Apr 04 2017 Petr Ĺ abata - 0.3.1-1 +- 0.3.1 bump +- Don't link against the no longer provided libmupdfthird, + see rhbz#1438824 for more info + * Sat Feb 11 2017 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild