- Update to 1.0.13

* Remove IErrorDomain related code. This functinality was removed 
    from GObject Introspection in version 1.29.17
  * No longer use _id2ref to locate objects past as user data 
    pointers.
  * Fix failing tests on JRuby.
  * Change interface to the underlying builder in generated modules 
    and classes.
  * Handle string, enum, union, flags signal arguments.
  * Handle string arguments in GObject.signal_emit.
  * Handle enum signal arguments.
  * Fix finding signals in non-introspectable types.
  * Fix method setup in non-introspectable types.
  * Refactoring.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=8
This commit is contained in:
Duncan Mac-Vicar 2013-02-24 21:53:19 +00:00 committed by Git OBS Bridge
parent 4c8552e528
commit 994ad3e341
4 changed files with 11 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4ae7d7d4a7d70a42d9a3bbde68ccdccc49ea3e5fa433105c9fc0e18eb81d299
size 15500

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:505f51ff37c1561bb6475974de937a1f901d0eabaa5f394be49f1c4ad5c94a18
size 18058

View File

@ -1,10 +1,15 @@
-------------------------------------------------------------------
Wed Dec 12 12:37:19 UTC 2012 - dmacvicar@suse.com
Sun Feb 24 21:08:08 UTC 2013 - dmacvicar@suse.de
- update to v20130224
-------------------------------------------------------------------
Wed Dec 12 12:37:19 UTC 2012 - dmacvicar@suse.de
- update to v20121204
-------------------------------------------------------------------
Fri May 25 09:47:49 UTC 2012 - dmacvicar@suse.com
Fri May 25 09:47:49 UTC 2012 - dmacvicar@suse.de
- update to v20120524

View File

@ -1,5 +1,5 @@
Name: ruby-build
Version: 20121204
Version: 20130224
Release: 0
BuildArch: noarch
License: MIT