diff --git a/.gitignore b/.gitignore index e1b4ac7..1407428 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /pango-2.2.4.gem /pango-2.2.5.gem /pango-3.0.4.gem +/pango-3.0.5.gem diff --git a/rubygem-pango.spec b/rubygem-pango.spec index 5956848..74a0392 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -3,12 +3,12 @@ %global gem_name pango -%global glibminver 3.0.4 +%global glibminver 3.0.5 %global obsoleteevr 0.90.7-1.999 Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} -Version: 3.0.4 +Version: 3.0.5 Release: 1%{?dist} Group: Development/Languages # from README @@ -66,7 +66,7 @@ gem unpack %{SOURCE0} gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec # Allow ruby-gnome2 no less than ones -sed -i -e 's|= 3\.0\.4|>= 3.0.4|' %{gem_name}.gemspec +sed -i -e 's|= 3\.0\.5|>= 3.0.5|' %{gem_name}.gemspec # Fix wrong shebang grep -rl /usr/local/bin sample | \ @@ -154,6 +154,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Wed Sep 23 2015 Mamoru TASAKA - 3.0.5-1 +- 3.0.5 + * Tue Sep 22 2015 Mamoru TASAKA - 3.0.4-1 - 3.0.4 diff --git a/sources b/sources index a184ebd..5fc24a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68879ec52a0ce8d11aba7b8b5535972e pango-3.0.4.gem +540cd004d762d012e8c919ea375cf1bf pango-3.0.5.gem