From 50cedeee45ae458c29e4fd6a762ca30ee6d2ae3f Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: May 30 2006 12:40:11 +0000 Subject: - Build requires gettext (bug #193346). --- diff --git a/a2ps.spec b/a2ps.spec index 7672008..225525a 100644 --- a/a2ps.spec +++ b/a2ps.spec @@ -1,5 +1,5 @@ %define ver 4.13b -%define rel 50 +%define rel 51 Summary: Converts text and other types of files to PostScript(TM). Name: a2ps @@ -47,6 +47,8 @@ PreReq: sed, coreutils Obsoletes: a2ps-i18n Provides: a2ps-i18n +BuildRequires: gettext + %description The a2ps filter converts text and other types of files to PostScript(TM). A2ps has pretty-printing capabilities and includes support for a wide @@ -230,6 +232,9 @@ fi %dir %{_datadir}/a2ps %changelog +* Tue May 30 2006 Tim Waugh 4.13b-51 +- Build requires gettext (bug #193346). + * Tue Apr 4 2006 Tim Waugh 4.13b-50 - Use sort correctly in make_font_map.sh (bug #187884).