From 9cf161bbb59dbd0b3c57dc917ef06a768ab630ab Mon Sep 17 00:00:00 2001 From: jorton Date: Jan 29 2007 09:59:57 +0000 Subject: - update to 0.6.9 - make install-info use failsafe (Ville Skyttä, #223707) --- diff --git a/.cvsignore b/.cvsignore index 43cfb1b..980bc82 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,3 @@ -libidn-0.6.8.tar.gz +libidn-0.6.9.tar.gz +libidn-0.6.9 +x86_64 diff --git a/libidn-0.6.9.tar.gz.sig b/libidn-0.6.9.tar.gz.sig new file mode 100644 index 0000000..d576f87 --- /dev/null +++ b/libidn-0.6.9.tar.gz.sig @@ -0,0 +1,10 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.5 (GNU/Linux) + +iOoEAAECADQFAkVuyQ8tFIAAAAAAFQAPcGthLWFkZHJlc3NAZ251cGcub3JnamFz +QGV4dHVuZG8uY29tAAoJEO2iHpS1ZXFvWa0FAKRtf/xl4yN4nt+9l8kER0WP3xSE +GbOgvBn9qLiHxh+EBBa7ICzd8O2gU+32ajfrILy18+jrdoFnAAe1eioga2J3guEM +jykgIEqYtx+3cu28UFdjQcC10wnWbW5Hl9vf2XKwV8tYAOEhc80mZspRfZ4aWUCh +Dow6FdAFadkvUQL2WXACK96kTT4tlV60cSuKvkNa54Vix1XwRspxVjv4vxo= +=DzHe +-----END PGP SIGNATURE----- diff --git a/libidn.spec b/libidn.spec index 6f7f605..ef6b470 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,7 +1,7 @@ Summary: Internationalized Domain Name support library Name: libidn -Version: 0.6.8 -Release: 4 +Version: 0.6.9 +Release: 2 URL: http://www.gnu.org/software/libidn License: LGPL Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz @@ -9,8 +9,9 @@ Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pkgconfig, gettext Requires(post): /sbin/install-info +Requires(preun): /sbin/install-info Requires(postun): /sbin/ldconfig -Requires(pre): /sbin/ldconfig, /sbin/install-info +Requires(pre): /sbin/ldconfig %description GNU Libidn is an implementation of the Stringprep, Punycode and @@ -65,7 +66,7 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %preun if [ $1 = 0 ]; then - /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir + /sbin/install-info --delete %{_infodir}/%{name}.info.gz %{_infodir}/dir || : fi %postun -p /sbin/ldconfig @@ -92,6 +93,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Jan 29 2007 Joe Orton 0.6.9-2 +- update to 0.6.9 +- make install-info use failsafe (Ville Skyttä, #223707) + * Wed Nov 15 2006 Joe Orton 0.6.8-4 - use non-GNU section in info directory (#209491) diff --git a/sources b/sources index 84a9c5b..ee9a193 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d1a2e42f91c1d53376ec37557601d47 libidn-0.6.8.tar.gz +616135837f5aaa9fac752e6b54221fb3 libidn-0.6.9.tar.gz diff --git a/upstream b/upstream index 43cfb1b..4af7001 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -libidn-0.6.8.tar.gz +libidn-0.6.9.tar.gz