[rubygem-gio2] 2.2.3

Mamoru TASAKA mtasaka at fedoraproject.org
Wed Nov 5 09:17:41 UTC 2014


commit 0c22cf36ed27a912f51a1a374d45bc88b57fd715
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Wed Nov 5 18:17:54 2014 +0900

    2.2.3

 .gitignore        |    1 +
 rubygem-gio2.spec |   15 ++++++++++-----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1247269..5bf23e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,4 @@
 /gio2-2.0.2.gem
 /gio2-2.1.0.gem
 /gio2-2.2.0.gem
+/gio2-2.2.3.gem
diff --git a/rubygem-gio2.spec b/rubygem-gio2.spec
index 39f5f0d..a12231c 100644
--- a/rubygem-gio2.spec
+++ b/rubygem-gio2.spec
@@ -7,8 +7,8 @@
 
 Summary:	Ruby binding of gio-2.0.x
 Name:		rubygem-%{gem_name}
-Version:	2.2.0
-Release:	5%{?dist}
+Version:	2.2.3
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -46,7 +46,6 @@ Requires:	%{name} = %{version}-%{release}
 %description	doc
 This package contains documentation for %{name}.
 
-%if 0
 %package	devel
 Summary:	Ruby/GIO2 development environment
 Group:		Development/Languages
@@ -59,7 +58,6 @@ Provides:	ruby-%{gem_name}-devel = %{version}-%{release}
 %description devel
 Header files and libraries for building a extension library for the
 rubygem-%{gem_name}
-%endif
 
 %prep
 gem unpack %{SOURCE0}
@@ -67,7 +65,7 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # Allow ruby-gnome2 no less than ones
-sed -i -e 's|= 2\.2\.0|>= 2.2.0|' %{gem_name}.gemspec
+sed -i -e 's|= 2\.2\.3|>= 2.2.3|' %{gem_name}.gemspec
 
 # Fix up Rakefile for "gnome2-raketask" requirement
 sed -i -e "/require.*gnome2-raketask/s|^\(.*\)|begin\n  \1\nrescue LoadError\n  require 'rubygems'\n  require 'gnome2-raketask'\nend\n|" \
@@ -134,6 +132,10 @@ popd
 %exclude	%{gem_cache}
 %{gem_spec}
 
+%files	devel
+%defattr(-,root,root,-)
+%{_libdir}/pkgconfig/ruby-%{gem_name}.pc
+
 %files	doc
 %defattr(-,root,root,-)
 %{gem_docdir}
@@ -141,6 +143,9 @@ popd
 %exclude	%{gem_instdir}/test/
 
 %changelog
+* Wed Nov  5 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.3-1
+- 2.2.3
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index ee3ec94..a1b5bdd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a4ee02d9d32136d4f5604d3acf790eca  gio2-2.2.0.gem
+bd6e6d63c4fb7e69e02175dc671b311d  gio2-2.2.3.gem


More information about the scm-commits mailing list