diff --git a/wget.spec b/wget.spec index 898e0c0..7dde5b4 100644 --- a/wget.spec +++ b/wget.spec @@ -1,7 +1,7 @@ Summary: A utility for retrieving files using the HTTP or FTP protocols Name: wget Version: 1.10.2 -Release: 13%{?dist} +Release: 14%{?dist} License: GPL Group: Applications/Internet Url: http://wget.sunsite.dk/ @@ -78,6 +78,9 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog +* Mon Feb 05 2007 Karsten Hopp 1.10.2-14 +- shut up rpmlint, even though xx isn't a macro + * Mon Feb 05 2007 Karsten Hopp 1.10.2-13 - merge review changes (#226538) - use version/release/... in buildroot tag @@ -348,7 +351,7 @@ rm -rf $RPM_BUILD_ROOT - langify * Sat Jan 6 2001 Bill Nottingham -- escape %xx characters before fnmatch (#23475, patch from alane@geeksrus.net) +- escape %%xx characters before fnmatch (#23475, patch from alane@geeksrus.net) * Fri Jan 5 2001 Bill Nottingham - update to 1.6, fix patches accordingly (#23412)