Commit 4d1c7063 authored by Andreas Tille's avatar Andreas Tille
Browse files

New upstream version 0.9.9.9

parent 396af83e
Loading
Loading
Loading
Loading
+426 −344

File changed.

Preview size limit exceeded, changes collapsed.

+3 −3
Original line number Diff line number Diff line
* Copyright

FFindex was written by Andreas Hauser <andy@splpashground.de>.
FFindex was written by Andreas Hauser <Andreas.Hauser@LMU.de>.
Please add your name here if you distribute modified versions.

FFindex is provided under the Create Commons license "Attribution-ShareAlike 3.0",
FFindex is provided under the Create Commons license "Attribution-ShareAlike 4.0",
which basically captures the spirit of the Gnu Public License (GPL).

See:
http://creativecommons.org/licenses/by-sa/3.0/
http://creativecommons.org/licenses/by-sa/4.0/

* Thanks

+3 −0
Original line number Diff line number Diff line
For updated version, please see public git log.


0.9.9.6
 - Fix OS X builds and integrate Makefile.osx

+1 −1
Original line number Diff line number Diff line
0.9.9.8
0.9.9.9
+2 −2
Original line number Diff line number Diff line
Summary: FFindex is a very simple index/database for huge amounts of small files. 
Name: ffindex
Version: 0.9.9.8
Version: 0.9.9.9
Release: 1
License: Create Commons license "Attribution-ShareAlike 3.0"
Group: Utilities/System
Source: https://github.com/ahcm/ffindex/archive/0.9.9.8.tar.gz
Source: https://github.com/ahcm/ffindex/archive/0.9.9.9.tar.gz
%description
FFindex is a very simple index/database for huge amounts of small files. The
files are stored concatenated in one big data file, seperated by '\0'. A second
Loading