diff --git a/http-parser.spec b/http-parser.spec index 3f961fb..f93cea3 100644 --- a/http-parser.spec +++ b/http-parser.spec @@ -1,6 +1,6 @@ Name: http-parser Version: 2.9.2 -Release: 1 +Release: 2 Summary: HTTP request/response parser for C License: MIT @@ -27,6 +27,7 @@ Features: %package devel Summary: Development headers and static libraries +Requires: %{name} = %{version}-%{release} %description devel Development headers and static libraries for http-parser. @@ -81,5 +82,8 @@ EOF %doc AUTHORS README.md %changelog +* Wed Jan 15 2020 openEuler Buildteam - 2.9.2-2 +- optimization the patch + * Sat Aug 31 2019 openEuler Buildteam - 2.9.2-1 - Package init