Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2026-02-25 21:07:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Wed Feb 25 21:07:22 2026 rev:568 rq:1334886 version:5.1771958644.63a1790

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2026-02-24 
15:39:20.428261461 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1977/os-autoinst.changes        
2026-02-25 21:09:19.247071429 +0100
@@ -1,0 +2,11 @@
+Wed Feb 25 00:22:47 UTC 2026 - [email protected]
+
+- Update to version 5.1771958644.63a1790:
+  * build(Makefile): add top-level help target
+  * test: implement conventional commits check with gitlint
+  * fix: Fix wrong uses of "checkout" that should be "check out"
+  * git subrepo pull (merge) --force external/os-autoinst-common
+  * style: Fix crop.py style issues
+  * parse_extra_log: Allow passing additional args to upload_logs
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-5.1771858186.01b8328.obscpio

New:
----
  os-autoinst-5.1771958644.63a1790.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.pd8bMI/_old  2026-02-25 21:09:20.647129375 +0100
+++ /var/tmp/diff_new_pack.pd8bMI/_new  2026-02-25 21:09:20.651129541 +0100
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        5.1771858186.01b8328
+Version:        5.1771958644.63a1790
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.pd8bMI/_old  2026-02-25 21:09:20.711132024 +0100
+++ /var/tmp/diff_new_pack.pd8bMI/_new  2026-02-25 21:09:20.711132024 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        5.1771858186.01b8328
+Version:        5.1771958644.63a1790
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.pd8bMI/_old  2026-02-25 21:09:20.763134177 +0100
+++ /var/tmp/diff_new_pack.pd8bMI/_new  2026-02-25 21:09:20.763134177 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        5.1771858186.01b8328
+Version:        5.1771958644.63a1790
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.pd8bMI/_old  2026-02-25 21:09:20.799135667 +0100
+++ /var/tmp/diff_new_pack.pd8bMI/_new  2026-02-25 21:09:20.803135832 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        5.1771858186.01b8328
+Version:        5.1771958644.63a1790
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later

++++++ os-autoinst-5.1771858186.01b8328.obscpio -> 
os-autoinst-5.1771958644.63a1790.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/os-autoinst-5.1771858186.01b8328/Makefile 
new/os-autoinst-5.1771958644.63a1790/Makefile
--- old/os-autoinst-5.1771858186.01b8328/Makefile       2026-02-23 
15:49:46.000000000 +0100
+++ new/os-autoinst-5.1771958644.63a1790/Makefile       2026-02-24 
19:44:04.000000000 +0100
@@ -3,9 +3,16 @@
 
 build := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))build
 .PHONY: all
-all: build/build.ninja
+all: build/build.ninja ## Build all and create symlinks
        ninja -C ${build} symlinks
 
+.PHONY: help
+help: build/build.ninja ## Display this help
+       @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN 
{FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
+       @echo ""
+       @echo "Internal targets from CMake/Ninja:"
+       @ninja -C ${build} help
+
 # empty default to ensure build dir is created when make called with arguments
 Makefile: ;
 %: build/build.ninja

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.pd8bMI/_old  2026-02-25 21:09:28.511454867 +0100
+++ /var/tmp/diff_new_pack.pd8bMI/_new  2026-02-25 21:09:28.563457019 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 5.1771858186.01b8328
-mtime: 1771858186
-commit: 01b8328736a8a278079a5893dcc2569b25af0c25
+version: 5.1771958644.63a1790
+mtime: 1771958644
+commit: 63a17900eefbb2d697a80f8b4d17af2a2b4e57e1
 

Reply via email to