From eb61ce027b3fb3d972a39641683bc4ffa874b487 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: May 29 2012 08:07:24 +0000 Subject: update to 1.25 --- diff --git a/.gitignore b/.gitignore index 7e00d4f..3bf1371 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ /libidn-1.24.tar.gz +/libidn-1.25.tar.gz +/libidn-1.?? diff --git a/libidn.spec b/libidn.spec index b54a572..a9edb95 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,6 +1,6 @@ Summary: Internationalized Domain Name support library Name: libidn -Version: 1.24 +Version: 1.25 Release: 2%{?dist} URL: http://www.gnu.org/software/libidn/ License: LGPLv2+ and GPLv3+ and GFDL @@ -52,10 +52,10 @@ mv iconv.tmp doc/libidn.info %build %configure --disable-csharp --disable-static --libdir=/%{_lib} --with-lispdir=%{_emacs_sitelispdir}/%{name} -make %{?_smp_mflags} +make %{?_smp_mflags} V=1 %check -make %{?_smp_mflags} -C tests check +make %{?_smp_mflags} -C tests check VALGRIND=env %install rm -rf %{buildroot} @@ -123,6 +123,9 @@ rm -rf %{buildroot} %{_emacs_sitelispdir}/%{name} %changelog +* Tue May 29 2012 Joe Orton - 1.25-2 +- update to 1.25 + * Tue May 15 2012 Miroslav Lichvar - 1.24-2 - provide bundled(gnulib) (#821768) diff --git a/sources b/sources index 36e6a52..229a7d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -764d7258eeb273941680499fab2c7367 libidn-1.24.tar.gz +45ffabce4b8ca87fe98fe4542668d33d libidn-1.25.tar.gz