[DRE-commits] [ruby-gnome2] branch master updated (e194446 -> 21f7b4a)

Daisuke Higuchi dai at moszumanska.debian.org
Wed Jul 19 10:11:12 UTC 2017


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

dai pushed a change to branch master
in repository ruby-gnome2.

      from  e194446   Prepare changelog for 3.1.6-1, again.
      adds  5448d79   New upstream version 3.1.7
       new  479e53f   Updated version 3.1.7 from 'upstream/3.1.7'
      adds  b90d125   New upstream version 3.1.8
       new  7fb28fa   Updated version 3.1.8 from 'upstream/3.1.8'
       new  7c42f43   Refresh patch.
       new  21f7b4a   Prepare changelog for 3.1.8-1.

The 4 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:
 NEWS                                               | 175 ++++++++
 Rakefile                                           |  17 +-
 cairo-gobject/ext/cairo-gobject/extconf.rb         |   2 +-
 clutter-gstreamer/Rakefile                         |   6 +-
 clutter/Rakefile                                   |  12 +-
 clutter/lib/clutter.rb                             |   5 +-
 debian/changelog                                   |  10 +
 .../do-not-use-native-package-installer.patch      |  16 +-
 gdk3/Rakefile                                      |   2 +-
 gdk3/dependency-check/Rakefile                     |   2 +-
 gdk3/lib/gdk3/loader.rb                            |   1 +
 glib2/Rakefile                                     |   5 +-
 glib2/ext/glib2/rbglib-bytes.c                     |  24 ++
 glib2/ext/glib2/rbglib.c                           |   1 +
 glib2/ext/glib2/rbglib.h                           |   2 +-
 glib2/ext/glib2/rbglib_error.c                     |  16 +-
 glib2/ext/glib2/rbgprivate.h                       |   1 +
 glib2/lib/glib-mkenums.rb                          |   2 +-
 glib2/lib/glib2.rb                                 |   2 +-
 glib2/lib/mkmf-gnome2.rb                           |   7 +-
 glib2/patches/glib-2.52.1-fix-build-error.diff     |  37 --
 gnumeric/Rakefile                                  |   2 +-
 gobject-introspection/Rakefile                     |   2 +-
 .../ext/gobject-introspection/extconf.rb           |   8 +-
 .../ext/gobject-introspection/rb-gi-argument.c     | 373 +++++++++++------
 .../ext/gobject-introspection/rb-gi-field-info.c   | 179 +++++++--
 .../gobject-introspection/rb-gi-function-info.c    |   5 +-
 .../gobject-introspection/rb-gi-interface-info.c   |   2 +-
 .../ext/gobject-introspection/rb-gi-private.h      |   8 +-
 .../ext/gobject-introspection/rb-gi-struct-info.c  |  74 +++-
 .../rb-gobject-introspection.h                     |   2 +-
 .../lib/gobject-introspection/loader.rb            |   9 +
 gstreamer/Rakefile                                 |  12 +-
 gtk3/Rakefile                                      |   2 +-
 gtk3/lib/gtk3.rb                                   |   2 +-
 gtk3/lib/gtk3/css-provider.rb                      |   9 +
 gtk3/lib/gtk3/loader.rb                            |   6 +
 gtk3/lib/gtk3/text-buffer.rb                       |  43 +-
 .../lib/gtk3/text-tag.rb                           |  33 +-
 gtk3/sample/gtk-demo/clipboard.rb                  |   4 +-
 gtk3/sample/gtk-demo/css_basics.rb                 |   6 +-
 gtk3/sample/gtk-demo/css_multiplebgs.rb            |   4 +-
 gtk3/sample/gtk-demo/css_pixbufs.rb                |   6 +-
 gtk3/sample/gtk-demo/glarea.rb                     |   2 +-
 gtk3/sample/gtk-demo/hypertext.rb                  |   8 +-
 gtk3/sample/gtk-demo/images.rb                     |  17 +-
 gtk3/sample/gtk-demo/listbox.rb                    |   2 +-
 gtk3/sample/gtk-demo/main.rb                       |  41 +-
 gtk3/sample/gtk-demo/markup.rb                     |   4 +-
 gtk3/sample/gtk-demo/rotated_text.rb               |  11 +-
 gtk3/sample/gtk-demo/stack.rb                      |   2 -
 gtk3/sample/gtk-demo/textview.rb                   |  16 +-
 gtk3/test/test-gtk-text-buffer.rb                  |  32 +-
 ...est-gtk-recent-info.rb => test-gtk-text-tag.rb} |  34 +-
 gtksourceview3/Rakefile                            |   2 +-
 gtksourceview3/dependency-check/Rakefile           |   2 +-
 pango/Rakefile                                     |   2 +-
 pango/ext/pango/pango.def                          |   1 +
 ...-pango-attr-list.c => rb-pango-attr-iterator.c} |  58 ++-
 pango/ext/pango/rb-pango-attr-list.c               |  10 +
 pango/ext/pango/rb-pango-attribute.c               | 447 +++++++++++++++++++--
 pango/ext/pango/rb-pango-conversions.h             |   9 +
 pango/ext/pango/rb-pango-private.h                 |   2 +
 pango/ext/pango/rb-pango-scale.c                   |  53 +++
 pango/ext/pango/rb-pango.c                         |   2 +
 pango/lib/pango/{language.rb => attr-type.rb}      |  14 +-
 pango/lib/pango/deprecated.rb                      |  33 ++
 pango/lib/pango/loader.rb                          |  11 +-
 pango/lib/pango/rectangle.rb                       |   4 +
 .../{test-attr-list.rb => test-attr-iterator.rb}   |  18 +-
 rsvg2/Rakefile                                     |  11 +-
 rsvg2/lib/rsvg2.rb                                 |   1 +
 {rsvg2-no-gi => rsvg2}/sample/svg-viewer.rb        |  12 +-
 {rsvg2-no-gi => rsvg2}/sample/svg2.rb              |  20 +-
 vte3/Rakefile                                      |   2 +-
 webkit2-gtk/Rakefile                               |   2 +-
 webkit2-gtk/lib/webkit2-gtk/loader.rb              |   1 +
 .../lib/webkit2-gtk/web-context.rb                 |  22 +-
 webkit2-gtk/sample/browser.rb                      |  27 +-
 webkit2-gtk/sample/screenshot.rb                   |  70 ++++
 .../test/test-webkit2-gtk-web-context.rb           |  33 +-
 ...gtk-webview.rb => test-webkit2-gtk-web-view.rb} |   0
 82 files changed, 1701 insertions(+), 473 deletions(-)
 delete mode 100644 glib2/patches/glib-2.52.1-fix-build-error.diff
 copy glib2/test/test-type-interface.rb => gtk3/lib/gtk3/text-tag.rb (60%)
 copy gtk3/test/{test-gtk-recent-info.rb => test-gtk-text-tag.rb} (56%)
 copy pango/ext/pango/{rb-pango-attr-list.c => rb-pango-attr-iterator.c} (52%)
 create mode 100644 pango/ext/pango/rb-pango-scale.c
 copy pango/lib/pango/{language.rb => attr-type.rb} (82%)
 copy pango/test/{test-attr-list.rb => test-attr-iterator.rb} (69%)
 copy {rsvg2-no-gi => rsvg2}/sample/svg-viewer.rb (73%)
 copy {rsvg2-no-gi => rsvg2}/sample/svg2.rb (73%)
 mode change 100644 => 100755
 copy pango/lib/pango/rectangle.rb => webkit2-gtk/lib/webkit2-gtk/web-context.rb (71%)
 create mode 100644 webkit2-gtk/sample/screenshot.rb
 copy glib2/test/test-type-interface.rb => webkit2-gtk/test/test-webkit2-gtk-web-context.rb (62%)
 rename webkit2-gtk/test/{test-webkit2-gtk-webview.rb => test-webkit2-gtk-web-view.rb} (100%)

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



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