Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package melange for openSUSE:Factory checked 
in at 2024-10-24 15:43:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/melange (Old)
 and      /work/SRC/openSUSE:Factory/.melange.new.2020 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "melange"

Thu Oct 24 15:43:05 2024 rev:36 rq:1217971 version:0.14.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/melange/melange.changes  2024-10-16 
23:51:25.224662168 +0200
+++ /work/SRC/openSUSE:Factory/.melange.new.2020/melange.changes        
2024-10-24 15:44:08.379572931 +0200
@@ -1,0 +2,91 @@
+Thu Oct 24 08:27:07 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.8:
+  * fix(bubblewrap_runner): run as build 1000 by default (#1572)
+  * use --target-dir to target with cargo build
+  * pass --release as default opts
+  * allow passing more than one opts to cargo build
+
+-------------------------------------------------------------------
+Wed Oct 23 16:42:33 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.7:
+  * fix breakage
+  * go mod tidy
+  * bump apko dep to fix modtime issue
+
+-------------------------------------------------------------------
+Wed Oct 23 16:28:25 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.6:
+  * fix(build): require build config repo URL
+  * add build base to cargo-build pipeline
+
+-------------------------------------------------------------------
+Wed Oct 23 09:27:57 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.5 (0.14.4 was not properly released):
+  * fix(sbom): unique package IDs for upstream source
+  * test: (tdd) add failing test for dup spdx IDs
+
+-------------------------------------------------------------------
+Wed Oct 23 09:17:45 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.3:
+  * fix(build): use fallback values at entrypoint for git info
+  * fix(build): use the config file dir path for git detection
+
+-------------------------------------------------------------------
+Wed Oct 23 09:13:43 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.2:
+  * ci: add workflow to tag releases daily
+
+-------------------------------------------------------------------
+Wed Oct 23 09:08:38 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.1:
+  * Do not specify versions during 'melange test' (Revert #1579 and
+    #1518)
+
+-------------------------------------------------------------------
+Wed Oct 23 08:56:22 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.14.0:
+  * fix(build): make git autodetection best effort
+  * test: use x86_64 for build int tests
+  * move sbom test inside build test
+  * test(build): favor bwrap, fallback to docker
+  * chore: dedup test targets in makefile
+  * docs: run make docs-repo
+  * try qemu runner
+  * test: remove e2e tests for SBOM external refs
+  * unique SPDX IDs for multiple git repo checkouts
+  * chore: add make target for integration tests
+  * test: add integration test for build and SBOMs
+  * chore: bump Go version
+  * feat(sbom): overhaul SBOM generation logic
+
+-------------------------------------------------------------------
+Wed Oct 23 08:47:47 UTC 2024 - opensuse_buildserv...@ojkastl.de
+
+- Update to version 0.13.7:
+  * Pin the package version with ~ rather than =.
+  * build(deps): bump google.golang.org/api from 0.200.0 to 0.201.0
+  * build(deps): bump cloud.google.com/go/storage from 1.44.0 to
+    1.45.0
+  * bublewrap_runner: add /sys mount
+  * fix lint finding
+  * pipe it through cli
+  * cleanup glow up
+  * fix(qemu): fix missing pty allocation for debug shell in qemu
+    runners
+  * Do not add a cmd:awk dependency as nothing will ever provide
+    cmd:awk
+  * fix formatting lint
+  * fix(test): update tests to reflect new struct
+  * fix(qemu): fix failing test pipeline when using qemu runner
+  * fix test
+  * Pin the package version used during tests
+
+-------------------------------------------------------------------

Old:
----
  melange-0.13.6.obscpio

New:
----
  melange-0.14.8.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ melange.spec ++++++
--- /var/tmp/diff_new_pack.GIIwwc/_old  2024-10-24 15:44:09.819632768 +0200
+++ /var/tmp/diff_new_pack.GIIwwc/_new  2024-10-24 15:44:09.823632934 +0200
@@ -16,17 +16,18 @@
 #
 
 
-%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
-
 Name:           melange
-Version:        0.13.6
+Version:        0.14.8
 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:  bash-completion
+BuildRequires:  fish
 BuildRequires:  go >= 1.23
+BuildRequires:  zsh
 
 %description
 Build apk packages using declarative pipelines.
@@ -101,8 +102,8 @@
 %{buildroot}/%{_bindir}/%{name} completion fish > 
%{buildroot}%{_datarootdir}/fish/vendor_completions.d/%{name}.fish
 
 # create the zsh completion file
-mkdir -p %{buildroot}%{_datarootdir}/zsh_completion.d/
-%{buildroot}/%{_bindir}/%{name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh_completion.d/_%{name}
+mkdir -p %{buildroot}%{_datarootdir}/zsh/site-functions/
+%{buildroot}/%{_bindir}/%{name} completion zsh > 
%{buildroot}%{_datarootdir}/zsh/site-functions/_%{name}
 
 %files
 %doc README.md
@@ -110,16 +111,11 @@
 %{_bindir}/%{name}
 
 %files -n %{name}-bash-completion
-%dir %{_datarootdir}/bash-completion/completions/
 %{_datarootdir}/bash-completion/completions/%{name}
 
 %files -n %{name}-fish-completion
-%dir %{_datarootdir}/fish
-%dir %{_datarootdir}/fish/vendor_completions.d
 %{_datarootdir}/fish/vendor_completions.d/%{name}.fish
 
 %files -n %{name}-zsh-completion
-%defattr(-,root,root)
-%dir %{_datarootdir}/zsh_completion.d/
-%{_datarootdir}/zsh_completion.d/_%{name}
+%{_datarootdir}/zsh/site-functions/_%{name}
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GIIwwc/_old  2024-10-24 15:44:09.851634098 +0200
+++ /var/tmp/diff_new_pack.GIIwwc/_new  2024-10-24 15:44:09.855634264 +0200
@@ -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.13.6</param>
+    <param name="revision">v0.14.8</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="versionrewrite-pattern">v(.*)</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.GIIwwc/_old  2024-10-24 15:44:09.875635095 +0200
+++ /var/tmp/diff_new_pack.GIIwwc/_new  2024-10-24 15:44:09.875635095 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/chainguard-dev/melange</param>
-              <param 
name="changesrevision">0900229dc8a4b90e8ad950ffb44e0acee502b996</param></service></servicedata>
+              <param 
name="changesrevision">1cbadb01479998301f8dfba24cde8da47cd148b2</param></service></servicedata>
 (No newline at EOF)
 

++++++ melange-0.13.6.obscpio -> melange-0.14.8.obscpio ++++++
++++ 3820 lines of diff (skipped)

++++++ melange.obsinfo ++++++
--- /var/tmp/diff_new_pack.GIIwwc/_old  2024-10-24 15:44:10.171647395 +0200
+++ /var/tmp/diff_new_pack.GIIwwc/_new  2024-10-24 15:44:10.175647561 +0200
@@ -1,5 +1,5 @@
 name: melange
-version: 0.13.6
-mtime: 1729024044
-commit: 0900229dc8a4b90e8ad950ffb44e0acee502b996
+version: 0.14.8
+mtime: 1729703195
+commit: 1cbadb01479998301f8dfba24cde8da47cd148b2
 

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/melange/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.melange.new.2020/vendor.tar.gz differ: char 5, line 
1

Reply via email to