[rubygem-goocanvas] 2.2.0

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


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

    2.2.0

 .gitignore             |    1 +
 rubygem-goocanvas.spec |    7 +++++--
 sources                |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ae193e7..4af3e07 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,3 +14,4 @@
 /goocanvas-1.2.6.gem
 /goocanvas-2.0.2.gem
 /goocanvas-2.1.0.gem
+/goocanvas-2.2.0.gem
diff --git a/rubygem-goocanvas.spec b/rubygem-goocanvas.spec
index fa8c1e5..2d387c0 100644
--- a/rubygem-goocanvas.spec
+++ b/rubygem-goocanvas.spec
@@ -8,7 +8,7 @@
 
 Summary:	Ruby binding of GooCanvas
 Name:		rubygem-%{gem_name}
-Version:	2.1.0
+Version:	2.2.0
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -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\.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
@@ -158,6 +158,9 @@ done
 %{gem_instdir}/sample/
 
 %changelog
+* Mon Apr 14 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.0-1
+- 2.2.0
+
 * Thu Jan 16 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.1.0-1
 - 2.1.0
 
diff --git a/sources b/sources
index 51a3e8d..51ff290 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-521d25c4e070895e311ba34ff024d724  goocanvas-2.1.0.gem
+c1b9521771af713e93911d47763acd22  goocanvas-2.2.0.gem


More information about the scm-commits mailing list