[nodejs-crc32-stream] Update to upstream 0.3.2

Piotr Popieluch piotrp at fedoraproject.org
Sun Mar 8 13:13:23 UTC 2015


commit e003ff20be4e8d927884ce3e060bce84a9b80647
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sun Mar 8 14:13:21 2015 +0100

    Update to upstream 0.3.2
    
    - Move LICENSE-MIT from %doc to %license

 .gitignore                      | 2 ++
 nodejs-crc32-stream-dl-tests.sh | 2 +-
 nodejs-crc32-stream.spec        | 9 +++++++--
 sources                         | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4bc6e83..6031b52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /crc32-stream-0.3.1.tgz
 /nodejs-crc32-stream-tests-0.3.1.tar.bz2
+/crc32-stream-0.3.2.tgz
+/nodejs-crc32-stream-tests-0.3.2.tar.bz2
diff --git a/nodejs-crc32-stream-dl-tests.sh b/nodejs-crc32-stream-dl-tests.sh
index 1342803..37ede34 100755
--- a/nodejs-crc32-stream-dl-tests.sh
+++ b/nodejs-crc32-stream-dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag=0.3.1
+tag=0.3.2
 
 set -e
 
diff --git a/nodejs-crc32-stream.spec b/nodejs-crc32-stream.spec
index fffbdc7..8c5b0fc 100644
--- a/nodejs-crc32-stream.spec
+++ b/nodejs-crc32-stream.spec
@@ -2,7 +2,7 @@
 %global srcname crc32-stream
 
 Name:           nodejs-%{srcname}
-Version:        0.3.1
+Version:        0.3.2
 Release:        1%{?dist}
 Summary:        A streaming CRC32 checksumer
 License:        MIT
@@ -60,10 +60,15 @@ mocha --reporter dot
 
 
 %files
-%doc README.md LICENSE-MIT
+%doc README.md
+%license LICENSE-MIT
 %{nodejs_sitelib}/%{srcname}
 
 
 %changelog
+* Sun Mar  8 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.3.2-1
+- Update to upstream 0.3.2
+- Move LICENSE-MIT from %%doc to %%license
+
 * Mon Dec 22 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.3.1-1
 - Initial package
diff --git a/sources b/sources
index 206682d..45a75b5 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-273bf0e44964c0d1b97484d8acb2cfa8  crc32-stream-0.3.1.tgz
-13e1b2ead7e85179da97b1a925324d3a  nodejs-crc32-stream-tests-0.3.1.tar.bz2
+20ee83b893e46d0a6361e7ddc362c27a  crc32-stream-0.3.2.tgz
+182c2d04ecd5491263b7b3457263fb37  nodejs-crc32-stream-tests-0.3.2.tar.bz2


More information about the scm-commits mailing list