[DRE-commits] [ruby-libxml] branch master updated (e49995a -> 4beec3f)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 21 07:52:16 UTC 2015


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

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

      from  e49995a   Imported Debian patch 2.7.0-3
      adds  d552a0e   Imported Upstream version 2.8.0
       new  cf0bb41   Merge tag 'upstream/2.8.0'
       new  ec702ca   add DEP-3 header to libxml2-2.9.2.patch
       new  7e17d4d   drop 0200_do_not_overwrite_LDFLAGS.patch, fixed upstream
       new  1596d60   add avoid_infinite_loop_ruby22.patch, disabling hanging test with ruby2.2
       new  b37803f   remove Filipe Lautert from uploaders (Closes: #762562)
       new  0f0d0db   update long description to remove mention of benchmark (Closes: #781723)
       new  43ab3bd   refresh packaging
       new  c613083   drop useless loadpath modification in ruby-tests.rb
       new  5b19878   extend avoid_infinite_loop_ruby22.patch
       new  4beec3f   prepare changelog

The 10 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:
 HISTORY                                            |  27 +-
 Rakefile                                           |  11 +-
 checksums.yaml.gz                                  | Bin 426 -> 0 bytes
 debian/changelog                                   |  16 +
 debian/control                                     |  25 +-
 debian/copyright                                   |   6 +-
 debian/patches/0200_do_not_overwrite_LDFLAGS.patch |  39 -
 debian/patches/avoid_infinite_loop_ruby22.patch    |  43 +
 debian/patches/fix_test_under_1.9.1                |  24 -
 debian/patches/libxml2-2.9.2.patch                 |   5 +
 debian/patches/series                              |   3 +-
 debian/ruby-tests.rb                               |  13 -
 debian/rules                                       |   6 +-
 ext/libxml/extconf.h                               |   5 -
 ext/libxml/extconf.rb                              |  24 +-
 ext/libxml/ruby_xml_document.c                     |   2 +-
 ext/libxml/ruby_xml_node.c                         |   2 +-
 ext/libxml/ruby_xml_schema.c                       |   2 +-
 ext/libxml/ruby_xml_version.h                      |   6 +-
 ext/libxml/ruby_xml_writer.c                       |  21 +-
 ext/libxml/ruby_xml_xpath.c                        |   1 +
 ext/libxml/ruby_xml_xpath_object.c                 |   2 +-
 libxml-ruby.gemspec                                |   2 +-
 metadata.yml                                       | 138 ++--
 test/model/kml_sample.xml                          | 915 ---------------------
 test/remove_test.rb                                |   9 -
 test/tc_gc.rb                                      |  86 --
 test/tc_parser.rb.orig                             | 384 ---------
 28 files changed, 210 insertions(+), 1607 deletions(-)
 delete mode 100644 checksums.yaml.gz
 delete mode 100644 debian/patches/0200_do_not_overwrite_LDFLAGS.patch
 create mode 100644 debian/patches/avoid_infinite_loop_ruby22.patch
 delete mode 100644 debian/patches/fix_test_under_1.9.1
 delete mode 100644 ext/libxml/extconf.h
 delete mode 100644 test/model/kml_sample.xml
 delete mode 100644 test/remove_test.rb
 delete mode 100644 test/tc_gc.rb
 delete mode 100644 test/tc_parser.rb.orig

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



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