update to 0.9.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=51
This commit is contained in:
parent
450d170e8f
commit
3e899ce739
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.8.6</param>
|
||||
<param name="revision">v0.9.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">b2096d206d2966b42230f18029f34b6c9ec449b6</param></service></servicedata>
|
||||
<param name="changesrevision">2923188101d8fb20495e119850ad266d865cb8cd</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27e1cdb3e0182581d0bbd81ccdeed308b68eeebc21a56811ec41197de532b2e7
|
||||
size 4409868
|
3
melange-0.9.0.obscpio
Normal file
3
melange-0.9.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1596873e18f205a6127d6acaf2e541d88baf8fddfca57613300e6618ac537a67
|
||||
size 4429324
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 04:44:58 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.9.0:
|
||||
* Quote issues when evaluating the depth condition by @dakaneye
|
||||
in #1268
|
||||
* build(deps): bump github.com/vektah/gqlparser/v2 from 2.5.11 to
|
||||
2.5.14 in the go_modules group by @dependabot in #1271
|
||||
* test: Drop seemingly useless mkdir -p by @jonjohnsonjr in #1276
|
||||
* Remove dead tarfilter code by @jonjohnsonjr in #1279
|
||||
* Add build flag to override host libc flavor by @jonjohnsonjr in
|
||||
#1270
|
||||
* Separate compilation from execution by @jonjohnsonjr in #1267
|
||||
* Remove build.PipelineBuild as a concept by @jonjohnsonjr in
|
||||
#1280
|
||||
* Remove ability to set logging policy by @krishjainx in #1274
|
||||
* unbreak build at head from log policy removal by @k4leung4 in
|
||||
#1288
|
||||
* build(deps): bump chainguard.dev/apko from 0.14.8 to 0.14.9 by
|
||||
@dependabot in #1282
|
||||
* build(deps): bump github.com/klauspost/compress from 1.17.8 to
|
||||
1.17.9 by @dependabot in #1286
|
||||
* build(deps): bump k8s.io/apimachinery from 0.30.1 to 0.30.2 by
|
||||
@dependabot in #1287
|
||||
* build(deps): bump google.golang.org/api from 0.183.0 to 0.184.0
|
||||
by @dependabot in #1285
|
||||
* build(deps): bump cloud.google.com/go/storage from 1.41.0 to
|
||||
1.42.0 by @dependabot in #1284
|
||||
* Populate history for --interactive builds by @jonjohnsonjr in
|
||||
#1289
|
||||
* chore(autoconf/configure): Generate configuration with
|
||||
autoreconf when configuration doesn't exist by @EyeCantCU in
|
||||
#1290
|
||||
* Check for nil everywhere in Compile by @jonjohnsonjr in #1292
|
||||
* stop using deprecated flags for goreleaser by @k4leung4 in
|
||||
#1269
|
||||
* git-checkout - try harder if getting hash from tag fails. by
|
||||
@smoser in #1277
|
||||
* build(deps): bump actions/checkout from 4.1.6 to 4.1.7 by
|
||||
@dependabot in #1293
|
||||
* build(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 by
|
||||
@dependabot in #1294
|
||||
* build(deps): bump github.com/chainguard-dev/yam from 0.0.7 to
|
||||
0.0.8 by @dependabot in #1295
|
||||
* build(deps): bump github.com/google/go-containerregistry from
|
||||
0.19.1 to 0.19.2 by @dependabot in #1296
|
||||
* Fix missing commit in ranged subpackages by @jonjohnsonjr in
|
||||
#1304
|
||||
* melange numpy test include python-3.12 by @pnasrat in #1308
|
||||
* add go/bump as a default pipeline by @willswire in #1058
|
||||
* Bump apko to v0.15.0 by @jonjohnsonjr in #1309
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 05:36:09 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.8.6
|
||||
mtime: 1718044858
|
||||
commit: b2096d206d2966b42230f18029f34b6c9ec449b6
|
||||
version: 0.9.0
|
||||
mtime: 1718746549
|
||||
commit: 2923188101d8fb20495e119850ad266d865cb8cd
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.8.6
|
||||
Version: 0.9.0
|
||||
Release: 0
|
||||
Summary: Build APKs from source code
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ac72b63d3b058cc0f811c0e276e143c949b53403562e37dba8f5370619aa712
|
||||
size 9683793
|
||||
oid sha256:5654afcfbcabbddcbb2366d7963937602dcecf1cc3efc23526788b53333fc511
|
||||
size 9685244
|
||||
|
Loading…
Reference in New Issue
Block a user