Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qubesome for openSUSE:Factory 
checked in at 2024-11-26 20:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qubesome (Old)
 and      /work/SRC/openSUSE:Factory/.qubesome.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qubesome"

Tue Nov 26 20:55:50 2024 rev:2 rq:1226371 version:0.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/qubesome/qubesome.changes        2024-07-29 
21:53:35.807657056 +0200
+++ /work/SRC/openSUSE:Factory/.qubesome.new.28523/qubesome.changes     
2024-11-26 20:56:10.479121091 +0100
@@ -1,0 +2,49 @@
+Mon Nov 25 20:59:14 UTC 2024 - [email protected]
+
+- Update to version 0.0.7:
+  * host-run: Convert output to string
+  * start: Refactor Config loading Config loading needs to behave in different 
ways than other commands like xdg-open and run. Move it inside the start 
package instead.
+  * run: Simplify GITDIR sourcing
+  * inception: Ignore config and profile selection
+  * build(deps): bump github.com/urfave/cli/v3
+  * build(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8
+  * build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0
+  * build(deps): bump google.golang.org/protobuf from 1.34.2 to 1.35.2
+  * Add examples for cli commands
+  * Make profile setting optional Some commands in specific scenarios can 
infer the profile, decreasing the amount of parameters or flags to be used. 
Examples:
+  * wayland: Show experimental warning for all subcommands
+  * Add host-run subcommand
+  * Refactor inception to use gRPC
+  * build: Fix gofmt violations
+  * build: Enable dependabot
+  * build: Lock goreleaser to v2
+  * Add autocomplete subcommand
+  * Add flag -runner to enable runner override Runners can be defined at the 
workload level. Now those runners can be overriden by the -runner flag.
+  * deps: Print output in tabular format
+  * build: Add GH attestation for release artefacts
+  * build: Add version field to goreleaser config
+  * build: Bump goreleaser-action to v6
+  * clipboard: Add subcommand to-host
+  * build: Use urfave/cli for CLI wiring
+  * profile: Fix issue finding workloads dir For profiles started from a Git 
repository, the Config.RootDir was being initiated with a full path. Later in 
the workload run process, that full path was being joined to another full path, 
leading to an invalid workload dir.
+  * build: Update main.go reference on goreleaser.
+  * profiles: Preemptive pull workload images
+  * profiles: Clean up CLI messages
+  * wayland: Set additional params for xwayland-run Disable testing extensions 
and ensure the auth file is set.
+  * Add QS_DEBUG=true to run on debug mode
+  * wayland: Pass XDG_RUNTIME_DIR to profile container
+  * wayland: Initial support for profiles
+  * build: Fix golangci-lint warnings
+  * profiles: Remove dbus code This feature was work in progress and can be 
removed until it is fully implemented.
+  * build: Bump golangci-lint to v1.62.0
+  * build: Run make test and make verify on push
+  * build: Bump Go to v1.23
+  * build: Bump dependencies
+  * build: Move main.go for easier installation
+  * Add initial support for podman
+  * mime: Rename default mime handler to qubesome
+  * Add version subcommand
+  * Increase workload args max length to 250
+  * Update install steps
+
+-------------------------------------------------------------------

Old:
----
  qubesome-0.0.2.tar.gz

New:
----
  qubesome-0.0.7.tar.gz

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

Other differences:
------------------
++++++ qubesome.spec ++++++
--- /var/tmp/diff_new_pack.ttSLG8/_old  2024-11-26 20:56:11.139148510 +0100
+++ /var/tmp/diff_new_pack.ttSLG8/_new  2024-11-26 20:56:11.139148510 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for qubesome
+# spec file for package qubesome
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -17,7 +17,7 @@
 
 
 Name:           qubesome
-Version:        0.0.2
+Version:        0.0.7
 Release:        0
 Summary:        Containerize Window Managers, apps and config from a 
declarative state in Git
 License:        Apache-2.0
@@ -25,7 +25,7 @@
 URL:            https://github.com/qubesome/cli
 Source0:        %{name}-%{version}.tar.gz
 Source1:        vendor.tar.gz
-BuildRequires:  golang(API) >= 1.22
+BuildRequires:  golang(API) >= 1.23
 
 %description
 Define your Window Manager and Workloads in Git and run them as containers. 
Just like dotfiles management, but better.
@@ -37,7 +37,7 @@
 %ifnarch ppc64
 export GOFLAGS="-buildmode=pie"
 %endif
-go build -o %{name}
+go build -o %{name} cmd/qubesome/main.go
 
 %check
 # execute the binary as a basic check

++++++ _service ++++++
--- /var/tmp/diff_new_pack.ttSLG8/_old  2024-11-26 20:56:11.175150005 +0100
+++ /var/tmp/diff_new_pack.ttSLG8/_new  2024-11-26 20:56:11.179150172 +0100
@@ -3,7 +3,7 @@
     <param name="url">https://github.com/qubesome/cli.git</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="revision">v0.0.2</param>
+    <param name="revision">v0.0.7</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
     <param name="match-tag">v*</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.ttSLG8/_old  2024-11-26 20:56:11.195150836 +0100
+++ /var/tmp/diff_new_pack.ttSLG8/_new  2024-11-26 20:56:11.199151003 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/qubesome/cli.git</param>
-              <param 
name="changesrevision">42da134f9472042c460822521518cceb5f7d5f70</param></service></servicedata>
+              <param 
name="changesrevision">698eb74437070f2fe7c9623ad1702369f2b6e5b6</param></service></servicedata>
 (No newline at EOF)
 

++++++ qubesome-0.0.2.tar.gz -> qubesome-0.0.7.tar.gz ++++++
++++ 5752 lines of diff (skipped)

++++++ vendor.tar.gz ++++++
++++ 224965 lines of diff (skipped)

Reply via email to