Sat, 27 Apr 2024 01:43:06 UTC | login

Information for build libdatrie-0.2.9-7.el8

ID1092
Package Namelibdatrie
Version0.2.9
Release7.el8
Epoch
Sourcegit+https://git.centos.org/rpms/libdatrie.git#59bba0b9fc07ef9c673de0ad9875494b0ee0b2e7
SummaryImplementation of Double-Array structure for representing trie
Descriptiondatrie is an implementation of double-array structure for representing trie. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. Details of the implementation: http://linux.thai.net/~thep/datrie/datrie.html
Built byhughesjr
State complete
Volume DEFAULT
StartedTue, 14 May 2019 01:11:16 UTC
CompletedTue, 14 May 2019 01:16:29 UTC
Taskbuild (dist-c8, /rpms/libdatrie.git:59bba0b9fc07ef9c673de0ad9875494b0ee0b2e7)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/libdatrie.git?#59bba0b9fc07ef9c673de0ad9875494b0ee0b2e7'}}
Tags
dist-c8
dist-c8-compose
dist-c8-stream
dist-c8-stream-compose
RPMs
src
libdatrie-0.2.9-7.el8.src.rpm (info) (download)
aarch64
libdatrie-0.2.9-7.el8.aarch64.rpm (info) (download)
libdatrie-devel-0.2.9-7.el8.aarch64.rpm (info) (download)
libdatrie-debuginfo-0.2.9-7.el8.aarch64.rpm (info) (download)
libdatrie-debugsource-0.2.9-7.el8.aarch64.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.9-7.el8.aarch64.rpm (info) (download)
i686
libdatrie-0.2.9-7.el8.i686.rpm (info) (download)
libdatrie-devel-0.2.9-7.el8.i686.rpm (info) (download)
libdatrie-debuginfo-0.2.9-7.el8.i686.rpm (info) (download)
libdatrie-debugsource-0.2.9-7.el8.i686.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.9-7.el8.i686.rpm (info) (download)
ppc64le
libdatrie-0.2.9-7.el8.ppc64le.rpm (info) (download)
libdatrie-devel-0.2.9-7.el8.ppc64le.rpm (info) (download)
libdatrie-debuginfo-0.2.9-7.el8.ppc64le.rpm (info) (download)
libdatrie-debugsource-0.2.9-7.el8.ppc64le.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.9-7.el8.ppc64le.rpm (info) (download)
x86_64
libdatrie-0.2.9-7.el8.x86_64.rpm (info) (download)
libdatrie-devel-0.2.9-7.el8.x86_64.rpm (info) (download)
libdatrie-debuginfo-0.2.9-7.el8.x86_64.rpm (info) (download)
libdatrie-debugsource-0.2.9-7.el8.x86_64.rpm (info) (download)
libdatrie-devel-debuginfo-0.2.9-7.el8.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
mock_output.log
hw_info.log
state.log
i686
build.log
root.log
mock_output.log
hw_info.log
state.log
ppc64le
build.log
root.log
mock_output.log
hw_info.log
state.log
aarch64
build.log
root.log
mock_output.log
hw_info.log
state.log
Changelog * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Wed Apr 06 2016 Peng Wu <pwu@redhat.com> - 0.2.9-3 - Fixes docs build * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Christopher Meng <rpm@cicku.me> - 0.2.9-1 - Update to 0.2.9 * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2.8-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Wed Jun 18 2014 Christopher Meng <rpm@cicku.me> - 0.2.8-4 - Move docs to %_pkgdocdir * Mon Feb 24 2014 Christopher Meng <rpm@cicku.me> - 0.2.8-3 - Disable rpath. * Sat Feb 08 2014 Christopher Meng <rpm@cicku.me> - 0.2.8-2 - Reform the subpackages. - Add check section to ensure the availability. * Tue Jan 07 2014 Christopher Meng <rpm@cicku.me> - 0.2.8-1 - Initial Package.