diff --git a/finger.spec b/finger.spec index cc2aa56..4e6a462 100644 --- a/finger.spec +++ b/finger.spec @@ -1,7 +1,7 @@ Summary: The finger client. Name: finger Version: 0.17 -Release: 29 +Release: 30 License: BSD Group: Applications/Internet Source: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/bsd-finger-%{version}.tar.gz @@ -15,6 +15,7 @@ Patch6: bsd-finger-0.17-usagi-ipv6.patch Patch7: bsd-finger-0.17-typo.patch Patch8: bsd-finger-0.17-strip.patch Patch9: bsd-finger-0.17-utmp.patch +Patch10: finger-munge-utf8-gecos.patch BuildRoot: %{_tmppath}/%{name}-root BuildRequires: gcc, glibc-devel, perl @@ -53,6 +54,7 @@ and you'd like finger information to be available. %patch7 -p1 -b .typo %patch8 -p1 -b .strip %patch9 -p1 -b .utmp +%patch10 -p1 -b .utf8 %build sh configure --enable-ipv6 @@ -94,6 +96,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/fingerd.8* %changelog +* Mon Nov 28 2005 Radek Vokal 0.17-30 +- make finger UTF-8 happy (#174352) + * Wed Jul 13 2005 Radek Vokal 0.17-29 - make finger world readable (#162643)