[rubygem-multi_json] Review fixes.

Vít Ondruch vondruch at fedoraproject.org
Mon Nov 14 16:15:15 UTC 2011


commit 2baf69ef9c91d7357149475f6789720e3d21b5d8
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Nov 11 15:23:05 2011 +0100

    Review fixes.

 rubygem-multi_json.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/rubygem-multi_json.spec b/rubygem-multi_json.spec
index 9476d61..335279e 100644
--- a/rubygem-multi_json.spec
+++ b/rubygem-multi_json.spec
@@ -8,7 +8,7 @@
 Summary: A gem to provide swappable JSON backends
 Name: rubygem-%{gemname}
 Version: 1.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://github.com/intridea/multi_json
@@ -25,6 +25,9 @@ BuildRequires: rubygem(json)
 BuildRequires: rubygem(json_pure)
 BuildArch: noarch
 Provides: rubygem(%{gemname}) = %{version}
+# OkJson is allowed to be bundled:
+# https://fedorahosted.org/fpc/ticket/113
+Provides: bundled(okjson) = 20110719
 
 %description
 A gem to provide swappable JSON backends utilizing Yajl::Ruby, the JSON gem,
@@ -78,10 +81,13 @@ popd
 %files doc
 %doc %{gemdir}/doc/%{gemname}-%{version}
 %doc %{geminstdir}/README.md
-%doc %{geminstdir}/Rakefile
+%{geminstdir}/Rakefile
 %{geminstdir}/spec
 
 
 %changelog
+* Fri Nov 11 2011 Vít Ondruch <vondruch at redhat.com> - 1.0.3-2
+- Review fixes.
+
 * Fri Jul 08 2011 Vít Ondruch <vondruch at redhat.com> - 1.0.3-1
 - Initial package


More information about the scm-commits mailing list