From b8e0bf3cf2ca8dd8029da5f1bfda7b0da1d0a874 Mon Sep 17 00:00:00 2001 From: coolo <> Date: Thu, 21 Jan 2021 20:56:06 +0000 Subject: [PATCH] Update rubygem-webpacker to version 5.2.1 / rev 3 via SR 865216 https://build.opensuse.org/request/show/865216 by user coolo + dimstar_suse updated to version 5.2.1 see installed CHANGELOG.md ## [[5.2.1]](https://github.com/rails/webpacker/compare/v5.2.0...5.2.1) - 2020-08-17 - Revert [#1311](https://github.com/rails/webpacker/pull/1311). ## [[5.2.0]](https://github.com/rails/webpacker/compare/v5.1.1...5.2.0) - 2020-08-16 - Bump dependencies and fixes. See [diff](https://github.com/rails/webpacker/compare/v5.1.1...5-x-stable) for changes. - updated to version 5.1.1 see installed CHANGELOG.md ## [[5.1.1]](https://github.com/rails/webpacker/compare/v5.1.0...v5.1.1) - 2020-04-20 - Update [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) and installer to use babel-loader for typescript.[(#2541](https://github.com/rails/webpacker/pull/2541) ## [[5.1.0]](ht --- packages/r/rubygem-webpacker/.files | Bin 245 -> 240 bytes packages/r/rubygem-webpacker/.rev | 51 +++++++++++++++++ .../rubygem-webpacker.changes | 53 ++++++++++++++++++ .../rubygem-webpacker/rubygem-webpacker.spec | 4 +- .../r/rubygem-webpacker/webpacker-5.2.1.gem | 1 + 5 files changed, 107 insertions(+), 2 deletions(-) create mode 120000 packages/r/rubygem-webpacker/webpacker-5.2.1.gem diff --git a/packages/r/rubygem-webpacker/.files b/packages/r/rubygem-webpacker/.files index 6dc24d08df1779ad4d4e35c7839e508b993ee076..4ce46580480f6ab4a2833d52e21ecce1e3522df8 100644 GIT binary patch delta 168 zcmWNJK?=e!5CB`$OVpD$L8#sh$u_%5o|A1if?6n55TDT}_(Lz=&0%0JGr#&E@$7_-GMFyD0LBEH)YOEz248;Ny_A!WvB>^YddjMC0-Ai~(-A$%5YS31f zfoj-chaLA~#2^`>%z=ek(?+tn4|6)4R0A!?95Dhi1tb>}T990(i+Xm3K+xKn0bkqL`^9HimwC9&KV6?N2mqkb#963NLKy={VvEdf zyEv_XdTZ+Z@486&_H`&<@_X^E>kUoa3Pq||nbBiXLkM6pD)O}Z&u70aUb;TkSe3G> bg*u8*D+QSVrX=kP-SNj`={XJ1vK?{<7Automatic submission by obs-autosubmit 773866 + + be38a4c04915a7f6fd1de2a23b4898d4 + 5.2.1 + + dimstar_suse + updated to version 5.2.1 + see installed CHANGELOG.md + ## [[5.2.1]](https://github.com/rails/webpacker/compare/v5.2.0...5.2.1) - 2020-08-17 + + - Revert [#1311](https://github.com/rails/webpacker/pull/1311). + + ## [[5.2.0]](https://github.com/rails/webpacker/compare/v5.1.1...5.2.0) - 2020-08-16 + + - Bump dependencies and fixes. See [diff](https://github.com/rails/webpacker/compare/v5.1.1...5-x-stable) for changes. + +- updated to version 5.1.1 + see installed CHANGELOG.md + ## [[5.1.1]](https://github.com/rails/webpacker/compare/v5.1.0...v5.1.1) - 2020-04-20 + + - Update [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) and installer to use babel-loader for typescript.[(#2541](https://github.com/rails/webpacker/pull/2541) + + ## [[5.1.0]](https://github.com/rails/webpacker/compare/v5.0.1...v5.1.0) - 2020-04-19 + + - Remove yarn integrity check [#2518](https://github.com/rails/webpacker/pull/2518) + - Switch from ts-loader to babel-loader [#2449](https://github.com/rails/webpacker/pull/2449) + Please see the [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) to upgrade existing projects to use typescript with 5.1 + - Resolve multi-word snakecase WEBPACKER_DEV_SERVER env values [#2528](https://github.com/rails/webpacker/pull/2528) + + ## [[5.0.1]](https://github.com/rails/webpacker/compare/v5.0.0...v5.0.1) - 2020-03-22 + + - Upgrade deps and fix sass loader config options bug [#2508](https://github.com/rails/webpacker/pull/2508) + + ## [[5.0.0]](https://github.com/rails/webpacker/compare/v4.2.2...v5.0.0) - 2020-03-22 + + - Bump minimum node version [#2428](https://github.com/rails/webpacker/pull/2428) + - Bump minimum ruby/rails version [#2415](https://github.com/rails/webpacker/pull/2415) + - Add support for multiple files per entry [#2476](https://github.com/rails/webpacker/pull/2476) + + ```js + entry: { + home: ['./home.js', './home.scss'], + account: ['./account.js', './account.scss'] + } + ``` + + You can now have two entry files with same names inside packs folder, `home.scss` and `home.js` + + And, other minor fixes, please see a list of changes [here](https://github.com/rails/webpacker/compare/v4.2.2...v5.0.0) + + 865216 + diff --git a/packages/r/rubygem-webpacker/rubygem-webpacker.changes b/packages/r/rubygem-webpacker/rubygem-webpacker.changes index 26e62c7e930..90d83c21c9a 100644 --- a/packages/r/rubygem-webpacker/rubygem-webpacker.changes +++ b/packages/r/rubygem-webpacker/rubygem-webpacker.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Sep 25 15:08:13 UTC 2020 - Stephan Kulow + +updated to version 5.2.1 + see installed CHANGELOG.md + + ## [[5.2.1]](https://github.com/rails/webpacker/compare/v5.2.0...5.2.1) - 2020-08-17 + + - Revert [#1311](https://github.com/rails/webpacker/pull/1311). + + ## [[5.2.0]](https://github.com/rails/webpacker/compare/v5.1.1...5.2.0) - 2020-08-16 + + - Bump dependencies and fixes. See [diff](https://github.com/rails/webpacker/compare/v5.1.1...5-x-stable) for changes. + + +------------------------------------------------------------------- +Thu May 7 21:41:26 UTC 2020 - Stephan Kulow + +- updated to version 5.1.1 + see installed CHANGELOG.md + + ## [[5.1.1]](https://github.com/rails/webpacker/compare/v5.1.0...v5.1.1) - 2020-04-20 + + - Update [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) and installer to use babel-loader for typescript.[(#2541](https://github.com/rails/webpacker/pull/2541) + + ## [[5.1.0]](https://github.com/rails/webpacker/compare/v5.0.1...v5.1.0) - 2020-04-19 + + - Remove yarn integrity check [#2518](https://github.com/rails/webpacker/pull/2518) + - Switch from ts-loader to babel-loader [#2449](https://github.com/rails/webpacker/pull/2449) + Please see the [TypeScript documentation](https://github.com/rails/webpacker/blob/master/docs/typescript.md) to upgrade existing projects to use typescript with 5.1 + - Resolve multi-word snakecase WEBPACKER_DEV_SERVER env values [#2528](https://github.com/rails/webpacker/pull/2528) + + ## [[5.0.1]](https://github.com/rails/webpacker/compare/v5.0.0...v5.0.1) - 2020-03-22 + + - Upgrade deps and fix sass loader config options bug [#2508](https://github.com/rails/webpacker/pull/2508) + + ## [[5.0.0]](https://github.com/rails/webpacker/compare/v4.2.2...v5.0.0) - 2020-03-22 + + - Bump minimum node version [#2428](https://github.com/rails/webpacker/pull/2428) + - Bump minimum ruby/rails version [#2415](https://github.com/rails/webpacker/pull/2415) + - Add support for multiple files per entry [#2476](https://github.com/rails/webpacker/pull/2476) + + ```js + entry: { + home: ['./home.js', './home.scss'], + account: ['./account.js', './account.scss'] + } + ``` + + You can now have two entry files with same names inside packs folder, `home.scss` and `home.js` + + And, other minor fixes, please see a list of changes [here](https://github.com/rails/webpacker/compare/v4.2.2...v5.0.0) + ------------------------------------------------------------------- Mon Feb 10 16:04:14 UTC 2020 - Stephan Kulow diff --git a/packages/r/rubygem-webpacker/rubygem-webpacker.spec b/packages/r/rubygem-webpacker/rubygem-webpacker.spec index 1ba1bebac3d..0314d183527 100644 --- a/packages/r/rubygem-webpacker/rubygem-webpacker.spec +++ b/packages/r/rubygem-webpacker/rubygem-webpacker.spec @@ -24,12 +24,12 @@ # Name: rubygem-webpacker -Version: 4.2.2 +Version: 5.2.1 Release: 0 %define mod_name webpacker %define mod_full_name %{mod_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.2.0} +BuildRequires: %{ruby >= 2.4.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 URL: https://github.com/rails/webpacker diff --git a/packages/r/rubygem-webpacker/webpacker-5.2.1.gem b/packages/r/rubygem-webpacker/webpacker-5.2.1.gem new file mode 120000 index 00000000000..94dadcfbcdf --- /dev/null +++ b/packages/r/rubygem-webpacker/webpacker-5.2.1.gem @@ -0,0 +1 @@ +/ipfs/bafkreif56eanb4mxgfwupmkzn3krmrr6mfucifb4f4nq55udjn5g7wp66u \ No newline at end of file