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

Upgrade: libdatrie version to 0.2.13 #11048

Open
wants to merge 1 commit 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
14 changes: 0 additions & 14 deletions SPECS-EXTENDED/libdatrie/libdatrie-fixes-docs.patch

This file was deleted.

2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libdatrie/libdatrie.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libdatrie-0.2.9.tar.xz": "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d"
"libdatrie-0.2.13.tar.xz": "12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be"
}
}
25 changes: 17 additions & 8 deletions SPECS-EXTENDED/libdatrie/libdatrie.spec
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
Name: libdatrie
Version: 0.2.9
Release: 12%{?dist}
Version: 0.2.13
Release: 1%{?dist}
Summary: Implementation of Double-Array structure for representing trie
License: LGPLv2+
Vendor: Microsoft Corporation
Distribution: Azure Linux
URL: http://linux.thai.net/projects/datrie
Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
Patch0: libdatrie-fixes-docs.patch
BuildRequires: autoconf, automake, libtool
URL: https://linux.thai.net/projects/datrie
Source0: https://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz

BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: autoconf-archive
BuildRequires: doxygen
BuildRequires: make

%description
datrie is an implementation of double-array structure for representing trie.
Expand All @@ -29,8 +34,7 @@ This package contains libraries and header files for
developing applications that use %{name}.

%prep
%setup -q
%patch 0 -p1 -b .docs
%autosetup

%build
autoreconf -f -i -v
Expand Down Expand Up @@ -62,8 +66,13 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check
%{_libdir}/pkgconfig/datrie-0.2.pc
%{_bindir}/trietool*
%{_mandir}/man1/trietool*
%{_pkgdocdir}-devel/*.{html,css,png,js,svg}

%changelog
* Wed Nov 13 2024 Jyoti Kanase <[email protected]> - 0.2.13-1
- Update to 0.2.13
- License verified

* Mon Nov 02 2020 Joe Schmitt <[email protected]> - 0.2.9-12
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
- Remove doxygen dependency.
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -8971,8 +8971,8 @@
"type": "other",
"other": {
"name": "libdatrie",
"version": "0.2.9",
"downloadUrl": "http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.9.tar.xz"
"version": "0.2.13",
"downloadUrl": "https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz"
}
}
},
Expand Down