Accepting request 1174081 from home:ojkastl_buildservice:Branch_devel_tools_building
update to 0.7.0 OBS-URL: https://build.opensuse.org/request/show/1174081 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=39
This commit is contained in:
parent
1f6d68cc7b
commit
403cf78be6
2
_service
2
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.6.11</param>
|
||||
<param name="revision">v0.7.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/chainguard-dev/melange</param>
|
||||
<param name="changesrevision">550fae86b7675c6289a85ac00411055e37253167</param></service></servicedata>
|
||||
<param name="changesrevision">5cbb58ab9443d2d514eadc44c604c31fec54f968</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a8a29ceef145ad70ca712c77925ff0c286d6429bc32329d7aad1b1f2b9e884e
|
||||
size 4392460
|
3
melange-0.7.0.obscpio
Normal file
3
melange-0.7.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:982af13bfc2a62a11d06d2177c8c4fee9493953315552f8601634ebcfa1a922e
|
||||
size 4435980
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 19:35:43 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.7.0:
|
||||
* Find shbangs to generate depends by @smoser in #1110
|
||||
* presubmit: remove gdk-pixbuf by @imjasonh in #1143
|
||||
* Revert "presubmit: remove gdk-pixbuf" by @imjasonh in #1147
|
||||
* verify SPDX SBOMs using spdx-tools-java by @imjasonh in #1146
|
||||
* Fix sca detection case for env with multiple arguments. by
|
||||
@dlorenc in #1148
|
||||
* Update shbang collection to ignore 'python' and support simple
|
||||
'env -S'. by @smoser in #1159
|
||||
* ensure shbang check only checks valid shbangs by @joshrwolf in
|
||||
#1160
|
||||
* config: allow scriplets in subpackages with range replacements
|
||||
by @xnox in #1165
|
||||
* Drop -release from pc versions by @jonjohnsonjr in #1173
|
||||
* fix(cargo): Install all built binaries if output isn't defined
|
||||
by @EyeCantCU in #1174
|
||||
* sbom: set supplier in addition to originator by @imjasonh in
|
||||
#1184
|
||||
* Add melange scan by @jonjohnsonjr in #1175
|
||||
* Bump go-apk by @jonjohnsonjr in #1185
|
||||
* add global --gcplog flag to emit GCP-compatible JSON logs by
|
||||
@imjasonh in #1186
|
||||
* pipelines/go: add back symbols tables by @xnox in #1142
|
||||
* Only consider that are in a PATH dir from generateCmdProviders
|
||||
by @smoser in #1164
|
||||
* Allow symlinks to provide cmd: by @smoser in #1188
|
||||
* Extract melange sign to a library by @tcnghia in #1198
|
||||
* Revert "Allow symlinks to provide cmd:" by @joshrwolf in #1200
|
||||
* Bump apko by @jonjohnsonjr in #1201
|
||||
* Make unit tests faster by @jonjohnsonjr in #1202
|
||||
* Add buildmode to go/build by @jonjohnsonjr in #1210
|
||||
* lots of updates for build dependencies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 09 06:26:37 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.6.11
|
||||
mtime: 1712596898
|
||||
commit: 550fae86b7675c6289a85ac00411055e37253167
|
||||
version: 0.7.0
|
||||
mtime: 1715707142
|
||||
commit: 5cbb58ab9443d2d514eadc44c604c31fec54f968
|
||||
|
@ -19,14 +19,14 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.6.11
|
||||
Version: 0.7.0
|
||||
Release: 0
|
||||
Summary: Build APKs from source code
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/chainguard-dev/melange
|
||||
Source: melange-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.20
|
||||
BuildRequires: go >= 1.22
|
||||
|
||||
%description
|
||||
Build apk packages using declarative pipelines.
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26e738197676aea9872211aa4794a744a850e8edaeefa61b93794714605b6b75
|
||||
size 12637612
|
||||
oid sha256:3c14fc2dc41faa831dc92cfa40dcf42d44328211b1e6cfc26b006d9ae3324f12
|
||||
size 12705116
|
||||
|
Loading…
Reference in New Issue
Block a user