automatic version update by autodist [release 1.16.1-1mamba;Fri Jan 02 2015]
This commit is contained in:
parent
1e96ce5623
commit
33aef6868c
@ -81,14 +81,14 @@ Index: src/retr.c
|
|||||||
|
|
||||||
/* Handle shorthands. `rewritten_storage' is a kludge to allow
|
/* Handle shorthands. `rewritten_storage' is a kludge to allow
|
||||||
getproxy() to return static storage. */
|
getproxy() to return static storage. */
|
||||||
--- src/Makefile.am.orig 2014-11-03 22:30:40.624963635 +0100
|
--- src/Makefile.am.orig 2015-01-01 20:47:13.060196379 +0100
|
||||||
+++ src/Makefile.am 2014-11-03 22:31:24.029964347 +0100
|
+++ src/Makefile.am 2015-01-02 01:36:25.417762869 +0100
|
||||||
@@ -37,7 +37,7 @@
|
@@ -37,7 +37,7 @@
|
||||||
|
|
||||||
# The following line is losing on some versions of make!
|
# The following line is losing on some versions of make!
|
||||||
DEFS += -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
|
DEFS = @DEFS@ -DSYSTEM_WGETRC=\"$(sysconfdir)/wgetrc\" -DLOCALEDIR=\"$(localedir)\"
|
||||||
-LIBS += $(LIBICONV) $(LIBINTL) $(LIB_CLOCK_GETTIME)
|
-LIBS = @LIBICONV@ @LIBINTL@ @LIBS@ $(LIB_CLOCK_GETTIME)
|
||||||
+LIBS += $(LIBICONV) $(LIBINTL) @libproxy_LIBS@ $(LIB_CLOCK_GETTIME)
|
+LIBS = @LIBICONV@ @LIBINTL@ @LIBS@ @libproxy_LIBS@ $(LIB_CLOCK_GETTIME)
|
||||||
|
|
||||||
EXTRA_DIST = css.l css.c css_.c build_info.c.in
|
EXTRA_DIST = css.l css.c css_.c build_info.c.in
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
%define with_ssl 1
|
%define with_ssl 1
|
||||||
|
|
||||||
Name: wget
|
Name: wget
|
||||||
Version: 1.16
|
Version: 1.16.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
Summary: A utility for retrieving files using the HTTP or FTP protocols
|
||||||
@ -18,7 +18,7 @@ Patch3: %{name}-1.11.4-logstdout.patch
|
|||||||
Patch4: %{name}-1.9.1-can-2004-1487_1488.patch
|
Patch4: %{name}-1.9.1-can-2004-1487_1488.patch
|
||||||
Patch5: %{name}-1.10-ctype.patch
|
Patch5: %{name}-1.10-ctype.patch
|
||||||
Patch6: %{name}-1.10.2-CVE-2006-6719.patch
|
Patch6: %{name}-1.10.2-CVE-2006-6719.patch
|
||||||
Patch7: wget-1.16-libproxy.patch
|
Patch7: wget-1.16.1-libproxy.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Requires(post): %{__install_info}
|
Requires(post): %{__install_info}
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -92,6 +92,9 @@ exit 0
|
|||||||
%doc AUTHORS COPYING src/ChangeLog MAILING-LIST NEWS README
|
%doc AUTHORS COPYING src/ChangeLog MAILING-LIST NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 02 2015 Automatic Build System <autodist@mambasoft.it> 1.16.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
* Mon Nov 03 2014 Automatic Build System <autodist@mambasoft.it> 1.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user