From 51cb86b0d2c04eaef9a8695fce6d4413a5779ebc Mon Sep 17 00:00:00 2001 From: Durga Jagadeesh Palli Date: Mon, 4 Nov 2024 06:11:20 +0000 Subject: [PATCH 1/5] libextextcat: Update to 3.4.6-11 --- .../libexttextcat.signatures.json | 2 +- .../libexttextcat/libexttextcat.spec | 57 +++++++++++++++++-- cgmanifest.json | 4 +- 3 files changed, 55 insertions(+), 8 deletions(-) diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.signatures.json b/SPECS-EXTENDED/libexttextcat/libexttextcat.signatures.json index 6533fc83d18..1b165d88e80 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.signatures.json +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.signatures.json @@ -1,5 +1,5 @@ { "Signatures": { - "libexttextcat-3.4.5.tar.xz": "13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8" + "libexttextcat-3.4.6.tar.xz": "6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df" } } diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec index 65714970c9f..55dd4fd7587 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec @@ -1,15 +1,16 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Name: libexttextcat -Version: 3.4.5 -Release: 7%{?dist} +Version: 3.4.6 +Release: 11%{?dist} Summary: Text categorization library -License: BSD +License: BSD-3-Clause URL: https://wiki.documentfoundation.org/Libexttextcat Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz BuildRequires: gcc +BuildRequires: make %description %{name} is an N-Gram-Based Text Categorization library primarily @@ -36,10 +37,10 @@ you to easily create your own document fingerprints. %build %configure --disable-silent-rules --disable-static --disable-werror -make %{?_smp_mflags} +%make_build %install -make install DESTDIR=%{buildroot} +%make_install rm -f %{buildroot}/%{_libdir}/*.la %check @@ -63,6 +64,50 @@ make check %{_bindir}/createfp %changelog +* Mon Nov 04 2024 Durga Jagadeesh Palli - 3.4.6-11 +- Update from 3.4.5-7 to 3.4.6-11 + +## START: Generated by rpmautospec +* Thu Jul 18 2024 Fedora Release Engineering - 3.4.6-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Thu Jan 25 2024 Fedora Release Engineering - 3.4.6-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sun Jan 21 2024 Fedora Release Engineering - 3.4.6-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Thu Jul 20 2023 Fedora Release Engineering - 3.4.6-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Thu Jan 19 2023 Fedora Release Engineering - 3.4.6-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Mon Nov 21 2022 David Tardon - 3.4.6-4 +- Convert license to SPDX + +* Thu Jul 21 2022 Fedora Release Engineering - 3.4.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Thu Jan 20 2022 Fedora Release Engineering - 3.4.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Mon Nov 08 2021 Caolán McNamara 3.4.6-1 +- latest version + +* Thu Jul 22 2021 Fedora Release Engineering - 3.4.5-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Tue Jan 26 2021 Fedora Release Engineering - 3.4.5-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 3.4.5-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Mon Jul 13 2020 Tom Stellard - 3.4.5-7 +- Use make macros +- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro + * Fri Oct 15 2021 Pawel Winogrodzki - 3.4.5-7 - Initial CBL-Mariner import from Fedora 32 (license: MIT). @@ -134,3 +179,5 @@ make check * Tue Jan 24 2012 David Tardon 3.2.0-1 - initial import + +## END: Generated by rpmautospec diff --git a/cgmanifest.json b/cgmanifest.json index 978967105e9..5c903a0064d 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -9361,8 +9361,8 @@ "type": "other", "other": { "name": "libexttextcat", - "version": "3.4.5", - "downloadUrl": "http://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.5.tar.xz" + "version": "3.4.6", + "downloadUrl": "http://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz" } } }, From e7ba04910a48a8fd6216c78b9736908312bc5cf8 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Tue, 3 Dec 2024 07:46:39 +0000 Subject: [PATCH 2/5] libexttextcat: update to 3.4.6-1 --- .../libexttextcat/libexttextcat.spec | 47 ++----------------- 1 file changed, 3 insertions(+), 44 deletions(-) diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec index 55dd4fd7587..0fb12dbb08a 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec @@ -2,7 +2,7 @@ Vendor: Microsoft Corporation Distribution: Azure Linux Name: libexttextcat Version: 3.4.6 -Release: 11%{?dist} +Release: 1%{?dist} Summary: Text categorization library License: BSD-3-Clause @@ -64,49 +64,8 @@ make check %{_bindir}/createfp %changelog -* Mon Nov 04 2024 Durga Jagadeesh Palli - 3.4.6-11 -- Update from 3.4.5-7 to 3.4.6-11 - -## START: Generated by rpmautospec -* Thu Jul 18 2024 Fedora Release Engineering - 3.4.6-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Thu Jan 25 2024 Fedora Release Engineering - 3.4.6-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sun Jan 21 2024 Fedora Release Engineering - 3.4.6-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Thu Jul 20 2023 Fedora Release Engineering - 3.4.6-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Thu Jan 19 2023 Fedora Release Engineering - 3.4.6-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Mon Nov 21 2022 David Tardon - 3.4.6-4 -- Convert license to SPDX - -* Thu Jul 21 2022 Fedora Release Engineering - 3.4.6-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Thu Jan 20 2022 Fedora Release Engineering - 3.4.6-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Mon Nov 08 2021 Caolán McNamara 3.4.6-1 -- latest version - -* Thu Jul 22 2021 Fedora Release Engineering - 3.4.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Tue Jan 26 2021 Fedora Release Engineering - 3.4.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Tue Jul 28 2020 Fedora Release Engineering - 3.4.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jul 13 2020 Tom Stellard - 3.4.5-7 -- Use make macros -- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro +* Mon Nov 04 2024 Durga Jagadeesh Palli - 3.4.6-1 +- Update to 3.4.6-1 * Fri Oct 15 2021 Pawel Winogrodzki - 3.4.5-7 - Initial CBL-Mariner import from Fedora 32 (license: MIT). From 8fe7950fbaec449e38b6b215443d5d54c0bb85a8 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Mon, 30 Dec 2024 12:37:38 +0000 Subject: [PATCH 3/5] libexttextcat: License verified --- SPECS-EXTENDED/libexttextcat/libexttextcat.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec index 0fb12dbb08a..72b72d451f3 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec @@ -3,7 +3,7 @@ Distribution: Azure Linux Name: libexttextcat Version: 3.4.6 Release: 1%{?dist} -Summary: Text categorization library +Summary: Text categAorization library License: BSD-3-Clause URL: https://wiki.documentfoundation.org/Libexttextcat @@ -66,6 +66,7 @@ make check %changelog * Mon Nov 04 2024 Durga Jagadeesh Palli - 3.4.6-1 - Update to 3.4.6-1 +- License verified. * Fri Oct 15 2021 Pawel Winogrodzki - 3.4.5-7 - Initial CBL-Mariner import from Fedora 32 (license: MIT). From 9832572e163926e5b8fc1422834e07f2b77a0dc2 Mon Sep 17 00:00:00 2001 From: dj_palli Date: Thu, 9 Jan 2025 03:54:20 +0000 Subject: [PATCH 4/5] libexttextcat: remove the unused line in changelog --- SPECS-EXTENDED/libexttextcat/libexttextcat.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec index 72b72d451f3..a3bd3db2305 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec @@ -139,5 +139,3 @@ make check * Tue Jan 24 2012 David Tardon 3.2.0-1 - initial import - -## END: Generated by rpmautospec From 728e41313694169b1cca358a22a2b414386c774d Mon Sep 17 00:00:00 2001 From: dj_palli Date: Wed, 22 Jan 2025 23:38:49 +0000 Subject: [PATCH 5/5] libexttextcat: change the source from http to https --- SPECS-EXTENDED/libexttextcat/libexttextcat.spec | 5 +++-- cgmanifest.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec index a3bd3db2305..e143c62db61 100644 --- a/SPECS-EXTENDED/libexttextcat/libexttextcat.spec +++ b/SPECS-EXTENDED/libexttextcat/libexttextcat.spec @@ -3,11 +3,11 @@ Distribution: Azure Linux Name: libexttextcat Version: 3.4.6 Release: 1%{?dist} -Summary: Text categAorization library +Summary: Text categorization library License: BSD-3-Clause URL: https://wiki.documentfoundation.org/Libexttextcat -Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz +Source: https://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz BuildRequires: gcc BuildRequires: make @@ -67,6 +67,7 @@ make check * Mon Nov 04 2024 Durga Jagadeesh Palli - 3.4.6-1 - Update to 3.4.6-1 - License verified. +- change the Source from http to https * Fri Oct 15 2021 Pawel Winogrodzki - 3.4.5-7 - Initial CBL-Mariner import from Fedora 32 (license: MIT). diff --git a/cgmanifest.json b/cgmanifest.json index 5c903a0064d..58d4414fb27 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -9362,7 +9362,7 @@ "other": { "name": "libexttextcat", "version": "3.4.6", - "downloadUrl": "http://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz" + "downloadUrl": "https://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz" } } },