Accepting request 1205883 from devel:tools:building
OBS-URL: https://build.opensuse.org/request/show/1205883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/melange?expand=0&rev=32
This commit is contained in:
commit
c9c7971f34
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.12.1</param>
|
||||
<param name="revision">v0.13.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">727eaafd6eb8360bc0912a2f1e903bb25edad38e</param></service></servicedata>
|
||||
<param name="changesrevision">283c45ea7df95c04d1065393b79d396782790146</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aceb8634d434d9e52cb73bd7fdb83252f10dfb4e89c9473b2ac858a584b774d
|
||||
size 4553740
|
3
melange-0.13.0.obscpio
Normal file
3
melange-0.13.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a4f1d6c75f54d81bd43091866474edf8daeb479dd8189197093a6abeeb92f89
|
||||
size 4583436
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 06 08:01:56 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.13.0:
|
||||
* Fix typo in README
|
||||
* test: Fix typo
|
||||
* Added additional documentation for package version selection
|
||||
* sca: Properly detect .so files as deps
|
||||
* Adjust an e2e-test that made a bad assumption.
|
||||
* update the docs
|
||||
* add --cleanup flag (default true)
|
||||
* build(deps): bump github.com/chainguard-dev/yam from 0.1.1 to
|
||||
0.2.0
|
||||
* build(deps): bump google.golang.org/api from 0.198.0 to 0.199.0
|
||||
* build(deps): bump actions/checkout in the actions group
|
||||
* Support string replacement in ImageContents
|
||||
* build(deps): bump the gomod group with 5 updates
|
||||
* git-checkout: support scheduled updates
|
||||
* sca: never emit libcuda.so.1 runtime dep
|
||||
* Add table of contents
|
||||
* Add pipeline markdown reference markdown generator.
|
||||
* feat(melange): Add sub for output directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 21 16:30:34 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: melange
|
||||
version: 0.12.1
|
||||
mtime: 1726790873
|
||||
commit: 727eaafd6eb8360bc0912a2f1e903bb25edad38e
|
||||
version: 0.13.0
|
||||
mtime: 1727983501
|
||||
commit: 283c45ea7df95c04d1065393b79d396782790146
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
|
||||
|
||||
Name: melange
|
||||
Version: 0.12.1
|
||||
Version: 0.13.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:1bf43f6770eeeb3e22616954a3c1fe7e148afc179dbab0d1515788548862ec42
|
||||
size 10770291
|
||||
oid sha256:d577d5bdc487feb097d45fab46479d9646f24119e200b4a7ba56811a6d0e4d55
|
||||
size 10848543
|
||||
|
Loading…
Reference in New Issue
Block a user