[rubygem-gtk2] 2.2.3

Mamoru TASAKA mtasaka at fedoraproject.org
Wed Nov 5 09:18:30 UTC 2014


commit 47f88b9db14fafb1bc4cb9456130c5ce631c783f
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Wed Nov 5 18:18:43 2014 +0900

    2.2.3

 .gitignore        |    1 +
 rubygem-gtk2.spec |   20 ++++++--------------
 sources           |    2 +-
 3 files changed, 8 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c86854f..e6dcd36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
 /gtk2-2.0.2.gem
 /gtk2-2.1.0.gem
 /gtk2-2.2.0.gem
+/gtk2-2.2.3.gem
diff --git a/rubygem-gtk2.spec b/rubygem-gtk2.spec
index a1c9347..89466aa 100644
--- a/rubygem-gtk2.spec
+++ b/rubygem-gtk2.spec
@@ -8,21 +8,13 @@
 
 Summary:	Ruby binding of GTK+-2.x
 Name:		rubygem-%{gem_name}
-Version:	2.2.0
-Release:	5%{?dist}
+Version:	2.2.3
+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/256
-# https://bugzilla.redhat.com/show_bug.cgi?id=1149702
-# https://github.com/ruby-gnome2/ruby-gnome2/commit/d2794880bbf54e9103eead4148e072b580719676.patch
-Patch0:	rubygem-gtk2-2.2.0-rg_m_get-signness.patch
-# https://github.com/ruby-gnome2/ruby-gnome2/commit/225715b64230f230cedc31e4d9a769219fe09fa2.patch
-Patch1:	rubygem-gtk2-2.2.0-selectiondata-datasize-bigendian64.patch
-# https://github.com/ruby-gnome2/ruby-gnome2/commit/ae48338dc1e678d43debfec4d37b2d84aadb1005.patch
-Patch2:	rubygem-gtk2-2.2.0-selectiondata-datasize-morefix-char.patch
 
 Requires:	ruby(release)
 BuildRequires:	ruby(release)
@@ -108,12 +100,9 @@ cd %{gem_name}-%{version}
 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
 
 # Allow ruby-gnome2 no less than ones
-sed -i -e 's|= 2\.2\.0|>= 2.2.0|' %{gem_name}.gemspec
+sed -i -e 's|= 2\.2\.3|>= 2.2.3|' %{gem_name}.gemspec
 
 # Patches and etc
-%patch0 -p2
-%patch1 -p2
-%patch2 -p2
 
 # Fix wrong dir
 grep -rl /usr/local/bin sample | \
@@ -215,6 +204,9 @@ xvfb-run \
 %{gem_instdir}/test/
 
 %changelog
+* Wed Nov  5 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.3-1
+- 2.2.3
+
 * Sun Oct 12 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.0-5
 - Fix test_type_integer(TestSelectionData) test failure
   on bigendian + 64bit (ppc64, s390x) (bug 1149702)
diff --git a/sources b/sources
index f087160..f93798c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-863f99d55c5bd0932df6667b0af7b22a  gtk2-2.2.0.gem
+75d9f506d457007e21e3a040d5a39552  gtk2-2.2.3.gem


More information about the scm-commits mailing list