Skip to content

Commit 122c783

Browse files
durgajagadeeshdj_palli
andauthored
libexttextcat: Update to 3.4.6-11 (#10918)
Co-authored-by: dj_palli <dj_palli@microsoft.com>
1 parent fb2aed4 commit 122c783

3 files changed

Lines changed: 15 additions & 9 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-
"libexttextcat-3.4.5.tar.xz": "13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8"
3+
"libexttextcat-3.4.6.tar.xz": "6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df"
44
}
55
}

SPECS-EXTENDED/libexttextcat/libexttextcat.spec

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Vendor: Microsoft Corporation
22
Distribution: Azure Linux
33
Name: libexttextcat
4-
Version: 3.4.5
5-
Release: 7%{?dist}
4+
Version: 3.4.6
5+
Release: 1%{?dist}
66
Summary: Text categorization library
77

8-
License: BSD
8+
License: BSD-3-Clause
99
URL: https://wiki.documentfoundation.org/Libexttextcat
10-
Source: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
10+
Source: https://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz
1111

1212
BuildRequires: gcc
13+
BuildRequires: make
1314

1415
%description
1516
%{name} is an N-Gram-Based Text Categorization library primarily
@@ -36,10 +37,10 @@ you to easily create your own document fingerprints.
3637

3738
%build
3839
%configure --disable-silent-rules --disable-static --disable-werror
39-
make %{?_smp_mflags}
40+
%make_build
4041

4142
%install
42-
make install DESTDIR=%{buildroot}
43+
%make_install
4344
rm -f %{buildroot}/%{_libdir}/*.la
4445

4546
%check
@@ -63,6 +64,11 @@ make check
6364
%{_bindir}/createfp
6465

6566
%changelog
67+
* Mon Nov 04 2024 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 3.4.6-1
68+
- Update to 3.4.6-1
69+
- License verified.
70+
- change the Source from http to https
71+
6672
* Fri Oct 15 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 3.4.5-7
6773
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6874

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9351,8 +9351,8 @@
93519351
"type": "other",
93529352
"other": {
93539353
"name": "libexttextcat",
9354-
"version": "3.4.5",
9355-
"downloadUrl": "http://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.5.tar.xz"
9354+
"version": "3.4.6",
9355+
"downloadUrl": "https://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz"
93569356
}
93579357
}
93589358
},

0 commit comments

Comments
 (0)