]> git.pld-linux.org Git - packages/wget.git/commitdiff
- updated to 1.19 (uses libidn2 now) auto/th/wget-1.19-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Feb 2017 04:49:12 +0000 (05:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 9 Feb 2017 04:49:12 +0000 (05:49 +0100)
wget.spec

index c9790a613d9c1a4a133ea2b9cb3ae9ae86dcc1b0..55029cf9b5cbb1a16d225eacc8304460140b30f2 100644 (file)
--- a/wget.spec
+++ b/wget.spec
@@ -5,7 +5,7 @@
 # - add http://article.gmane.org/gmane.comp.web.wget.patches/2333
 #
 # Conditional build:
-%bcond_without tests
+%bcond_without tests   # check target
 %bcond_with    gnutls  # use GnuTLS (wget default) instead of OpenSSL
 
 Summary:       A utility for retrieving files using the HTTP or FTP protocols
@@ -17,12 +17,12 @@ Summary(ru.UTF-8):  Утилита для получения файлов по п
 Summary(uk.UTF-8):     Утиліта для отримання файлів по протоколам HTTP та FTP
 Summary(zh_CN.UTF-8):  [通讯]功能强大的下载程序,支持断点续传
 Name:          wget
-Version:       1.18
-Release:       2
+Version:       1.19
+Release:       1
 License:       GPL v3+ with OpenSSL exception
 Group:         Networking/Utilities
 Source0:       http://ftp.gnu.org/gnu/wget/%{name}-%{version}.tar.xz
-# Source0-md5: af9ca95a4bb8ac4a9bf10aeae66fa5ec
+# Source0-md5: 1814393c5955a6148ff6d82c4a9e3c21
 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
@@ -34,10 +34,10 @@ URL:                http://www.gnu.org/software/wget/
 BuildRequires: attr-devel
 BuildRequires: autoconf >= 2.61
 BuildRequires: automake >= 1:1.9
-BuildRequires: gettext-devel >= 0.17
+BuildRequires: gettext-tools >= 0.18.1
 %{?with_gnutls:BuildRequires:  gnutls-devel}
 BuildRequires: gpgme-devel >= 0.4.2
-BuildRequires: libidn-devel
+BuildRequires: libidn2-devel
 BuildRequires: libmetalink-devel
 BuildRequires: libpsl-devel
 BuildRequires: libuuid-devel
This page took 0.589266 seconds and 4 git commands to generate.