[DRE-commits] [ruby-kgio] branch master updated (18d116f -> d1d65ec)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 18 13:30:18 UTC 2017


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

tsfgnu-guest pushed a change to branch master
in repository ruby-kgio.

      from  18d116f   Run wrap-and-sort on packaging files
      adds  05f68b4   Imported Upstream version 2.11.0
       new  cf29411   Merge tag 'upstream/2.11.0'
       new  c2e8d57   d/control: Bump standards version to 4.0.0 (no changes)
       new  a391ea1   d/copyright: Use https in format field
       new  395af6d   d/copyright: Update LGPL-2.1 or LGPL-3 with LGPL-2.1+
       new  2d1baba   Add patch to remove olddoc in gemspec
       new  d1d65ec   Release 2.11.0-1

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:
 .document                                          |   1 +
 .manifest                                          |   1 +
 GIT-VERSION-FILE                                   |   2 +-
 GIT-VERSION-GEN                                    |   2 +-
 LATEST                                             |  37 +--
 NEWS                                               |  29 +++
 TODO                                               |   3 +-
 debian/changelog                                   |  16 ++
 debian/control                                     |   2 +-
 debian/copyright                                   |  25 +-
 .../patches/0001-fix-test-test_default_wait.patch  |  26 +++
 ...test.patch => 0002-fix-tcp-fastopen-test.patch} |  17 +-
 .../0003-Remove-usage-of-olddoc-in-gemspec.patch   |  43 ++++
 debian/patches/fix-test-test_default_wait          |  29 ---
 debian/patches/series                              |   5 +-
 debian/rules                                       |   3 +
 ext/kgio/accept.c                                  |   7 +
 ext/kgio/autopush.c                                | 252 +++++++++++++++++++++
 ext/kgio/kgio.h                                    |  12 +
 ext/kgio/kgio_ext.c                                |   1 +
 ext/kgio/read.c                                    |   8 +
 ext/kgio/write.c                                   |   4 +
 ext/kgio/writev.c                                  |   2 +
 lib/kgio.rb                                        |  10 -
 metadata.yml                                       | 186 ---------------
 test/lib_read_write.rb                             |  11 +-
 test/test_autopush.rb                              | 160 ++++++++++++-
 27 files changed, 615 insertions(+), 279 deletions(-)
 create mode 100644 debian/patches/0001-fix-test-test_default_wait.patch
 rename debian/patches/{fix-tcp-fastopen-test.patch => 0002-fix-tcp-fastopen-test.patch} (53%)
 create mode 100644 debian/patches/0003-Remove-usage-of-olddoc-in-gemspec.patch
 delete mode 100644 debian/patches/fix-test-test_default_wait
 create mode 100644 ext/kgio/autopush.c
 delete mode 100644 metadata.yml

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



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