[nodejs-ws] Updated to latest release

tdawson tdawson at fedoraproject.org
Fri Oct 24 22:11:34 UTC 2014


commit 19444f88d9d7ee7ac27c2f45a6926ab0a1c3ac8d
Author: Troy Dawson <tdawson at redhat.com>
Date:   Fri Oct 24 17:11:35 2014 -0500

    Updated to latest release

 .gitignore     |    1 +
 nodejs-ws.spec |    9 ++++++---
 sources        |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 67318ec..ed7fd2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ws-0.4.25.tgz
 /ws-0.4.31.tgz
+/ws-0.4.32.tgz
diff --git a/nodejs-ws.spec b/nodejs-ws.spec
index c948a3b..26a113b 100644
--- a/nodejs-ws.spec
+++ b/nodejs-ws.spec
@@ -7,8 +7,8 @@
 
 Summary:       Web socket client, server and console for nodejs
 Name:          nodejs-%{npm_name}
-Version:       0.4.31
-Release:       5%{?dist}
+Version:       0.4.32
+Release:       1%{?dist}
 Group:         System Environment/Libraries
 License:       MIT
 URL:           https://github.com/einaros/ws
@@ -62,11 +62,14 @@ make test
 %endif
 
 %files
-%doc History.md README.md examples doc
+%doc History.md README.md
 %{nodejs_sitelib}/%{npm_name}
 %{_bindir}/wscat
 
 %changelog
+* Fri Oct 24 2014 Troy Dawson <tdawson at redhat.com> - 0.4.32-1
+- Updated to latest release
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.31-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index eef588d..a155b10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b56789bfa23f3c4a652e18921f2f5fb3  ws-0.4.31.tgz
+7da37660c923f09097a6da06698f96af  ws-0.4.32.tgz


More information about the scm-commits mailing list