commit sonnet for openSUSE:Factory
Hello community, here is the log from the commit of package sonnet for openSUSE:Factory checked in at 2016-05-05 08:12:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sonnet (Old) and /work/SRC/openSUSE:Factory/.sonnet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "sonnet" Changes: -------- --- /work/SRC/openSUSE:Factory/sonnet/sonnet.changes 2016-04-12 19:30:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sonnet.new/sonnet.changes 2016-05-05 08:12:13.000000000 +0200 @@ -1,0 +2,5 @@ +Mon May 2 14:04:16 UTC 2016 - dimstar@opensuse.org + +- Add sonnet-hunspell-1.4.patch: detect hunspell 1.4.x. + +------------------------------------------------------------------- New: ---- sonnet-hunspell-1.4.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sonnet.spec ++++++ --- /var/tmp/diff_new_pack.ELavfN/_old 2016-05-05 08:12:14.000000000 +0200 +++ /var/tmp/diff_new_pack.ELavfN/_new 2016-05-05 08:12:14.000000000 +0200 @@ -43,6 +43,7 @@ Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf +Patch0: sonnet-hunspell-1.4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -92,6 +93,7 @@ %lang_package -n libKF5SonnetCore%sonum %prep %setup -q +%patch0 -p1 %build %cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert ++++++ sonnet-hunspell-1.4.patch ++++++
From 19fe077169fc0aa3b43c4d61ed642541d1b12d58 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <dimstar@opensuse.org> Date: Mon, 2 May 2016 16:09:32 +0200 Subject: [PATCH] build: detect Hunspell 1.4 branch
--- cmake/FindHUNSPELL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindHUNSPELL.cmake b/cmake/FindHUNSPELL.cmake index 26942b5..f028abe 100644 --- a/cmake/FindHUNSPELL.cmake +++ b/cmake/FindHUNSPELL.cmake @@ -14,7 +14,7 @@ ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES) FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx ) -FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.3 hunspell-1.2) +FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.4 hunspell-1.3 hunspell-1.2) # handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if # all listed variables are TRUE -- 2.8.1
participants (1)
-
root@hilbert.suse.de