diff --git a/SPECS/libidn.spec b/SPECS/libidn.spec index cfea79d..e520094 100644 --- a/SPECS/libidn.spec +++ b/SPECS/libidn.spec @@ -6,7 +6,7 @@ Summary: Internationalized Domain Name support library Name: libidn Version: 1.34 -Release: 5%{?dist} +Release: 7%{?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 @@ -171,7 +171,7 @@ rm -rf $RPM_BUILD_ROOT%{_javadir}/libidn*.jar %preun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : + /sbin/install-info --delete %{_infodir}/%{name}.info* %{_infodir}/dir || : fi %ldconfig_postun @@ -204,8 +204,8 @@ fi %endif %changelog -* Tue Dec 15 2020 Fedora - 1.34-5 -- Handle compressed or uncompressed info pages (#1907490) +* Tue Jan 12 2021 Miroslav Lichvar - 1.34-7 +- handle uncompressed info pages (#1907489) * Wed May 30 2018 Mikolaj Izdebski - 1.34-5 - disable Java support (#1584067)