- New release candidate

- Both patches applied upstream
This commit is contained in:
Ville-Pekka Vainio 2009-04-07 19:30:47 +00:00
parent ac0a4a6831
commit 9f5aa4ec4e
3 changed files with 22 additions and 8 deletions

View File

@ -1 +1 @@
libvoikko-2.0.tar.gz
libvoikko-2.1rc2.tar.gz

View File

@ -1,19 +1,20 @@
Name: libvoikko
Version: 2.0
Release: 2%{?dist}
Version: 2.1
Release: 0.2.rc2%{?dist}
Summary: Voikko is a library for spellcheckers and hyphenators
Group: System Environment/Libraries
License: GPLv2+
URL: http://voikko.sourceforge.net/
# The usual format of stable release URLs
Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
#Source0: http://downloads.sourceforge.net/voikko/%{name}-%{version}.tar.gz
# The usual format of test release URLs
#Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc1.tar.gz
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc2.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: malaga-devel >= 7.8
Requires: malaga-suomi-voikko >= 0.7.3
BuildRequires: malaga-devel >= 7.8 python
# Needed for the new dictionary directory layout
Requires: malaga-suomi-voikko >= 1.3-10
%description
This is libvoikko, library for spellcheckers and hyphenators using Malaga
@ -95,6 +96,19 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/pkgconfig/libvoikko.pc
%changelog
* Mon Apr 6 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.2.rc2
- New release candidate
- Both patches applied upstream
* Mon Apr 6 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.1.rc1
- New release candidate
- Improvements on grammar checking and dictionary loading
- Raise malaga-suomi-voikko dependency to 1.3-10, which has the new dictionary
data directory layout needed by this version of libvoikko
- Add BuildRequires python for running the trie compiler during build
- Add patch for GCC 4.4 and glibc 2.90 compliance
- Add patch to fix warn_unused_result errors
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
156dad1837c547d5cad078c4d7d9a1a1 libvoikko-2.0.tar.gz
4fc9aaf66891a1f5ec1ada65d558fb21 libvoikko-2.1rc2.tar.gz