[rubygem-cinch] Rebased on Cinch 2.2.3.

Darryl L. Pierce mcpierce at fedoraproject.org
Tue Jan 13 16:35:55 UTC 2015


commit e15ca60b5d1ffbc0352ac7d01b5c1833280fc8d4
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Tue Jan 13 11:35:30 2015 -0500

    Rebased on Cinch 2.2.3.
    
    - Fixed the conditionals for the Requires to be easier to read.

 .gitignore         |    1 +
 rubygem-cinch.spec |    8 ++++++--
 sources            |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee24d33..fda634d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /cinch-2.1.0.gem
 /cinch-2.2.1.gem
 /cinch-2.2.2.gem
+/cinch-2.2.3.gem
diff --git a/rubygem-cinch.spec b/rubygem-cinch.spec
index 308ae5c..f0fd85a 100644
--- a/rubygem-cinch.spec
+++ b/rubygem-cinch.spec
@@ -3,7 +3,7 @@
 
 Summary:       An IRC Bot Building Framework
 Name:          rubygem-%{gem_name}
-Version:       2.2.2
+Version:       2.2.3
 Release:       1%{?dist}
 License:       MIT
 
@@ -16,10 +16,10 @@ BuildRequires: ruby >= 1.9.1
 BuildRequires: ruby(release)
 BuildRequires: rubygems-devel
 
+%if 0%{?fc20} || 0%{?el7}
 Requires:      ruby(release)
 Requires:      ruby(rubygems)
 
-%if (0%{?rhel} > 0) || (0%{?fedora} < 21)
 Provides:      rubygem(%{gem_name}) = %{version}
 %endif
 
@@ -82,6 +82,10 @@ rm %{buildroot}%{gem_instdir}/.yardopts \
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Tue Jan 13 2015 Darryl L. Pierce <dpierce at redhat.com> - 2.2.3-1
+- Rebased on Cinch 2.2.3.
+- Fixed the conditionals for the Requires to be easier to read.
+
 * Tue Jan  6 2015 Darryl L. Pierce <dpierce at redhat.com> - 2.2.2-1
 - Rebased on Cinch 2.2.2.
 - Added condition to the Provides to be only on EPEL and F20
diff --git a/sources b/sources
index 29c840b..211e8be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-42ca36cb1897f36e0a7b251267f52035  cinch-2.2.2.gem
+e75f91e8220288e886b42d8e9396b061  cinch-2.2.3.gem


More information about the scm-commits mailing list