- 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.2.tar.gz
|
||||
libidn-0.6.3.tar.gz
|
||||
|
10
libidn.spec
10
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 <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
|
||||
- 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