update to 1.25
This commit is contained in:
parent
2f7150652e
commit
eb61ce027b
2
.gitignore
vendored
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)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user