[rubygem-gobject-introspection] 2.2.0

Mamoru TASAKA mtasaka at fedoraproject.org
Mon Apr 14 05:55:40 UTC 2014


commit f05da1d735e90a42fbc9c2b3b7bf502c41585c9a
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Mon Apr 14 14:55:25 2014 +0900

    2.2.0

 .gitignore                         |    1 +
 rubygem-gobject-introspection.spec |   19 +++++++++++--------
 sources                            |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 161e9c4..67c5ea4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /gobject-introspection-1.2.6.gem
 /gobject-introspection-2.0.2.gem
 /gobject-introspection-2.1.0.gem
+/gobject-introspection-2.2.0.gem
diff --git a/rubygem-gobject-introspection.spec b/rubygem-gobject-introspection.spec
index 465076f..59442d1 100644
--- a/rubygem-gobject-introspection.spec
+++ b/rubygem-gobject-introspection.spec
@@ -3,22 +3,22 @@
 %global	gem_name	gobject-introspection
 %global	gem_so_name	gobject_introspection
 
-%global	glib_min_ver	2.1.0
+%global	glib_min_ver	2.2.0
 
 Summary:	Ruby binding of GObjectIntrospection
 Name:		rubygem-%{gem_name}
-Version:	2.1.0
-Release:	2%{?dist}
+Version:	2.2.0
+Release:	1%{?dist}
 
 Group:		Development/Languages
 # lib/gobject-introspection.rb and so on
 License:	LGPLv2+
 URL:		http://ruby-gnome2.sourceforge.jp/
 Source0:	http://rubygems.org/gems/%{gem_name}-%{version}.gem
-# https://github.com/ruby-gnome2/ruby-gnome2/issues/216
-Patch0:	gi-2.1.0-test-maybe-fix-test-failure-on-i686.patch
-# https://github.com/ruby-gnome2/ruby-gnome2/issues/217
-Patch1:	gi-2.1.0-test-follow-maybe-GObjectIntrospection-change.patch
+# https://github.com/ruby-gnome2/ruby-gnome2/commit/c1bb0bf41767fa32d10108c856ed461da48b9e12.patch
+Patch0:	rubygem-gobject-introspection-2.2.0-gi140-sigflag.patch
+# https://github.com/ruby-gnome2/ruby-gnome2/commit/06345cb3503953858890a2eea6208be56011ae81.patch
+Patch1:	rubygem-gobject-introspection-2.2.0-gi140-n_signals.pach
 
 Requires:	ruby(release)
 BuildRequires:	ruby(release)
@@ -76,7 +76,7 @@ find . -name \*.rb -print0 | xargs --null chmod 0644
 
 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
 # Allow ruby-gnome2 no less than ones
-sed -i -e 's|= 2\.1\.0|>= 2.1.0|' %{gem_name}.gemspec
+sed -i -e 's|= 2\.2\.0|>= 2.2.0|' %{gem_name}.gemspec
 
 gem build %{gem_name}.gemspec
 mv %{gem_name}-%{version}.gem $TOPDIR
@@ -155,6 +155,9 @@ popd
 %exclude	%{gem_instdir}/test/
 
 %changelog
+* Fri Apr 11 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.0-1
+- 2.2.0
+
 * Mon Jan 27 2014 Mamoru TASAKA <mtasaka at fedoraproject.org>
 - Yet more test failure fix
 
diff --git a/sources b/sources
index a490c5d..53b1e51 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25b8b701de23fd6a76d981f9ec056f20  gobject-introspection-2.1.0.gem
+b545909d462bee975db20a68092a09f9  gobject-introspection-2.2.0.gem


More information about the scm-commits mailing list