[rubygem-atk] - 0.90.4

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Oct 24 18:04:50 UTC 2010


commit 03f7920f5fe30e782f28c49e2b4b6a95d63c900a
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Oct 25 03:04:48 2010 +0900

    - 0.90.4

 .gitignore       |    1 +
 rubygem-atk.spec |   13 ++++++++-----
 sources          |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6745de8..34487e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /atk-0.90.2.gem
 /atk-0.90.3.gem
+/atk-0.90.4.gem
diff --git a/rubygem-atk.spec b/rubygem-atk.spec
index 2f67e02..3859380 100644
--- a/rubygem-atk.spec
+++ b/rubygem-atk.spec
@@ -5,14 +5,14 @@
 %global	gemname	atk
 %global	geminstdir	%{gemdir}/gems/%{gemname}-%{version}
 
-%global	glibminver	0.90.3
-%global	obsoleteevr	0.90.3-1.999
+%global	glibminver	0.90.4
+%global	obsoleteevr	0.90.4-1.999
 
 %global	rubyabi	1.8
 
 Summary:	Ruby binding of ATK-1.0.x
 Name:		rubygem-%{gemname}
-Version:	0.90.3
+Version:	0.90.4
 Release:	2%{?dist}
 Group:		Development/Languages
 # from README
@@ -46,7 +46,7 @@ Summary:	Non-Gem support package for %{gemname}
 Group:		Development/Languages
 Requires:	%{name} = %{version}-%{release}
 # Requires for corresponsing non-gem rpms
-Requires:	ruby(glib2) = %{version}
+Requires:	ruby(glib2) >= %{glibminver}
 Provides:	ruby(%{gemname}) = %{version}-%{release}
 
 %description	-n ruby-%{gemname}
@@ -57,7 +57,7 @@ Summary:	Ruby/ATK development environment
 Group:		Development/Languages
 Requires:	%{name} = %{version}-%{release}
 Requires:	ruby-devel
-Requires:	rubygem-glib2-devel = %{version}
+Requires:	rubygem-glib2-devel >= %{glibminver}
 Requires:	atk-devel
 # Obsoletes / Provides
 # ruby(%%{gemname}-devel) Provides is for compatibility
@@ -211,6 +211,9 @@ rm -rf %{buildroot}
 %{geminstdir}/Rakefile
 
 %changelog
+* Sun Oct 24 2010 Mamoru Taska  <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.4-2
+- 0.90.4
+
 * Sun Oct 24 2010 Mamoru Taska  <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.3-2
 - 0.90.3
 
diff --git a/sources b/sources
index 4b892fa..081b7aa 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2d923d00eea42674f0373a028a3c27f  atk-0.90.3.gem
+d715ad226f0adc7bd8a0f337a86614b7  atk-0.90.4.gem


More information about the scm-commits mailing list