[rubygem-goocanvas] 2.1.0

Mamoru TASAKA mtasaka at fedoraproject.org
Thu Jan 16 14:05:22 UTC 2014


commit f9b2693008a242f5a6ffa88510f978716c11b68d
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Thu Jan 16 23:05:34 2014 +0900

    2.1.0

 .gitignore             |    1 +
 rubygem-goocanvas.spec |   16 +++++++++-------
 sources                |    2 +-
 3 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5a79e8b..ae193e7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@
 /goocanvas-1.2.5.gem
 /goocanvas-1.2.6.gem
 /goocanvas-2.0.2.gem
+/goocanvas-2.1.0.gem
diff --git a/rubygem-goocanvas.spec b/rubygem-goocanvas.spec
index 40ecefb..fa8c1e5 100644
--- a/rubygem-goocanvas.spec
+++ b/rubygem-goocanvas.spec
@@ -2,14 +2,14 @@
 
 %global	gem_name	goocanvas
 
-%global	glibminver	2.0.0
-%global	gtkminver	2.0.0
+%global	glibminver	2.1.0
+%global	gtkminver	2.1.0
 %global	obsoleteevr	0.90.7-1.999
 
 Summary:	Ruby binding of GooCanvas
 Name:		rubygem-%{gem_name}
-Version:	2.0.2
-Release:	2%{?dist}
+Version:	2.1.0
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -82,9 +82,8 @@ find . -name \*.rb -print0 | xargs --null chmod 0644
 
 gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
 
-# dependency
-# https://github.com/ruby-gnome2/ruby-gnome2/commit/cc1494f46242f91b096672e117f84a39eff95758
-sed -i -e 's|gtk2|gtk3|' %{gem_name}.gemspec
+# Allow ruby-gnome2 no less than ones
+sed -i -e 's|= 2\.1\.0|>= 2.1.0|' %{gem_name}.gemspec
 
 gem build %{gem_name}.gemspec
 mv %{gem_name}-%{version}.gem $TOPDIR
@@ -159,6 +158,9 @@ done
 %{gem_instdir}/sample/
 
 %changelog
+* Thu Jan 16 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.1.0-1
+- 2.1.0
+
 * Fri Nov  1 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.0.2-2
 - Include license file
 
diff --git a/sources b/sources
index b2e14bf..51a3e8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e17f04e7b0c0248039f265c9012274b  goocanvas-2.0.2.gem
+521d25c4e070895e311ba34ff024d724  goocanvas-2.1.0.gem


More information about the scm-commits mailing list