[rubygem-cinch/f20] Rebased on Cinch 2.0.12.

Darryl L. Pierce mcpierce at fedoraproject.org
Fri Jan 31 20:40:01 UTC 2014


commit d8cacd3ecf0300e5d0b209c2a9d83bade5fd9b03
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Fri Jan 31 15:25:03 2014 -0500

    Rebased on Cinch 2.0.12.

 .gitignore         |    1 +
 rubygem-cinch.spec |   10 +++++++---
 sources            |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ede0a52..f930184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /cinch-2.0.9.gem
 /cinch-2.0.10.gem
 /cinch-2.0.11.gem
+/cinch-2.0.12.gem
diff --git a/rubygem-cinch.spec b/rubygem-cinch.spec
index 8386d30..39af688 100644
--- a/rubygem-cinch.spec
+++ b/rubygem-cinch.spec
@@ -1,10 +1,9 @@
 # Generated from cinch-2.0.3.gem by gem2rpm -*- rpm-spec -*-
 %global gem_name cinch
-%global rubyabi  1.9.1
 
 Summary:       An IRC Bot Building Framework
 Name:          rubygem-%{gem_name}
-Version:       2.0.11
+Version:       2.0.12
 Release:       1%{?dist}
 License:       MIT
 
@@ -13,6 +12,7 @@ Source0:       http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
 BuildArch:     noarch
 
+BuildRequires: ruby >= 1.9.1
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 
@@ -25,6 +25,7 @@ Provides:      rubygem(%{gem_name}) = %{version}
 %description
 A simple, friendly DSL for creating IRC bots.
 
+# === rubygem-cinch-doc
 
 %package doc
 Summary:   Documentation for %{name}
@@ -38,6 +39,7 @@ BuildArch: noarch
 
 %prep
 gem unpack %{SOURCE0}
+
 %setup -q -D -T -n %{gem_name}-%{version}
 
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
@@ -47,7 +49,6 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 %build
 gem build %{gem_name}.gemspec
-
 %gem_install
 
 
@@ -74,6 +75,9 @@ rm %{buildroot}%{gem_instdir}/.yardopts
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Fri Jan 31 2014 Darryl L. Pierce <dpierce at redhat.com. - 2.0.12-1
+- Rebased on Cinch 2.0.12.
+
 * Thu Dec 12 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.11-1
 - Rebased on Cinch 2.0.11.
 
diff --git a/sources b/sources
index afa958d..d4c06dc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-326cd25d549df966dd900cf145576ab1  cinch-2.0.11.gem
+18b829122dfb43eba9c306fb093c29a1  cinch-2.0.12.gem


More information about the scm-commits mailing list