[nodejs-form-data] Update to upstream release 0.1.1

Jamie Nguyen jamielinux at fedoraproject.org
Mon Aug 26 17:05:13 UTC 2013


commit 60d30566e228564cd01c5052a45d9d5ac44f016d
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Aug 26 18:04:09 2013 +0100

    Update to upstream release 0.1.1

 .gitignore            |    1 +
 nodejs-form-data.spec |    9 +++++----
 sources               |    2 +-
 3 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 902e471..c60374a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /form-data-0.0.7.tgz
 /form-data-0.0.10.tgz
 /form-data-0.1.0.tgz
+/form-data-0.1.1.tgz
diff --git a/nodejs-form-data.spec b/nodejs-form-data.spec
index 3a2efeb..833eb9f 100644
--- a/nodejs-form-data.spec
+++ b/nodejs-form-data.spec
@@ -1,7 +1,7 @@
 %{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-form-data
-Version:        0.1.0
+Version:        0.1.1
 Release:        1%{?dist}
 Summary:        A module to create readable "multipart/form-data" streams
 BuildArch:      noarch
@@ -13,7 +13,7 @@ URL:            https://github.com/felixge/node-form-data
 Source0:        http://registry.npmjs.org/form-data/-/form-data-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  nodejs-devel
+BuildRequires:  nodejs-packaging
 
 %description
 A module to create readable "multipart/form-data" streams.  Can be used to
@@ -22,8 +22,6 @@ submit forms and file uploads to other web applications.
 %prep
 %setup -q -n package
 
-%nodejs_fixdep async '~0.2.4'
-
 %build
 #nothing to do
 
@@ -41,6 +39,9 @@ rm -rf %buildroot
 %doc License Readme.md
 
 %changelog
+* Mon Aug 26 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.1.1-1
+- update to upstream release 0.1.1
+
 * Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.0-1
 - new upstream release 0.1.0
 
diff --git a/sources b/sources
index d2dec07..632f27c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a483a18ab9a708136035d798d5f90b1a  form-data-0.1.0.tgz
+81ee5e26dea990c883fa78cf6a4040a2  form-data-0.1.1.tgz


More information about the scm-commits mailing list