[rubygem-vte] 2.2.0

Mamoru TASAKA mtasaka at fedoraproject.org
Mon Apr 14 05:58:43 UTC 2014


commit 85ecf03cb2b29055e5a65f7922dc4d3b9346a188
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Mon Apr 14 14:58:27 2014 +0900

    2.2.0

 .gitignore       |    1 +
 rubygem-vte.spec |    7 +++++--
 sources          |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 45da9cf..19e33c0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /vte-1.2.6.gem
 /vte-2.0.2.gem
 /vte-2.1.0.gem
+/vte-2.2.0.gem
diff --git a/rubygem-vte.spec b/rubygem-vte.spec
index 5177f2a..7bbde02 100644
--- a/rubygem-vte.spec
+++ b/rubygem-vte.spec
@@ -8,7 +8,7 @@
 
 Summary:	Ruby binding of vte
 Name:		rubygem-%{gem_name}
-Version:	2.1.0
+Version:	2.2.0
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -64,7 +64,7 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{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
 
 # Fix wrong shebang
 #grep -rl /usr/local/bin sample | \
@@ -141,6 +141,9 @@ popd
 %{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 01f8390..66e94c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e4ec6c39b3aae471be4eb29eef7c55f4  vte-2.1.0.gem
+1f7ae9d790c24e6041bd0e95b312c189  vte-2.2.0.gem


More information about the scm-commits mailing list