From ede417824344cbaca08a07ad019abdf7d18a7838 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 1 Nov 2017 15:04:02 +0800 Subject: [PATCH 01/33] Update to 0.1.27 --- .gitignore | 1 + libthai.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 203d676..41feceb 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ libdatrie-0.2.2.tar.gz /libthai-0.1.21.tar.xz /libthai-0.1.24.tar.xz /libthai-0.1.25.tar.xz +/libthai-0.1.27.tar.xz diff --git a/libthai.spec b/libthai.spec index 011ccf9..286c6e5 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai -Version: 0.1.25 -Release: 4%{?dist} +Version: 0.1.27 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Wed Nov 1 2017 Peng Wu - 0.1.27-1 +- Update to 0.1.27 + * Thu Aug 03 2017 Fedora Release Engineering - 0.1.25-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 233c530..aef0ec0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5d165ea47d3a689f850c6b09a4bb3d9 libthai-0.1.25.tar.xz +SHA512 (libthai-0.1.27.tar.xz) = 931ba74ab003c7670b0919fc12bf456df1b516f859f55fbf6c063341215f1743158070f6256f78c49f56641d16ab0e8b0c71b96078c448f454b1257d44b10757 From 4cd885f954797c9cb7de93f547a38df070f676f8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 23:29:27 +0000 Subject: [PATCH 02/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 286c6e5..d8b8b76 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.27 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 0.1.27-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Nov 1 2017 Peng Wu - 0.1.27-1 - Update to 0.1.27 From df3d9e1105fa39f16df92f6e338d8e52b0826d39 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:43:39 +0100 Subject: [PATCH 03/33] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- libthai.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index d8b8b76..b145703 100644 --- a/libthai.spec +++ b/libthai.spec @@ -7,7 +7,6 @@ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch URL: http://linux.thai.net -BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n) BuildRequires: pkgconfig(datrie-0.2) BuildRequires: doxygen From 66fec71343dd14ed64761b9243af67160ea598ff Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 14 Feb 2018 08:16:51 +0100 Subject: [PATCH 04/33] Remove %clean section None of currently supported distributions need that. Last one was EL5 which is EOL for a while. Signed-off-by: Igor Gnatenko --- libthai.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/libthai.spec b/libthai.spec index b145703..d2eb8a2 100644 --- a/libthai.spec +++ b/libthai.spec @@ -51,9 +51,6 @@ rmdir $RPM_BUILD_ROOT%{_docdir}/libthai rm $RPM_BUILD_ROOT%{_libdir}/*.la -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig From 144fa652121660966c6d2a15982c69f9c35994ef Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 5 Mar 2018 16:28:56 +0800 Subject: [PATCH 05/33] Add BuildRequires gcc --- libthai.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libthai.spec b/libthai.spec index d2eb8a2..ae2b6e9 100644 --- a/libthai.spec +++ b/libthai.spec @@ -8,6 +8,7 @@ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.t Patch0: libthai-0.1.9-multilib.patch URL: http://linux.thai.net +BuildRequires: gcc BuildRequires: pkgconfig(datrie-0.2) BuildRequires: doxygen From 29de4db9a1fe473962954f23dc63c315f961526c Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 01:47:49 -0500 Subject: [PATCH 06/33] Remove needless use of %defattr --- libthai.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libthai.spec b/libthai.spec index ae2b6e9..d0d1203 100644 --- a/libthai.spec +++ b/libthai.spec @@ -57,13 +57,11 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %postun -p /sbin/ldconfig %files -%defattr(-, root, root) %doc README AUTHORS COPYING ChangeLog %{_libdir}/lib*.so.* %{_datadir}/libthai %files devel -%defattr(-, root, root) %doc installed-docs/* %{_includedir}/thai %{_libdir}/lib*.so From fc96b1637d78e48baa005f9b60d9750972d7bc9a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 08:55:07 +0000 Subject: [PATCH 07/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index d0d1203..a22e4dd 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.27 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz @@ -68,6 +68,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 0.1.27-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.27-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From d7d37b9fce367f1da0d3d5dc20578458bda58a6f Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 2 Aug 2018 13:25:00 +0800 Subject: [PATCH 08/33] Update to 0.1.28 --- .gitignore | 1 + libthai.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41feceb..528b747 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ libdatrie-0.2.2.tar.gz /libthai-0.1.24.tar.xz /libthai-0.1.25.tar.xz /libthai-0.1.27.tar.xz +/libthai-0.1.28.tar.xz diff --git a/libthai.spec b/libthai.spec index a22e4dd..3bb2131 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai -Version: 0.1.27 -Release: 3%{?dist} +Version: 0.1.28 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz @@ -68,6 +68,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Thu Aug 2 2018 Peng Wu - 0.1.28-1 +- Update to 0.1.28 + * Fri Jul 13 2018 Fedora Release Engineering - 0.1.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index aef0ec0..2a8d628 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libthai-0.1.27.tar.xz) = 931ba74ab003c7670b0919fc12bf456df1b516f859f55fbf6c063341215f1743158070f6256f78c49f56641d16ab0e8b0c71b96078c448f454b1257d44b10757 +SHA512 (libthai-0.1.28.tar.xz) = 925be8367ae0cba026e602f1f60c813306e9051e22fe722afba496b6e493f8c1f3eb56abb77ca663f53678b14ad793daf3269b32d32720c0d869b906cdf15f4e From eaef6bc563ecee077c2f01b004e3383c601587b3 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:40:10 +0100 Subject: [PATCH 09/33] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- libthai.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libthai.spec b/libthai.spec index 3bb2131..fba8df7 100644 --- a/libthai.spec +++ b/libthai.spec @@ -52,9 +52,7 @@ rmdir $RPM_BUILD_ROOT%{_docdir}/libthai rm $RPM_BUILD_ROOT%{_libdir}/*.la -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %doc README AUTHORS COPYING ChangeLog From 1d4c8666859084474aaf9bbebfcb297862c4933f Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:52 +0100 Subject: [PATCH 10/33] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- libthai.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/libthai.spec b/libthai.spec index fba8df7..9ef3aad 100644 --- a/libthai.spec +++ b/libthai.spec @@ -3,7 +3,6 @@ Name: libthai Version: 0.1.28 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 URL: http://linux.thai.net @@ -20,7 +19,6 @@ output methods as well as basic character and string supports. %package devel Summary: Thai language support routines -Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: pkgconfig From 3874c6d5b50f5c7f9337909b73035998c44f1617 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 08:21:13 +0000 Subject: [PATCH 11/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 9ef3aad..14a50f6 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 0.1.28-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Aug 2 2018 Peng Wu - 0.1.28-1 - Update to 0.1.28 From f4f21b1c27cfaf8086fa1e591822623f968195d1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 14:31:22 +0000 Subject: [PATCH 12/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 14a50f6..e65e4d5 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 0.1.28-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Fri Feb 01 2019 Fedora Release Engineering - 0.1.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 14371b2c2481f61776e598b5f89087b71cd4a3b2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 10:32:05 +0000 Subject: [PATCH 13/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index e65e4d5..10e071b 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 0.1.28-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Thu Jul 25 2019 Fedora Release Engineering - 0.1.28-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 066e32f3f94d31e65fd81d7772286df39c3aa4aa Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 05:42:59 +0000 Subject: [PATCH 14/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 10e071b..fd54f2a 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 4%{?dist} +Release: 5%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From dee689a9eee6324976ab7119f8f5d33e9a2e5491 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 02:52:02 +0000 Subject: [PATCH 15/33] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- libthai.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libthai.spec b/libthai.spec index fd54f2a..c445f32 100644 --- a/libthai.spec +++ b/libthai.spec @@ -10,6 +10,7 @@ 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 From dbbe87ef426ddd1387fcbac8a666fcfebf030e67 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 18:08:09 +0000 Subject: [PATCH 16/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index c445f32..2980377 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 5%{?dist} +Release: 6%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 11a28d8fae7fa8fb769fdbd7cdd439c9c653baf2 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Tue, 22 Jun 2021 13:53:29 +0800 Subject: [PATCH 17/33] Add CI tests --- tests/make_check.sh | 17 +++++++++++++++++ tests/tests.yml | 21 +++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 tests/make_check.sh create mode 100644 tests/tests.yml diff --git a/tests/make_check.sh b/tests/make_check.sh new file mode 100644 index 0000000..a09a48b --- /dev/null +++ b/tests/make_check.sh @@ -0,0 +1,17 @@ +#!/bin/bash + +set -x + +check_return_value () { + if [ $1 != 0 ] ; then + exit $1 + fi +} + +cd $1 +./configure --prefix=/usr +check_return_value $? +make +check_return_value $? +make check +exit $? diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..73a8820 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,21 @@ +- hosts: localhost + vars: + - artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}" + tags: + - classic + remote_user: root + roles: + - role: standard-test-source # to get the source tar ball to do “make check” + - role: standard-test-basic + required_packages: + - make + - gcc + - autoconf + - automake + - libtool + - doxygen + - libdatrie-devel + tests: + - make-check: + dir: ./ + run: bash ./make_check.sh ./source From 647a0c9735ef170deaf7a2afbdb7cbd3e13e02a1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 12:31:12 +0000 Subject: [PATCH 18/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 2980377..e77f022 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.28 -Release: 6%{?dist} +Release: 7%{?dist} License: LGPLv2+ Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From f6b7b3234196ebd7c25f27d6a6e17ed1183ca440 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 23 Dec 2021 14:06:57 +0800 Subject: [PATCH 19/33] Update to 0.1.29 --- .gitignore | 1 + libthai.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 528b747..819235a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ libdatrie-0.2.2.tar.gz /libthai-0.1.25.tar.xz /libthai-0.1.27.tar.xz /libthai-0.1.28.tar.xz +/libthai-0.1.29.tar.xz diff --git a/libthai.spec b/libthai.spec index e77f022..938f0f4 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,9 +1,9 @@ Summary: Thai language support routines Name: libthai -Version: 0.1.28 -Release: 7%{?dist} +Version: 0.1.29 +Release: 1%{?dist} License: LGPLv2+ -Source: ftp://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz +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 @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 diff --git a/sources b/sources index 2a8d628..ded3452 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libthai-0.1.28.tar.xz) = 925be8367ae0cba026e602f1f60c813306e9051e22fe722afba496b6e493f8c1f3eb56abb77ca663f53678b14ad793daf3269b32d32720c0d869b906cdf15f4e +SHA512 (libthai-0.1.29.tar.xz) = 0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1 From f6a70f04fec95a854bfc991a3fe28803dc76c1f1 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 17:24:05 +0000 Subject: [PATCH 20/33] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 938f0f4..ca25ed6 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 1%{?dist} +Release: 2%{?dist} License: LGPLv2+ Source: http://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 1e986ddd95f0657c5c040e624399d1bec4c23e3b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 19:10:19 +0000 Subject: [PATCH 21/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index ca25ed6..d6e69c5 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ Source: http://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From b77f1c4b44665628ae0d0460de119c1e02e61cf4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 17:35:37 +0000 Subject: [PATCH 22/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index d6e69c5..847dce2 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ Source: http://linux.thai.net/pub/thailinux/software/libthai/libthai-%{version}.tar.xz Patch0: libthai-0.1.9-multilib.patch @@ -65,6 +65,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From ad243956f6f4ecd306fe745d9359dc126ff41c9a Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Wed, 17 May 2023 15:50:11 +0800 Subject: [PATCH 23/33] Migrate to SPDX license --- libthai.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/libthai.spec b/libthai.spec index 847dce2..0a075dc 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,8 +1,8 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 4%{?dist} -License: LGPLv2+ +Release: 5%{?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 @@ -31,8 +31,7 @@ Install libthai-devel if you want to develop programs which will use libthai. %prep -%setup -q -%patch0 -p1 -b .multilib +%autosetup -p1 %build %configure --disable-static @@ -65,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 2e279c7cf4492d55549220babe0c794b15aefa43 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jul 2023 12:16:46 +0000 Subject: [PATCH 24/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 0a075dc..6ff1608 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 5%{?dist} +Release: 6%{?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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 1e6676b31cc9b84429ba02a1b789358fbc1d462b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 05:29:59 +0000 Subject: [PATCH 25/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 6ff1608..ed20199 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 6%{?dist} +Release: 7%{?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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 06573c30504ed93479200238b9f729d5dd83eebf Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 03:41:43 +0000 Subject: [PATCH 26/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index ed20199..87a0474 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 7%{?dist} +Release: 8%{?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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 26a19fa26cc7d1b50848ca36c22d87809183b623 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Fri, 31 May 2024 11:51:36 +0800 Subject: [PATCH 27/33] Rewrite CI tests --- .fmf/version | 1 + plans/basic.fmf | 6 ++++++ tests/main.fmf | 13 +++++++++++++ tests/make_check.sh | 9 +++++++++ tests/tests.yml | 21 --------------------- 5 files changed, 29 insertions(+), 21 deletions(-) create mode 100644 .fmf/version create mode 100644 plans/basic.fmf create mode 100644 tests/main.fmf delete mode 100644 tests/tests.yml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/basic.fmf b/plans/basic.fmf new file mode 100644 index 0000000..d57536e --- /dev/null +++ b/plans/basic.fmf @@ -0,0 +1,6 @@ +summary: Basic smoke test +discover: + how: fmf + dist-git-source: true +execute: + how: tmt diff --git a/tests/main.fmf b/tests/main.fmf new file mode 100644 index 0000000..5241982 --- /dev/null +++ b/tests/main.fmf @@ -0,0 +1,13 @@ +test: bash ./make_check.sh .. +duration: 50m +framework: shell +require: + - make + - gcc + - autoconf + - autoconf-archive + - automake + - libtool + - doxygen + - libdatrie-devel + - rpm-build diff --git a/tests/make_check.sh b/tests/make_check.sh index a09a48b..e2f16d0 100644 --- a/tests/make_check.sh +++ b/tests/make_check.sh @@ -9,6 +9,15 @@ check_return_value () { } cd $1 + +VERSION=`rpmspec -q --srpm --qf "%{version}" libthai.spec 2>/dev/null` + +if test -d libthai-$VERSION-build; +then cd libthai-$VERSION-build; +fi + +cd libthai-$VERSION + ./configure --prefix=/usr check_return_value $? make diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 73a8820..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,21 +0,0 @@ -- hosts: localhost - vars: - - artifacts: "{{ lookup('env', 'TEST_ARTIFACTS')|default('./artifacts', true) }}" - tags: - - classic - remote_user: root - roles: - - role: standard-test-source # to get the source tar ball to do “make check” - - role: standard-test-basic - required_packages: - - make - - gcc - - autoconf - - automake - - libtool - - doxygen - - libdatrie-devel - tests: - - make-check: - dir: ./ - run: bash ./make_check.sh ./source From a78d349d5876de896c6d7c044d94f8764dae2a4f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 18 Jul 2024 15:15:17 +0000 Subject: [PATCH 28/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 87a0474..71388a1 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 8%{?dist} +Release: 9%{?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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* 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 From 4d768f2043a003353d9991bda6f1d0f021918ea7 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Thu, 16 Jan 2025 16:07:23 +0800 Subject: [PATCH 29/33] Rewrite CI tests to use beakerlib framework --- plans/basic.fmf | 1 - tests/main.fmf | 6 ++++-- tests/make_check.sh | 26 -------------------------- tests/runtest.sh | 35 +++++++++++++++++++++++++++++++++++ 4 files changed, 39 insertions(+), 29 deletions(-) delete mode 100644 tests/make_check.sh create mode 100755 tests/runtest.sh diff --git a/plans/basic.fmf b/plans/basic.fmf index d57536e..c1627f9 100644 --- a/plans/basic.fmf +++ b/plans/basic.fmf @@ -1,6 +1,5 @@ summary: Basic smoke test discover: how: fmf - dist-git-source: true execute: how: tmt diff --git a/tests/main.fmf b/tests/main.fmf index 5241982..5c33677 100644 --- a/tests/main.fmf +++ b/tests/main.fmf @@ -1,6 +1,6 @@ -test: bash ./make_check.sh .. +test: ./runtest.sh duration: 50m -framework: shell +framework: beakerlib require: - make - gcc @@ -10,4 +10,6 @@ require: - libtool - doxygen - libdatrie-devel + - libthai + - gnome-common - rpm-build diff --git a/tests/make_check.sh b/tests/make_check.sh deleted file mode 100644 index e2f16d0..0000000 --- a/tests/make_check.sh +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/bash - -set -x - -check_return_value () { - if [ $1 != 0 ] ; then - exit $1 - fi -} - -cd $1 - -VERSION=`rpmspec -q --srpm --qf "%{version}" libthai.spec 2>/dev/null` - -if test -d libthai-$VERSION-build; -then cd libthai-$VERSION-build; -fi - -cd libthai-$VERSION - -./configure --prefix=/usr -check_return_value $? -make -check_return_value $? -make check -exit $? diff --git a/tests/runtest.sh b/tests/runtest.sh new file mode 100755 index 0000000..07ca06b --- /dev/null +++ b/tests/runtest.sh @@ -0,0 +1,35 @@ +#!/bin/bash +. /usr/share/beakerlib/beakerlib.sh || exit 1 + +rlJournalStart + rlPhaseStartSetup + rlShowPackageVersion libthai + rlRun -t -l "VERSION=$(rpm -q libthai --queryformat='%{version}')" 0 "Get VERSION" + FEDORA_VERSION=$(rlGetDistroRelease) + rlLog "FEDORA_VERSION=${DISTRO_RELEASE}" + rlRun "tmp=\$(mktemp -d)" 0 "Create tmp directory" + rlRun "pushd $tmp" + rlFetchSrcForInstalled "libthai" + rlRun "rpm --define '_topdir $tmp' -i *src.rpm" + rlRun -t -l "mkdir BUILD" 0 "Creating BUILD directory" + rlRun -t -l "rpmbuild --noclean --nodeps --define '_topdir $tmp' -bp $tmp/SPECS/*spec" + if [ -d BUILD/libthai-${VERSION}-build ]; then + rlRun -t -l "pushd BUILD/libthai-${VERSION}-build/libthai-${VERSION}" + else + rlRun -t -l "pushd BUILD/libthai-${VERSION}" + fi + rlPhaseEnd + + rlPhaseStartTest + rlRun "set -o pipefail" + rlRun -t -l "NOCONFIGURE=1 gnome-autogen.sh" + rlRun -t -l "./configure" + rlRun -t -l "make" + rlRun -t -l "make check" + rlPhaseEnd + + rlPhaseStartCleanup + rlRun "popd; popd" + rlRun "rm -r $tmp" 0 "Remove tmp directory" + rlPhaseEnd +rlJournalEnd From 57b5ab532bf7b3bf5475824ec939882c5632b1eb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jan 2025 14:22:01 +0000 Subject: [PATCH 30/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index 71388a1..c67ac32 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 9%{?dist} +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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Fri Jan 17 2025 Fedora Release Engineering - 0.1.29-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Thu Jul 18 2024 Fedora Release Engineering - 0.1.29-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From e058c897b4571cc883f18e7e4a24ceeed49fd7e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 24 Jul 2025 20:26:57 +0000 Subject: [PATCH 31/33] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- libthai.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libthai.spec b/libthai.spec index c67ac32..aabb0bb 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai Version: 0.1.29 -Release: 10%{?dist} +Release: 11%{?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 @@ -64,6 +64,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Thu Jul 24 2025 Fedora Release Engineering - 0.1.29-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri Jan 17 2025 Fedora Release Engineering - 0.1.29-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6472895adf8815d7e8c08c276b76923ca7955b07 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 5 Jan 2026 13:04:58 +0800 Subject: [PATCH 32/33] Update to 0.1.30 --- .gitignore | 1 + libthai.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 819235a..8206501 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ libdatrie-0.2.2.tar.gz /libthai-0.1.27.tar.xz /libthai-0.1.28.tar.xz /libthai-0.1.29.tar.xz +/libthai-0.1.30.tar.xz diff --git a/libthai.spec b/libthai.spec index aabb0bb..e254c39 100644 --- a/libthai.spec +++ b/libthai.spec @@ -1,7 +1,7 @@ Summary: Thai language support routines Name: libthai -Version: 0.1.29 -Release: 11%{?dist} +Version: 0.1.30 +Release: 1%{?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 @@ -64,6 +64,10 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %{_libdir}/pkgconfig/* %changelog +* Mon Jan 05 2026 Peng Wu - 0.1.30-1 +- Update to 0.1.30 +- Resolves: RHBZ#2426765 + * Thu Jul 24 2025 Fedora Release Engineering - 0.1.29-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index ded3452..8f9e768 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libthai-0.1.29.tar.xz) = 0ba1261581a1705a2a2546a3071acb3c63892dbf111f0dad415667165a6b9542a5e4549061c67b11ec53de7c9e70fceb3c04d794fd12a22d991a539dbacebda1 +SHA512 (libthai-0.1.30.tar.xz) = c84d575b6855d54b1ea1d9878a94153ba7807cc736f7bf01327d17a6444c6fd4b18deae2ab5a2612847892c9d94ed4ceb54fbf25244aa6eb88a3605260ad328e From ef30654345e9a7a5097d2e8884fe009ee195d5f0 Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 5 Jan 2026 13:25:14 +0800 Subject: [PATCH 33/33] Update libthai-0.1.9-multilib.patch --- libthai-0.1.9-multilib.patch | 14 +++++++------- libthai.spec | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libthai-0.1.9-multilib.patch b/libthai-0.1.9-multilib.patch index 58522cf..176fc46 100644 --- a/libthai-0.1.9-multilib.patch +++ b/libthai-0.1.9-multilib.patch @@ -1,9 +1,9 @@ -Index: libthai-0.1.24/doc/Doxyfile.in +Index: libthai-0.1.30/doc/Doxyfile.in =================================================================== ---- libthai-0.1.24.orig/doc/Doxyfile.in -+++ libthai-0.1.24/doc/Doxyfile.in -@@ -1124,7 +1124,7 @@ HTML_HEADER = - # that doxygen normally uses. +--- libthai-0.1.30.orig/doc/Doxyfile.in ++++ libthai-0.1.30/doc/Doxyfile.in +@@ -1432,7 +1432,7 @@ HTML_HEADER = + # that Doxygen normally uses. # This tag requires that the tag GENERATE_HTML is set to YES. -HTML_FOOTER = @@ -11,10 +11,10 @@ Index: libthai-0.1.24/doc/Doxyfile.in # The HTML_STYLESHEET tag can be used to specify a user-defined cascading style # sheet that is used by each HTML page. It can be used to fine-tune the look of -Index: libthai-0.1.24/doc/no_date_footer.html +Index: libthai-0.1.30/doc/no_date_footer.html =================================================================== --- /dev/null -+++ libthai-0.1.24/doc/no_date_footer.html ++++ libthai-0.1.30/doc/no_date_footer.html @@ -0,0 +1,7 @@ +
+Generated for $projectname by