update to 1.37
This commit is contained in:
parent
ac05fab0b1
commit
63a600a7bb
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/libidn-1.??
|
||||
/libidn-1.36.tar.gz
|
||||
/libidn-1.37.tar.gz
|
||||
|
@ -19,14 +19,14 @@ diff --git a/configure.ac b/configure.ac
|
||||
index 649ddcd..a6dc9ff 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -50,7 +50,6 @@ AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
|
||||
AM_GNU_GETTEXT(external)
|
||||
AM_GNU_GETTEXT_VERSION(0.19.3)
|
||||
@@ -51,7 +51,6 @@ LT_INIT([win32-dll])
|
||||
AM_MISSING_PROG(PERL, perl, $missing_dir)
|
||||
AM_MISSING_PROG(HELP2MAN, help2man, $missing_dir)
|
||||
AM_ICONV
|
||||
-AM_PATH_LISPDIR
|
||||
|
||||
if test "$am_cv_func_iconv" != "yes"; then
|
||||
AC_MSG_NOTICE([
|
||||
AM_GNU_GETTEXT([external])
|
||||
AM_GNU_GETTEXT_VERSION([0.19.3])
|
||||
@@ -100,6 +99,14 @@ AM_CONDITIONAL(JAVA, test "$enable_java" != "no")
|
||||
AC_MSG_CHECKING([if implementation in Java should be built])
|
||||
AC_MSG_RESULT($enable_java)
|
@ -5,13 +5,13 @@
|
||||
|
||||
Summary: Internationalized Domain Name support library
|
||||
Name: libidn
|
||||
Version: 1.36
|
||||
Version: 1.37
|
||||
Release: 2%{?dist}
|
||||
URL: http://www.gnu.org/software/libidn/
|
||||
License: LGPLv2+ and GPLv3+ and GFDL
|
||||
Source0: http://ftp.gnu.org/gnu/libidn/libidn-%{version}.tar.gz
|
||||
# Allow disabling Emacs support
|
||||
Patch0: libidn-1.33-Allow-disabling-Emacs-support.patch
|
||||
Patch0: libidn-emacsopt.patch
|
||||
|
||||
BuildRequires: autoconf autoconf-archive
|
||||
BuildRequires: automake
|
||||
@ -77,7 +77,7 @@ This package contains javadoc for %{name}-java.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch0 -p1 -b .emacsopt
|
||||
autoreconf -vif
|
||||
# Prevent from regenerating sources by gengetopt because it's broken.
|
||||
touch src/idn_cmd.c src/idn_cmd.h
|
||||
@ -171,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar
|
||||
%endif
|
||||
|
||||
%files devel
|
||||
%doc doc/libidn.html examples
|
||||
%doc examples
|
||||
%{_libdir}/libidn.so
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libidn-1.36.tar.gz) = 0d66e10bf7a8de4b27f692a427d2c8e901b8bed73b0a36268d8f939205df81f6a30f0634fd3b87370d4e81c1327c0b10391fa122a0a5459c32a3541b8a2149ad
|
||||
SHA512 (libidn-1.37.tar.gz) = 198a5b2f0db3ad076e3726dda7f197835dd93a126ee796c138185abd09ee2f828042225dd570fa19b58b3e81b120daf929f348a55f9a536c546dd3311c29e27c
|
||||
|
Loading…
Reference in New Issue
Block a user