Accepting request 391369 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/391369 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hunspell?expand=0&rev=44
This commit is contained in:
commit
3540e6be7d
3
hunspell-1.4.0.tar.gz
Normal file
3
hunspell-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:270a5e5296246d6d851f082e246468c6789658b2b07081df486e1e0cd66d5993
|
||||
size 1000639
|
@ -1,24 +0,0 @@
|
||||
From ded5b4c62c37084d216154e02e4d5e6efbd3ccfa Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Ra=C3=BAl=20Benencia?= <rul@kalgan.cc>
|
||||
Date: Wed, 9 Mar 2016 23:14:56 +0100
|
||||
Subject: [PATCH] Fix FTBFS due new grep binary matching behavior
|
||||
|
||||
(cherry-picked from
|
||||
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814968#16)
|
||||
---
|
||||
tests/test.sh | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/tests/test.sh b/tests/test.sh
|
||||
index c6755c6..f7e852f 100755
|
||||
--- a/tests/test.sh
|
||||
+++ b/tests/test.sh
|
||||
@@ -136,7 +136,7 @@ check_valgrind_log "morphological analysis"
|
||||
|
||||
# Tests suggestions
|
||||
if test -f $TESTDIR/$NAME.sug; then
|
||||
- hunspell $* -a -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong | grep '^&' | \
|
||||
+ hunspell $* -a -d $TESTDIR/$NAME <$TESTDIR/$NAME.wrong | grep -a '^&' | \
|
||||
sed 's/^[^:]*: //' >$TEMPDIR/$NAME.sug
|
||||
if ! cmp $TEMPDIR/$NAME.sug $TESTDIR/$NAME.sug >/dev/null; then
|
||||
echo "============================================="
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 19 18:20:16 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Update to 1.4.0
|
||||
* New release that strips out fixed length buffers from large
|
||||
parts of the library
|
||||
* Note: dictmgr.hxx header is dropped
|
||||
- Drop upstreamed hunspell-grep2.24.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 12:10:54 UTC 2016 - tchvatal@suse.com
|
||||
|
||||
|
@ -16,17 +16,16 @@
|
||||
#
|
||||
|
||||
|
||||
%define ver 1.3
|
||||
%define ver 1.4
|
||||
Name: hunspell
|
||||
Version: 1.3.4
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: A spell checker and morphological analyzer library
|
||||
License: (GPL-2.0+ or LGPL-2.1+ or MPL-1.1+) and LGPL-2.1+
|
||||
Group: System/Libraries
|
||||
Url: https://github.com/hunspell/hunspell
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
|
||||
Url: https://hunspell.github.io
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: baselibs.conf
|
||||
Patch0: hunspell-grep2.24.patch
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: gcc-c++
|
||||
@ -66,7 +65,6 @@ Includes and definitions for developing with hunspell.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
autoreconf -fvi
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55918522cb0041748507dd4f5aa92d043cef337aa589b9367c2221da084281ac
|
||||
size 1004935
|
Loading…
Reference in New Issue
Block a user