Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Radek Novacek
03f507f334 Fix release number 2011-11-25 14:44:46 +01:00
Radek Novacek
da02dfc9d0 Disable python3 2011-11-25 14:43:33 +01:00

View file

@ -1,8 +1,8 @@
%global with_python3 1
%global with_python3 0
Name: python-enchant
Version: 1.6.5
Release: 3%{?dist}
Release: 3.1%{?dist}
Summary: Python bindings for Enchant spellchecking library
Group: Development/Languages
@ -120,6 +120,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Nov 25 2011 Radek Novacek <rnovacek@redhat.com> 1.6.5-3.1
- Disable python3
* Mon Oct 10 2011 David Malcolm <dmalcolm@redhat.com> - 1.6.5-3
- add python3 subpackage