#3 update esbuild to 0.18.6
Closed 5 months ago by mikep. Opened a year ago by kkoukiou.
rpms/ kkoukiou/golang-github-evanw-esbuild rawhide  into  rawhide

update esbuild to 0.18.6
Katerina Koukiou • a year ago  
file modified
+1
@@ -2,3 +2,4 @@ 

  /esbuild-0.8.32.tar.gz

  /esbuild-0.14.38.tar.gz

  /esbuild-0.17.7.tar.gz

+ /esbuild-0.18.6.tar.gz

file modified
+3
@@ -1,3 +1,6 @@ 

+ * Wed Jun 21 2023 Katerina Koukiou <kkoukiou@redhat.com> - 0.18.6-1

No need to add a new changelog entry manually. As this package uses %autochangelog now, changelog is created based on git commit messages and this file is to have the changelog prior to the autochangelog conversion

+ - update esbuild to 0.18.6

+ 

  * Fri Feb 10 2023 Katerina Koukiou <kkoukiou@redhat.com> - 0.17.7-1

  - update esbuild to 0.17.7

  

@@ -1,11 +1,12 @@ 

- # Generated by go2rpm 1

+ # Generated by go2rpm 1.9.0

  %bcond_without check

  

  # https://github.com/evanw/esbuild

  %global goipath         github.com/evanw/esbuild

- Version:                0.17.7

+ Version:                0.18.6

+ 

+ %gometa -f

  

- %gometa

  

  %global common_description %{expand:

  This is a JavaScript bundler and minifier. It packages up JavaScript and
@@ -16,21 +17,22 @@ 

  

  Name:           %{goname}

  Release:        %autorelease

- Summary:        Fast JavaScript bundler and minifier

+ Summary:        An extremely fast bundler for the web

  

  License:        MIT

  URL:            %{gourl}

- Source0:        %{gosource}

- 

- BuildRequires:  golang(golang.org/x/sys/unix)

+ Source:         %{gosource}

  

- %description

- %{common_description}

+ %description %{common_description}

  

  %gopkg

  

  %prep

  %goprep

+ %autopatch -p1

+ 

+ %generate_buildrequires

+ %go_generate_buildrequires

  

  %build

  for cmd in cmd/* ; do

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (esbuild-0.17.7.tar.gz) = df887d6ca3ba6996127d3675f0809eeafb037489db27c644a5a24e031130d4b72ef4b8e0ca085b898cc96a062200ddbb3eee0f328b85e68a2dd7ed65b9d9451c

+ SHA512 (esbuild-0.18.6.tar.gz) = c70b21e35d34cb605c28b7f8cae12c9cbb7e00c05466cb323ec8e1e3e13439764ddbf5c8e3dda16e0df1061ea9f5f923231bb342da40fc4870db78bc3d61a1fc

Spec format was updated with:
go2rpm github.com/evanw/esbuild

rebased onto 96aa01a

a year ago

No need to add a new changelog entry manually. As this package uses %autochangelog now, changelog is created based on git commit messages and this file is to have the changelog prior to the autochangelog conversion

Also, if you add the "Closes rhbz#XXXX" to the commit message, bugs will be automatically closed.

Example:

"Update to 0.18.6 - Closes rhbz#2084582 rhbz#2163140"

I just updated to 0.19.11, so this pull request is obsolete.

Pull-Request has been closed by mikep

5 months ago