From d84206879eaf0967123b3e171cfdd5377cf65341 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Tue, 8 Feb 2011 06:42:13 -0600 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- libvoikko.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libvoikko.spec b/libvoikko.spec index 7245f72..3f2658d 100644 --- a/libvoikko.spec +++ b/libvoikko.spec @@ -1,7 +1,7 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: libvoikko Version: 3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Voikko is a library for spellcheckers and hyphenators Group: System Environment/Libraries @@ -116,6 +116,9 @@ install -pm 0644 python/libvoikko.py $RPM_BUILD_ROOT%{python_sitelib}/ %{python_sitelib}/%{name}.py* %changelog +* Tue Feb 08 2011 Fedora Release Engineering - 3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Nov 22 2010 Ville-Pekka Vainio - 3.1-1 - New upstream release - Remove the unneeded %%clean section, not needed in Fedora >= 13