#4 update esbuild to 0.19.2
Closed 5 months ago by mikep. Opened 9 months ago by tle.
rpms/ tle/golang-github-evanw-esbuild 0_19_2  into  rawhide

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.19.2.tar.gz

@@ -3,7 +3,7 @@ 

  

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

  %global goipath         github.com/evanw/esbuild

- Version:                0.17.7

+ Version:                0.19.2

  

  %gometa

  
@@ -24,14 +24,17 @@ 

  

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

  

- %description

- %{common_description}

+ %description %{common_description}

  

  %gopkg

  

  %prep

  %goprep

  

+ %autopatch -p1

+ %generate_buildrequires

+ %go_generate_buildrequires

+ 

  %build

  for cmd in cmd/* ; do

    %gobuild -o %{gobuilddir}/bin/$(basename $cmd) %{goipath}/$cmd

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

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

+ SHA512 (esbuild-0.19.2.tar.gz) = 5ec21e4992610742f04fa7ce920208fa0d24c101cc973e616246caaa64fa1d9aeb73ee4d3b8ca4ea36555c0a8469208f0addd89645f1537f59f685aea3dae710

no initial comment

rebased onto 095b22d

9 months ago

I don't understand the error in the CI.

Firstly, it said:

/root/jenkins/workspace/i_dist-git-build-pipeline_master@6
+ cd golang-github-evanw-esbuild
+ fedpkg sources
Parsing specfile for used sources failed. Falling back to downloading all sources.
warning: line 18: Possible unexpanded macro in: Release:        %autorelease
error: %changelog entries must start with *

That's actually correct.

I am going to get in touch with the infra people to get more help.

rebased onto cc60898

9 months ago

rebased onto ef83dce

9 months ago

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

Pull-Request has been closed by mikep

5 months ago