[rubygem-gtk2] 1.1.6

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Dec 6 08:31:50 UTC 2012


commit 442705f807ff53bc4101ce8244559e5d5253f474
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Thu Dec 6 17:31:45 2012 +0900

    1.1.6

 .gitignore        |    1 +
 rubygem-gtk2.spec |    8 ++++++--
 sources           |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b225909..a6338e9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /gtk2-1.1.3.gem
 /gtk2-1.1.4.gem
 /gtk2-1.1.5.gem
+/gtk2-1.1.6.gem
diff --git a/rubygem-gtk2.spec b/rubygem-gtk2.spec
index 38314b0..c8c5e1c 100644
--- a/rubygem-gtk2.spec
+++ b/rubygem-gtk2.spec
@@ -1,4 +1,5 @@
-%if %{?fedora:0%{fedora} >= 17}%{?rhel:0%{rhel} >= 7}
+%if 0%{?fedora} >= 17 || 0%{?rhel} >= 7
+
 %global	rubyabi	1.9.1
 %global	header_dir	%{ruby_vendorarchdir}
 %global	ruby19	1
@@ -19,7 +20,7 @@
 
 Summary:	Ruby binding of GTK+-2.x
 Name:		rubygem-%{gem_name}
-Version:	1.1.5
+Version:	1.1.6
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -293,6 +294,9 @@ ruby -Itest ./test/run-test.rb
 %{gem_instdir}/test/
 
 %changelog
+* Thu Dec  6 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.6-1
+- 1.1.6
+
 * Wed Sep  5 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 1.1.5-1
 - 1.1.5
 
diff --git a/sources b/sources
index ebaeb96..b27b3ae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7dd2cf01433fddbcc2b53d3897da6b8  gtk2-1.1.5.gem
+fa153f6487984df4a2be9b7e7c64894d  gtk2-1.1.6.gem


More information about the scm-commits mailing list