[wget/f18] Added libidn-devel to BuildRequires to support IDN domains (#680394)

Tomas Hozza thozza at fedoraproject.org
Wed Oct 10 09:15:28 UTC 2012


commit e6c496d1fb5b8656a24cf7cecd6d4453904517a6
Author: Tomas Hozza <thozza at redhat.com>
Date:   Wed Oct 10 11:13:41 2012 +0200

    Added libidn-devel to BuildRequires to support IDN domains (#680394)

 wget.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/wget.spec b/wget.spec
index 2d3fe21..7117c1a 100644
--- a/wget.spec
+++ b/wget.spec
@@ -1,7 +1,7 @@
 Summary: A utility for retrieving files using the HTTP or FTP protocols
 Name: wget
 Version: 1.14
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv3+
 Group: Applications/Internet
 Url: http://www.gnu.org/software/wget/
@@ -15,7 +15,7 @@ Provides: webclient
 Provides: bundled(gnulib) 
 Requires(post): /sbin/install-info
 Requires(preun): /sbin/install-info
-BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf
+BuildRequires: openssl-devel, pkgconfig, texinfo, gettext, autoconf, libidn-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -68,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/*
 
 %changelog
+* Wed Oct 10 2012 Tomas Hozza <thozza at redhat.com> 1.14-2
+- Added libidn-devel to BuildRequires to support IDN domains (#680394)
+
 * Thu Aug 09 2012 Karsten Hopp <karsten at redhat.com> 1.14-1
 - Update to wget-1.14
 


More information about the scm-commits mailing list