From 40e3e04fa5fb421ffda3b2112eb0570257413fb5 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Sat, 15 Feb 2014 13:04:23 -0700 Subject: Update to yajl-ruby 1.2.0 --- .gitignore | 2 +- rubygem-yajl-ruby.spec | 9 +++++++-- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 44661ed..1b3f675 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/yajl-ruby-1.1.0.gem +/yajl-ruby-1.2.0.gem diff --git a/rubygem-yajl-ruby.spec b/rubygem-yajl-ruby.spec index f346fc2..b0b3d97 100644 --- a/rubygem-yajl-ruby.spec +++ b/rubygem-yajl-ruby.spec @@ -13,8 +13,8 @@ Summary: Ruby C bindings to the excellent Yajl JSON stream-based parser library Name: rubygem-%{gem_name} -Version: 1.1.0 -Release: 2%{?dist} +Version: 1.2.0 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: https://github.com/brianmario/yajl-ruby @@ -57,6 +57,8 @@ for f in .gitignore .rspec .travis.yml Gemfile Rakefile; do rm $f sed -i "s|\"$f\",||g" %{gem_name}.gemspec done +rm -r script +sed -i "s|\"script/[^\"]*\",||g" %{gem_name}.gemspec %build gem build %{gem_name}.gemspec @@ -128,6 +130,9 @@ popd %{gem_instdir}/tasks %changelog +* Sat Feb 15 2014 Ken Dreyer - 1.2.0-1 +- Update to yajl-ruby 1.2.0 + * Tue Dec 25 2012 Julian C. Dunn - 1.1.0-2 - Unify EPEL and Fedora builds. Correct defects from review, bz#823351 diff --git a/sources b/sources index de0763a..b4522c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f35141b89be7da3b279b65ea0f3c0c2 yajl-ruby-1.1.0.gem +9c5f1212327a8022544c09ef2e1b310d yajl-ruby-1.2.0.gem -- cgit