Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bolt for openSUSE:Factory checked in at 2023-01-04 17:53:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bolt (Old) and /work/SRC/openSUSE:Factory/.bolt.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bolt" Wed Jan 4 17:53:33 2023 rev:11 rq:1055822 version:0.9.5 Changes: -------- --- /work/SRC/openSUSE:Factory/bolt/bolt.changes 2022-12-08 16:52:11.591792698 +0100 +++ /work/SRC/openSUSE:Factory/.bolt.new.1563/bolt.changes 2023-01-04 17:53:49.602614469 +0100 @@ -1,0 +2,9 @@ +Wed Jan 4 13:48:42 UTC 2023 - Robert Frohl <[email protected]> + +- update to 0.9.5: + * Fixed several test and build setting issues. + * Introduced packit. Packit was used to package rpm to downstream Fedora + automatically. Moreover, Koji and bodhi could be triggered by packit + automatically. + +------------------------------------------------------------------- Old: ---- bolt-0.9.4.tar.bz2 New: ---- bolt-0.9.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bolt.spec ++++++ --- /var/tmp/diff_new_pack.TROJid/_old 2023-01-04 17:53:50.518619868 +0100 +++ /var/tmp/diff_new_pack.TROJid/_new 2023-01-04 17:53:50.522619891 +0100 @@ -1,7 +1,7 @@ # # spec file for package bolt # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %global _hardened_build 1 Name: bolt -Version: 0.9.4 +Version: 0.9.5 Release: 0 Summary: Thunderbolt 3 device manager License: GPL-2.0-or-later ++++++ bolt-0.9.4.tar.bz2 -> bolt-0.9.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bolt-0.9.4/.packit.yaml new/bolt-0.9.5/.packit.yaml --- old/bolt-0.9.4/.packit.yaml 2022-11-04 14:21:08.000000000 +0100 +++ new/bolt-0.9.5/.packit.yaml 2023-01-03 08:18:41.000000000 +0100 @@ -19,3 +19,11 @@ trigger: release dist_git_branches: - fedora-all +- job: koji_build + trigger: commit + dist_git_branches: + - fedora-all +- job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-stable # rawhide updates are created automatically diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bolt-0.9.4/CHANGELOG.md new/bolt-0.9.5/CHANGELOG.md --- old/bolt-0.9.4/CHANGELOG.md 2022-11-04 14:21:08.000000000 +0100 +++ new/bolt-0.9.5/CHANGELOG.md 2023-01-03 08:18:41.000000000 +0100 @@ -1,3 +1,20 @@ +Version 0.9.5 +------------- +Released: 2023-1-3 + +* Fixed several test and build setting issues. + +* Introduced packit. Packit was used to package rpm to downstream Fedora + automatically. Moreover, Koji and bodhi could be triggered by packit + automatically. + + +Version 0.9.4 +------------- +Released: 2022-11-4 + +* Introduced the bot which was taking over the package works. + Version 0.9.3 ------------- _Fix for the fix_ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bolt-0.9.4/contrib/docker-build.sh new/bolt-0.9.5/contrib/docker-build.sh --- old/bolt-0.9.4/contrib/docker-build.sh 2022-11-04 14:21:08.000000000 +0100 +++ new/bolt-0.9.5/contrib/docker-build.sh 2023-01-03 08:18:41.000000000 +0100 @@ -13,7 +13,7 @@ whoami # actual building -meson -Db_coverage=true -Dtests-speed=slow . /build +meson -Dbuildtype=debug -Db_coverage=true -Dtests-speed=slow . /build ninja -C /build meson test -C /build --verbose diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bolt-0.9.4/meson.build new/bolt-0.9.5/meson.build --- old/bolt-0.9.4/meson.build 2022-11-04 14:21:08.000000000 +0100 +++ new/bolt-0.9.5/meson.build 2023-01-03 08:18:41.000000000 +0100 @@ -1,6 +1,6 @@ project('bolt', 'c', - version: '0.9.4', + version: '0.9.5', license : 'LGPL-2.1+', meson_version: '>= 0.46.0', default_options: ['warning_level=1', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bolt-0.9.4/tests/bolt-test.c new/bolt-0.9.5/tests/bolt-test.c --- old/bolt-0.9.4/tests/bolt-test.c 2022-11-04 14:21:08.000000000 +0100 +++ new/bolt-0.9.5/tests/bolt-test.c 2023-01-03 08:18:41.000000000 +0100 @@ -156,7 +156,8 @@ } g_clear_pointer (&ns->tmpdir, bolt_tmp_dir_destroy); - g_queue_free_full (&ns->messages, g_free); + g_queue_foreach (&ns->messages, (GFunc) g_free, NULL); + g_queue_clear (&ns->messages); g_clear_pointer (&ns->socket_path, g_free); g_free (ns); }
