Update to 1.2.25
This commit is contained in:
parent
da10158c38
commit
94eb9c8ceb
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ libdatrie-0.2.2.tar.gz
|
||||
/libthai-0.1.20.tar.xz
|
||||
/libthai-0.1.21.tar.xz
|
||||
/libthai-0.1.24.tar.xz
|
||||
/libthai-0.1.25.tar.xz
|
||||
|
@ -1,12 +1,11 @@
|
||||
Summary: Thai language support routines
|
||||
Name: libthai
|
||||
Version: 0.1.24
|
||||
Version: 0.1.25
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
|
||||
Patch0: libthai-0.1.9-multilib.patch
|
||||
Patch1: libthai-0.1.24-gcc6.patch
|
||||
URL: http://linux.thai.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
|
||||
|
||||
@ -35,7 +34,6 @@ libthai.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .multilib
|
||||
%patch1 -p0 -b .gcc6
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
@ -75,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%changelog
|
||||
* Sun Oct 9 2016 Peng Wu <pwu@redhat.com> - 0.1.25-1
|
||||
- Update to 1.2.25
|
||||
- Remove libthai-0.1.24-gcc6.patch, already in upstream tar ball
|
||||
|
||||
* Tue Feb 16 2016 Daiki Ueno <dueno@redhat.com> - 0.1.24-1
|
||||
- Update to 0.1.24
|
||||
- Apply patch from upstream, which fixes scim-thai FTBFS with GCC6 (Closes: #1308117)
|
||||
|
Loading…
Reference in New Issue
Block a user