From b979bd3d1ec709694ca458ff92c8149717e6164e Mon Sep 17 00:00:00 2001 From: Dan Horák Date: Dec 07 2015 11:02:16 +0000 Subject: - Update BR --- diff --git a/http-parser.spec b/http-parser.spec index 8d5bde4..7c904f6 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -8,7 +8,7 @@ Name: http-parser Version: %{somajor}.%{sominor} -Release: 4.%{git_date}git%{git_commit_hash}%{?dist} +Release: 5.%{git_date}git%{git_commit_hash}%{?dist} Summary: HTTP request/response parser for C Group: System Environment/Libraries @@ -23,6 +23,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) Patch1: http-parser-gyp-sharedlib.patch BuildRequires: gyp +BuildRequires: util-linux %description This is a parser for HTTP messages written in C. It parses both requests and @@ -102,6 +103,9 @@ rm -rf %{buildroot} %changelog +* Mon Dec 07 2015 Dan Horák - 2.0-5.20121128gitcd01361 +- Update BR + * Thu Feb 14 2013 Fedora Release Engineering - 2.0-4.20121128gitcd01361 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild