update to 1.25

epel9
Joe Orton 13 years ago
parent 2f7150652e
commit eb61ce027b

2
.gitignore vendored

@ -1 +1,3 @@
/libidn-1.24.tar.gz
/libidn-1.25.tar.gz
/libidn-1.??

@ -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 <jorton@redhat.com> - 1.25-2
- update to 1.25
* Tue May 15 2012 Miroslav Lichvar <mlichvar@redhat.com> - 1.24-2
- provide bundled(gnulib) (#821768)

@ -1 +1 @@
764d7258eeb273941680499fab2c7367 libidn-1.24.tar.gz
45ffabce4b8ca87fe98fe4542668d33d libidn-1.25.tar.gz

Loading…
Cancel
Save