From 84dfb53ff53ca98179d642a212381365015b9d4b442f2b5d1c430acb40b04be9 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 23 Aug 2007 22:43:47 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/aspell?expand=0&rev=5 --- aspell.changes | 6 ++++++ aspell.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/aspell.changes b/aspell.changes index e6735fe..5e9b356 100644 --- a/aspell.changes +++ b/aspell.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 22 15:29:31 CEST 2007 - lmichnovic@suse.cz + +- defining ncurses_wide library for configure to enable wide + UTF-8 characters [#266153] + ------------------------------------------------------------------- Thu Aug 16 16:38:45 CEST 2007 - lmichnovic@suse.cz diff --git a/aspell.spec b/aspell.spec index d1abe1b..c3b7307 100644 --- a/aspell.spec +++ b/aspell.spec @@ -20,7 +20,7 @@ Obsoletes: pspell PreReq: %install_info_prereq Autoreqprov: on Version: 0.60.5 -Release: 36 +Release: 39 Summary: A Free and Open Source Spell Checker URL: http://aspell.net/ Source: aspell-%{version}.tar.bz2 @@ -76,6 +76,7 @@ CXXFLAGS="$RPM_OPT_FLAGS" \ --libdir=%{_prefix}/%_lib \ --infodir=%{_infodir} \ --mandir=%{_mandir} \ + --enable-curses=%{_libdir}/libncursesw.so \ --enable-static # dictionary files depend on endian, needs fix, then posible # --enable-pkgdatadir=%{_prefix}/share/aspell-0.60 \ @@ -139,6 +140,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libpspell.so %changelog +* Wed Aug 22 2007 - lmichnovic@suse.cz +- defining ncurses_wide library for configure to enable wide + UTF-8 characters [#266153] * Thu Aug 16 2007 - lmichnovic@suse.cz - fixed SIGSEV when checking empty file(epmty_file.patch) [#266130] - using parallel build