[rubygem-cinch] Rebased on Cinch 2.0.9.

Darryl L. Pierce mcpierce at fedoraproject.org
Tue Sep 3 12:13:06 UTC 2013


commit f9efd181423141fc0ea0294229c93dc00218fa3e
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Tue Sep 3 08:12:53 2013 -0400

    Rebased on Cinch 2.0.9.

 .gitignore         |    1 +
 rubygem-cinch.spec |    8 ++++++--
 sources            |    2 +-
 3 files changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index aa2ade3..8d0d322 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /cinch-2.0.5.gem
 /cinch-2.0.6.gem
 /cinch-2.0.7.gem
+/cinch-2.0.9.gem
diff --git a/rubygem-cinch.spec b/rubygem-cinch.spec
index 6d7238b..1b0058a 100644
--- a/rubygem-cinch.spec
+++ b/rubygem-cinch.spec
@@ -4,7 +4,7 @@
 
 Summary:       An IRC Bot Building Framework
 Name:          rubygem-%{gem_name}
-Version:       2.0.7
+Version:       2.0.9
 Release:       1%{?dist}
 License:       MIT
 
@@ -63,9 +63,10 @@ gem build %{gem_name}.gemspec
 
 %install
 mkdir -p %{buildroot}%{gem_dir}
-cp -a .%{gem_dir}/* \
+cp -pa .%{gem_dir}/* \
         %{buildroot}%{gem_dir}/
 
+# cleanup files that should not be installed
 rm %{buildroot}%{gem_instdir}/.yardopts
 
 
@@ -83,6 +84,9 @@ rm %{buildroot}%{gem_instdir}/.yardopts
 %doc %{gem_instdir}/README.md
 
 %changelog
+* Tue Sep  3 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.9-1
+- Rebased on Cinch 2.0.9.
+
 * Mon Jul 29 2013 Darryl L. Pierce <dpierce at redhat.com> - 2.0.7-1
 - Rebased on Cinch 2.0.7.
 
diff --git a/sources b/sources
index 95a07aa..a441f45 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8d908a738aa0284445f8212432b9aae6  cinch-2.0.7.gem
+e7c406e7d48402f8557c956bc68cacea  cinch-2.0.9.gem


More information about the scm-commits mailing list