Skip to content

Commit bf34c20

Browse files
committed
Upgrade: libdatrie version to 0.2.13
1 parent 4f0ad92 commit bf34c20

File tree

4 files changed

+14
-21
lines changed

4 files changed

+14
-21
lines changed

Diff for: SPECS-EXTENDED/libdatrie/libdatrie-fixes-docs.patch

-14
This file was deleted.

Diff for: SPECS-EXTENDED/libdatrie/libdatrie.signatures.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"libdatrie-0.2.9.tar.xz": "d980713e7ad8e19cf3b54ee0173782b94332af8e7e4e936dde01d2cd72e1da1d"
3+
"libdatrie-0.2.13.tar.xz": "12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be"
44
}
55
}

Diff for: SPECS-EXTENDED/libdatrie/libdatrie.spec

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
Name: libdatrie
2-
Version: 0.2.9
3-
Release: 12%{?dist}
2+
Version: 0.2.13
3+
Release: 1%{?dist}
44
Summary: Implementation of Double-Array structure for representing trie
55
License: LGPLv2+
66
Vendor: Microsoft Corporation
77
Distribution: Azure Linux
88
URL: http://linux.thai.net/projects/datrie
99
Source0: http://linux.thai.net/pub/thailinux/software/libthai/%{name}-%{version}.tar.xz
10-
Patch0: libdatrie-fixes-docs.patch
10+
1111
BuildRequires: autoconf, automake, libtool
12+
BuildRequires: autoconf-archive
13+
BuildRequires: doxygen
14+
BuildRequires: make
1215

1316
%description
1417
datrie is an implementation of double-array structure for representing trie.
@@ -30,7 +33,6 @@ developing applications that use %{name}.
3033

3134
%prep
3235
%setup -q
33-
%patch 0 -p1 -b .docs
3436

3537
%build
3638
autoreconf -f -i -v
@@ -62,8 +64,13 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check
6264
%{_libdir}/pkgconfig/datrie-0.2.pc
6365
%{_bindir}/trietool*
6466
%{_mandir}/man1/trietool*
67+
%{_pkgdocdir}-devel/*.{html,css,png,js,svg}
6568

6669
%changelog
70+
* Wed Nov 13 2024 Jyoti Kanase <[email protected]> - 0.2.13-1
71+
- Update to 0.2.13
72+
- License verified
73+
6774
* Mon Nov 02 2020 Joe Schmitt <[email protected]> - 0.2.9-12
6875
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
6976
- Remove doxygen dependency.

Diff for: cgmanifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -8951,8 +8951,8 @@
89518951
"type": "other",
89528952
"other": {
89538953
"name": "libdatrie",
8954-
"version": "0.2.9",
8955-
"downloadUrl": "http://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.9.tar.xz"
8954+
"version": "0.2.13",
8955+
"downloadUrl": "https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz"
89568956
}
89578957
}
89588958
},

0 commit comments

Comments
 (0)