[DRE-commits] [ruby-prawn] branch master updated (e7345aa -> 8520c54)

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 8 05:30:34 UTC 2016


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

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

      from  e7345aa   Run wrap-and-sort on packaging files
      adds  bd4607c   Imported Upstream version 2.1.0+dfsg
       new  0e260ac   Merge tag 'upstream/2.1.0+dfsg'
       new  9e4e404   bump dependency versions of ruby-pdf-inspector and ruby-pdf-core
       new  e8bf991   Refresh patches
       new  9565d6d   Drop 0900_rspec3.patch, fixed upstream
       new  b586d9f   standards to 3.9.8
       new  8520c54   prepare 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:
 .gitignore                                         |   5 +-
 .travis.yml                                        |  20 +-
 CHANGELOG.md                                       |  42 +++
 README.md                                          |   7 +-
 data/images/blend_modes_bottom_layer.jpg           | Bin 0 -> 49718 bytes
 data/images/blend_modes_top_layer.jpg              | Bin 0 -> 115767 bytes
 data/images/fractal.jpg                            | Bin 6640 -> 6643 bytes
 data/images/indexed_transparency.png               | Bin 0 -> 494 bytes
 data/images/indexed_transparency_alpha.dat         | Bin 0 -> 253 bytes
 data/images/indexed_transparency_color.dat         | Bin 0 -> 206 bytes
 data/images/pal_bk.png                             | Bin 1152 -> 0 bytes
 data/images/pigs.jpg                               | Bin 9693 -> 9698 bytes
 data/images/stef.jpg                               | Bin 2256 -> 2260 bytes
 debian/changelog                                   |  14 +
 debian/control                                     |   8 +-
 .../0200_replace_BASEDIR_data_by_DATADIR.patch     |  30 +-
 debian/patches/0400_use_system_fonts.patch         |  24 +-
 .../0500_disable_tests_using_removed_files.patch   |  18 +-
 ...0700_use_deterministic_keys_for_gradients.patch |  14 +-
 debian/patches/0900_rspec3.patch                   | 304 -------------------
 debian/patches/series                              |   1 -
 lib/prawn.rb                                       |   3 +-
 lib/prawn/document.rb                              |   1 +
 lib/prawn/document/internals.rb                    |  12 +-
 lib/prawn/font.rb                                  |  15 +-
 lib/prawn/graphics.rb                              |   2 +
 lib/prawn/graphics/blend_mode.rb                   |  64 ++++
 lib/prawn/graphics/patterns.rb                     |  68 ++++-
 lib/prawn/graphics/transformation.rb               |   3 +
 lib/prawn/images/png.rb                            |  48 ++-
 lib/prawn/text/formatted/arranger.rb               |  42 +--
 lib/prawn/text/formatted/line_wrap.rb              |   5 +-
 lib/prawn/transformation_stack.rb                  |  42 +++
 lib/prawn/version.rb                               |   2 +-
 manual/graphics/blend_mode.rb                      |  49 +++
 manual/graphics/graphics.rb                        |   1 +
 manual/graphics/soft_masks.rb                      |   2 +-
 prawn.gemspec                                      |   9 +-
 spec/acceptance/png.rb                             |  24 --
 spec/acceptance/png_spec.rb                        |  35 +++
 spec/blend_mode_spec.rb                            |  71 +++++
 spec/document_spec.rb                              | 148 +++++-----
 spec/extensions/mocha.rb                           |  45 ---
 spec/font_spec.rb                                  |  22 +-
 spec/formatted_text_arranger_spec.rb               | 327 +++++++++++----------
 spec/formatted_text_box_spec.rb                    |  46 +--
 spec/graphics_spec.rb                              |  95 ++++--
 spec/image_handler_spec.rb                         |  14 +-
 spec/images_spec.rb                                |   2 +-
 spec/png_spec.rb                                   |  30 +-
 spec/repeater_spec.rb                              |  18 +-
 spec/spec_helper.rb                                |   5 +-
 spec/text_at_spec.rb                               |   4 +-
 spec/text_box_spec.rb                              |  36 ++-
 spec/text_spec.rb                                  |  22 +-
 spec/transformation_stack_spec.rb                  |  63 ++++
 spec/view_spec.rb                                  |  20 +-
 57 files changed, 1041 insertions(+), 841 deletions(-)
 create mode 100644 data/images/blend_modes_bottom_layer.jpg
 create mode 100644 data/images/blend_modes_top_layer.jpg
 create mode 100644 data/images/indexed_transparency.png
 create mode 100644 data/images/indexed_transparency_alpha.dat
 create mode 100644 data/images/indexed_transparency_color.dat
 delete mode 100644 data/images/pal_bk.png
 delete mode 100644 debian/patches/0900_rspec3.patch
 create mode 100644 lib/prawn/graphics/blend_mode.rb
 create mode 100644 lib/prawn/transformation_stack.rb
 create mode 100644 manual/graphics/blend_mode.rb
 delete mode 100644 spec/acceptance/png.rb
 create mode 100644 spec/acceptance/png_spec.rb
 create mode 100644 spec/blend_mode_spec.rb
 delete mode 100644 spec/extensions/mocha.rb
 create mode 100644 spec/transformation_stack_spec.rb

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



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