From 85ada8ba81775356830259617f11e44362697b1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 18 Apr 2016 10:51:07 +0100 Subject: [PATCH] latest version --- .gitignore | 2 +- hunspell.spec | 22 +++++++++++----------- sources | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 4ea2301..d1a89e8 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/hunspell-1.3.3.tar.gz +/v1.4.0.tar.gz diff --git a/hunspell.spec b/hunspell.spec index e2aee93..1df2ff8 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -2,11 +2,11 @@ Name: hunspell Summary: A spell checker and morphological analyzer library -Version: 1.3.3 -Release: 9%{?dist} -Source: http://downloads.sourceforge.net/%{name}/hunspell-%{version}.tar.gz +Version: 1.4.0 +Release: 1%{?dist} +Source: https://github.com/hunspell/hunspell/archive/v%{version}.tar.gz Group: System Environment/Libraries -URL: http://hunspell.sourceforge.net/ +URL: https://github.com/hunspell/hunspell BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: LGPLv2+ or GPLv2+ or MPLv1.1 BuildRequires: ncurses-devel @@ -17,8 +17,6 @@ BuildRequires: valgrind BuildRequires: words %endif Requires: hunspell-en-US -Patch1: hunspell.rhbz915448.patch -Patch2: 0001-Resolves-rhbz-1261421-crash-on-mashing-hangul-korean.patch %description Hunspell is a spell checker and morphological analyzer library and program @@ -36,8 +34,6 @@ Includes and definitions for developing with hunspell %prep %setup -q -%patch1 -p0 -b .rhbz915448 -%patch2 -p1 -b .rhbz1261421 %build configureflags="--disable-rpath --disable-static --with-ui --with-readline" @@ -71,12 +67,13 @@ make distclean %{profileuse} %configure $configureflags make %{?_smp_mflags} %endif +cd po && make %{?_smp_mflags} update-gmo && cd .. %check -#%ifarch %{ix86} x86_64, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65434 -#VALGRIND=memcheck make check +%ifarch %{ix86} x86_64 +VALGRIND=memcheck make check make check -#%endif +%endif %install rm -rf $RPM_BUILD_ROOT @@ -124,6 +121,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/hunspell.5.gz %changelog +* Mon Apr 18 2016 Caolán McNamara - 1.4.0-1 +- latest version + * Wed Feb 03 2016 Fedora Release Engineering - 1.3.3-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2a2bfef..b837586 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4967da60b23413604c9e563beacc63b4 hunspell-1.3.3.tar.gz +f5ab9c776b4c26914624f9789de5a70f v1.4.0.tar.gz