forked from autogits/nodejs-common
154 lines
5.4 KiB
Plaintext
154 lines
5.4 KiB
Plaintext
Some changes ff
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 16 13:34:35 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update TW to 22 and set 15.7 to use it as default
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 27 09:40:57 UTC 2024 - Bingwu Zhang <xtexchooser@duck.com>
|
|
|
|
- Add corepack support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 9 09:12:01 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Update default TW to nodejs21
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 15 12:37:25 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Rework default versions and include specifics for ALP
|
|
- Default version for SLE-12 is set to be 16 - no further updates
|
|
expected since W&S module is not supported in LTSS
|
|
- 15 SP6 uses nodejs20 as default (PED-4819)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 25 02:11:10 UTC 2023 - jsrain@suse.com
|
|
|
|
- Use NodeJS 18 as default for ALP
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 19 13:38:14 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Use NodeJS 20 as default for TW
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Oct 21 10:09:34 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Use NodeJS 19 as default for TW
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 31 15:51:38 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Use NodeJS 18 as default for TW and for SLE15 SP5
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 12 09:17:01 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Use NodeJS 17 as default for TW
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 21 05:01:32 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
|
|
|
|
- Allow building for Fedora in the OBS
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 18 19:29:10 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Some applications do not like warnings or notices on stderr
|
|
as they use it for other things. So make nodejs-common quiet
|
|
unless we have a fatal error.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 10 10:27:58 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Use libalternatives on TW by default
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 31 16:32:18 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Add libalternatives support
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 6 12:50:02 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Enable 32-bit arches again on latest node for TW
|
|
- Set TW to nodejs16
|
|
- Set nodejs14 for SP3 as default and nodejs16 for SP4
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 29 09:33:20 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Provide nodejs(engine) by nodejs-common: nodejs-packaging happens
|
|
to read the engines parameter from the json files and it's a
|
|
nice-to-have if OBS can find out what the default nodejs engine
|
|
to use.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 15 12:35:21 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
|
|
|
- Use older nodejs (10) for %{arm}
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 9 17:29:00 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Provide nodejs and npm and nodejs-devel by the appropriate
|
|
defaults package
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 19 11:33:38 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- set nodejs14 as default for sle15-sp3+
|
|
- set nodejs15 as default for TW
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 10:35:06 UTC 2020 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Add nodejs-default, npm-default and nodejs-devel-default subpackages
|
|
to provide latest, best supported nodejs for current architecture
|
|
and codestream.
|
|
|
|
nodejs-default - nodejs runtime only
|
|
npm-default - if you need npm + nodejs
|
|
nodejs-devel-default - if you need npm + nodejs + compile modules
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Dec 30 13:49:36 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Bump max supported version to 42 to account for automatically
|
|
built master branch called nodejs42
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 28 11:13:23 UTC 2019 - Adam Majer <adam.majer@suse.de>
|
|
|
|
- Remove extra -g from compiler command-line
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de
|
|
|
|
- Change the shell script to regular executable
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 22 12:31:05 UTC 2018 - dcassany@suse.de
|
|
|
|
- Add LICENSE text to the package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 2 14:29:04 UTC 2017 - adam.majer@suse.de
|
|
|
|
- NodeJS 8.2.0 adds support for `npx` binary. Add conditional
|
|
support to our wrapper
|
|
- Print a helpful message if wrapper cannot find target executable
|
|
- Wrapper only executes from /usr/bin and not PATH
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 18 10:20:06 UTC 2017 - adam.majer@suse.de
|
|
|
|
- Use MIT license so we don't have to ship the license text.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 7 13:09:29 UTC 2017 - adam.majer@suse.de
|
|
|
|
- Initial release.
|