diff --git a/.gitignore b/.gitignore index 4e52d92..fd9ec16 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/v2.6.1.tar.gz +SOURCES/v2.7.0.tar.gz diff --git a/.rh-nodejs4-http-parser.metadata b/.rh-nodejs4-http-parser.metadata index bdf7b36..421eb50 100644 --- a/.rh-nodejs4-http-parser.metadata +++ b/.rh-nodejs4-http-parser.metadata @@ -1 +1 @@ -ab1902a25abbf3d8c011c663b1c50ed2ea00673a SOURCES/v2.6.1.tar.gz +f24bd35cf6d663e2b9f916708d82a96f562bc78b SOURCES/v2.7.0.tar.gz diff --git a/SPECS/http-parser.spec b/SPECS/http-parser.spec index e7cb114..358e418 100644 --- a/SPECS/http-parser.spec +++ b/SPECS/http-parser.spec @@ -3,13 +3,13 @@ # we use the upstream version from http_parser.h as the SONAME %global somajor 2 -%global sominor 6 -%global sopoint 1 +%global sominor 7 +%global sopoint 0 %global sover %{somajor}.%{sominor}.%{sopoint} Name: %{?scl_prefix}http-parser Version: %{somajor}.%{sominor}.%{sopoint} -Release: 4%{?dist} +Release: 2%{?dist} Summary: HTTP request/response parser for C License: MIT @@ -102,6 +102,9 @@ rm -rf %{buildroot} %changelog +* Mon Nov 28 2016 Zuzana Svetlikova - 2.7.0-2 +- Update for nodejs rebase (RHBZ#1388097) + * Mon Apr 04 2016 Tomas Hrcka - 2.6.1-4 - Use scl name as soname suffix