[DRE-commits] [ruby-raindrops] branch master updated (6b4a108 -> fa0c540)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 18 11:47:24 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-raindrops.

      from  6b4a108   Release 0.17.0-1
      adds  77fb816   Imported Upstream version 0.19.0
       new  3de1420   Merge tag 'upstream/0.19.0'
       new  e9f693f   d/copyright: Use https in format field
       new  e78b049   d/control: Bump standards version to 4.0.0 (no changes)
       new  d366cfc   Add patch to set a proper gem version in gemspec
       new  fa0c540   Release 0.19.0-1

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:
 .document                                          |   2 +-
 .manifest                                          |   4 +-
 .olddoc.yml                                        |   1 -
 GIT-VERSION-FILE                                   |   2 +-
 GIT-VERSION-GEN                                    |   2 +-
 LATEST                                             |  28 +--
 NEWS                                               |  61 +++++
 README                                             |   9 +-
 TODO                                               |   1 +
 debian/changelog                                   |  11 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 ...Make-gemspec-work-without-make-and-olddoc.patch |  46 ----
 .../0003-Set-proper-version-in-gemspec.patch       |  21 ++
 debian/patches/series                              |   2 +-
 ext/raindrops/extconf.rb                           | 106 ++++++++-
 ext/raindrops/linux_inet_diag.c                    | 138 +++++-------
 ext/raindrops/linux_tcp_info.c                     | 173 ---------------
 ext/raindrops/raindrops.c                          |  35 ++-
 ext/raindrops/tcp_info.c                           | 245 +++++++++++++++++++++
 lib/raindrops/aggregate/pmq.rb                     |  28 ++-
 lib/raindrops/middleware/proxy.rb                  |   4 +-
 raindrops.gemspec                                  |  26 +--
 test/test_aggregate_pmq.rb                         |   2 +-
 test/test_inet_diag_socket.rb                      |   2 +-
 test/test_last_data_recv_unicorn.rb                |   2 +-
 test/{test_linux_tcp_info.rb => test_tcp_info.rb}  |  40 +++-
 test/test_watcher.rb                               |   7 +-
 28 files changed, 625 insertions(+), 377 deletions(-)
 delete mode 100644 debian/patches/0003-Make-gemspec-work-without-make-and-olddoc.patch
 create mode 100644 debian/patches/0003-Set-proper-version-in-gemspec.patch
 delete mode 100644 ext/raindrops/linux_tcp_info.c
 create mode 100644 ext/raindrops/tcp_info.c
 rename test/{test_linux_tcp_info.rb => test_tcp_info.rb} (63%)

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



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