Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libexttextcat: Update to 3.4.6-11 #10918

Open
wants to merge 5 commits into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libexttextcat-3.4.5.tar.xz": "13fdbc9d4c489a4d0519e51933a1aa21fe3fb9eb7da191b87f7a63e82797dac8"
"libexttextcat-3.4.6.tar.xz": "6d77eace20e9ea106c1330e268ede70c9a4a89744ddc25715682754eca3368df"
}
}
18 changes: 12 additions & 6 deletions SPECS-EXTENDED/libexttextcat/libexttextcat.spec
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -63,6 +64,11 @@ make check
%{_bindir}/createfp

%changelog
* Mon Nov 04 2024 Durga Jagadeesh Palli <v-dpalli@microsoft.com> - 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 <pawelwi@microsoft.com> - 3.4.5-7
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "https://dev-www.libreoffice.org/src/libexttextcat/libexttextcat-3.4.6.tar.xz"
}
}
},
Expand Down
Loading