[rubygem-openshift-origin-auth-mongo] Update to lastest stable release

tdawson tdawson at fedoraproject.org
Tue Feb 18 14:22:39 UTC 2014


commit 125cf3ac74028e180a57ae112904b418317b5c37
Author: Troy Dawson <tdawson at redhat.com>
Date:   Tue Feb 18 08:23:23 2014 -0600

    Update to lastest stable release

 .gitignore                               |    1 +
 rubygem-openshift-origin-auth-mongo.spec |   21 ++++++++++++++++++++-
 sources                                  |    2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b575b45..d109314 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /openshift-origin-auth-mongo-1.5.1.gem
 /openshift-origin-auth-mongo-1.5.2.gem
 /openshift-origin-auth-mongo-1.10.2.1.gem
+/openshift-origin-auth-mongo-1.15.1.1.gem
diff --git a/rubygem-openshift-origin-auth-mongo.spec b/rubygem-openshift-origin-auth-mongo.spec
index fee551c..548ff27 100644
--- a/rubygem-openshift-origin-auth-mongo.spec
+++ b/rubygem-openshift-origin-auth-mongo.spec
@@ -5,7 +5,7 @@
 
 Summary:       OpenShift plugin for mongo authentication service
 Name:          rubygem-%{gem_name}
-Version:       1.10.2.1
+Version:       1.15.1.1
 Release:       1%{?dist}
 Group:         Development/Languages
 License:       ASL 2.0
@@ -93,6 +93,25 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
+* Fri Dec 06 2013 Krishna Raman <kraman at gmail.com> 1.15.1.1-1
+- Bumping versions for OpenShift Origin Release 3 (kraman at gmail.com)
+- Add config value (jliggitt at redhat.com)
+- Updating tests to register mongo-auth based user in the correct database
+  based on Rails environment. (kraman at gmail.com)
+
+* Wed Dec 04 2013 Krishna Raman <kraman at gmail.com> 1.15.1.1-1
+- Add config value (jliggitt at redhat.com)
+- Updating tests to register mongo-auth based user in the correct database
+  based on Rails environment. (kraman at gmail.com)
+
+* Fri Sep 13 2013 Troy Dawson <tdawson at redhat.com> 1.15.1-1
+- Bump up version (tdawson at redhat.com)
+- <broker> re-base the broker URI from /broker => / (lmeyer at redhat.com)
+- Make set_log_tag lazy, so that all controllers have a default behavior Allow
+  controllers to override log tag on their class, not on the instance Make
+  allowances for legacy behavior (ccoleman at redhat.com)
+- Avoid harmless but annoying deprecation warning (asari.ruby at gmail.com)
+
 * Thu Aug 01 2013 Krishna Raman <kraman at gmail.com> 1.10.2.1-1
 - Bumping version #s for origin release 2 (kraman at gmail.com)
 - <broker> re-base the broker URI from /broker => / (lmeyer at redhat.com)
diff --git a/sources b/sources
index 592824c..a4f0a4f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b57ee6435edde4a05a404fdb3cf74272  openshift-origin-auth-mongo-1.10.2.1.gem
+2bfb50a00524bb1510582e7a2fbb1cc4  openshift-origin-auth-mongo-1.15.1.1.gem


More information about the scm-commits mailing list