3.0.5
This commit is contained in:
parent
ce853ea05f
commit
b99dbd0341
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -27,3 +27,4 @@
|
|||
/pango-2.2.4.gem
|
||||
/pango-2.2.5.gem
|
||||
/pango-3.0.4.gem
|
||||
/pango-3.0.5.gem
|
||||
|
|
|
|||
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
%global gem_name pango
|
||||
|
||||
%global glibminver 3.0.4
|
||||
%global glibminver 3.0.5
|
||||
%global obsoleteevr 0.90.7-1.999
|
||||
|
||||
Summary: Ruby binding of pango-1.x
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 3.0.4
|
||||
Version: 3.0.5
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Languages
|
||||
# from README
|
||||
|
|
@ -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\.4|>= 3.0.4|' %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.0\.5|>= 3.0.5|' %{gem_name}.gemspec
|
||||
|
||||
# Fix wrong shebang
|
||||
grep -rl /usr/local/bin sample | \
|
||||
|
|
@ -154,6 +154,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb
|
|||
%{gem_instdir}/test/
|
||||
|
||||
%changelog
|
||||
* Wed Sep 23 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.5-1
|
||||
- 3.0.5
|
||||
|
||||
* Tue Sep 22 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.4-1
|
||||
- 3.0.4
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
68879ec52a0ce8d11aba7b8b5535972e pango-3.0.4.gem
|
||||
540cd004d762d012e8c919ea375cf1bf pango-3.0.5.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue