Skip to content

Commit c11f579

Browse files
authored
libthai: Update Version from 0.1.28 -> 0.1.29 (#11064)
1 parent 2474815 commit c11f579

3 files changed

Lines changed: 58 additions & 14 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libthai-0.1.28.tar.xz": "ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911"
3+
"libthai-0.1.29.tar.xz": "fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd"
44
}
55
}

SPECS-EXTENDED/libthai/libthai.spec

Lines changed: 55 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
1-
Summary: Thai language support routines
2-
Name: libthai
3-
Version: 0.1.28
4-
Release: 5%{?dist}
5-
License: LGPLv2+
61
Vendor: Microsoft Corporation
72
Distribution: Azure Linux
8-
Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
3+
Summary: Thai language support routines
4+
Name: libthai
5+
Version: 0.1.29
6+
Release: 10%{?dist}
7+
License: LGPL-2.1-or-later
8+
Source0: https://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz
99
Patch0: libthai-0.1.9-multilib.patch
1010
URL: http://linux.thai.net
1111

1212
BuildRequires: gcc
1313
BuildRequires: pkgconfig(datrie-0.2)
14+
BuildRequires: doxygen
15+
BuildRequires: make
1416

1517
%description
1618
LibThai is a set of Thai language support routines aimed to ease
@@ -31,8 +33,7 @@ Install libthai-devel if you want to develop programs which will use
3133
libthai.
3234

3335
%prep
34-
%setup -q
35-
%patch 0 -p1 -b .multilib
36+
%autosetup -p1
3637

3738
%build
3839
%configure --disable-static
@@ -43,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT
4344

4445
%makeinstall
4546

47+
# move installed doc files back to build directory to package them
48+
# in the right place
49+
mkdir installed-docs
50+
mv $RPM_BUILD_ROOT%{_docdir}/libthai/* installed-docs
51+
rmdir $RPM_BUILD_ROOT%{_docdir}/libthai
52+
4653
rm $RPM_BUILD_ROOT%{_libdir}/*.la
4754

4855
%ldconfig_scriptlets
@@ -53,14 +60,51 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la
5360
%{_datadir}/libthai
5461

5562
%files devel
63+
%doc installed-docs/*
5664
%{_includedir}/thai
5765
%{_libdir}/lib*.so
5866
%{_libdir}/pkgconfig/*
5967

6068
%changelog
61-
* Mon Nov 02 2020 Joe Schmitt <joschmit@microsoft.com> - 0.1.28-5
62-
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
63-
- Remove doxygen dependency.
69+
* Wed oNov 13 2024 Sreenivasulu Malavathula <v-smalavathu@microsoft.com> - 0.1.29-10
70+
- Initial Azure Linux import from Fedora 41 (license: MIT)
71+
- License verified
72+
73+
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-9
74+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
75+
76+
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-8
77+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
78+
79+
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-7
80+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
81+
82+
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-6
83+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
84+
85+
* Wed May 17 2023 Peng Wu <pwu@redhat.com> - 0.1.29-5
86+
- Migrate to SPDX license
87+
88+
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-4
89+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
90+
91+
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-3
92+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
93+
94+
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.29-2
95+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
96+
97+
* Thu Dec 23 2021 Peng Wu <pwu@redhat.com> - 0.1.29-1
98+
- Update to 0.1.29
99+
100+
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-7
101+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
102+
103+
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-6
104+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
105+
106+
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-5
107+
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
64108

65109
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.28-4
66110
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11261,8 +11261,8 @@
1126111261
"type": "other",
1126211262
"other": {
1126311263
"name": "libthai",
11264-
"version": "0.1.28",
11265-
"downloadUrl": "ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.28.tar.xz"
11264+
"version": "0.1.29",
11265+
"downloadUrl": "https://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz"
1126611266
}
1126711267
}
1126811268
},

0 commit comments

Comments
 (0)