[DRE-commits] [ruby-sqlite3] branch master updated (98c1ba4 -> 66a9936)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Apr 7 09:49:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch master
in repository ruby-sqlite3.

      from  98c1ba4   Close FTBFS bug and target unstable
      adds  93277da   Imported Upstream version 1.3.9
       new  ca8f744   Merge tag 'upstream/1.3.9'
       new  1812d8b   new upstream release
       new  2458d54   drop ruby 1.9
       new  25de349   remove applied patch
       new  66a9936   upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.rdoc                                     |   8 +
 README.rdoc                                        |  12 +-
 checksums.yaml.gz                                  | Bin 0 -> 270 bytes
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 .../fix_test_insert_duplicate_records.patch        |  36 ----
 debian/patches/series                              |   1 -
 ext/sqlite3/database.c                             |  11 +-
 ext/sqlite3/extconf.rb                             |   8 +-
 ext/sqlite3/sqlite3.c                              |  57 +++++
 ext/sqlite3/sqlite3_ruby.h                         |   7 +-
 ext/sqlite3/statement.c                            |  42 ++--
 faq/faq.yml                                        |   2 +-
 lib/sqlite3/database.rb                            |  35 ++--
 lib/sqlite3/pragmas.rb                             |   4 +-
 lib/sqlite3/version.rb                             |   4 +-
 metadata.yml                                       | 231 +++++++++------------
 setup.rb                                           |   4 +-
 tasks/gem.rake                                     |   2 +-
 tasks/vendor_sqlite3.rake                          |   2 +-
 test/test_database.rb                              |  17 ++
 test/test_encoding.rb                              |  32 +++
 test/test_integration.rb                           |  45 ++--
 test/test_integration_pending.rb                   |   2 +-
 test/test_statement.rb                             |   6 +-
 25 files changed, 345 insertions(+), 235 deletions(-)
 create mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/fix_test_insert_duplicate_records.patch
 delete mode 100644 debian/patches/series

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-sqlite3.git



More information about the Pkg-ruby-extras-commits mailing list