From 852296dbd4c3726364f9b94930346dcff4016cbd Mon Sep 17 00:00:00 2001 From: Sreenivasulu Malavathula Date: Wed, 13 Nov 2024 23:15:31 +0000 Subject: [PATCH] libthai: Update Version from 0.1.28 -> 0.1.29 --- .../libthai/libthai.signatures.json | 2 +- SPECS-EXTENDED/libthai/libthai.spec | 66 +++++++++++++++---- cgmanifest.json | 4 +- 3 files changed, 58 insertions(+), 14 deletions(-) diff --git a/SPECS-EXTENDED/libthai/libthai.signatures.json b/SPECS-EXTENDED/libthai/libthai.signatures.json index 90d9cc9bb81..c6fc3072850 100644 --- a/SPECS-EXTENDED/libthai/libthai.signatures.json +++ b/SPECS-EXTENDED/libthai/libthai.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "libthai-0.1.28.tar.xz": "ffe0a17b4b5aa11b153c15986800eca19f6c93a4025ffa5cf2cab2dcdf1ae911" + "libthai-0.1.29.tar.xz": "fc80cc7dcb50e11302b417cebd24f2d30a8b987292e77e003267b9100d0f4bcd" } } diff --git a/SPECS-EXTENDED/libthai/libthai.spec b/SPECS-EXTENDED/libthai/libthai.spec index 8d0d5548ca8..98b117ac47c 100644 --- a/SPECS-EXTENDED/libthai/libthai.spec +++ b/SPECS-EXTENDED/libthai/libthai.spec @@ -1,16 +1,18 @@ -Summary: Thai language support routines -Name: libthai -Version: 0.1.28 -Release: 5%{?dist} -License: LGPLv2+ Vendor: Microsoft Corporation Distribution: Azure Linux -Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz +Summary: Thai language support routines +Name: libthai +Version: 0.1.29 +Release: 10%{?dist} +License: LGPL-2.1-or-later +Source: http://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch URL: http://linux.thai.net BuildRequires: gcc BuildRequires: pkgconfig(datrie-0.2) +BuildRequires: doxygen +BuildRequires: make %description 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 libthai. %prep -%setup -q -%patch 0 -p1 -b .multilib +%autosetup -p1 %build %configure --disable-static @@ -43,6 +44,12 @@ rm -rf $RPM_BUILD_ROOT %makeinstall +# move installed doc files back to build directory to package them +# in the right place +mkdir installed-docs +mv $RPM_BUILD_ROOT%{_docdir}/libthai/* installed-docs +rmdir $RPM_BUILD_ROOT%{_docdir}/libthai + rm $RPM_BUILD_ROOT%{_libdir}/*.la %ldconfig_scriptlets @@ -53,14 +60,51 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_datadir}/libthai %files devel +%doc installed-docs/* %{_includedir}/thai %{_libdir}/lib*.so %{_libdir}/pkgconfig/* %changelog -* Mon Nov 02 2020 Joe Schmitt - 0.1.28-5 -- Initial CBL-Mariner import from Fedora 32 (license: MIT). -- Remove doxygen dependency. +* Wed oNov 13 2024 Sreenivasulu Malavathula - 0.1.29-10 +- Initial Azure Linux import from Fedora 41 (license: MIT) +- License verified + +* Thu Jul 18 2024 Fedora Release Engineering - 0.1.29-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 0.1.29-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 0.1.29-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 0.1.29-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed May 17 2023 Peng Wu - 0.1.29-5 +- Migrate to SPDX license + +* Thu Jan 19 2023 Fedora Release Engineering - 0.1.29-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Thu Jul 21 2022 Fedora Release Engineering - 0.1.29-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 0.1.29-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 23 2021 Peng Wu - 0.1.29-1 +- Update to 0.1.29 + +* Thu Jul 22 2021 Fedora Release Engineering - 0.1.28-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 0.1.28-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.1.28-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering - 0.1.28-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/cgmanifest.json b/cgmanifest.json index 0ed85d46aec..602085575f9 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -11131,8 +11131,8 @@ "type": "other", "other": { "name": "libthai", - "version": "0.1.28", - "downloadUrl": "ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.28.tar.xz" + "version": "0.1.29", + "downloadUrl": "http://linux.thai.net/pub/thailinux/software/libthai/libthai-0.1.29.tar.xz" } } },