This commit is contained in:
Mamoru TASAKA 2016-04-19 17:19:29 +09:00
commit dce8e20aa5
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -29,3 +29,4 @@
/pango-3.0.4.gem
/pango-3.0.5.gem
/pango-3.0.7.gem
/pango-3.0.8.gem

View file

@ -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 <mtasaka@fedoraproject.org> - 3.0.8-1
- 3.0.8
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View file

@ -1 +1 @@
f9a160699b27cb7985ece4b014a0c83d pango-3.0.7.gem
aa46d424c3aadc0714182cea81d19167 pango-3.0.8.gem