From 693d43d25aeb7acf7b526c55171bd701078c87bb Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 18 2017 16:29:53 +0000 Subject: import rh-nodejs6-nodejs-tough-cookie-2.3.3-1.el7 --- diff --git a/.gitignore b/.gitignore index 4333006..3aac12d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/tough-cookie-2.3.2.tgz +SOURCES/tough-cookie-2.3.3.tgz diff --git a/.rh-nodejs6-nodejs-tough-cookie.metadata b/.rh-nodejs6-nodejs-tough-cookie.metadata index 5676f94..137bedd 100644 --- a/.rh-nodejs6-nodejs-tough-cookie.metadata +++ b/.rh-nodejs6-nodejs-tough-cookie.metadata @@ -1 +1 @@ -f081f76e4c85720e6c37a5faced737150d84072a SOURCES/tough-cookie-2.3.2.tgz +0b618a5565b6dea90bf3425d04d55edc475a7561 SOURCES/tough-cookie-2.3.3.tgz diff --git a/SPECS/nodejs-tough-cookie.spec b/SPECS/nodejs-tough-cookie.spec index 3ab522d..9b3929f 100644 --- a/SPECS/nodejs-tough-cookie.spec +++ b/SPECS/nodejs-tough-cookie.spec @@ -6,8 +6,8 @@ %{!?scl:%global enable_tests 0} Name: %{?scl_prefix}nodejs-tough-cookie -Version: 2.3.2 -Release: 3%{?dist} +Version: 2.3.3 +Release: 1%{?dist} Summary: RFC6265 Cookies and Cookie Jar for node.js Url: https://github.com/SalesforceEng/tough-cookie Source0: https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz @@ -55,6 +55,9 @@ vows test/*_test.js %doc LICENSE %changelog +* Mon Oct 02 2017 Zuzana Svetlikova - 2.3.3-1 +- Resolves: RHBZ#1497701 + * Thu Jan 26 2017 Zuzana Svetlikova - 2.3.2-3 - Remove punycode from dependencies (RHBZ#1416815)