[nodejs-compress-commons] Update to upstream 0.2.7

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


commit 016550295e52c07908975b9230a821942e233f36
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sun Mar 8 14:26:15 2015 +0100

    Update to upstream 0.2.7
    
    - Move license to %license

 .gitignore                          | 2 ++
 nodejs-compress-commons-dl-tests.sh | 2 +-
 nodejs-compress-commons.spec        | 9 +++++++--
 sources                             | 4 ++--
 4 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bd34abe..68f7c6d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,4 @@
 /compress-commons-0.2.0.tgz
 /nodejs-node-compress-commons-tests-0.2.0.tar.bz2
+/compress-commons-0.2.7.tgz
+/nodejs-node-compress-commons-tests-0.2.7.tar.bz2
diff --git a/nodejs-compress-commons-dl-tests.sh b/nodejs-compress-commons-dl-tests.sh
index fe42e4b..4ef678c 100755
--- a/nodejs-compress-commons-dl-tests.sh
+++ b/nodejs-compress-commons-dl-tests.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-tag="0.2.0"
+tag="0.2.7"
 repo="node-compress-commons"
 url="https://github.com/ctalkington/${repo}.git"
 
diff --git a/nodejs-compress-commons.spec b/nodejs-compress-commons.spec
index 0a1cf38..3b8e2cd 100644
--- a/nodejs-compress-commons.spec
+++ b/nodejs-compress-commons.spec
@@ -2,7 +2,7 @@
 %global srcname compress-commons
 
 Name:           nodejs-%{srcname}
-Version:        0.2.0
+Version:        0.2.7
 Release:        1%{?dist}
 Summary:        A library that defines a common interface for working with archive formats
 License:        MIT
@@ -62,10 +62,15 @@ mocha --reporter dot
 
 
 %files
-%doc README.md LICENSE-MIT
+%doc README.md
+%license LICENSE-MIT
 %{nodejs_sitelib}/%{srcname}
 
 
 %changelog
+* Mon Dec 22 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.2.7-1
+- Update to upstream 0.2.7
+- Move license to %%license
+
 * Mon Dec 22 2014 Piotr Popieluch <piotr1212 at gmail.com> - 0.2.0-1
 - Initial package
diff --git a/sources b/sources
index d8d7342..d0e1707 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-4e69a4f510e4cda7d81b5bf629f9038f  compress-commons-0.2.0.tgz
-2d46c0279089b39bb558f2a6fe463c6f  nodejs-node-compress-commons-tests-0.2.0.tar.bz2
+2145cc439542e4126bb9603c61276a65  compress-commons-0.2.7.tgz
+f66edcece4f114f4f0d045dc6a7044f4  nodejs-node-compress-commons-tests-0.2.7.tar.bz2


More information about the scm-commits mailing list