Hello community, here is the log from the commit of package nodejs-mkdirp for openSUSE:Factory checked in at 2014-11-12 00:22:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-mkdirp (Old) and /work/SRC/openSUSE:Factory/.nodejs-mkdirp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-mkdirp" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-mkdirp/nodejs-mkdirp.changes 2014-09-23 10:46:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-mkdirp.new/nodejs-mkdirp.changes 2014-11-12 00:22:29.000000000 +0100 @@ -1,0 +2,10 @@ +Fri Oct 10 13:45:36 UTC 2014 - [email protected] + +- Add mkdirp-deps.diff: be less strict about version of minimist. + +------------------------------------------------------------------- +Thu Oct 9 15:08:20 UTC 2014 - [email protected] + +- use nodejs-packaging for building + +------------------------------------------------------------------- New: ---- mkdirp-deps.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-mkdirp.spec ++++++ --- /var/tmp/diff_new_pack.8EkTqi/_old 2014-11-12 00:22:30.000000000 +0100 +++ /var/tmp/diff_new_pack.8EkTqi/_new 2014-11-12 00:22:30.000000000 +0100 @@ -26,17 +26,20 @@ Group: Development/Libraries/Other Url: https://github.com/substack/node-mkdirp Source: %{base_name}-%{version}.tgz -BuildRequires: nodejs +Patch: mkdirp-deps.diff +BuildRequires: nodejs-packaging BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch -%{?nodejs_requires} + +%nodejs_find_provides_and_requires %description Create nested directories, works like mkdir -p. %prep %setup -q -n package +%patch -p1 %build ++++++ mkdirp-deps.diff ++++++ Index: package/package.json =================================================================== --- package.orig/package.json +++ package/package.json @@ -16,7 +16,7 @@ "test": "tap test/*.js" }, "dependencies": { - "minimist": "0.0.8" + "minimist": ">=0.0.8" }, "devDependencies": { "tap": "~0.4.0", -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
