From fab216993f8c202750f78bbbd4d61c83b8c30fd2 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 13 Aug 2008 12:46:12 +0000 Subject: [PATCH] - update --- .cvsignore | 2 +- sources | 2 +- wget-rh-modified.patch | 4 ++-- wget.spec | 5 ++++- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 65e9ab5..6a337db 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -wget-1.11.3.tar.bz2 +wget-1.11.4.tar.bz2 diff --git a/sources b/sources index 1575158..9e9ed4e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6351b5777b0f0c94b5148899b6150135 wget-1.11.3.tar.bz2 +f5076a8c2ec2b7f334cb6e3059820f9c wget-1.11.4.tar.bz2 diff --git a/wget-rh-modified.patch b/wget-rh-modified.patch index 2638a0f..4a9728a 100644 --- a/wget-rh-modified.patch +++ b/wget-rh-modified.patch @@ -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)"; diff --git a/wget.spec b/wget.spec index d16cbe1..c6c7bba 100644 --- a/wget.spec +++ b/wget.spec @@ -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 1.11.4-1 +- update + * Wed Jun 04 2008 Karsten Hopp 1.11.3-1 - wget-1.11.3, downgrades the combination of the -N and -O options to a warning instead of an error