[rubygem-openshift-origin-auth-mongo] update to 0.8.9

tdawson tdawson at fedoraproject.org
Thu Dec 6 17:47:28 UTC 2012


commit f208ece2ee031c6ea947ce9575a4a42db70b2cdf
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Dec 6 11:47:24 2012 -0600

    update to 0.8.9

 .gitignore                               |    1 +
 rubygem-openshift-origin-auth-mongo.spec |   13 ++++++-------
 sources                                  |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c607702..a1ed6fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openshift-origin-auth-mongo-0.8.5.gem
+/openshift-origin-auth-mongo-0.8.9.gem
diff --git a/rubygem-openshift-origin-auth-mongo.spec b/rubygem-openshift-origin-auth-mongo.spec
index 41896a0..840d426 100644
--- a/rubygem-openshift-origin-auth-mongo.spec
+++ b/rubygem-openshift-origin-auth-mongo.spec
@@ -3,12 +3,12 @@
 
 Summary:        OpenShift plugin for mongo authentication service
 Name:           rubygem-%{gem_name}
-Version:        0.8.5
-Release:        10%{?dist}
+Version:        0.8.9
+Release:        1%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
-Source0:        http://mirror.openshift.com/pub/openshift-origin/source/%{name}/%{gem_name}-%{version}.gem
+Source0:        http://mirror.openshift.com/pub/origin-server/source/%{name}/%{gem_name}-%{version}.gem
 Source1:        favicon
 Requires:       ruby(abi) = %{rubyabi}
 Requires:       rubygems
@@ -38,10 +38,6 @@ gem unpack %{SOURCE0}
 
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
-# rename lib to correct name
-mv lib/swingshift-mongo-plugin.rb lib/openshift-origin-auth-mongo.rb
-sed -i -e 's|\"lib/swingshift-mongo-plugin.rb\"|\"lib/openshift-origin-auth-mongo.rb\"|' %{gem_name}.gemspec
-
 %build
 mkdir -p .%{gem_dir}
 
@@ -82,6 +78,9 @@ cp %{SOURCE1} %{buildroot}%{gem_instdir}/test/dummy/public/favicon.ico
 %doc %{gem_docdir}
 
 %changelog
+* Thu Dec 06 2012 Troy Dawson <tdawson at redhat.com> -  0.8.9-1
+- Update to version 0.8.9
+
 * Wed Aug 22 2012 Troy Dawson <tdawson at redhat.com> -  0.8.5-10
 - Renamed library to correct name
 
diff --git a/sources b/sources
index a437c91..818e1a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9af7e7cedb4ac12486d98f2f6c287470  openshift-origin-auth-mongo-0.8.5.gem
+2b99927a9a5f051c6cb676618816e111  openshift-origin-auth-mongo-0.8.9.gem


More information about the scm-commits mailing list