- update to 0.6.3
- fix some places where gettext() was not getting used
This commit is contained in:
parent
0e91845225
commit
339b825ef4
@ -1,2 +1 @@
|
|||||||
libidn-0.6.1.tar.gz
|
libidn-0.6.3.tar.gz
|
||||||
libidn-0.6.2.tar.gz
|
|
||||||
|
10
libidn.spec
10
libidn.spec
@ -1,10 +1,11 @@
|
|||||||
Summary: Internationalized Domain Name support library
|
Summary: Internationalized Domain Name support library
|
||||||
Name: libidn
|
Name: libidn
|
||||||
Version: 0.6.2
|
Version: 0.6.3
|
||||||
Release: 4
|
Release: 1
|
||||||
URL: http://www.gnu.org/software/libidn
|
URL: http://www.gnu.org/software/libidn
|
||||||
License: LGPL
|
License: LGPL
|
||||||
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
Source0: http://josefsson.org/libidn/releases/libidn-%{version}.tar.gz
|
||||||
|
Patch0: libidn-0.6.2-configdoth.patch
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
BuildRequires: pkgconfig, gettext
|
BuildRequires: pkgconfig, gettext
|
||||||
@ -30,6 +31,7 @@ developing programs which use the GNU libidn library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p1 -b .configdoth
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-csharp
|
%configure --disable-csharp
|
||||||
@ -89,6 +91,10 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 1 2006 Joe Orton <jorton@redhat.com> 0.6.3-1
|
||||||
|
- update to 0.6.3
|
||||||
|
- fix some places where gettext() was not getting used
|
||||||
|
|
||||||
* Thu Jun 1 2006 Joe Orton <jorton@redhat.com> 0.6.2-4
|
* Thu Jun 1 2006 Joe Orton <jorton@redhat.com> 0.6.2-4
|
||||||
- remove the libidn.la (#172639)
|
- remove the libidn.la (#172639)
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
b1a771ed18b1ed4b83478a78057134bb libidn-0.6.2.tar.gz
|
d240631c93c7d3a0e93cdf66f536073f libidn-0.6.3.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user