Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package esbuild for openSUSE:Factory checked in at 2023-02-10 14:34:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/esbuild (Old) and /work/SRC/openSUSE:Factory/.esbuild.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "esbuild" Fri Feb 10 14:34:29 2023 rev:2 rq:1064088 version:0.17.5 Changes: -------- --- /work/SRC/openSUSE:Factory/esbuild/esbuild.changes 2022-10-15 16:40:50.978642519 +0200 +++ /work/SRC/openSUSE:Factory/.esbuild.new.1848/esbuild.changes 2023-02-10 14:34:41.161693111 +0100 @@ -1,0 +2,7 @@ +Sun Jan 29 05:25:02 UTC 2023 - Avindra Goolcharan <avin...@opensuse.org> + +- roll 0.15.11...0.17.5 + * see CHANGELOG.md for changes +- run spec-cleaner + +------------------------------------------------------------------- Old: ---- esbuild-0.15.11.tar.gz New: ---- esbuild-0.17.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ esbuild.spec ++++++ --- /var/tmp/diff_new_pack.Py7VhR/_old 2023-02-10 14:34:41.617695835 +0100 +++ /var/tmp/diff_new_pack.Py7VhR/_new 2023-02-10 14:34:41.621695859 +0100 @@ -1,7 +1,7 @@ # # spec file for package esbuild # -# 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 @@ -16,9 +16,12 @@ # - +#macros for Fedora +%global goipath github.com/evanw/esbuild +%global tag v%{version} +%global extractdir0 esbuild-%{version} Name: esbuild -Version: 0.15.11 +Version: 0.17.5 Release: 0 Summary: A JavaScript bundler written for speed License: MIT @@ -27,25 +30,19 @@ Source0: https://github.com/evanw/esbuild/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.xz Patch0: remove-version-check.patch +BuildRequires: util-linux %if 0%{?fedora} -BuildRequires: golang BuildRequires: go-rpm-macros +BuildRequires: golang %else -BuildRequires: golang(API) BuildRequires: golang-packaging +BuildRequires: golang(API) %endif -BuildRequires: util-linux - -#macros for Fedora -%global goipath github.com/evanw/esbuild -%global tag v%{version} -%global extractdir0 esbuild-%version - %description esbuild is a JavaScript bundler and minifier. -%gopkg +%{gopkg} %prep %autosetup -a1 -p1 @@ -54,19 +51,16 @@ export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" - %if 0%{?fedora} %goprep -k -e %gobuild ./cmd/esbuild %else -%goprep . +%{goprep} . go build -v -p 4 -x -buildmode=pie -mod vendor ./cmd/esbuild %endif - - %install -install -pvDm755 %name "%{buildroot}/%{_bindir}/%{name}" +install -pvDm755 %{name} "%{buildroot}/%{_bindir}/%{name}" %files %license LICENSE.md ++++++ esbuild-0.15.11.tar.gz -> esbuild-0.17.5.tar.gz ++++++ ++++ 176703 lines of diff (skipped) ++++++ vendor.tar.xz ++++++