- update to bugfix release 1.11.1, fixes p.e. #433606
This commit is contained in:
parent
4a88189e45
commit
8b311dfa9a
@ -1 +1 @@
|
||||
wget-1.11.tar.bz2
|
||||
wget-1.11.1.tar.bz2
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
d2746aac29f2c0f661ee8e26c6b695ad wget-1.11.tar.bz2
|
||||
3fda0bab6a883a5f6599d2da58765f93 wget-1.11.1.tar.bz2
|
||||
|
@ -1,5 +0,0 @@
|
||||
--- wget-1.10.1/src/version.c.rh1
|
||||
+++ wget-1.10.1/src/version.c
|
||||
@@ -1 +1 @@
|
||||
-char *version_string = "1.11";
|
||||
+char *version_string = "1.11 (Red Hat modified)";
|
6
wget-1.11.1-rh1.patch
Normal file
6
wget-1.11.1-rh1.patch
Normal file
@ -0,0 +1,6 @@
|
||||
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.1";
|
||||
+char *version_string = "1.11.1 (Red Hat modified)";
|
@ -1,13 +1,13 @@
|
||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||
Name: wget
|
||||
Version: 1.11
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Internet
|
||||
Url: http://wget.sunsite.dk/
|
||||
Source: ftp://ftp.gnu.org/gnu/wget/wget-%{version}.tar.bz2
|
||||
#Source2: http://people.fedora.de/rsc/wget-1.11-de.po
|
||||
Patch1: wget-1.11-rh1.patch
|
||||
Patch1: wget-%{version}-rh1.patch
|
||||
Patch2: wget-1.11-path.patch
|
||||
Patch3: wget-1.10.1-helpfix.patch
|
||||
Patch4: wget-1.10.2-218211.patch
|
||||
@ -72,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_infodir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Mar 31 2008 Karsten Hopp <karsten@redhat.com> 1.11.1-1
|
||||
- update to bugfix release 1.11.1, fixes p.e. #433606
|
||||
|
||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.11-2
|
||||
- Autorebuild for GCC 4.3
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user