* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.46-1

- Update to 1.4.46
This commit is contained in:
Deji Akingunola 2010-08-06 12:50:07 -04:00
parent 2085e1d8cc
commit d85bd936fb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
tokyocabinet-1.4.43.tar.gz
tokyocabinet-1.4.46.tar.gz

View File

@ -1 +1 @@
5e3e267c023ea7bf3710b13de9f954a9 tokyocabinet-1.4.43.tar.gz
341dadd1f3d68760e350f7e731111786 tokyocabinet-1.4.46.tar.gz

View File

@ -1,7 +1,7 @@
Summary: A modern implementation of a DBM
Name: tokyocabinet
Version: 1.4.43
Release: 2%{?dist}
Version: 1.4.46
Release: 1%{?dist}
License: LGPLv2+
Group: Development/Libraries
URL: http://1978th.net/tokyocabinet/
@ -70,6 +70,9 @@ rm -rf %{buildroot}
%doc doc/*
%changelog
* Fri Aug 06 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.46-1
- Update to 1.4.46
* Thu Apr 22 2010 Deji Akingunola <dakingun@gmail.com> - 1.4.43-2
- Enable 64-bit file offset support (Fix Fedora bug #514383)