diff --git a/.gitignore b/.gitignore index c02981e..55439fa 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /gdk3-2.2.0.gem /gdk3-2.2.3.gem /gdk3-2.2.4.gem +/gdk3-2.2.5.gem diff --git a/rubygem-gdk3.spec b/rubygem-gdk3.spec index 18f5c8b..e54de70 100644 --- a/rubygem-gdk3.spec +++ b/rubygem-gdk3.spec @@ -5,7 +5,7 @@ # Planned for F-20+ only Summary: Ruby binding of GDK-3.x Name: rubygem-%{gem_name} -Version: 2.2.4 +Version: 2.2.5 Release: 1%{?dist} Group: Development/Languages @@ -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\.2\.4|>= 2.2.4|' %{gem_name}.gemspec +sed -i -e 's|= 2\.2\.5|>= 2.2.5|' %{gem_name}.gemspec # Add license text install -cpm 644 %{SOURCE1} ./COPYING.LIB @@ -177,6 +177,9 @@ popd %exclude %{gem_instdir}/test/ %changelog +* Wed Apr 29 2015 Mamoru TASAKA - 2.2.5-1 +- 2.2.5 + * Mon Nov 10 2014 Mamoru TASAKA - 2.2.4-1 - Define arch as noarch (bug 1161947) diff --git a/sources b/sources index 75db39b..a5049f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2532fbc608a3d1faf022cf383303e53 gdk3-2.2.4.gem +dfe2d1c0e0fb1ed18a9cc77f8bf9da86 gdk3-2.2.5.gem