[DRE-commits] [ruby-mysql2] branch master updated (b2bdd6c -> d73bf52)

zeha at debian.org zeha at debian.org
Mon Dec 19 01:08:56 UTC 2016


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

zeha pushed a change to branch master
in repository ruby-mysql2.

      from  b2bdd6c   Replace build dedependency on libmysqld-dev with libmysqlclient-dev
      adds  68227d9   New upstream version 0.4.5
       new  b84e35e   Merge tag 'upstream/0.4.5'
       new  e1d386c   Switch to default-*mysql*
       new  38e0a56   Work around mariadb grant issue
       new  8b414fc   Bump debhelper compat level to 10
       new  d73bf52   Update changelog for 0.4.5-1 release

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:
 README.md                      | 20 ++++++---
 debian/changelog               | 10 +++++
 debian/compat                  |  2 +-
 debian/control                 |  6 +--
 debian/start_mysqld_and_run.sh | 10 +++--
 ext/mysql2/client.c            | 82 ++++++++++++++++++++++++++++++++++++
 ext/mysql2/client.h            |  6 ---
 ext/mysql2/extconf.rb          | 20 +++++++++
 ext/mysql2/result.c            |  3 ++
 ext/mysql2/statement.c         | 94 ++++++++++++++++++++++++++++++++++++------
 lib/mysql2/client.rb           | 15 ++++++-
 lib/mysql2/version.rb          |  2 +-
 mysql2.gemspec                 |  4 +-
 spec/configuration.yml.example |  6 ---
 spec/mysql2/client_spec.rb     | 49 ++++++++++++----------
 spec/mysql2/error_spec.rb      |  2 +-
 spec/mysql2/statement_spec.rb  | 68 +++++++++++++++++++++++++++---
 spec/ssl/gen_certs.sh          |  2 +-
 18 files changed, 331 insertions(+), 70 deletions(-)

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



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