diff --git a/.gitignore b/.gitignore index 422691e..f824265 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /pango-1.2.6.gem /pango-2.0.2.gem /pango-2.1.0.gem +/pango-2.2.0.gem diff --git a/rubygem-pango.spec b/rubygem-pango.spec index f1ac2b0..9f2cb86 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -8,7 +8,7 @@ Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} -Version: 2.1.0 +Version: 2.2.0 Release: 1%{?dist} Group: Development/Languages # from README @@ -68,7 +68,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 | \ @@ -158,6 +158,9 @@ ruby -Ilib:test ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Fri Apr 11 2014 Mamoru TASAKA - 2.2.0-1 +- 2.2.0 + * Thu Jan 16 2014 Mamoru TASAKA - 2.1.0-1 - 2.1.0 diff --git a/sources b/sources index 094b81f..b6ae9a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ff832c3130fea8cb9821a6f6542113f pango-2.1.0.gem +d938338e0ba9638087bb7afeb65c00f4 pango-2.2.0.gem