diff --git a/.gitignore b/.gitignore index 19f7a21..49ae65a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /pango-2.1.0.gem /pango-2.2.0.gem /pango-2.2.3.gem +/pango-2.2.4.gem diff --git a/rubygem-pango.spec b/rubygem-pango.spec index 36ac1a1..e5e35c3 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.2.3 +Version: 2.2.4 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|= 2\.2\.3|>= 2.2.3|' %{gem_name}.gemspec +sed -i -e 's|= 2\.2\.4|>= 2.2.4|' %{gem_name}.gemspec # Fix wrong shebang grep -rl /usr/local/bin sample | \ @@ -155,6 +155,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Sun Dec 28 2014 Mamoru TASAKA - 2.2.4-1 +- 2.2.4 + * Wed Nov 5 2014 Mamoru TASAKA - 2.2.3-1 - 2.2.3 diff --git a/sources b/sources index a137cf0..ca0e2f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a6eb50d8a0b8df975fd7401d4572a655 pango-2.2.3.gem +ca1185028833b515ae9b901d294fc5af pango-2.2.4.gem