Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fe1314fc4d | ||
|
|
02e2968f4d | ||
|
|
f0a37ff176 |
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
||||||
/gio2-0.90.8.gem
|
/gio2-0.90.8.gem
|
||||||
/gio2-0.90.9.gem
|
/gio2-0.90.9.gem
|
||||||
/gio2-1.0.0.gem
|
/gio2-1.0.0.gem
|
||||||
|
/gio2-1.0.3.gem
|
||||||
|
|
|
||||||
|
|
@ -5,14 +5,14 @@
|
||||||
%global gemname gio2
|
%global gemname gio2
|
||||||
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
||||||
|
|
||||||
%global glibminver 0.90.7
|
%global glibminver 1.0.3
|
||||||
%global obsoleteevr 0.90.7-1.999
|
%global obsoleteevr 0.90.7-1.999
|
||||||
|
|
||||||
%global rubyabi 1.8
|
%global rubyabi 1.8
|
||||||
|
|
||||||
Summary: Ruby binding of gio-2.0.x
|
Summary: Ruby binding of gio-2.0.x
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 1.0.0
|
Version: 1.0.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
# from README
|
# from README
|
||||||
|
|
@ -241,6 +241,9 @@ ruby -rubygems -Ilib test/load-test.rb
|
||||||
%{geminstdir}/test/
|
%{geminstdir}/test/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jul 15 2011 Mamoru Tasaka <mtasaka@fedoraproject.org> - 1.0.0-1
|
||||||
- 1.0.0
|
- 1.0.0
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
dec9e8fcb5ce95ee00fd4050b5ef76f4 gio2-1.0.0.gem
|
e3fb987d391a671e74f952bf52bc6c8e gio2-1.0.3.gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue