diff --git a/.gitignore b/.gitignore index 766505a..fc01e6a 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /pango-3.0.4.gem /pango-3.0.5.gem /pango-3.0.7.gem +/pango-3.0.8.gem diff --git a/rubygem-pango.spec b/rubygem-pango.spec index c92220f..3431fba 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -3,13 +3,13 @@ %global gem_name pango -%global glibminver 3.0.7 +%global glibminver 3.0.8 %global obsoleteevr 0.90.7-1.999 Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} -Version: 3.0.7 -Release: 3%{?dist} +Version: 3.0.8 +Release: 1%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -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\.7|>= 3.0.7|' %{gem_name}.gemspec +sed -i -e 's|= 3\.0\.8|>= 3.0.8|' %{gem_name}.gemspec # Fix wrong shebang grep -rl /usr/local/bin sample | \ @@ -156,6 +156,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Tue Apr 19 2016 TASAKA - 3.0.8-1 +- 3.0.8 + * Thu Feb 04 2016 Fedora Release Engineering - 3.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 08ad940..6ff6eca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9a160699b27cb7985ece4b014a0c83d pango-3.0.7.gem +aa46d424c3aadc0714182cea81d19167 pango-3.0.8.gem