From 8b3fdb9013259cb496a328fe3c6c9c2b3f37c339 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Dec 04 2017 10:02:42 +0000 Subject: 1.5 -> 1.6 --- diff --git a/pyhunspell-0.4.0-hunspell15.patch b/pyhunspell-0.4.0-hunspell15.patch index c394813..5b70ee1 100644 --- a/pyhunspell-0.4.0-hunspell15.patch +++ b/pyhunspell-0.4.0-hunspell15.patch @@ -6,7 +6,7 @@ diff -ru pyhunspell-0.4.0.orig/setup.py pyhunspell-0.4.0/setup.py else: main_module_kwargs['macros'] = [('_LINUX', None)] - main_module_kwargs['libraries'] = ['hunspell'] -+ main_module_kwargs['libraries'] = ['hunspell-1.5'] ++ main_module_kwargs['libraries'] = ['hunspell-1.6'] main_module_kwargs['include_dirs'] = '/usr/include/hunspell', main_module_kwargs['compile_args'] = ['-Wall']