summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2012-02-07 09:46:28 -0430
committerGuillermo Gomez S. (Gomix) <guillermo.gomez@gmail.com>2012-02-07 09:46:28 -0430
commita494c26064eb766aed9522d2f3d5391578d0184a (patch)
treec364c0cff05b91978937a477a119edb189841142
parenta1e2bbe446b2baad531bf5c3e4770d9c8c9a1bae (diff)
downloadrubygem-kgio-a494c26064eb766aed9522d2f3d5391578d0184a.tar.gz
rubygem-kgio-a494c26064eb766aed9522d2f3d5391578d0184a.tar.xz
rubygem-kgio-a494c26064eb766aed9522d2f3d5391578d0184a.zip
Requires fixed for Ruby 1.9
-rw-r--r--rubygem-kgio.spec12
1 files changed, 8 insertions, 4 deletions
diff --git a/rubygem-kgio.spec b/rubygem-kgio.spec
index f2fc4bd..b012083 100644
--- a/rubygem-kgio.spec
+++ b/rubygem-kgio.spec
@@ -1,13 +1,14 @@
-%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global gemname kgio
-%global rubyabi 1.8
+
+%global rubyabi 1.9.1
+%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"]')}
Summary: Kinder, gentler I/O for Ruby
Name: rubygem-%{gemname}
Version: 2.7.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Tools
License: LGPLv2 or LGPLv3
# LICENSE file defines the licencing aspects of kgiox.
@@ -110,7 +111,10 @@ rm -rf %{buildroot}
%{geminstdir}/lib/kgio.rb
%changelog
-* Sun Jan 1 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-3
+* Tue Jan 07 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-4
+- Requires fixed for Ruby 1.9
+
+* Sun Jan 01 2012 Guillermo Gómez <guillermo.gomez@gmail.com> - 2.7.0-3
- Path to kgio_ext.so at spec file check section fixed
- Moved patching test file to install section
- Unused macro removed from spec file