SHA256
1
0
forked from pool/wget
OBS User unknown
2008-05-01 13:08:20 +00:00
committed by Git OBS Bridge
parent 554efdaf20
commit 24ea85568e
4 changed files with 24 additions and 13 deletions

View File

@@ -18,10 +18,10 @@ License: GPL v3 or later
Group: Productivity/Networking/Web/Utilities
AutoReqProv: on
Version: 1.11.1
Release: 1
Release: 4
Summary: A Tool for Mirroring FTP and HTTP Servers
Source: %name-%version.tar.bz2
Patch1: wget-passive-ftp.patch
Patch1: wgetrc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: %install_info_prereq
@@ -67,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT;
%{_bindir}/*
%changelog
* Wed Apr 30 2008 max@suse.de
- Let the resolver (/etc/gai.conf) decide whether to prefer IPv4
or IPv6 if a host has addresses of both kinds (bnc#310224).
- Passive FTP is the default now, so we don't need to set it
explicitly anymore.
* Wed Apr 23 2008 max@suse.de
- New version 1.11.1:
* Migration to the GPLv3+ license.