diff --git a/dictd.spec b/dictd.spec index f936791..b08ffab 100644 --- a/dictd.spec +++ b/dictd.spec @@ -1,7 +1,7 @@ Summary: DICT protocol (RFC 2229) command-line client Name: dictd Version: 1.9.15 -Release: 3 +Release: 4 License: GPL Group: Applications/Internet Source0: ftp://ftp.dict.org/pub/dict/%{name}-%{version}.tar.gz @@ -23,7 +23,7 @@ language dictionary databases. %patch0 -p1 %build -%configure --with-cflags="$RPM_OPT_FLAGS" +%configure --with-cflags="$RPM_OPT_FLAGS" --enable-dictorg make %install @@ -59,6 +59,10 @@ fi %config(noreplace) %{_sysconfdir}/sysconfig/dictd %changelog +* Tue Dec 20 2005 Karsten Hopp 1.9.15-4 +- consult dict.org if no server is specified on the commandline + (#176038) + * Mon Dec 12 2005 Karsten Hopp 1.9.15-3 - rebuild with gcc-4.1