From 480d0473ce4b40bca0137d50f50df9170f6f1abf Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Mon, 10 Feb 2014 15:26:51 -0700 Subject: Update to 4.8.2 --- .gitignore | 1 + rubygem-unicorn.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f765464..0ced89c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /unicorn-4.7.0.gem +/unicorn-4.8.2.gem diff --git a/rubygem-unicorn.spec b/rubygem-unicorn.spec index 2d8f79e..96be2d5 100644 --- a/rubygem-unicorn.spec +++ b/rubygem-unicorn.spec @@ -10,7 +10,7 @@ Summary: Rack HTTP server for fast clients and Unix Name: rubygem-%{gem_name} -Version: 4.7.0 +Version: 4.8.2 Release: 1%{?dist} Group: Development/Languages License: GPLv2 or GPLv3 or Ruby @@ -26,6 +26,7 @@ Requires: ruby(abi) = %{rubyabi} Requires: rubygem(rack) Requires: rubygem(raindrops) >= 0.7 Requires: rubygem(kgio) >= 2.6 +BuildRequires: openssl-devel BuildRequires: ruby-devel %if 0%{?el6} BuildRequires: ruby(rubygems) @@ -221,6 +222,9 @@ popd %{gem_instdir}/script %changelog +* Mon Feb 10 2014 Ken Dreyer - 4.8.2-1 +- Update to 4.8.2 + * Sun Nov 24 2013 Ken Dreyer - 4.7.0-1 - Update to 4.7.0 diff --git a/sources b/sources index 3973d8c..01e834f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -210a566391c4626529facde938b164ac unicorn-4.7.0.gem +c92c67fb7b576064c1b05a5b96fbfcc9 unicorn-4.8.2.gem -- cgit