[rubygem-gdk3] Define arch as noarch (bug 1161947)

Mamoru TASAKA mtasaka at fedoraproject.org
Sun Dec 28 06:40:59 UTC 2014


commit 90a686d51c3c06862362dc1a5ce430905a317dab
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Sun Dec 28 15:41:01 2014 +0900

    Define arch as noarch (bug 1161947)

 .gitignore        |    1 +
 rubygem-gdk3.spec |   10 +++++-----
 sources           |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71bbeb8..c02981e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /gdk3-2.1.0.gem
 /gdk3-2.2.0.gem
 /gdk3-2.2.3.gem
+/gdk3-2.2.4.gem
diff --git a/rubygem-gdk3.spec b/rubygem-gdk3.spec
index ae1d390..18f5c8b 100644
--- a/rubygem-gdk3.spec
+++ b/rubygem-gdk3.spec
@@ -1,12 +1,12 @@
 %global	header_dir	%{ruby_vendorarchdir}
 %global	gem_name	gdk3
-%global	glib_min_ver	2.2.0
+%global	glib_min_ver	2.2.4
 
 # Planned for F-20+ only
 Summary:	Ruby binding of GDK-3.x
 Name:		rubygem-%{gem_name}
-Version:	2.2.3
-Release:	2%{?dist}
+Version:	2.2.4
+Release:	1%{?dist}
 
 Group:		Development/Languages
 # Various files in gem
@@ -83,7 +83,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\.2\.3|>= 2.2.3|' %{gem_name}.gemspec
+sed -i -e 's|= 2\.2\.4|>= 2.2.4|' %{gem_name}.gemspec
 
 # Add license text
 install -cpm 644 %{SOURCE1} ./COPYING.LIB
@@ -177,7 +177,7 @@ popd
 %exclude	%{gem_instdir}/test/
 
 %changelog
-* Mon Nov 10 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.3-2
+* Mon Nov 10 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.4-1
 - Define arch as noarch (bug 1161947)
 
 * Wed Nov  5 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.3-1
diff --git a/sources b/sources
index 4a13604..75db39b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5836d250e45d4e218c53361ddf787464  gdk3-2.2.3.gem
+c2532fbc608a3d1faf022cf383303e53  gdk3-2.2.4.gem


More information about the scm-commits mailing list