From 339b825ef4911a95c604012fcbefe9be66beeffc Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 1 Jun 2006 12:13:25 +0000 Subject: [PATCH] - update to 0.6.3 - fix some places where gettext() was not getting used --- .cvsignore | 3 +-- libidn.spec | 10 ++++++++-- sources | 2 +- upstream | 2 +- 4 files changed, 11 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 7f7dae2..43e96b0 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -libidn-0.6.1.tar.gz -libidn-0.6.2.tar.gz +libidn-0.6.3.tar.gz diff --git a/libidn.spec b/libidn.spec index ba70958..349ef07 100644 --- a/libidn.spec +++ b/libidn.spec @@ -1,10 +1,11 @@ Summary: Internationalized Domain Name support library Name: libidn -Version: 0.6.2 -Release: 4 +Version: 0.6.3 +Release: 1 URL: http://www.gnu.org/software/libidn License: LGPL Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz +Patch0: libidn-0.6.2-configdoth.patch Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: pkgconfig, gettext @@ -30,6 +31,7 @@ developing programs which use the GNU libidn library. %prep %setup -q +%patch0 -p1 -b .configdoth %build %configure --disable-csharp @@ -89,6 +91,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Jun 1 2006 Joe Orton 0.6.3-1 +- update to 0.6.3 +- fix some places where gettext() was not getting used + * Thu Jun 1 2006 Joe Orton 0.6.2-4 - remove the libidn.la (#172639) diff --git a/sources b/sources index 3827b96..01171cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b1a771ed18b1ed4b83478a78057134bb libidn-0.6.2.tar.gz +d240631c93c7d3a0e93cdf66f536073f libidn-0.6.3.tar.gz diff --git a/upstream b/upstream index fa0ff8a..43e96b0 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -libidn-0.6.0.tar.gz +libidn-0.6.3.tar.gz