[rubygem-qpid] Updated the release to 10.

Darryl L. Pierce mcpierce at fedoraproject.org
Mon Apr 30 21:50:52 UTC 2012


commit d54f43ec67eefe9b1c240bdadefebc086d73dd8e
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Mon Apr 30 17:50:28 2012 -0400

    Updated the release to 10.
    
    Also fixed the DOW for the previous two entries, which were mistakenly
    set to Thu.

 rubygem-qpid.spec |   24 ++++++------------------
 1 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/rubygem-qpid.spec b/rubygem-qpid.spec
index 8dd2e60..3d3b347 100644
--- a/rubygem-qpid.spec
+++ b/rubygem-qpid.spec
@@ -2,21 +2,12 @@
 %global gem_name qpid
 
 # The following globals are Fedora release-specific:
-%if "%{fedora}" == "16"
-%global rubyabi 1.8
-
-%{!?ruby_sitearch: %global ruby_sitearch %(ruby -rrbconfig -e 'puts Config::CONFIG["sitearchdir"] ')}
-%global gemname %{gem_name}
-%global gemdir %{gem_dir}
-%global gem_extdir %{ruby_sitearch}
-%else
 %global rubyabi 1.9.1
-%endif
 
 Summary:       Ruby bindings for the Qpid messaging framework
 Name:          rubygem-%{gem_name}
 Version:       0.16.0
-Release:       9%{?dist}
+Release:       10%{?dist}
 Group:         Development/Languages
 # BZ#817639 to remove the Boost license text from LICENSE file
 License:       ASL 2.0
@@ -36,13 +27,7 @@ BuildRequires: ruby(rubygems)
 BuildRequires: rubygems-devel
 BuildRequires: qpid-cpp-client-devel
 BuildRequires: rubygem-minitest
-
-# On Fedora 16 we have to include rspec core to get the rspec command
-%if "%{fedora}" == "16"
-BuildRequires: rubygem-rspec-core
-%else
 BuildRequires: rubygem-rspec
-%endif
 
 Requires:      ruby(abi) = %{rubyabi}
 Requires:      ruby(rubygems)
@@ -120,10 +105,13 @@ popd
 
 
 %changelog
-* Thu Apr 30 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16.0-9
+* Tue May  1 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16.0-10
+- First official build for Fedora 18.
+
+* Mon Apr 30 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16.0-9
 - Changed the location of the F16 installed .so to the sitearch directory.
 
-* Thu Apr 30 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16.0-8
+* Mon Apr 30 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16.0-8
 - Modified the specfile to build on Fedora 16 & Fedora 17.
 - On Fedora 16, added BuildRequires: rubygem-rspec-core
 - Added the full URL to the source gem.


More information about the scm-commits mailing list