Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
15e56a52c0 | ||
|
|
4961eb5daf | ||
|
|
e87f5a4353 | ||
|
|
fd8ab543fa |
3 changed files with 20 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -3,3 +3,7 @@
|
|||
/pango-0.90.4.gem
|
||||
/pango-0.90.5.gem
|
||||
/pango-0.90.7.gem
|
||||
/pango-0.90.8.gem
|
||||
/pango-0.90.9.gem
|
||||
/pango-1.0.0.gem
|
||||
/pango-1.0.3.gem
|
||||
|
|
|
|||
|
|
@ -5,15 +5,15 @@
|
|||
%global gemname pango
|
||||
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
||||
|
||||
%global glibminver 0.90.7
|
||||
%global glibminver 1.0.3
|
||||
%global obsoleteevr 0.90.7-1.999
|
||||
|
||||
%global rubyabi 1.8
|
||||
|
||||
Summary: Ruby binding of pango-1.x
|
||||
Name: rubygem-%{gemname}
|
||||
Version: 0.90.7
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.3
|
||||
Release: 1%{?dist}
|
||||
Group: Development/Languages
|
||||
# from README
|
||||
License: LGPLv2
|
||||
|
|
@ -249,6 +249,18 @@ ruby -Ilib:test ./test/run-test.rb
|
|||
%{geminstdir}/test/
|
||||
|
||||
%changelog
|
||||
* Mon Sep 19 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.3-1
|
||||
- 1.0.3
|
||||
|
||||
* Fri Jul 15 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.0-1
|
||||
- 1.0.0
|
||||
|
||||
* Sun Jun 12 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.90.9-1
|
||||
- 0.90.9
|
||||
|
||||
* Sat Mar 5 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 0.90.8-1
|
||||
- 0.90.8
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.90.7-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
104f45cb25ba962a0f22c0c3ebd57d1a pango-0.90.7.gem
|
||||
ae17873354d2ab2d3c1c35a25903bcd7 pango-1.0.3.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue