diff --git a/nodejs-atob.changes b/nodejs-atob.changes index 121f0da..4c86500 100644 --- a/nodejs-atob.changes +++ b/nodejs-atob.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 9 15:07:36 UTC 2014 - jgleissner@suse.com + +- use nodejs-packaging for building + ------------------------------------------------------------------- Thu Sep 25 15:05:53 UTC 2014 - i@marguerite.su diff --git a/nodejs-atob.spec b/nodejs-atob.spec index 35493e1..60205e5 100644 --- a/nodejs-atob.spec +++ b/nodejs-atob.spec @@ -25,10 +25,11 @@ License: Apache-2.0 Group: Development/Languages/Other Url: https://github.com/node-browser-compat/atob Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz -BuildRequires: nodejs +BuildRequires: nodejs-packaging BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%{nodejs_requires} + +%nodejs_find_provides_and_requires %description Uses Buffer to emulate the exact functionality of the browser's atob.