[nodejs-tap] Update to upstream release 0.4.4

Jamie Nguyen jamielinux at fedoraproject.org
Tue Sep 3 19:11:31 UTC 2013


commit 46e001487bebd4fb627d28289fff4c39960f51d2
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Tue Sep 3 20:11:00 2013 +0100

    Update to upstream release 0.4.4

 .gitignore      |    1 +
 nodejs-tap.spec |   21 ++++++++++++++++-----
 sources         |    2 +-
 3 files changed, 18 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7f8111c..300e9e8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /tap-0.4.1.tgz
+/tap-0.4.4.tgz
diff --git a/nodejs-tap.spec b/nodejs-tap.spec
index 07c539b..b277034 100644
--- a/nodejs-tap.spec
+++ b/nodejs-tap.spec
@@ -3,10 +3,9 @@
 %global enable_tests 1
 
 Name:           nodejs-tap
-Version:        0.4.1
-Release:        7%{?dist}
+Version:        0.4.4
+Release:        1%{?dist}
 Summary:        A Test Anything Protocol library
-BuildArch:      noarch
 
 Group:          Development/Tools
 License:        MIT
@@ -17,9 +16,18 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # the segv test results in SIGSEGV as you would expect, not SIGBUS as is written
 # in the test:  https://github.com/isaacs/node-tap/pull/75
+# However, in koji it actually results in SIGTERM instead, so we're just going
+# to skip the segv test altogether.
 Patch1:         nodejs-tap-segv-actually-segfaults.patch
 
-BuildRequires:  nodejs-devel
+BuildArch:  noarch
+%if 0%{?fedora} >= 19
+ExclusiveArch: %{nodejs_arches} noarch
+%else
+ExclusiveArch: %{ix86} x86_64 %{arm} noarch
+%endif
+
+BuildRequires:  nodejs-packaging
 
 %if 0%{?enable_tests}
 # we need to replicate the dependencies of this package for it to be able to
@@ -43,7 +51,7 @@ Test Anything Protocol.
 
 %prep
 %setup -q -n package
-%patch1 -p1
+#%%patch1 -p1
 
 %nodejs_fixdep glob 3.2
 %nodejs_fixdep inherits 1
@@ -91,6 +99,9 @@ rm -rf %buildroot
 %doc coverage-example example README.md AUTHORS LICENSE
 
 %changelog
+* Tue Sep 03 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.4.4-1
+- update to upstream release 0.4.4
+
 * Sat Aug 03 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.4.1-7
 - BuildRequire the correct version of inherits
 
diff --git a/sources b/sources
index faadbbb..846e155 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-432765d531d1980a6d95bde1b2567de6  tap-0.4.1.tgz
+117d47c215326b4ccdcd6eb2ee71f869  tap-0.4.4.tgz


More information about the scm-commits mailing list