[nodejs-i2c] Put nodejs_default_filter before find_provides_and_requires

Jamie Nguyen jamielinux at fedoraproject.org
Sun Apr 20 13:44:46 UTC 2014


commit 5fefb22575d142d82f4e0f56e52f20ff292c54cf
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Sun Apr 20 14:43:51 2014 +0100

    Put nodejs_default_filter before find_provides_and_requires

 nodejs-i2c.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/nodejs-i2c.spec b/nodejs-i2c.spec
index fb07269..063a1d3 100644
--- a/nodejs-i2c.spec
+++ b/nodejs-i2c.spec
@@ -1,9 +1,9 @@
-%{?nodejs_find_provides_and_requires}
 %{?nodejs_default_filter}
+%{?nodejs_find_provides_and_requires}
 
 Name:           nodejs-i2c
 Version:        0.1.4
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Node.js native bindings for i2c-dev
 
 %if 0%{?fedora} >= 19
@@ -60,6 +60,9 @@ chmod 0755 %{buildroot}%{nodejs_sitelib}/i2c/build/Release/i2c.node
 %doc README.md LICENSE examples
 
 %changelog
+* Sun Apr 20 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.1.4-8
+- put nodejs_default_filter before nodejs_find_provides_and_requires
+
 * Sun Apr 20 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.1.4-7
 - fix version of npm(bindings) dependency
 


More information about the scm-commits mailing list