This commit is contained in:
Karsten Hopp 2008-08-13 12:46:12 +00:00
parent f79c70585d
commit fab216993f
4 changed files with 8 additions and 5 deletions

View File

@ -1 +1 @@
wget-1.11.3.tar.bz2
wget-1.11.4.tar.bz2

View File

@ -1 +1 @@
6351b5777b0f0c94b5148899b6150135 wget-1.11.3.tar.bz2
f5076a8c2ec2b7f334cb6e3059820f9c wget-1.11.4.tar.bz2

View File

@ -2,5 +2,5 @@ diff -up wget-1.11.1/src/version.c.rh1 wget-1.11.1/src/version.c
--- wget-1.11.1/src/version.c.rh1 2008-03-31 11:27:06.000000000 +0200
+++ wget-1.11.1/src/version.c 2008-03-31 11:27:22.000000000 +0200
@@ -1 +1 @@
-char *version_string = "1.11.3";
+char *version_string = "1.11.3 (Red Hat modified)";
-char *version_string = "1.11.4";
+char *version_string = "1.11.4 (Red Hat modified)";

View File

@ -1,6 +1,6 @@
Summary: A utility for retrieving files using the HTTP or FTP protocols
Name: wget
Version: 1.11.3
Version: 1.11.4
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Internet
@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
%{_infodir}/*
%changelog
* Wed Aug 13 2008 Karsten Hopp <karsten@redhat.com> 1.11.4-1
- update
* Wed Jun 04 2008 Karsten Hopp <karsten@redhat.com> 1.11.3-1
- wget-1.11.3, downgrades the combination of the -N and -O options
to a warning instead of an error