From ad2a2eb0d7951f947017c897010103dc786b9cbc Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sep 29 2004 00:11:21 +0000 Subject: - Fix crash with LANG=ko_KR.UTF-8 (#128112) - Add missing BuildRequires (#124175, #126595) --- diff --git a/.cvsignore b/.cvsignore index 5403554..bc165ad 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -setuptool-1.15.tar.gz +setuptool-1.16.tar.gz diff --git a/setuptool.spec b/setuptool.spec index 15c95b6..bf2f136 100644 --- a/setuptool.spec +++ b/setuptool.spec @@ -1,14 +1,14 @@ # the name is "setuptool" because we already have a package # named "setup". Oh, well. Name: setuptool -Version: 1.15 -Release: 2 +Version: 1.16 +Release: 1 Summary: A text mode system configuration tool. License: GPL Group: Applications/System Source: setuptool-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildPrereq: newt-devel +BuildPrereq: newt-devel, gettext, perl-XML-Parser %description Setuptool is a user-friendly text mode menu utility which allows you @@ -43,6 +43,10 @@ rm -rf $RPM_BUILD_ROOT %attr(0644,root,root) %{_sysconfdir}/setuptool.d/* %changelog +* Wed Sep 29 2004 Miloslav Trmac - 1.16-1 +- Fix crash with LANG=ko_KR.UTF-8 (#128112) +- Add missing BuildRequires (#124175, #126595) + * Tue Jun 15 2004 Elliot Lee - rebuilt diff --git a/sources b/sources index 489e942..2da2cef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0351e4b2c337c9d0ddaf81b5ac8dd588 setuptool-1.15.tar.gz +c4eca950c728bbe836e319d616681886 setuptool-1.16.tar.gz