diff --git a/.gitignore b/.gitignore index 8e5aa4f..47662c3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ zathura-0.0.8.1.tar.gz /zathura-0.3.1.tar.gz /zathura-0.3.2.tar.gz /zathura-0.3.3.tar.gz +/zathura-0.3.4.tar.gz diff --git a/sources b/sources index 7a6ad6e..88eeb10 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d360252210ce51a29e8d341b1b72a7cc zathura-0.3.3.tar.gz +64a19c0a78d06e3a8c2098911d59b072 zathura-0.3.4.tar.gz diff --git a/zathura-0.3.4-no-synctex.patch b/zathura-0.3.4-no-synctex.patch new file mode 100644 index 0000000..7c98986 --- /dev/null +++ b/zathura-0.3.4-no-synctex.patch @@ -0,0 +1,15 @@ +diff --git a/zathura/main.c b/zathura/main.c +index 060382a..1c5b73e 100644 +--- a/zathura/main.c ++++ b/zathura/main.c +@@ -135,10 +135,8 @@ main(int argc, char* argv[]) + gchar* plugin_path = NULL; + gchar* loglevel = NULL; + gchar* password = NULL; +-#ifdef WITH_SYNCTEX + gchar* synctex_editor = NULL; + gchar* synctex_fwd = NULL; +-#endif + gchar* mode = NULL; + bool forkback = false; + bool print_version = false; diff --git a/zathura.spec b/zathura.spec index 3383a0e..a4d501d 100644 --- a/zathura.spec +++ b/zathura.spec @@ -1,11 +1,12 @@ Name: zathura -Version: 0.3.3 -Release: 3%{?dist} +Version: 0.3.4 +Release: 1%{?dist} Summary: A lightweight document viewer Group: Applications/Publishing License: zlib URL: http://pwmt.org/projects/%{name}/ Source0: http://pwmt.org/projects/%{name}/download/%{name}-%{version}.tar.gz +Patch0: %{name}-0.3.4-no-synctex.patch BuildRequires: binutils BuildRequires: coreutils BuildRequires: desktop-file-utils @@ -66,6 +67,7 @@ This package installs all available Zathura plugins. %setup -q # don't rebuild at install time sed -ie "s/install:\ all/install:\ /g" Makefile +%patch0 -p1 %build export CFLAGS="%{optflags}" @@ -108,6 +110,9 @@ update-desktop-database &> /dev/null || : %files plugins-all %changelog +* Mon Dec 21 2015 Petr Šabata - 0.3.4-1 +- 0.3.4 bump + * Wed Jul 01 2015 Petr Šabata - 0.3.3-3 - Zathura should create and own the plugin directory