Accepting request 1143112 from home:ojkastl_buildservice:Branch_devel_tools_building
update to 0.5.6 OBS-URL: https://build.opensuse.org/request/show/1143112 OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/melange?expand=0&rev=16
This commit is contained in:
parent
3e10eb48aa
commit
d884b28170
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.5.5</param>
|
||||
<param name="revision">v0.5.6</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">3a7d2fcf7c05beee78d2e1315eaa441b879f129d</param></service></servicedata>
|
||||
<param name="changesrevision">eb44fc3229f8047d17171cf70ed727b13a9a7642</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a72c224cfc5710b50ccd396d396925512f17ba8ed6512c80aaaa3b051a381ef3
|
||||
size 4240908
|
3
melange-0.5.6.obscpio
Normal file
3
melange-0.5.6.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9c6759c89d41d51a66bc53fc213ce4d765714464e3fde0f583b53e5453f44b71
|
||||
size 4289036
|
@ -1,3 +1,55 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 23 18:00:07 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.5.6:
|
||||
* sort with key/values
|
||||
* Fail if unknown variable is used in substitution
|
||||
* revert simple-hello, keep it alpine
|
||||
* fix simple-hello again
|
||||
* fix simple-hello
|
||||
* fix wolfi e2e test
|
||||
* also test wolfi built packages
|
||||
* update examples
|
||||
* migrate examples to wolfi
|
||||
* add e2e test that packages can be installed with apk
|
||||
* Audit the permissions of workflows.
|
||||
* Add test for vendored pkgconfig
|
||||
* Make "unable to detect git commit" a debug message
|
||||
* Allow vendored pkgconfig deps
|
||||
* make docs-repo
|
||||
* update
|
||||
* use apko@main
|
||||
* drop pkg/logger and use slog
|
||||
* Allow execable shared objects if name has ".so."
|
||||
* Fix sbom loopvar issue
|
||||
* Make BuildGuest more similar for Build and Test
|
||||
* Use errgroup over github.com/korovkin/limiter
|
||||
* Replace packages in APKINDEX with same version
|
||||
* Remove some more struct mutating and shadowing
|
||||
* Drop mutable imgRef from build.Build
|
||||
* Move more mutations into parameters
|
||||
* Take an fs as an argument to RetrieveWorkspace
|
||||
* Add a test
|
||||
* Convert some sca code to early return style
|
||||
* build(deps): bump github.com/cloudflare/circl from 1.3.6 to
|
||||
1.3.7
|
||||
* move test pipelines to where others are. Remove unnecessary
|
||||
test packages.
|
||||
* Add python/import test pipeline, as well as e2e tests for
|
||||
python test pipelines.
|
||||
* how many ways can I really screw this one up...
|
||||
* Try James suggestion.
|
||||
* Fix the filenames.
|
||||
* try with explicit false.
|
||||
* maybe missing a space?
|
||||
* Add --test-package-append that you can specify extra test
|
||||
packages for each test.
|
||||
* move the comment
|
||||
* meson/configure: don't download subprojects by default
|
||||
* Add a python/test pipeline.
|
||||
* Bypass warning about detached head
|
||||
* add `*_config` pattern to split/dev pipeline
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 07 18:08:16 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.5.5
|
||||
mtime: 1703161278
|
||||
commit: 3a7d2fcf7c05beee78d2e1315eaa441b879f129d
|
||||
version: 0.5.6
|
||||
mtime: 1705734175
|
||||
commit: eb44fc3229f8047d17171cf70ed727b13a9a7642
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.5.5
|
||||
Version: 0.5.6
|
||||
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:f70ee19c337c3e36af90d6ee8403629232e675c9fb4c0e58e814de8c4b33c178
|
||||
size 11363065
|
||||
oid sha256:d2d92b9acbb68ba8bab3ee609e1af290b22aa7eae5bb6931bd53328360d7617d
|
||||
size 11360953
|
||||
|
Loading…
Reference in New Issue
Block a user