Update to 0.2.13
This commit is contained in:
parent
db6a850a17
commit
e16d3a70c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/libdatrie-0.2.8.tar.xz
|
||||
/libdatrie-0.2.9.tar.xz
|
||||
/libdatrie-0.2.13.tar.xz
|
||||
|
@ -1,12 +1,12 @@
|
||||
Name: libdatrie
|
||||
Version: 0.2.9
|
||||
Release: 14%{?dist}
|
||||
Version: 0.2.13
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementation of Double-Array structure for representing trie
|
||||
License: LGPLv2+
|
||||
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
|
||||
BuildRequires: autoconf-archive
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: make
|
||||
|
||||
@ -30,7 +30,6 @@ developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .docs
|
||||
|
||||
%build
|
||||
autoreconf -f -i -v
|
||||
@ -65,6 +64,9 @@ LD_LIBRARY_PATH=../datrie/.libs %make_build check
|
||||
%{_pkgdocdir}-devel/*.{html,css,png,js,svg}
|
||||
|
||||
%changelog
|
||||
* Mon Feb 1 2021 Peng Wu <pwu@redhat.com> - 0.2.13-1
|
||||
- Update to 0.2.13
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.9-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user