diff --git a/.gitignore b/.gitignore index 10e4e25..cdad24c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /pango-1.0.3.gem /pango-1.1.1.gem /pango-1.1.2.gem +/pango-1.1.3.gem diff --git a/rubygem-pango.spec b/rubygem-pango.spec index b3a10f5..a35c17c 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -14,13 +14,13 @@ %global gem_name pango -%global glibminver 1.0.3 +%global glibminver 1.1.3 %global obsoleteevr 0.90.7-1.999 Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} -Version: 1.1.2 -Release: 5%{?dist} +Version: 1.1.3 +Release: 1%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -283,6 +283,9 @@ ruby -Ilib:test ./test/run-test.rb %{gem_instdir}/test/ %changelog +* Mon Apr 16 2012 Mamoru Tasaka - 1.1.3-1 +- 1.1.3 + * Tue Apr 03 2012 Bohuslav Kabrda - 1.1.2-4 - Fix conditionals for F17 to work for RHEL 7 as well. diff --git a/sources b/sources index b1f93a8..18f77ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca67e56e0495a352b18da189d1374271 pango-1.1.2.gem +013466dae7ba5e8cd939452ecdfa8378 pango-1.1.3.gem