[rubygem-gtk2] 2.2.0

Mamoru TASAKA mtasaka at fedoraproject.org
Mon Apr 14 05:56:41 UTC 2014


commit a69c68f15ca207823cd497e931037a0a32a6761e
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Mon Apr 14 14:56:26 2014 +0900

    2.2.0

 .gitignore        |    1 +
 rubygem-gtk2.spec |   17 +++++++----------
 sources           |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0d9dd57..c86854f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
 /gtk2-1.2.6.gem
 /gtk2-2.0.2.gem
 /gtk2-2.1.0.gem
+/gtk2-2.2.0.gem
diff --git a/rubygem-gtk2.spec b/rubygem-gtk2.spec
index 7814612..e57f5b6 100644
--- a/rubygem-gtk2.spec
+++ b/rubygem-gtk2.spec
@@ -2,23 +2,19 @@
 
 %global	gem_name	gtk2
 
-%global	glibminver	2.1.0
+%global	glibminver	2.2.0
 %global	pangominver	%{glibminver}
 %global	obsoleteevr	0.90.7-1.999
 
 Summary:	Ruby binding of GTK+-2.x
 Name:		rubygem-%{gem_name}
-Version:	2.1.0
-Release:	2%{?dist}
+Version:	2.2.0
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
 URL:		http://ruby-gnome2.sourceforge.jp/
 Source0:	http://rubygems.org/downloads/%{gem_name}-%{version}.gem
-# https://github.com/ruby-gnome2/ruby-gnome2/issues/222
-# https://github.com/ruby-gnome2/ruby-gnome2/commit/f2441d4716aff0460c67d6ccfca48532aa14a368.patch
-# slightly modified
-Patch0:	rubygem-gtk2-2.1.0-GdkEventAny-inheritance.patch
 
 Requires:	ruby(release)
 BuildRequires:	ruby(release)
@@ -105,12 +101,10 @@ pushd tmpunpackdir
 gem unpack %{SOURCE0}
 cd %{gem_name}-%{version}
 
-%patch0 -p2 -b .gdkevent_inherit
-
 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
 
 # Patches and etc
 
@@ -214,6 +208,9 @@ xvfb-run \
 %{gem_instdir}/test/
 
 %changelog
+* Mon Apr 14 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.0-1
+- 2.2.0
+
 * Tue Feb 11 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.1.0-2
 - Apply upstream patch to make GdkEventButton inherit GdkEventAny
 
diff --git a/sources b/sources
index b17883d..f087160 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b285e320cb2b10365dbc94ac029b2ab9  gtk2-2.1.0.gem
+863f99d55c5bd0932df6667b0af7b22a  gtk2-2.2.0.gem


More information about the scm-commits mailing list