- 2.1rc4:
- Fix invalid use of delete vs. delete[] - Limit the scope of some variables
This commit is contained in:
parent
3e1f438d73
commit
44dac8cf89
@ -1 +1 @@
|
||||
libvoikko-2.1rc3.tar.gz
|
||||
libvoikko-2.1rc4.tar.gz
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libvoikko
|
||||
Version: 2.1
|
||||
Release: 0.4.rc3%{?dist}
|
||||
Release: 0.5.rc4%{?dist}
|
||||
Summary: Voikko is a library for spellcheckers and hyphenators
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -9,7 +9,7 @@ URL: http://voikko.sourceforge.net/
|
||||
# The usual format of stable release URLs
|
||||
#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}rc3.tar.gz
|
||||
Source0: http://www.puimula.org/htp/testing/%{name}-%{version}rc4.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: malaga-devel >= 7.8 python
|
||||
@ -96,6 +96,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/libvoikko.pc
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.5.rc4
|
||||
- 2.1rc4:
|
||||
- Fix invalid use of delete vs. delete[]
|
||||
- Limit the scope of some variables
|
||||
|
||||
* Mon Apr 13 2009 Ville-Pekka Vainio <vpivaini AT cs.helsinki.fi> - 2.1-0.4.rc3
|
||||
- 2.1rc3, remove patch
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user