Hello community, here is the log from the commit of package nodejs-clean-css for openSUSE:Factory checked in at 2014-11-13 09:17:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-clean-css (Old) and /work/SRC/openSUSE:Factory/.nodejs-clean-css.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nodejs-clean-css" Changes: -------- --- /work/SRC/openSUSE:Factory/nodejs-clean-css/nodejs-clean-css.changes 2014-09-30 20:09:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-clean-css.new/nodejs-clean-css.changes 2014-11-13 09:18:05.000000000 +0100 @@ -1,0 +2,11 @@ +Wed Nov 12 06:36:51 UTC 2014 - [email protected] + +- add patch: commander-deps.diff + * be less strict about nodejs-commander version + +------------------------------------------------------------------- +Thu Oct 9 15:07:52 UTC 2014 - [email protected] + +- use nodejs-packaging for building + +------------------------------------------------------------------- New: ---- commander-deps.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-clean-css.spec ++++++ --- /var/tmp/diff_new_pack.c9lBHy/_old 2014-11-13 09:18:06.000000000 +0100 +++ /var/tmp/diff_new_pack.c9lBHy/_new 2014-11-13 09:18:06.000000000 +0100 @@ -26,18 +26,20 @@ Group: Development/Languages/Other Url: https://github.com/GoalSmashers/clean-css Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz -BuildRequires: nodejs -Requires: nodejs-commander +Patch: commander-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 Clean-css is a fast and efficient Node.js library for minifying CSS files. %prep %setup -q -n package +%patch -p1 %build ++++++ commander-deps.diff ++++++ Index: package/package.json =================================================================== --- package.orig/package.json +++ package/package.json @@ -35,7 +35,7 @@ "test": "vows" }, "dependencies": { - "commander": "2.2.x" + "commander": ">=2.2.x" }, "devDependencies": { "browserify": "4.x", -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
