From 122c7830aa3b31df433df62e6da646b2e719e451 Mon Sep 17 00:00:00 2001 From: durgajagadeesh Date: Thu, 6 Feb 2025 13:08:47 +0530 Subject: [PATCH] libexttextcat: Update to 3.4.6-11 (#10918) Co-authored-by: dj_palli --- .../libexttextcat.signatures.json | 2 +- .../libexttextcat/libexttextcat.spec | 18 ++++++++++++------ cgmanifest.json | 4 ++-- 3 files changed, 15 insertions(+), 9 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..e143c62db61 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: 1%{?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 +Source: https://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,11 @@ make check %{_bindir}/createfp %changelog +* 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 6885fb107dc..69cfe093c9c 100644 --- a/cgmanifest.json +++ b/cgmanifest.json @@ -9351,8 +9351,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": "https://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz" } } },