[rubygem-kgio/el6] Updated version

Guillermo Gómez gomix at fedoraproject.org
Sun Feb 10 14:53:13 UTC 2013


commit dc9fcf21c2f035a149dc4876669b28e792936f72
Author: Guillermo Gómez <gomix at fedoraproject.org>
Date:   Sun Feb 10 10:22:57 2013 -0430

    Updated version

 .gitignore        |    1 +
 rubygem-kgio.spec |   17 ++++++++++++-----
 sources           |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9707701..5bedf8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /kgio-2.7.0.gem
 /kgio-2.7.3.gem
+/kgio-2.8.0.gem
diff --git a/rubygem-kgio.spec b/rubygem-kgio.spec
index 12fda77..2c53c3f 100644
--- a/rubygem-kgio.spec
+++ b/rubygem-kgio.spec
@@ -12,7 +12,7 @@
 
 Summary:       Kinder, gentler I/O for Ruby
 Name:          rubygem-%{gem_name}
-Version:       2.7.3
+Version:       2.8.0
 Release:       1%{?dist}
 Group:         Development/Tools
 License:       LGPLv2 or LGPLv3
@@ -52,9 +52,13 @@ Documentation for %{name}
 %build
 mkdir -p .%{gem_dir}
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
-gem install --local --install-dir .%{gem_dir} \
-            -V \
-            --force %{SOURCE0}
+gem install \
+	-V \
+	--local \
+        --install-dir .%{gem_dir} \
+	--force \
+	--rdoc \
+	%{SOURCE0}
 
 # Adjusting minor permissions
 chmod a+r .%{gem_instdir}/ChangeLog
@@ -113,8 +117,11 @@ rm -rf %{buildroot}
 %{gem_instdir}/lib/kgio.rb
 
 %changelog
+* Sun Feb 10 2013 Guillermo Gómez <guillermo.gomez at gmail.com> - 2.8.0-1
+- Update version 2.8.0
+
 * Fri Mar 23 2012 Guillermo Gómez <guillermo.gomez at gmail.com> - 2.7.3-1
-- Updated version 0.7.3
+- Updated version 2.7.3
 - Removed unnecesary patch to run tests
 
 * Sun Feb 12 2012 Guillermo Gómez <guillermo.gomez at gmail.com> - 2.7.0-5
diff --git a/sources b/sources
index 3940deb..562af70 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-409c3c023b429248837035f08c1bef9c  kgio-2.7.3.gem
+472ad90681952ff657eb09a97a778bb5  kgio-2.8.0.gem


More information about the scm-commits mailing list