From 1d5343afcfc959bab43d533b17693685ca72427f Mon Sep 17 00:00:00 2001 From: Tomas Hozza Date: Oct 10 2013 12:13:27 +0000 Subject: Merge branch 'master' of ssh://pkgs.fedoraproject.org/wget --- diff --git a/wget.spec b/wget.spec index da49a3b..f981f5a 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.14 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3+ Group: Applications/Internet Url: http://www.gnu.org/software/wget/ @@ -88,9 +88,12 @@ rm -rf $RPM_BUILD_ROOT %{_infodir}/* %changelog -* Thu Oct 10 2013 Tomas Hozza - 1.14-9 +* Thu Oct 10 2013 Tomas Hozza - 1.14-10 - remove excessive line for '-nv' option in the manpage (#1017106) +* Sun Aug 04 2013 Fedora Release Engineering - 1.14-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Mon Jul 15 2013 Tomas Hozza - 1.14-8 - Fix deadcode and possible use of NULL in vprintf (#913153) - Add documentation for --regex-type and --preserve-permissions