[rubygem-pango] - 0.90.4

Mamoru Tasaka mtasaka at fedoraproject.org
Sun Oct 24 18:06:16 UTC 2010


commit 80c0ede6ec7c9a63faf28380fe0d83e13b1a2758
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Mon Oct 25 03:06:13 2010 +0900

    - 0.90.4

 .gitignore         |    1 +
 rubygem-pango.spec |   11 +++++++----
 sources            |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c7c96c..ec77436 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /pango-0.90.2.gem
 /pango-0.90.3.gem
+/pango-0.90.4.gem
diff --git a/rubygem-pango.spec b/rubygem-pango.spec
index 064a0f1..9c07c09 100644
--- a/rubygem-pango.spec
+++ b/rubygem-pango.spec
@@ -5,14 +5,14 @@
 %global	gemname	pango
 %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 pango-1.x
 Name:		rubygem-%{gemname}
-Version:	0.90.3
+Version:	0.90.4
 Release:	2%{?dist}
 Group:		Development/Languages
 # from README
@@ -50,7 +50,7 @@ Group:		Development/Languages
 Requires:	%{name} = %{version}-%{release}
 # Requires for corresponsing non-gem rpms
 Requires:	ruby(cairo)
-Requires:	ruby(glib2) = %{version}
+Requires:	ruby(glib2) >= %{glibminver}
 Provides:	ruby(%{gemname}) = %{version}-%{release}
 
 %description	-n ruby-%{gemname}
@@ -255,6 +255,9 @@ rm -rf %{buildroot}
 %{geminstdir}/test/
 
 %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 ff19c71..686c5f7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8fd29b854e5027ceb01e67212d9d9587  pango-0.90.3.gem
+5a6ea6704ee0ba0c975def1cd4eb9acf  pango-0.90.4.gem


More information about the scm-commits mailing list