[DRE-commits] [ruby-zip] branch master updated (bb18fe9 -> a3f7918)

David Suárez deiv-guest at moszumanska.debian.org
Tue Sep 23 18:47:45 UTC 2014


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

deiv-guest pushed a change to branch master
in repository ruby-zip.

      from  bb18fe9   new release
      adds  c40b7b6   Imported Upstream version 1.1.2
      adds  63c7cc4   Imported Upstream version 1.1.6
       new  9f0d804   Merge tag 'upstream/1.1.6'
       new  38a406a   Drop 'dont-use-home' patch; Fixed upstream
       new  10f419b   Add 'fix-random-tests-failures' patch from upstream
       new  dcb0292   debian/copyright: Fix Ruby license short name
       new  2a9700c   debian/rules: add tests generated file to clean
       new  3087658   Drop 'libzip-ruby1.9.1' transitional package
       new  a3f7918   Wrap and sort

The 7 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 +
 .travis.yml                                        |  4 +-
 Changelog.md                                       | 33 ++++++++++++
 Gemfile                                            |  9 ----
 debian/control                                     | 27 ++++------
 debian/copyright                                   |  8 +--
 debian/patches/dont-use-home.patch                 | 12 -----
 debian/patches/fix-random-tests-failures           | 58 +++++++++++++++++++++
 debian/patches/series                              |  2 +-
 debian/rules                                       |  1 +
 lib/zip/entry.rb                                   |  8 ++-
 lib/zip/errors.rb                                  |  8 +++
 lib/zip/file.rb                                    |  3 +-
 lib/zip/inflater.rb                                | 59 ++++++----------------
 lib/zip/ioextras/abstract_input_stream.rb          |  6 ++-
 lib/zip/output_stream.rb                           |  2 +-
 lib/zip/streamable_stream.rb                       |  4 ++
 lib/zip/version.rb                                 |  2 +-
 rubyzip.gemspec                                    |  2 +
 samples/example.rb                                 |  4 +-
 samples/example_recursive.rb                       | 13 +++--
 samples/gtkRubyzip.rb                              | 10 ++--
 samples/qtzip.rb                                   | 16 +++---
 samples/write_simple.rb                            |  2 +-
 samples/zipfind.rb                                 | 14 ++---
 test/data/mimetype                                 |  1 +
 test/entry_test.rb                                 | 33 ++++++++++++
 test/errors_test.rb                                | 36 +++++++++++++
 test/file_test.rb                                  | 19 +++++--
 test/input_stream_test.rb                          | 10 ++++
 ....rb => unicode_file_names_and_comments_test.rb} |  2 +
 31 files changed, 282 insertions(+), 127 deletions(-)
 delete mode 100644 debian/patches/dont-use-home.patch
 create mode 100644 debian/patches/fix-random-tests-failures
 create mode 100644 test/data/mimetype
 create mode 100644 test/errors_test.rb
 rename test/{unicode_file_names_and_comments.rb => unicode_file_names_and_comments_test.rb} (98%)

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



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