]> git.pld-linux.org Git - packages/wget.git/commitdiff
up to 1.21.2 auto/th/wget-1.21.2-1
authorJan Palus <atler@pld-linux.org>
Thu, 9 Sep 2021 21:54:36 +0000 (23:54 +0200)
committerJan Palus <atler@pld-linux.org>
Thu, 9 Sep 2021 21:54:36 +0000 (23:54 +0200)
- BR: autoconf-archive for AX_CODE_COVERAGE

wget-largefile_32bit.patch [deleted file]
wget.spec

diff --git a/wget-largefile_32bit.patch b/wget-largefile_32bit.patch
deleted file mode 100644 (file)
index 68380e0..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-From 90631a6fe54eabd9c80ede5c70bc916719e76cfe Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Tim=20R=C3=BChsen?= <tim.ruehsen@gmx.de>
-Date: Sun, 11 Apr 2021 12:53:16 +0200
-Subject: * src/wget.h: Use strtoll() for str_to_wgint
-
-This fixes a regression reported at https://savannah.gnu.org/bugs/?60353.
-
-Reported-by: Michal Ruprich
----
- src/wget.h | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/wget.h b/src/wget.h
-index cbac4678..23f0350d 100644
---- a/src/wget.h
-+++ b/src/wget.h
-@@ -144,7 +144,7 @@ typedef int64_t wgint;
- #define WGINT_MAX INT64_MAX
- typedef wgint SUM_SIZE_INT;
--#define str_to_wgint strtol
-+#define str_to_wgint strtoll
- #include "options.h"
--- 
-cgit v1.2.1
-
index 5a229915f731b7c458401b2b6d34fd41d40ed84d..5806b36ea0dfef277312df7a91471c9c8ac67885 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -18,12 +18,12 @@ Summary(ru.UTF-8):  Утилита для получения файлов по п
 Summary(uk.UTF-8):     Утиліта для отримання файлів по протоколам HTTP та FTP
 Summary(zh_CN.UTF-8):  [通讯]功能强大的下载程序,支持断点续传
 Name:          wget
-Version:       1.21.1
-Release:       2
+Version:       1.21.2
+Release:       1
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.lz
-# Source0-md5: 727157baf52b0071eaa353e6ff1c8269
+# Source0-md5: 2703828579552a5a6749fadfb1bf305d
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: d8b2b56ec7461606c22edbafaf8a418f
 Patch0:                %{name}-info.patch
@@ -31,9 +31,9 @@ Patch1:               %{name}-wgetrc_path.patch
 Patch2:                %{name}-home_etc.patch
 Patch3:                %{name}-ssl-certs.patch
 Patch4:                user.xdg.origin.url.patch
-Patch5:                %{name}-largefile_32bit.patch
 URL:           http://www.gnu.org/software/wget/
 BuildRequires: autoconf >= 2.64
+BuildRequires: autoconf-archive
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-tools >= 0.19.8
 # >= 3.6.3 for TLSv1.3
@@ -143,7 +143,6 @@ Proxy серверів, настроюваність.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch5 -p1
 
 %{__rm} doc/wget.info doc/sample.wgetrc.munged_for_texi_inclusion po/stamp-po
 
This page took 0.048482 seconds and 4 git commands to generate.