Hello community, here is the log from the commit of package scribus for openSUSE:Factory checked in at 2018-11-26 10:31:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scribus (Old) and /work/SRC/openSUSE:Factory/.scribus.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scribus" Mon Nov 26 10:31:45 2018 rev:64 rq:651536 version:1.4.7 Changes: -------- --- /work/SRC/openSUSE:Factory/scribus/scribus.changes 2018-06-02 12:15:14.397185947 +0200 +++ /work/SRC/openSUSE:Factory/.scribus.new.19453/scribus.changes 2018-11-26 10:33:06.212831308 +0100 @@ -1,0 +2,12 @@ +Sat Nov 24 16:26:56 UTC 2018 - Fabian Vogt <[email protected]> + +- Rewrite hunspell-1.6.patch into hunspell.patch to cover all hunspell + versions + +------------------------------------------------------------------- +Sat Nov 24 10:55:44 UTC 2018 - [email protected] + +- Update hunspell-1.6.patch to also accept hunspell 1.7 that's in + Factory now + +------------------------------------------------------------------- Old: ---- hunspell-1.6.patch New: ---- hunspell.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scribus.spec ++++++ --- /var/tmp/diff_new_pack.3kydpX/_old 2018-11-26 10:33:08.004829210 +0100 +++ /var/tmp/diff_new_pack.3kydpX/_new 2018-11-26 10:33:08.008829205 +0100 @@ -13,7 +13,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -32,7 +32,7 @@ Source5: %{name}-icon256.png Source6: %{name}.appdata.xml # PATCH-FIX-OPENSUSE -Patch: hunspell-1.6.patch +Patch: hunspell.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} > 1325 ++++++ hunspell-1.6.patch -> hunspell.patch ++++++ --- /work/SRC/openSUSE:Factory/scribus/hunspell-1.6.patch 2018-05-08 13:36:57.770369803 +0200 +++ /work/SRC/openSUSE:Factory/.scribus.new.19453/hunspell.patch 2018-11-26 10:33:06.084831459 +0100 @@ -1,8 +1,10 @@ From: Wolfgang Bauer <[email protected]> -Subject: support hunspell up to 1.6 +Subject: Try to build against any hunspell version 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... + +Edited-by: Fabian Vogt <[email protected]> --- 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 @@ -12,7 +14,7 @@ FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 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 ) ++FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell PATHS /opt/local/lib /usr/local/lib /usr/lib ) INCLUDE(FindPackageHandleStandardArgs) # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE
