Hello community,

here is the log from the commit of package scribus for openSUSE:Factory checked 
in at 2018-03-28 10:34:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scribus (Old)
 and      /work/SRC/openSUSE:Factory/.scribus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scribus"

Wed Mar 28 10:34:06 2018 rev:61 rq:591742 version:1.4.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/scribus/scribus.changes  2018-01-06 
18:49:14.487085305 +0100
+++ /work/SRC/openSUSE:Factory/.scribus.new/scribus.changes     2018-03-28 
10:34:09.227062987 +0200
@@ -1,0 +2,6 @@
+Tue Mar 27 14:53:05 UTC 2018 - wba...@tmo.at
+
+- Add hunspell-1.6.patch to fix spellchecking support in Tumbleweed
+  and Leap 15.0
+
+-------------------------------------------------------------------

New:
----
  hunspell-1.6.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ scribus.spec ++++++
--- /var/tmp/diff_new_pack.BrUGYG/_old  2018-03-28 10:34:11.446983142 +0200
+++ /var/tmp/diff_new_pack.BrUGYG/_new  2018-03-28 10:34:11.450982998 +0200
@@ -31,6 +31,8 @@
 Source4:        %{name}-icon128.png
 Source5:        %{name}-icon256.png
 Source6:        %{name}.appdata.xml
+# PATCH-FIX-OPENSUSE
+Patch:          hunspell-1.6.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1325
 BuildRequires:  libboost_headers-devel
@@ -96,6 +98,7 @@
 %prep
 
 %setup -q 
+%patch -p1
 
 %build
 # Delete non-free colour swatches (bnc#763586)

++++++ hunspell-1.6.patch ++++++
From: Wolfgang Bauer <wba...@tmo.at>
Subject: support hunspell up to 1.6

Necessary to have spellchecking support in Tumbleweed and Leap 15.0, which
have hunspell 1.6.2 that wasn't found and spellchecking got disabled...
---
diff -Nru a/cmake/modules/FindHUNSPELL.cmake b/cmake/modules/FindHUNSPELL.cmake
--- a/cmake/modules/FindHUNSPELL.cmake  2012-04-10 22:17:07.000000000 +0200
+++ b/cmake/modules/FindHUNSPELL.cmake  2016-04-26 13:59:20.473641707 +0200
@@ -9,7 +9,7 @@
 #Based on examples at http://www.vtk.org/Wiki/CMake:How_To_Find_Libraries
 
 FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx )
-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2 PATHS 
/opt/local/lib /usr/local/lib /usr/lib )
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 
hunspell-1.3 hunspell-1.2 PATHS /opt/local/lib /usr/local/lib /usr/lib )
 
 INCLUDE(FindPackageHandleStandardArgs)
 # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE






Reply via email to