[DRE-commits] [ruby-ox] branch master updated (1d1e94f -> e4020d4)

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 18 14:12:59 UTC 2017


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

boutil pushed a change to branch master
in repository ruby-ox.

      from  1d1e94f   Run wrap-and-sort on packaging files
      adds  c6acffc   New upstream version 2.8.2
       new  628c821   Update upstream source from tag 'upstream/2.8.2'
       new  80dda6f   Bump Standards-Version to 4.1.1 (no changes needed)
       new  dcaf135   Bump debhelper compatibility level to 10
       new  dfecfb3   Refresh 000-fix-so-load-path.patch
       new  e4020d4   prepare changelog

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:
 .gitignore                                |   1 -
 CHANGELOG.md                              | 416 ++++++++++++++
 LICENSE                                   |  40 +-
 README.md                                 |  31 +-
 checksums.yaml.gz                         | Bin 267 -> 0 bytes
 debian/changelog                          |  14 +
 debian/compat                             |   2 +-
 debian/control                            |   4 +-
 debian/patches/000-fix-so-load-path.patch |   4 +-
 ext/ox/attr.h                             |  25 -
 ext/ox/base64.c                           |  25 -
 ext/ox/base64.h                           |  25 -
 ext/ox/buf.h                              | 160 ++++++
 ext/ox/builder.c                          | 891 ++++++++++++++++++++++++++++++
 ext/ox/cache.c                            |  32 +-
 ext/ox/cache.h                            |  27 +-
 ext/ox/cache8.c                           |  12 +-
 ext/ox/cache8.h                           |  27 +-
 ext/ox/cache8_test.c                      |  69 ---
 ext/ox/cache_test.c                       |  80 ---
 ext/ox/dump.c                             | 212 ++++---
 ext/ox/encode.h                           |  25 -
 ext/ox/err.c                              |  29 +-
 ext/ox/err.h                              |  25 -
 ext/ox/extconf.rb                         |   2 +
 ext/ox/gen_load.c                         |  41 +-
 ext/ox/hash_load.c                        | 224 ++++++++
 ext/ox/helper.h                           |  25 -
 ext/ox/obj_load.c                         |  51 +-
 ext/ox/ox.c                               | 788 +++++++++++++++++++++-----
 ext/ox/ox.h                               | 100 ++--
 ext/ox/parse.c                            | 177 ++++--
 ext/ox/sax.c                              | 782 +++++++++++++++++++-------
 ext/ox/sax.h                              |  85 +--
 ext/ox/sax_as.c                           |  74 ++-
 ext/ox/sax_buf.c                          | 105 +---
 ext/ox/sax_buf.h                          |  86 +--
 ext/ox/sax_has.h                          |  38 +-
 ext/ox/sax_hint.c                         | 291 +++++-----
 ext/ox/sax_hint.h                         |  40 +-
 ext/ox/sax_stack.h                        |  27 +-
 ext/ox/special.c                          |  25 -
 ext/ox/special.h                          |  25 -
 ext/ox/type.h                             |  25 -
 lib/ox.rb                                 |  27 +-
 lib/ox/bag.rb                             |  35 +-
 lib/ox/cdata.rb                           |   2 +-
 lib/ox/comment.rb                         |   4 +-
 lib/ox/doctype.rb                         |   2 +-
 lib/ox/document.rb                        |   8 +-
 lib/ox/element.rb                         | 111 +++-
 lib/ox/error.rb                           |   2 +
 lib/ox/hasattrs.rb                        |  15 +-
 lib/ox/instruct.rb                        |   8 +-
 lib/ox/node.rb                            |   4 +-
 lib/ox/raw.rb                             |  14 +
 lib/ox/sax.rb                             |  23 +-
 lib/ox/version.rb                         |   2 +-
 lib/ox/xmlrpc_adapter.rb                  |   4 +-
 metadata.yml                              | 101 ----
 ox.gemspec                                |  34 ++
 61 files changed, 3870 insertions(+), 1713 deletions(-)
 delete mode 100644 .gitignore
 create mode 100644 CHANGELOG.md
 delete mode 100644 checksums.yaml.gz
 create mode 100644 ext/ox/buf.h
 create mode 100644 ext/ox/builder.c
 delete mode 100644 ext/ox/cache8_test.c
 delete mode 100644 ext/ox/cache_test.c
 create mode 100644 ext/ox/hash_load.c
 create mode 100644 lib/ox/raw.rb
 delete mode 100644 metadata.yml
 create mode 100644 ox.gemspec

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



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