Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        sqlite-tcl: Tcl bindings for sqlite
        
        
        - Summary
- SQLite is a small, fast, embeddable SQL database engine that supports
most of SQL92, including transactions with atomic commit and rollback,
subqueries, compound queries, triggers, and views.
This package contains tcl bindings for sqlite.
Changelog
        
            - * Wed Feb 16 16:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.8.16-1
- - Update to 2.8.16 bug-fix release + update patches. 
            - * Tue Feb 15 16:00:00 2005 Thorsten Leemhuis <fedora[AT]leemhuis[DOT]info> - 2.8.15-2
- - add sqlite-64bit-fixes.patch and sqlite-2.8.15-arch-double-differences.patch
  fixes x86_64; Both were found in a mandrake srpm
- remove exclusive arch ix86; hopefully this fixes ppc also 
            - * Sun Jan 23 16:00:00 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.8.15-1
- - Add exclusive arch ix86 for now (make test segfaults on x86_64).
- Update makefile patch, $(exec_prefix)/lib -> $(libdir), and
  substitute additional /usr/lib locations in %prep for multilib
  people to play with.