diff --git a/units.spec b/units.spec index 0c39964..eb85162 100644 --- a/units.spec +++ b/units.spec @@ -1,7 +1,7 @@ Summary: A utility for converting amounts from one unit to another Name: units Version: 2.10 -Release: 1%{?dist} +Release: 2%{?dist} Source: ftp://ftp.gnu.org/gnu/units/%{name}-%{version}.tar.gz URL: http://www.gnu.org/software/units/units.html License: GPLv3+ @@ -12,6 +12,9 @@ BuildRequires: bison BuildRequires: ncurses-devel BuildRequires: readline-devel +# used by the units_cur script +Requires: python-unidecode + %description Units converts an amount from one unit to another, or tells you what mathematical operation you need to perform to convert from one unit to @@ -54,6 +57,9 @@ fi %{_mandir}/man1/* %changelog +* Mon Mar 31 2014 Kamil Dudka - 2.10-2 +- require python-unidecode used by the units_cur script + * Thu Mar 27 2014 Kamil Dudka - 2.10-1 - new upstream release