[rubygem-vte] 1.0.3

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Sep 19 15:37:11 UTC 2011


commit 5a7609de14e803cf24995548ee9d67d50a274569
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Tue Sep 20 00:36:57 2011 +0900

    1.0.3

 .gitignore       |    1 +
 rubygem-vte.spec |    9 +++++++--
 sources          |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8aacb7d..ce0ced0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /vte-0.90.8.gem
 /vte-0.90.9.gem
 /vte-1.0.0.gem
+/vte-1.0.3.gem
diff --git a/rubygem-vte.spec b/rubygem-vte.spec
index ab13fb4..f8f14d1 100644
--- a/rubygem-vte.spec
+++ b/rubygem-vte.spec
@@ -5,14 +5,14 @@
 %global	gemname	vte
 %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 vte
 Name:		rubygem-%{gemname}
-Version:	1.0.0
+Version:	1.0.3
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -204,6 +204,7 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 %exclude	%{geminstdir}/Rakefile
 
 %{geminstdir}/lib/%{gemname}.rb
+%{geminstdir}/lib/%{gemname}/
 # %%ruby_sitearch/ruby-gnome2 is owned by rubygem-glib2
 %{ruby_sitearch}/ruby-gnome2/%{gemname}.so
 
@@ -213,6 +214,7 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 %files	-n ruby-%{gemname}
 %defattr(-,root,root,-)
 %{ruby_sitelib}/*.rb
+%{ruby_sitelib}/%{gemname}/
 
 %files	devel
 %defattr(-,root,root,-)
@@ -225,6 +227,9 @@ create_symlink_rec %{geminstdir}/lib %{ruby_sitelib}
 %{geminstdir}/sample/
 
 %changelog
+* Mon Sep 19 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.0.3-1
+- 1.0.3
+
 * Fri Jul 15 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.0.0-1
 - 1.0.0
 
diff --git a/sources b/sources
index da037db..f0c0e79 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08f14281f753be3d2b000031b39dc36f  vte-1.0.0.gem
+2c1ed189aa0ec4d80085ba1eb9255917  vte-1.0.3.gem


More information about the scm-commits mailing list