diff --git a/rubygem-pango.spec b/rubygem-pango.spec index a755087..bcafeb4 100644 --- a/rubygem-pango.spec +++ b/rubygem-pango.spec @@ -11,7 +11,7 @@ Summary: Ruby binding of pango-1.x Name: rubygem-%{gem_name} Version: 3.1.6 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages # from README License: LGPLv2 @@ -62,6 +62,7 @@ BuildRequires: rubygem(mechanize) # For now, explicitly Requires: rubygem(glib2) Requires: rubygem(cairo) +Provides: rubygem(pango-no-gi) = %{version}-%{release} %description -n rubygem-%{gem_name_no_gi} Ruby/Pango is a Ruby binding of pango-1.x. @@ -266,6 +267,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb %changelog +* Tue Jun 6 2017 Mamoru TASAKA - 3.1.6-2 +- no-gi: add vitrual provides + * Tue Jun 6 2017 Mamoru TASAKA - 3.1.6-1 - 3.1.6 - Create no-gi for now