[rubygem-gio2] 1.2.0

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jan 30 04:25:43 UTC 2013


commit 4b61d2f78ac0e6c21eaea0a4057ae48661f11ea3
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Wed Jan 30 13:25:35 2013 +0900

    1.2.0

 .gitignore        |    1 +
 rubygem-gio2.spec |   11 +++++++++--
 sources           |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 04003b4..46d001c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /gio2-1.1.5.gem
 /gio2-1.1.6.gem
 /gio2-1.1.9.gem
+/gio2-1.2.0.gem
diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec
index 63e7464..aaa43da 100644
--- a/rubygem-gio2.spec
+++ b/rubygem-gio2.spec
@@ -11,14 +11,14 @@
 %global	ruby19	0
 %endif
 
-%global	glibminver	1.1.3
+%global	glibminver	1.2.0
 %global	obsoleteevr	0.90.7-1.999
 
 %global	gem_name	gio2
 
 Summary:	Ruby binding of gio-2.0.x
 Name:		rubygem-%{gem_name}
-Version:	1.1.9
+Version:	1.2.0
 Release:	1%{?dist}
 Group:		Development/Languages
 # from README
@@ -123,6 +123,8 @@ cp -a .%{gem_dir}/* \
 
 pushd %{buildroot}
 # move header files, C extension files to the correct directory
+mkdir -p .%{header_dir}
+mv .%{gem_instdir}/lib/*.h .%{header_dir}/
 
 %if ! %{ruby19}
 mkdir -p .%{ruby_sitearch}/ruby-gnome2
@@ -246,6 +248,8 @@ ruby -rubygems -Ilib test/load-test.rb
 %files	devel
 %defattr(-,root,root,-)
 %{_libdir}/pkgconfig/ruby-%{gem_name}.pc
+%{header_dir}/rbgio2.h
+%{header_dir}/rbgio2conversions.h
 
 %files	doc
 %defattr(-,root,root,-)
@@ -254,6 +258,9 @@ ruby -rubygems -Ilib test/load-test.rb
 %{gem_instdir}/test/
 
 %changelog
+* Wed Jan 30 2013 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.2.0-1
+- 1.2.0
+
 * Mon Dec 31 2012 Mamoru TASAKA <mtasaka at fedoraproject.org> - 1.1.9-1
 - 1.1.9
 
diff --git a/sources b/sources
index 3a856bd..5599939 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-918d469cf84afbb76bf4ea349984ad2a  gio2-1.1.9.gem
+3aa22759fa91dc30ea4aaccdb6568907  gio2-1.2.0.gem


More information about the scm-commits mailing list