[rubygem-gobject-introspection] 2.0.2

Mamoru Tasaka mtasaka at fedoraproject.org
Fri Aug 16 13:40:55 UTC 2013


commit e27bab15d0fc4bb43b8e69120ae0d41ae332a55e
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Fri Aug 16 22:40:45 2013 +0900

    2.0.2

 .gitignore                         |    1 +
 rubygem-gobject-introspection.spec |   22 +++++++++-------------
 sources                            |    2 +-
 3 files changed, 11 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50863e6..28875e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /gobject-introspection-1.2.4.gem
 /gobject-introspection-1.2.5.gem
 /gobject-introspection-1.2.6.gem
+/gobject-introspection-2.0.2.gem
diff --git a/rubygem-gobject-introspection.spec b/rubygem-gobject-introspection.spec
index c3f61e7..aa6251d 100644
--- a/rubygem-gobject-introspection.spec
+++ b/rubygem-gobject-introspection.spec
@@ -2,16 +2,13 @@
 
 %global	gem_name	gobject-introspection
 %global	gem_so_name	gobject_introspection
-%if 0%{?fedora} < 19
-%global	rubyabi	1.9.1
-%endif
 
-%global	glib_min_ver	1.2.1
+%global	glib_min_ver	2.0.0
 
 Summary:	Ruby binding of GObjectIntrospection
 Name:		rubygem-%{gem_name}
-Version:	1.2.6
-Release:	2%{?dist}
+Version:	2.0.2
+Release:	1%{?dist}
 
 Group:		Development/Languages
 # lib/gobject-introspection.rb and so on
@@ -19,15 +16,8 @@ License:	LGPLv2+
 URL:		http://ruby-gnome2.sourceforge.jp/
 Source0:	http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
-%if 0%{?fedora} >= 19
 Requires:	ruby(release)
 BuildRequires:	ruby(release)
-%else
-Requires:	ruby(abi) = %{rubyabi}
-Requires:	ruby 
-BuildRequires:	ruby(abi) = %{rubyabi}
-BuildRequires:	ruby 
-%endif
 Requires:	ruby(rubygems) 
 Requires:	ruby
 Requires:	rubygem(glib2)
@@ -47,6 +37,9 @@ GObjectIntrospection.
 Summary:	Ruby/GdkPixbuf2 development environment
 Group:		Development/Languages
 Requires:	%{name}%{?isa} = %{version}-%{release}
+Requires:	ruby-devel%{?isa}
+Requires:	rubygem-glib2-devel%{?isa}
+Requires:	gobject-introspection-devel%{?isa}
 
 %description devel
 Header files and libraries for building a extension library for the
@@ -158,6 +151,9 @@ popd
 %exclude	%{gem_instdir}/test/
 
 %changelog
+* Fri Aug 16 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.0.2-1
+- 2.0.2
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 6214cd1..99c9313 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e8032e6b4859c000349988ab9127901d  gobject-introspection-1.2.6.gem
+f8b3e688771da764a82533bc97a16299  gobject-introspection-2.0.2.gem


More information about the scm-commits mailing list