[DRE-commits] [ruby-mysql2] branch master updated (2efc8a8 -> f378e99)

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Jul 21 01:28:21 UTC 2015


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

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

      from  2efc8a8   Update changelog for 0.3.16-3 release
      adds  f6d1688   Imported Upstream version 0.3.18
       new  b40415e   Merge tag 'upstream/0.3.18'
       new  d353350   New upstream release
       new  50b239a   Refresh patches
       new  9fd1de7   debian/start_mysqld_and_auto_install.sh: skip database creation
       new  c260437   port test suite to rspec 3 with `transpec`
       new  f378e99   upload to unstable

The 6 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:
 MIT-LICENSE                                        |   20 -
 README.md                                          |   68 +-
 checksums.yaml.gz                                  |  Bin 270 -> 0 bytes
 debian/changelog                                   |   17 +
 debian/patches/avoid_openssl_loop.patch            |   49 -
 debian/patches/cleanup_fork.patch                  |    6 +-
 debian/patches/correct_mysql_init.patch            |   38 -
 debian/patches/port_to_rspec3.patch                | 1605 ++++++++++++++++++++
 debian/patches/remove_rpath_compilation_flag.patch |   60 +-
 debian/patches/series                              |    3 +-
 debian/rules                                       |    1 -
 debian/start_mysqld_and_auto_install.sh            |   18 +-
 ext/mysql2/client.c                                |   51 +-
 ext/mysql2/client.h                                |    2 +-
 ext/mysql2/extconf.rb                              |  105 +-
 ext/mysql2/infile.c                                |    2 +
 ext/mysql2/result.c                                |   41 +-
 lib/mysql2.rb                                      |   23 +
 lib/mysql2/em.rb                                   |   11 +-
 lib/mysql2/error.rb                                |    9 +-
 lib/mysql2/version.rb                              |    2 +-
 metadata.yml                                       |   24 +-
 spec/em/em_spec.rb                                 |   21 +
 spec/mysql2/client_spec.rb                         |   52 +-
 spec/mysql2/result_spec.rb                         |   12 +-
 support/libmysql.def                               |  219 +++
 26 files changed, 2177 insertions(+), 282 deletions(-)
 delete mode 100644 MIT-LICENSE
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/avoid_openssl_loop.patch
 delete mode 100644 debian/patches/correct_mysql_init.patch
 create mode 100644 debian/patches/port_to_rspec3.patch
 create mode 100644 support/libmysql.def

-- 
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