commit nodejs-source-map for openSUSE:Factory
Hello community, here is the log from the commit of package nodejs-source-map for openSUSE:Factory checked in at 2014-09-30 20:09:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nodejs-source-map (Old) and /work/SRC/openSUSE:Factory/.nodejs-source-map.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "nodejs-source-map" Changes: -------- New Changes file: --- /dev/null 2014-09-26 12:09:11.568032006 +0200 +++ /work/SRC/openSUSE:Factory/.nodejs-source-map.new/nodejs-source-map.changes 2014-09-30 20:09:31.000000000 +0200 @@ -0,0 +1,17 @@ +------------------------------------------------------------------- +Thu Sep 25 07:15:44 UTC 2014 - i@marguerite.su + +- away from npm + +------------------------------------------------------------------- +Sat Sep 20 16:04:27 UTC 2014 - i@marguerite.su + +- update version 0.1.39 + * Fix a bug where setting a source's contents to null before + any source content had been set before threw a TypeError + +------------------------------------------------------------------- +Wed Aug 20 08:03:52 UTC 2014 - jgleissner@suse.com + +- Initial build + New: ---- nodejs-source-map.changes nodejs-source-map.spec source-map-0.1.39.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nodejs-source-map.spec ++++++ # # spec file for package nodejs-source-map # # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # %define base_name source-map Name: nodejs-source-map Version: 0.1.39 Release: 0 Summary: Generates and consumes source maps License: BSD-2-Clause Group: Development/Languages/Other Url: https://github.com/mozilla/source-map Source: http://registry.npmjs.org/%{base_name}/-/%{base_name}-%{version}.tgz BuildRequires: nodejs Requires: nodejs-amdefine BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %{?nodejs_requires} %description Node.js source-map module. Generates and consumes source maps. %prep %setup -q -n package %build %install mkdir -p %{buildroot}%{nodejs_modulesdir}/%{base_name} cp -pr package.json *.js build lib \ %{buildroot}%{nodejs_modulesdir}/%{base_name}/ %files %defattr(-,root,root,-) %doc CHANGELOG.md README.md LICENSE %{nodejs_modulesdir}/%{base_name} %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de