[rubygem-vte/f17] 1.1.4

Mamoru Tasaka mtasaka at fedoraproject.org
Mon Aug 13 09:39:58 UTC 2012


commit 8460aaf899ae58eddd520f8c89203a20cfadb86f
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Aug 13 18:39:55 2012 +0900

    1.1.4

 .gitignore       |    1 +
 rubygem-vte.spec |   13 ++++++++++---
 sources          |    2 +-
 3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb73e87..bd428f9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /vte-1.1.1.gem
 /vte-1.1.2.gem
 /vte-1.1.3.gem
+/vte-1.1.4.gem
diff --git a/rubygem-vte.spec b/rubygem-vte.spec
index 42b7137..bb20f44 100644
--- a/rubygem-vte.spec
+++ b/rubygem-vte.spec
@@ -13,12 +13,13 @@
 
 %global	gem_name	vte
 
-%global	glibminver	1.1.3
+%global	glibminver	1.1.4
+%global	gtkminver	1.1.3
 %global	obsoleteevr	0.90.7-1.999
 
 Summary:	Ruby binding of vte
 Name:		rubygem-%{gem_name}
-Version:	1.1.3
+Version:	1.1.4
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -28,7 +29,7 @@ Source0:	http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
 BuildRequires:	ruby(abi) = %{rubyabi}
 BuildRequires:	rubygem-glib2-devel >= %{glibminver}
-BuildRequires:	rubygem-gtk2-devel >= %{glibminver}
+BuildRequires:	rubygem-gtk2-devel >= %{gtkminver}
 BuildRequires:	ruby-devel
 BuildRequires:	rubygems-devel
 BuildRequires:	vte-devel
@@ -264,6 +265,12 @@ create_symlink_rec %{gem_instdir}/lib %{ruby_sitelib}
 %{gem_instdir}/sample/
 
 %changelog
+* Mon Aug 13 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.4-1
+- 1.1.4
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
 * Tue Apr 17 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.3-1
 - 1.1.3
 
diff --git a/sources b/sources
index 03405f7..a563389 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-591e7005099698c587d46a60a6a58b45  vte-1.1.3.gem
+b098196def1cc184a66a7c9480b97b8b  vte-1.1.4.gem


More information about the scm-commits mailing list