This commit is contained in:
Mamoru TASAKA 2014-04-14 14:57:28 +09:00
commit a804b4d7a1
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@
/pango-1.2.6.gem
/pango-2.0.2.gem
/pango-2.1.0.gem
/pango-2.2.0.gem

View file

@ -8,7 +8,7 @@
Summary: Ruby binding of pango-1.x
Name: rubygem-%{gem_name}
Version: 2.1.0
Version: 2.2.0
Release: 1%{?dist}
Group: Development/Languages
# from README
@ -68,7 +68,7 @@ gem unpack %{SOURCE0}
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
# Allow ruby-gnome2 no less than ones
sed -i -e 's|= 2\.1\.0|>= 2.1.0|' %{gem_name}.gemspec
sed -i -e 's|= 2\.2\.0|>= 2.2.0|' %{gem_name}.gemspec
# Fix wrong shebang
grep -rl /usr/local/bin sample | \
@ -158,6 +158,9 @@ ruby -Ilib:test ./test/run-test.rb
%{gem_instdir}/test/
%changelog
* Fri Apr 11 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.2.0-1
- 2.2.0
* Thu Jan 16 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.1.0-1
- 2.1.0

View file

@ -1 +1 @@
5ff832c3130fea8cb9821a6f6542113f pango-2.1.0.gem
d938338e0ba9638087bb7afeb65c00f4 pango-2.2.0.gem