Update to 0.2.9

This commit is contained in:
Christopher Meng 2015-08-25 17:40:20 +08:00
parent becf50fb79
commit 9da3b2b3f3
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/libdatrie-0.2.8.tar.xz
/libdatrie-0.2.9.tar.xz

View File

@ -1,6 +1,6 @@
Name: libdatrie
Version: 0.2.8
Release: 6%{?dist}
Version: 0.2.9
Release: 1%{?dist}
Summary: Implementation of Double-Array structure for representing trie
License: LGPLv2+
URL: http://linux.thai.net/projects/datrie
@ -42,14 +42,14 @@ rm -frv %{buildroot}%{_pkgdocdir}
find %{buildroot} -name '*.*a' -delete -print
%check
LD_LIBRARY_PATH=../datrie/.libs make check %{?_smp_mflags}
LD_LIBRARY_PATH=../datrie/.libs %make_build check
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%doc COPYING
%license COPYING
%{_libdir}/libdatrie.so.*
%files devel
@ -57,10 +57,13 @@ LD_LIBRARY_PATH=../datrie/.libs make check %{?_smp_mflags}
%{_includedir}/datrie/
%{_libdir}/libdatrie.so
%{_libdir}/pkgconfig/datrie-0.2.pc
%{_bindir}/trietool*
%{_mandir}/man1/trietool*.1*
%{_bindir}/trietool
%{_mandir}/man1/trietool.1*
%changelog
* 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

View File

@ -1 +1 @@
fc25a7bf5ec7405e30ae1512a8e2226c libdatrie-0.2.8.tar.xz
687624f374e748de81b01399736bb735 libdatrie-0.2.9.tar.xz