3.0.4
This commit is contained in:
parent
23ceaad6c3
commit
ce853ea05f
3 changed files with 12 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,3 +26,4 @@
|
|||
/pango-2.2.3.gem
|
||||
/pango-2.2.4.gem
|
||||
/pango-2.2.5.gem
|
||||
/pango-3.0.4.gem
|
||||
|
|
|
|||
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
%global gem_name pango
|
||||
|
||||
%global glibminver 2.2.5
|
||||
%global glibminver 3.0.4
|
||||
%global obsoleteevr 0.90.7-1.999
|
||||
|
||||
Summary: Ruby binding of pango-1.x
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 2.2.5
|
||||
Release: 2%{?dist}
|
||||
Version: 3.0.4
|
||||
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|= 2\.2\.5|>= 2.2.5|' %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.0\.4|>= 3.0.4|' %{gem_name}.gemspec
|
||||
|
||||
# Fix wrong shebang
|
||||
grep -rl /usr/local/bin sample | \
|
||||
|
|
@ -144,7 +144,6 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb
|
|||
%defattr(-,root,root,-)
|
||||
%{_libdir}/pkgconfig/ruby-%{gem_name}.pc
|
||||
%{header_dir}/rbpango.h
|
||||
%{header_dir}/rbpangoversion.h
|
||||
%{header_dir}/rbpangoconversions.h
|
||||
|
||||
%files doc
|
||||
|
|
@ -155,6 +154,12 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb
|
|||
%{gem_instdir}/test/
|
||||
|
||||
%changelog
|
||||
* Tue Sep 22 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.4-1
|
||||
- 3.0.4
|
||||
|
||||
* Sun Sep 20 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.3-1
|
||||
- 3.0.3
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
03c74301d85a901afc776978fb342a0c pango-2.2.5.gem
|
||||
68879ec52a0ce8d11aba7b8b5535972e pango-3.0.4.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue