[DRE-commits] [ruby-rdiscount] branch master updated (f4bb53f -> f52711e)

Alessandro Ghedini ghedo at moszumanska.debian.org
Sun Apr 13 10:38:14 UTC 2014


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

ghedo pushed a change to branch master
in repository ruby-rdiscount.

      from  f4bb53f   update changelog
      adds  d224fce   Imported Upstream version 2.1.7
       new  0115b26   Merge tag 'upstream/2.1.7'
       new  6e77afc   New upstream release
       new  f247549   Bump Standards-Version to 3.9.5 (no changes needed)
       new  144e818   Update upstream license
       new  f139066   Use system libmarkdown
       new  f52711e   Finalize changelog

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:
 BUILDING                                       | 132 ++++-
 COPYING                                        |  69 +--
 README.markdown                                |  23 +-
 Rakefile                                       |  61 ++-
 debian/changelog                               |  10 +
 debian/control                                 |   2 +-
 debian/copyright                               |  67 +--
 debian/patches/01_use-system-libmarkdown.patch |  29 ++
 debian/patches/series                          |   1 +
 ext/Csio.c                                     |   2 +-
 ext/VERSION                                    |   1 +
 ext/amalloc.c                                  | 111 ++++
 ext/blocktags                                  |  33 ++
 ext/config.h                                   |  24 +-
 ext/css.c                                      |  19 +-
 ext/cstring.h                                  |   6 +-
 ext/docheader.c                                |  20 +-
 ext/dumptree.c                                 |   2 +-
 ext/emmatch.c                                  |   2 +-
 ext/extconf.rb                                 |  27 +
 ext/flags.c                                    |  85 ++++
 ext/generate.c                                 | 470 +++++++++++++----
 ext/github_flavoured.c                         | 100 ++++
 ext/html5.c                                    |   2 -
 ext/markdown.c                                 | 670 +++++++++++++++++--------
 ext/markdown.h                                 | 117 +++--
 ext/mkdio.c                                    | 120 +++--
 ext/mkdio.h                                    |  75 ++-
 ext/{tags.c => mktags.c}                       |  55 +-
 ext/pgm_options.c                              | 138 +++++
 ext/pgm_options.h                              |   9 +
 ext/rdiscount.c                                | 112 +++--
 ext/resource.c                                 |   6 +-
 ext/setup.c                                    |  39 ++
 ext/tags.c                                     |  94 ++--
 ext/tags.h                                     |   1 +
 ext/toc.c                                      |  68 ++-
 ext/version.c                                  |  30 ++
 ext/xmlpage.c                                  |  48 ++
 lib/rdiscount.rb                               |  14 +-
 metadata.yml                                   |  81 ++-
 rdiscount.gemspec                              |  24 +-
 test/markdown_test.rb                          |   2 +-
 test/rdiscount_test.rb                         | 142 +++++-
 44 files changed, 2345 insertions(+), 798 deletions(-)
 create mode 100644 debian/patches/01_use-system-libmarkdown.patch
 create mode 100644 debian/patches/series
 create mode 100644 ext/VERSION
 create mode 100644 ext/amalloc.c
 create mode 100644 ext/blocktags
 create mode 100644 ext/flags.c
 create mode 100644 ext/github_flavoured.c
 copy ext/{tags.c => mktags.c} (68%)
 create mode 100644 ext/pgm_options.c
 create mode 100644 ext/pgm_options.h
 create mode 100644 ext/setup.c
 create mode 100644 ext/version.c
 create mode 100644 ext/xmlpage.c

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



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