Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package local-npm-registry for openSUSE:Factory checked in at 2023-08-02 16:47:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/local-npm-registry (Old) and /work/SRC/openSUSE:Factory/.local-npm-registry.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "local-npm-registry" Wed Aug 2 16:47:55 2023 rev:3 rq:1101713 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/local-npm-registry/local-npm-registry.changes 2021-08-16 10:05:46.999511620 +0200 +++ /work/SRC/openSUSE:Factory/.local-npm-registry.new.22712/local-npm-registry.changes 2023-08-02 16:48:01.528467670 +0200 @@ -1,0 +2,28 @@ +Fri Jul 21 12:59:44 UTC 2023 - Adam Majer <adam.ma...@suse.de> 1.0.1 + +- update to 1.0.1 + * update dependencies + * no longer shows paths for tarballs served by the proxy + * works with latest nodejs + +- 0001-Allow-the-user-to-provide-their-own-npm-command-by-m.patch: + dropped, upstreamed + +------------------------------------------------------------------- +Tue Aug 16 16:43:23 UTC 2022 - Adam Majer <adam.ma...@suse.de> + +- Revert Requires: back to npm-default. If we need support for + Fedora to have something else, we can do this another way + https://en.opensuse.org/openSUSE:Build_Service_prjconf#Substitute + +------------------------------------------------------------------- +Mon Aug 15 15:59:04 UTC 2022 - Bruno Pitrus <brunopit...@hotmail.com> +- Allow the user to override `node` and `npm` commands in PATH. + This is useful if one wants to eg. use Electron to run npm. + * add 0001-Allow-the-user-to-provide-their-own-npm-command-by-m.patch +- Change Requires: npm-default to Requires: npm. + npm-default is already prefered by the prjconf, + this works with any version of npm, + and Fedora does not have npm-default. + +------------------------------------------------------------------- Old: ---- local_npm_registry-v0.0.3.tar.gz New: ---- local_npm_registry-v1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ local-npm-registry.spec ++++++ --- /var/tmp/diff_new_pack.fdRQZU/_old 2023-08-02 16:48:02.140471392 +0200 +++ /var/tmp/diff_new_pack.fdRQZU/_new 2023-08-02 16:48:02.144471417 +0200 @@ -1,7 +1,7 @@ # # spec file for package local-npm-registry # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: local-npm-registry -Version: 0.0.3 +Version: 1.0.1 Release: 0 Summary: Localhost-only version of NPM registry License: GPL-3.0-or-later @@ -51,7 +51,7 @@ exit 0 fi -exec %{_bindir}/node %{_datadir}/%{name}/dist/ "\$@" +exec node %{_datadir}/%{name}/dist/ "\$@" EOF %files ++++++ local_npm_registry-v0.0.3.tar.gz -> local_npm_registry-v1.0.1.tar.gz ++++++ ++++ 16985 lines of diff (skipped)