[rubygem-openshift-origin-common] update to version 1.3.1

tdawson tdawson at fedoraproject.org
Wed Jan 30 15:37:17 UTC 2013


commit 3a57926c6ceae1293626ff4e517f644094dbc354
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Jan 30 09:37:12 2013 -0600

    update to version 1.3.1

 .gitignore                           |    1 +
 rubygem-openshift-origin-common.spec |   44 +++++++++++++--------------------
 sources                              |    2 +-
 3 files changed, 19 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b6a524..1ccc3fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /openshift-origin-common-1.0.1.gem
 /openshift-origin-common-1.1.4.gem
 /openshift-origin-common-1.2.3.gem
+/openshift-origin-common-1.3.1.gem
diff --git a/rubygem-openshift-origin-common.spec b/rubygem-openshift-origin-common.spec
index 62490dc..7117fd2 100644
--- a/rubygem-openshift-origin-common.spec
+++ b/rubygem-openshift-origin-common.spec
@@ -1,36 +1,24 @@
-%if 0%{?fedora}%{?rhel} <= 6
-    %global scl ruby193
-    %global scl_prefix ruby193-
-%endif
-%{!?scl:%global pkg_name %{name}}
-%{?scl:%scl_package rubygem-%{gem_name}}
 %global gem_name openshift-origin-common
 %global rubyabi 1.9.1
 
 Summary:        Cloud Development Common
 Name:           rubygem-%{gem_name}
-Version:        1.2.3
+Version:        1.3.1
 Release:        2%{?dist}
 Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://openshift.redhat.com
-Source0:        http://mirror.openshift.com/pub/origin-server/source/rubygem-%{gem_name}/%{gem_name}-%{version}.gem
-Requires:       %{?scl:%scl_prefix}ruby
-Requires:       %{?scl:%scl_prefix}rubygems
-Requires:       %{?scl:%scl_prefix}rubygem(activemodel)
-Requires:       %{?scl:%scl_prefix}rubygem(json)
-%if 0%{?fedora}%{?rhel} <= 6
-BuildRequires:  ruby193-build
-BuildRequires:  scl-utils-build
-Requires: openshift-origin-util-scl
-%else
-Requires: openshift-origin-util
-%endif
-BuildRequires:  %{?scl:%scl_prefix}ruby(abi) = %{rubyabi}
-BuildRequires:  %{?scl:%scl_prefix}ruby 
-BuildRequires:  %{?scl:%scl_prefix}rubygems
-BuildRequires:  %{?scl:%scl_prefix}rubygems-devel
-BuildRequires:  %{?scl:%scl_prefix}rubygem-yard
+Source0:        http://mirror.openshift.com/pub/openshift-origin/source/rubygem-%{gem_name}/%{gem_name}-%{version}.gem
+Requires:       ruby
+Requires:       rubygems
+Requires:       rubygem(activemodel)
+Requires:       rubygem(json)
+Requires:       openshift-origin-util
+BuildRequires:  ruby(abi) = %{rubyabi}
+BuildRequires:  ruby 
+BuildRequires:  rubygems
+BuildRequires:  rubygems-devel
+BuildRequires:  rubygem-yard
 BuildArch:      noarch
 Provides:       rubygem(%{gem_name}) = %version
 Obsoletes:      rubygem-stickshift-common
@@ -53,7 +41,6 @@ gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 %build
 mkdir -p ./%{gem_dir}
 
-%{?scl:scl enable %scl - << \EOF}
 gem build %{gem_name}.gemspec
 export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
 gem install -V \
@@ -63,7 +50,6 @@ gem install -V \
         --force \
         --rdoc \
         %{gem_name}-%{version}.gem
-%{?scl:EOF}
 
 %install
 mkdir -p %{buildroot}%{gem_dir}
@@ -90,8 +76,12 @@ rm -rf %{buildroot}%{gem_instdir}/.yardoc
 %doc %{gem_docdir}
 
 %changelog
-* Tue Jan 15 2013 Troy Dawson <tdawson at redhat.com> 1.2.3-2
+* Tue Jan 29 2013 Troy Dawson <tdawson at redhat.com> 1.3.1-2
 - Change the source from a tar to gem
+- Remove scl for Fedora standards
+
+* Wed Dec 12 2012 Adam Miller <admiller at redhat.com> 1.3.1-1
+- bump_minor_versions for sprint 22 (admiller at redhat.com)
 
 * Wed Dec 05 2012 Adam Miller <admiller at redhat.com> 1.2.3-1
 - updated gemspecs so they work with scl rpm spec files. (tdawson at redhat.com)
diff --git a/sources b/sources
index 7e1c842..0664679 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3773bf8a5776df28aa0f068fece151a6  openshift-origin-common-1.2.3.gem
+3ac58f305cd5ddf1466e1a6a44f84488  openshift-origin-common-1.3.1.gem


More information about the scm-commits mailing list