[rubygem-openshift-origin-dns-bind] update to 0.8.12

tdawson tdawson at fedoraproject.org
Thu Dec 6 17:48:19 UTC 2012


commit 5709aeaf167ea599f934188fd4257f426fd2aec4
Author: Troy Dawson <tdawson at redhat.com>
Date:   Thu Dec 6 11:48:15 2012 -0600

    update to 0.8.12

 .gitignore                             |    1 +
 rubygem-openshift-origin-dns-bind.spec |   13 ++++++-------
 sources                                |    2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0f2c441..6be6cdb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openshift-origin-dns-bind-0.8.5.gem
+/openshift-origin-dns-bind-0.8.12.gem
diff --git a/rubygem-openshift-origin-dns-bind.spec b/rubygem-openshift-origin-dns-bind.spec
index d19dff7..0d2e019 100644
--- a/rubygem-openshift-origin-dns-bind.spec
+++ b/rubygem-openshift-origin-dns-bind.spec
@@ -3,12 +3,12 @@
 
 Summary:        OpenShift plugin for BIND service
 Name:           rubygem-%{gem_name}
-Version:        0.8.5
-Release:        7%{?dist}
+Version:        0.8.12
+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
 Requires:       ruby(abi) = %{rubyabi}
 Requires:       rubygems
 Requires:       rubygem(openshift-origin-common)
@@ -31,10 +31,6 @@ gem unpack %{SOURCE0}
 
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
-# rename lib to correct name
-mv lib/uplift-bind-plugin.rb lib/openshift-origin-dns-bind.rb
-sed -i -e 's|\"lib/uplift-bind-plugin.rb\"|\"lib/openshift-origin-dns-bind.rb\"|' %{gem_name}.gemspec
-
 %build
 mkdir -p .%{gem_dir}
 
@@ -68,6 +64,9 @@ cp -r doc/* %{buildroot}%{_docdir}/%{name}-%{version}/
 %exclude %{gem_cache}
 
 %changelog
+* Thu Dec 06 2012 Troy Dawson <tdawson at redhat.com> -  0.8.12-1
+- Update to version 0.8.12
+
 * Wed Aug 22 2012 Troy Dawson <tdawson at redhat.com> -  0.8.5-7
 - Renamed library to correct name
 
diff --git a/sources b/sources
index 5714038..ec4c807 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-353fc04be720ee90fab81253d2e35433  openshift-origin-dns-bind-0.8.5.gem
+886f8e8a54070bc9cb47941c2e0ce8e5  openshift-origin-dns-bind-0.8.12.gem


More information about the scm-commits mailing list