[DRE-commits] [ruby-gnome2] branch master updated (acd4858 -> 7160f94)

Paul van Tilburg paulvt at moszumanska.debian.org
Tue May 6 14:19:45 UTC 2014


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

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

      from  acd4858   Prepare for upload to unstable
       new  16f0210   Order the binary packages alphabetically
      adds  440c92d   Imported Upstream version 2.2.0
       new  a6b59f6   Merge tag 'upstream/2.2.0'
       new  841dbf0   New upstream release
       new  45a2ae1   Fixing ruby2.1 builds, courtesy of Matthias Klose <doko at ubuntu.com>
       new  55baf82   Add packages ruby-clutter*, ruby-webkit-gtk*
       new  f1d3706   Refresh patch
       new  bcf23d7   Add fix-Gst-init.patch
       new  0af2512   Prepare for upload to unstable
       new  7160f94   Close the RC bug in the changelog

The 9 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                                               |  155 ++
 Rakefile                                           |   21 +-
 clutter-gstreamer/Rakefile                         |    2 +-
 clutter-gstreamer/lib/clutter-gst.rb               |   10 +-
 clutter-gtk/lib/clutter-gtk.rb                     |   12 +-
 clutter/Rakefile                                   |    4 +-
 clutter/lib/clutter.rb                             |   12 +-
 debian/build                                       |   14 +-
 debian/changelog                                   |   14 +
 debian/control                                     |  426 ++--
 debian/patches/fix-Gst-init.patch                  |   24 +
 debian/patches/reject_goocanvas.patch              |    2 +-
 debian/patches/series                              |    1 +
 debian/ruby-atk.install                            |    1 -
 debian/ruby-cairo-gobject.install                  |    1 -
 debian/ruby-clutter-gstreamer.examples             |    1 +
 debian/ruby-clutter-gstreamer.install              |    1 +
 debian/ruby-clutter-gtk.examples                   |    1 +
 debian/ruby-clutter-gtk.install                    |    1 +
 debian/ruby-clutter-gtk.rb                         |    1 +
 debian/ruby-clutter.examples                       |    1 +
 debian/ruby-clutter.install                        |    2 +
 debian/ruby-gdk-pixbuf2.install                    |    1 -
 debian/ruby-gdk3.install                           |    1 -
 debian/ruby-gio2.install                           |    1 -
 debian/ruby-glib2.install                          |    1 -
 debian/ruby-gnome2-dev.install                     |    1 -
 debian/ruby-gobject-introspection.install          |    1 -
 debian/ruby-goocanvas.install                      |    1 -
 debian/ruby-gstreamer.install                      |    1 -
 debian/ruby-gtk2.install                           |    1 -
 debian/ruby-gtk3.install                           |    1 -
 debian/ruby-gtksourceview2.install                 |    1 -
 debian/ruby-gtksourceview3.install                 |    1 -
 debian/ruby-pango.install                          |    1 -
 debian/ruby-poppler.install                        |    1 -
 debian/ruby-rsvg2.install                          |    1 -
 debian/ruby-vte.install                            |    1 -
 debian/ruby-vte3.install                           |    1 -
 debian/ruby-webkit-gtk.examples                    |    1 +
 debian/ruby-webkit-gtk.install                     |    1 +
 debian/ruby-webkit-gtk2.examples                   |    1 +
 debian/ruby-webkit-gtk2.install                    |    1 +
 extconf.rb                                         |    3 +-
 gdk3/Rakefile                                      |    3 +-
 gdk3/ext/gdk3/rbgdkcursor.c                        |   17 +-
 gdk3/ext/gdk3/rbgdkdevicemanager.c                 |    4 +-
 gdk3/ext/gdk3/rbgdkdisplay.c                       |    7 +
 gdk3/ext/gdk3/rbgdkevent.c                         |   17 +-
 gdk3/ext/gdk3/rbgdkwindow.c                        |    7 +
 gdk3/test/test-gdk-event.rb                        |  146 +-
 gdk_pixbuf2/Rakefile                               |    2 +-
 COPYING.LIB => gio2/COPYING.LIB                    |    0
 gio2/README                                        |   34 -
 {webkit-gtk => gio2}/README.md                     |   10 +-
 gio2/Rakefile                                      |   35 +-
 gio2/TODO                                          |   27 -
 gio2/ext/gio2/depend                               |   11 -
 gio2/ext/gio2/extconf.rb                           |   66 +-
 gio2/ext/gio2/gio2.def                             |    2 -
 gio2/ext/gio2/gio2.h                               |   30 -
 gio2/ext/gio2/rb-gio2-pollable-source.c            |   59 +
 gio2/ext/gio2/{rbgiotcpconnection.c => rb-gio2.c}  |   14 +-
 gio2/ext/gio2/{gio2.c => rb-gio2.h}                |   15 +-
 gio2/ext/gio2/rbgio.c                              |  133 --
 gio2/ext/gio2/rbgio2.h                             |  158 --
 gio2/ext/gio2/rbgio2conversions.h                  |  154 --
 gio2/ext/gio2/rbgio2private.h                      |  148 --
 gio2/ext/gio2/rbgioappinfo.c                       |  317 ---
 gio2/ext/gio2/rbgioapplaunchcontext.c              |   81 -
 gio2/ext/gio2/rbgioasyncinitable.c                 |  246 ---
 gio2/ext/gio2/rbgioasyncresult.c                   |   41 -
 gio2/ext/gio2/rbgiobufferedinputstream.c           |  167 --
 gio2/ext/gio2/rbgiobufferedoutputstream.c          |   50 -
 gio2/ext/gio2/rbgiocancellable.c                   |  180 --
 gio2/ext/gio2/rbgiocharsetconverter.c              |   57 -
 gio2/ext/gio2/rbgiocontenttype.c                   |  131 --
 gio2/ext/gio2/rbgioconverter.c                     |  113 --
 gio2/ext/gio2/rbgioconverterinputstream.c          |   43 -
 gio2/ext/gio2/rbgioconverteroutputstream.c         |   43 -
 gio2/ext/gio2/rbgiodatainputstream.c               |  309 ---
 gio2/ext/gio2/rbgiodataoutputstream.c              |  186 --
 gio2/ext/gio2/rbgiodesktopappinfo.c                |   87 -
 gio2/ext/gio2/rbgiodrive.c                         |  266 ---
 gio2/ext/gio2/rbgioemblem.c                        |   52 -
 gio2/ext/gio2/rbgioemblemedicon.c                  |   65 -
 gio2/ext/gio2/rbgiofile.c                          | 2045 --------------------
 gio2/ext/gio2/rbgiofileattribute.c                 |  114 --
 gio2/ext/gio2/rbgiofileattributeinfo.c             |   86 -
 gio2/ext/gio2/rbgiofileattributeinfolist.c         |  108 --
 gio2/ext/gio2/rbgiofileattributematcher.c          |   95 -
 gio2/ext/gio2/rbgiofiledescriptorbased.c           |   45 -
 gio2/ext/gio2/rbgiofileenumerator.c                |  166 --
 gio2/ext/gio2/rbgiofileicon.c                      |   41 -
 gio2/ext/gio2/rbgiofileinfo.c                      |  617 ------
 gio2/ext/gio2/rbgiofileinputstream.c               |   91 -
 gio2/ext/gio2/rbgiofileiostream.c                  |   98 -
 gio2/ext/gio2/rbgiofilemonitor.c                   |   46 -
 gio2/ext/gio2/rbgiofilenamecompleter.c             |   73 -
 gio2/ext/gio2/rbgiofileoutputstream.c              |   98 -
 gio2/ext/gio2/rbgiofilterinputstream.c             |   28 -
 gio2/ext/gio2/rbgiofilteroutputstream.c            |   28 -
 gio2/ext/gio2/rbgioicon.c                          |   69 -
 gio2/ext/gio2/rbgioinetaddress.c                   |  118 --
 gio2/ext/gio2/rbgioinetsocketaddress.c             |   41 -
 gio2/ext/gio2/rbgioinitable.c                      |  199 --
 gio2/ext/gio2/rbgioinputstream.c                   |  341 ----
 gio2/ext/gio2/rbgioio.c                            |   73 -
 gio2/ext/gio2/rbgioiomodule.c                      |   45 -
 gio2/ext/gio2/rbgioiomodules.c                     |   47 -
 gio2/ext/gio2/rbgioioscheduler.c                   |  102 -
 gio2/ext/gio2/rbgioioschedulerjob.c                |  121 --
 gio2/ext/gio2/rbgioiostream.c                      |  107 -
 gio2/ext/gio2/rbgioloadableicon.c                  |   92 -
 gio2/ext/gio2/rbgiomemoryinputstream.c             |   67 -
 gio2/ext/gio2/rbgiomemoryoutputstream.c            |   44 -
 gio2/ext/gio2/rbgiomount.c                         |  286 ---
 gio2/ext/gio2/rbgiomountoperation.c                |   53 -
 gio2/ext/gio2/rbgionetworkaddress.c                |   59 -
 gio2/ext/gio2/rbgionetworkservice.c                |   45 -
 gio2/ext/gio2/rbgiooutputstream.c                  |  331 ----
 gio2/ext/gio2/rbgioresolver.c                      |  230 ---
 gio2/ext/gio2/rbgioseekable.c                      |   91 -
 gio2/ext/gio2/rbgiosimpleasyncresult.c             |  152 --
 gio2/ext/gio2/rbgiosocket.c                        |  390 ----
 gio2/ext/gio2/rbgiosocketaddress.c                 |   34 -
 gio2/ext/gio2/rbgiosocketaddressenumerator.c       |   83 -
 gio2/ext/gio2/rbgiosocketclient.c                  |  207 --
 gio2/ext/gio2/rbgiosocketconnectable.c             |   41 -
 gio2/ext/gio2/rbgiosocketconnection.c              |   66 -
 gio2/ext/gio2/rbgiosocketconnectionfactory.c       |   39 -
 gio2/ext/gio2/rbgiosocketcontrolmessage.c          |   82 -
 gio2/ext/gio2/rbgiosocketlistener.c                |  246 ---
 gio2/ext/gio2/rbgiosocketservice.c                 |   66 -
 gio2/ext/gio2/rbgiosrvtarget.c                     |   76 -
 gio2/ext/gio2/rbgiothemedicon.c                    |   83 -
 gio2/ext/gio2/rbgiothreadedsocketservice.c         |   43 -
 gio2/ext/gio2/rbgiotlscertificate.c                |   89 -
 gio2/ext/gio2/rbgiounixconnection.c                |   71 -
 gio2/ext/gio2/rbgiounixfdlist.c                    |  115 --
 gio2/ext/gio2/rbgiounixfdmessage.c                 |   74 -
 gio2/ext/gio2/rbgiounixinputstream.c               |   51 -
 gio2/ext/gio2/rbgiounixmount.c                     |  164 --
 gio2/ext/gio2/rbgiounixmountmonitor.c              |   65 -
 gio2/ext/gio2/rbgiounixmountpoint.c                |  136 --
 gio2/ext/gio2/rbgiounixmountpoints.c               |   58 -
 gio2/ext/gio2/rbgiounixmounts.c                    |   58 -
 gio2/ext/gio2/rbgiounixoutputstream.c              |   51 -
 gio2/ext/gio2/rbgiounixsocketaddress.c             |   69 -
 gio2/ext/gio2/rbgiovfs.c                           |   84 -
 gio2/ext/gio2/rbgiovolume.c                        |  193 --
 gio2/ext/gio2/rbgiovolumemonitor.c                 |   77 -
 gio2/ext/gio2/rbgiozlibcompressor.c                |   52 -
 gio2/ext/gio2/rbgiozlibdecompressor.c              |   45 -
 gio2/ext/gio2/util.c                               |  303 ---
 gio2/extconf.rb                                    |   28 +-
 gio2/lib/gio2.rb                                   |  181 +-
 gio2/lib/gio2/deprecated.rb                        |   16 +
 .../repository.rb => gio2/lib/gio2/inet-address.rb |   25 +-
 .../actor.rb => gio2/lib/gio2/input-stream.rb      |   31 +-
 gio2/lib/gio2/loader.rb                            |  244 +++
 .../lib/gio2/output-stream.rb                      |   11 +-
 gio2/lib/gio2/pollable-input-stream.rb             |   51 +
 .../lib/gio2/pollable-output-stream.rb             |   25 +-
 gio2/lib/gio2/resources.rb                         |   62 +
 .../x-content/unix-software/autorun.sh             |    1 +
 .../test/fixture/resource/Rakefile                 |   24 +-
 .../test/fixture/resource/logo.png                 |  Bin
 .../test/fixture/resource/ruby-gio2.gresource      |  Bin 7200 -> 7440 bytes
 gio2/test/fixture/resource/ruby-gio2.gresource.xml |    6 +
 .../test/gio2-test-utils.rb                        |    4 +-
 .../test/gio2-test-utils/fixture.rb                |    9 +-
 .../test/gio2-test-utils/socket-client.rb          |   52 +-
 gio2/test/run-test.rb                              |   54 +-
 .../test/test-buffered-input-stream.rb             |    6 +-
 .../test/test-charset-converter.rb                 |    6 +-
 .../test/test-content-type.rb                      |   18 +-
 .../test/test-data-input-stream.rb                 |    8 +-
 .../test/test-file-enumerator.rb                   |   15 +-
 .../gst/bin.rb => gio2/test/test-file-monitor.rb   |   21 +-
 .../actor-iter.rb => gio2/test/test-file.rb        |   23 +-
 .../test/test-inet-address.rb                      |   25 +-
 .../test/test-input-stream.rb                      |   25 +-
 .../test/test-output-stream.rb                     |   26 +-
 .../test/test-pollable-input-stream.rb             |   41 +-
 .../test/test-pollable-output-stream.rb            |   43 +-
 gio2/test/test-resources.rb                        |   58 +
 gio2/test/test_bufferedinputstream.rb              |    9 -
 gio2/test/test_charsetconverter.rb                 |    9 -
 gio2/test/test_datainputstream.rb                  |    7 -
 gio2/test/test_fileenumerator.rb                   |    8 -
 gio2/test/test_filemonitor.rb                      |   17 -
 gio2/test/test_inetaddress.rb                      |    8 -
 glib2/Rakefile                                     |    2 +-
 glib2/ext/glib2/rbglib.c                           |    2 +-
 glib2/ext/glib2/rbglib.h                           |   11 +-
 glib2/ext/glib2/rbglib_error.c                     |  112 +-
 glib2/ext/glib2/rbgobj_type.c                      |   25 +-
 glib2/ext/glib2/rbgutil.h                          |   12 +-
 glib2/test/test_key_file.rb                        |    6 +-
 gobject-introspection/Rakefile                     |    1 +
 .../ext/gobject-introspection/rb-gi-argument.c     |  702 ++++++-
 .../ext/gobject-introspection/rb-gi-conversions.h  |   31 +-
 .../ext/gobject-introspection/rb-gi-enum-info.c    |   12 +-
 .../gobject-introspection/rb-gi-function-info.c    |  168 +-
 .../ext/gobject-introspection/rb-gi-loader.c       |   43 +-
 .../rb-gobject-introspection.h                     |    9 +-
 .../lib/gobject-introspection/loader.rb            |   95 +-
 gobject-introspection/test/test-enum-info.rb       |    7 +-
 gobject-introspection/test/test-interface-info.rb  |    6 +-
 gobject-introspection/test/test-repository.rb      |    7 +-
 gobject-introspection/test/test-signal-info.rb     |    9 +-
 gobject-introspection/test/test-struct-info.rb     |    6 +-
 goocanvas/lib/goocanvas.rb                         |    8 +-
 gstreamer/Rakefile                                 |   12 +-
 gstreamer/lib/gst.rb                               |   10 +-
 gtk2/Rakefile                                      |    6 +-
 gtk2/ext/gtk2/rbgdkevent.c                         |    9 +-
 gtk2/ext/gtk2/rbgdkwindow.c                        |   30 +-
 gtk2/ext/gtk2/rbgtkinfobar.c                       |   28 +-
 gtk2/ext/gtk2/rbgtkwidget.c                        |   28 +-
 ...4.22-add-missing-exeext-and-fix-directory.diff} |   14 +-
 gtk2/test/test_gdk_event.rb                        |   22 +-
 gtk2/test/test_gdk_window.rb                       |    8 +
 .../test/test_gtk_infobar.rb                       |   12 +-
 gtk3/ext/gtk3/extconf.rb                           |    2 +-
 gtk3/ext/gtk3/rbgtk-about-dialog.c                 |    6 -
 gtk3/ext/gtk3/rbgtk-accessible.c                   |   16 -
 gtk3/ext/gtk3/rbgtk-entry.c                        |   22 +-
 .../gtk3/{rbgtk-spinner.c => rbgtk-header-bar.c}   |   31 +-
 gtk3/ext/gtk3/rbgtk-icon-view.c                    |   35 +-
 gtk3/ext/gtk3/rbgtk-level-bar.c                    |   88 +
 gtk3/ext/gtk3/rbgtk-link-button.c                  |    6 -
 .../gtk3/{rbgtk-switch.c => rbgtk-menu-button.c}   |   15 +-
 gtk3/ext/gtk3/{rbgtk-switch.c => rbgtk-revealer.c} |   16 +-
 .../gtk3/{rbgtk-spinner.c => rbgtk-search-bar.c}   |   30 +-
 .../gtk3/{rbgtk-switch.c => rbgtk-search-entry.c}  |   16 +-
 gtk3/ext/gtk3/rbgtk-stack.c                        |  106 +
 gtk3/ext/gtk3/rbgtk-tree-selection.c               |   29 +-
 gtk3/ext/gtk3/rbgtk.c                              |   27 +-
 gtk3/ext/gtk3/rbgtk3conversions.h                  |   27 +-
 gtk3/ext/gtk3/rbgtk3private.h                      |   26 +-
 gtk3/sample/gtk-demo/appwindow.rb                  |  190 +-
 gtk3/sample/gtk-demo/cairo-operator.rb             |   16 +-
 gtk3/sample/gtk-demo/drawingarea.rb                |  173 +-
 gtk3/sample/gtk-demo/pixbufs.rb                    |  105 +-
 gtk3/sample/misc/alpha-demo.rb                     |    2 +-
 gtk3/sample/misc/assistant.rb                      |   96 +-
 gtk3/sample/misc/cairo-pong.rb                     |   50 +-
 gtk3/sample/misc/composited-windows.rb             |    4 +-
 gtk3/sample/misc/dnd.rb                            |   46 +-
 gtk3/sample/misc/drag-move.rb                      |   30 +-
 gtk3/sample/misc/drawing.rb                        |    2 +-
 gtk3/sample/misc/mouse-gesture.rb                  |    6 +-
 gtk3/sample/misc/pangorenderer.rb                  |    2 +-
 gtk3/sample/misc/properties.rb                     |    1 +
 gtk3/sample/misc/to_drawable.rb                    |    2 +-
 gtk3/sample/misc/tooltips.rb                       |    2 +-
 ...ecent_filter_info.rb => test_gtk_accessible.rb} |   15 +-
 gtk3/test/test_gtk_entry.rb                        |   36 +
 gtk3/test/test_gtk_header_bar.rb                   |   66 +
 .../test/test_gtk_icon_view.rb                     |   25 +-
 gtk3/test/test_gtk_level_bar.rb                    |   82 +
 gtk3/test/test_gtk_list_store.rb                   |    3 +-
 gtk3/test/test_gtk_menu_button.rb                  |   49 +
 gtk3/test/test_gtk_revealer.rb                     |   57 +
 gtk3/test/test_gtk_search_bar.rb                   |   55 +
 ...k_style_context.rb => test_gtk_search_entry.rb} |   22 +-
 gtk3/test/test_gtk_stack.rb                        |  115 ++
 .../test/test_gtk_tree_selection.rb                |   15 +-
 .../ext/gtksourceview2/rbgtksourceiter.c           |    4 +-
 .../gtksourceview2/rbgtksourcelanguagemanager.c    |   77 -
 .../gtksourceview2/rbgtksourcestyleschememanager.c |   76 -
 .../ext/gtksourceview2/rbgtksourceview.c           |   13 +-
 gtksourceview2/lib/gtksourceview2.rb               |    2 +-
 gtksourceview2/test/test_source_view.rb            |   11 +-
 gtksourceview3/Rakefile                            |    2 +-
 gtksourceview3/lib/gtksourceview3.rb               |    2 +-
 gtksourceview3/sample/sourcelanguagemanager.rb     |    8 +-
 gtksourceview3/sample/test.rb                      |   20 +-
 gtksourceview3/test/run-test.rb                    |   13 +-
 .../test/test_mark_attributes.rb                   |   13 +-
 gtksourceview3/test/test_source_view.rb            |   30 +-
 pango/Rakefile                                     |    4 +-
 pango/ext/pango/rbpangocairo.c                     |    8 +-
 poppler/Rakefile                                   |    2 +-
 poppler/lib/poppler.rb                             |   12 +-
 poppler/test/run-test.rb                           |    4 +-
 vte3/ext/vte3/extconf.rb                           |    2 +-
 vte3/ext/vte3/rbvte3conversions.h                  |    8 +-
 vte3/ext/vte3/rbvte3private.h                      |    1 -
 webkit-gtk/lib/webkit-gtk.rb                       |    4 +-
 webkit-gtk2/lib/webkit-gtk2.rb                     |    2 +-
 293 files changed, 4056 insertions(+), 14644 deletions(-)
 create mode 100644 debian/patches/fix-Gst-init.patch
 create mode 100644 debian/ruby-clutter-gstreamer.examples
 create mode 100644 debian/ruby-clutter-gstreamer.install
 create mode 100644 debian/ruby-clutter-gtk.examples
 create mode 100644 debian/ruby-clutter-gtk.install
 create mode 100644 debian/ruby-clutter-gtk.rb
 create mode 100644 debian/ruby-clutter.examples
 create mode 100644 debian/ruby-clutter.install
 create mode 100644 debian/ruby-webkit-gtk.examples
 create mode 100644 debian/ruby-webkit-gtk.install
 create mode 100644 debian/ruby-webkit-gtk2.examples
 create mode 100644 debian/ruby-webkit-gtk2.install
 copy COPYING.LIB => gio2/COPYING.LIB (100%)
 delete mode 100644 gio2/README
 copy {webkit-gtk => gio2}/README.md (65%)
 delete mode 100644 gio2/TODO
 delete mode 100644 gio2/ext/gio2/depend
 mode change 100644 => 100755 gio2/ext/gio2/extconf.rb
 delete mode 100644 gio2/ext/gio2/gio2.def
 delete mode 100644 gio2/ext/gio2/gio2.h
 create mode 100644 gio2/ext/gio2/rb-gio2-pollable-source.c
 rename gio2/ext/gio2/{rbgiotcpconnection.c => rb-gio2.c} (76%)
 rename gio2/ext/gio2/{gio2.c => rb-gio2.h} (79%)
 delete mode 100644 gio2/ext/gio2/rbgio.c
 delete mode 100644 gio2/ext/gio2/rbgio2.h
 delete mode 100644 gio2/ext/gio2/rbgio2conversions.h
 delete mode 100644 gio2/ext/gio2/rbgio2private.h
 delete mode 100644 gio2/ext/gio2/rbgioappinfo.c
 delete mode 100644 gio2/ext/gio2/rbgioapplaunchcontext.c
 delete mode 100644 gio2/ext/gio2/rbgioasyncinitable.c
 delete mode 100644 gio2/ext/gio2/rbgioasyncresult.c
 delete mode 100644 gio2/ext/gio2/rbgiobufferedinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiobufferedoutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiocancellable.c
 delete mode 100644 gio2/ext/gio2/rbgiocharsetconverter.c
 delete mode 100644 gio2/ext/gio2/rbgiocontenttype.c
 delete mode 100644 gio2/ext/gio2/rbgioconverter.c
 delete mode 100644 gio2/ext/gio2/rbgioconverterinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgioconverteroutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiodatainputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiodataoutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiodesktopappinfo.c
 delete mode 100644 gio2/ext/gio2/rbgiodrive.c
 delete mode 100644 gio2/ext/gio2/rbgioemblem.c
 delete mode 100644 gio2/ext/gio2/rbgioemblemedicon.c
 delete mode 100644 gio2/ext/gio2/rbgiofile.c
 delete mode 100644 gio2/ext/gio2/rbgiofileattribute.c
 delete mode 100644 gio2/ext/gio2/rbgiofileattributeinfo.c
 delete mode 100644 gio2/ext/gio2/rbgiofileattributeinfolist.c
 delete mode 100644 gio2/ext/gio2/rbgiofileattributematcher.c
 delete mode 100644 gio2/ext/gio2/rbgiofiledescriptorbased.c
 delete mode 100644 gio2/ext/gio2/rbgiofileenumerator.c
 delete mode 100644 gio2/ext/gio2/rbgiofileicon.c
 delete mode 100644 gio2/ext/gio2/rbgiofileinfo.c
 delete mode 100644 gio2/ext/gio2/rbgiofileinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiofileiostream.c
 delete mode 100644 gio2/ext/gio2/rbgiofilemonitor.c
 delete mode 100644 gio2/ext/gio2/rbgiofilenamecompleter.c
 delete mode 100644 gio2/ext/gio2/rbgiofileoutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiofilterinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiofilteroutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgioicon.c
 delete mode 100644 gio2/ext/gio2/rbgioinetaddress.c
 delete mode 100644 gio2/ext/gio2/rbgioinetsocketaddress.c
 delete mode 100644 gio2/ext/gio2/rbgioinitable.c
 delete mode 100644 gio2/ext/gio2/rbgioinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgioio.c
 delete mode 100644 gio2/ext/gio2/rbgioiomodule.c
 delete mode 100644 gio2/ext/gio2/rbgioiomodules.c
 delete mode 100644 gio2/ext/gio2/rbgioioscheduler.c
 delete mode 100644 gio2/ext/gio2/rbgioioschedulerjob.c
 delete mode 100644 gio2/ext/gio2/rbgioiostream.c
 delete mode 100644 gio2/ext/gio2/rbgioloadableicon.c
 delete mode 100644 gio2/ext/gio2/rbgiomemoryinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiomemoryoutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiomount.c
 delete mode 100644 gio2/ext/gio2/rbgiomountoperation.c
 delete mode 100644 gio2/ext/gio2/rbgionetworkaddress.c
 delete mode 100644 gio2/ext/gio2/rbgionetworkservice.c
 delete mode 100644 gio2/ext/gio2/rbgiooutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgioresolver.c
 delete mode 100644 gio2/ext/gio2/rbgioseekable.c
 delete mode 100644 gio2/ext/gio2/rbgiosimpleasyncresult.c
 delete mode 100644 gio2/ext/gio2/rbgiosocket.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketaddress.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketaddressenumerator.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketclient.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketconnectable.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketconnection.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketconnectionfactory.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketcontrolmessage.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketlistener.c
 delete mode 100644 gio2/ext/gio2/rbgiosocketservice.c
 delete mode 100644 gio2/ext/gio2/rbgiosrvtarget.c
 delete mode 100644 gio2/ext/gio2/rbgiothemedicon.c
 delete mode 100644 gio2/ext/gio2/rbgiothreadedsocketservice.c
 delete mode 100644 gio2/ext/gio2/rbgiotlscertificate.c
 delete mode 100644 gio2/ext/gio2/rbgiounixconnection.c
 delete mode 100644 gio2/ext/gio2/rbgiounixfdlist.c
 delete mode 100644 gio2/ext/gio2/rbgiounixfdmessage.c
 delete mode 100644 gio2/ext/gio2/rbgiounixinputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiounixmount.c
 delete mode 100644 gio2/ext/gio2/rbgiounixmountmonitor.c
 delete mode 100644 gio2/ext/gio2/rbgiounixmountpoint.c
 delete mode 100644 gio2/ext/gio2/rbgiounixmountpoints.c
 delete mode 100644 gio2/ext/gio2/rbgiounixmounts.c
 delete mode 100644 gio2/ext/gio2/rbgiounixoutputstream.c
 delete mode 100644 gio2/ext/gio2/rbgiounixsocketaddress.c
 delete mode 100644 gio2/ext/gio2/rbgiovfs.c
 delete mode 100644 gio2/ext/gio2/rbgiovolume.c
 delete mode 100644 gio2/ext/gio2/rbgiovolumemonitor.c
 delete mode 100644 gio2/ext/gio2/rbgiozlibcompressor.c
 delete mode 100644 gio2/ext/gio2/rbgiozlibdecompressor.c
 delete mode 100644 gio2/ext/gio2/util.c
 mode change 100644 => 100755 gio2/extconf.rb
 copy gobject-introspection/lib/gobject-introspection/repository.rb => gio2/lib/gio2/inet-address.rb (69%)
 copy clutter/lib/clutter/actor.rb => gio2/lib/gio2/input-stream.rb (55%)
 create mode 100644 gio2/lib/gio2/loader.rb
 copy cairo-gobject/test/test_cairoregion.rb => gio2/lib/gio2/output-stream.rb (81%)
 create mode 100644 gio2/lib/gio2/pollable-input-stream.rb
 copy clutter/lib/clutter/actor-iter.rb => gio2/lib/gio2/pollable-output-stream.rb (63%)
 create mode 100644 gio2/lib/gio2/resources.rb
 create mode 100755 gio2/test/fixture/content-type/x-content/unix-software/autorun.sh
 copy webkit-gtk/sample/brower.rb => gio2/test/fixture/resource/Rakefile (68%)
 copy gtk2/sample/gtk-demo/ruby-gnome2-logo.png => gio2/test/fixture/resource/logo.png (100%)
 copy gtk2/sample/gtk-demo/ruby-gnome2-logo.png => gio2/test/fixture/resource/ruby-gio2.gresource (95%)
 create mode 100644 gio2/test/fixture/resource/ruby-gio2.gresource.xml
 copy clutter-gtk/test/clutter-gtk-test-utils.rb => gio2/test/gio2-test-utils.rb (91%)
 copy cairo-gobject/test/test_cairocontent.rb => gio2/test/gio2-test-utils/fixture.rb (80%)
 copy gstreamer/lib/gst/element.rb => gio2/test/gio2-test-utils/socket-client.rb (53%)
 copy cairo-gobject/test/test_cairoantialias.rb => gio2/test/test-buffered-input-stream.rb (84%)
 copy clutter-gstreamer/test/test-clutter-gst.rb => gio2/test/test-charset-converter.rb (87%)
 copy gobject-introspection/test/test-base-info.rb => gio2/test/test-content-type.rb (68%)
 copy cairo-gobject/test/test_cairocontent.rb => gio2/test/test-data-input-stream.rb (79%)
 copy cairo-gobject/test/test_cairodevicetype.rb => gio2/test/test-file-enumerator.rb (69%)
 copy gstreamer/lib/gst/bin.rb => gio2/test/test-file-monitor.rb (69%)
 copy clutter/lib/clutter/actor-iter.rb => gio2/test/test-file.rb (65%)
 copy gstreamer/lib/gst/element-factory.rb => gio2/test/test-inet-address.rb (62%)
 copy cairo-gobject/test/test_cairopatterntype.rb => gio2/test/test-input-stream.rb (67%)
 copy cairo-gobject/test/test_cairopatterntype.rb => gio2/test/test-output-stream.rb (64%)
 copy cairo-gobject/test/test_cairopatterntype.rb => gio2/test/test-pollable-input-stream.rb (51%)
 copy gtk3/test/test_gtk_style_properties.rb => gio2/test/test-pollable-output-stream.rb (52%)
 create mode 100644 gio2/test/test-resources.rb
 delete mode 100644 gio2/test/test_bufferedinputstream.rb
 delete mode 100644 gio2/test/test_charsetconverter.rb
 delete mode 100644 gio2/test/test_datainputstream.rb
 delete mode 100644 gio2/test/test_fileenumerator.rb
 delete mode 100644 gio2/test/test_filemonitor.rb
 delete mode 100644 gio2/test/test_inetaddress.rb
 rename gtk2/patches/{gtk+-2.24.22-add-missing-exeext.diff => gtk+-2.24.22-add-missing-exeext-and-fix-directory.diff} (74%)
 copy gtk3/test/test_gtk_css_provider.rb => gtk2/test/test_gtk_infobar.rb (73%)
 copy gtk3/ext/gtk3/{rbgtk-spinner.c => rbgtk-header-bar.c} (59%)
 create mode 100644 gtk3/ext/gtk3/rbgtk-level-bar.c
 copy gtk3/ext/gtk3/{rbgtk-switch.c => rbgtk-menu-button.c} (76%)
 copy gtk3/ext/gtk3/{rbgtk-switch.c => rbgtk-revealer.c} (71%)
 copy gtk3/ext/gtk3/{rbgtk-spinner.c => rbgtk-search-bar.c} (57%)
 copy gtk3/ext/gtk3/{rbgtk-switch.c => rbgtk-search-entry.c} (76%)
 create mode 100644 gtk3/ext/gtk3/rbgtk-stack.c
 copy gtk3/test/{test_gtk_recent_filter_info.rb => test_gtk_accessible.rb} (72%)
 create mode 100644 gtk3/test/test_gtk_header_bar.rb
 copy gtk2/test/test_gtk_recent_filter_info.rb => gtk3/test/test_gtk_icon_view.rb (55%)
 create mode 100644 gtk3/test/test_gtk_level_bar.rb
 create mode 100644 gtk3/test/test_gtk_menu_button.rb
 create mode 100644 gtk3/test/test_gtk_revealer.rb
 create mode 100644 gtk3/test/test_gtk_search_bar.rb
 copy gtk3/test/{test_gtk_style_context.rb => test_gtk_search_entry.rb} (59%)
 create mode 100644 gtk3/test/test_gtk_stack.rb
 copy gtk2/test/test_gtk_recent_filter_info.rb => gtk3/test/test_gtk_tree_selection.rb (71%)
 mode change 100644 => 100755 gtksourceview3/sample/sourcelanguagemanager.rb
 mode change 100644 => 100755 gtksourceview3/sample/test.rb
 copy gtk3/test/test_gtk_css_provider.rb => gtksourceview3/test/test_mark_attributes.rb (71%)

-- 
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