Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cinnamon-menus for openSUSE:Factory checked in at 2023-06-04 00:12:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon-menus (Old) and /work/SRC/openSUSE:Factory/.cinnamon-menus.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-menus" Sun Jun 4 00:12:43 2023 rev:19 rq:1090571 version:5.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon-menus/cinnamon-menus.changes 2022-12-06 14:23:40.937783818 +0100 +++ /work/SRC/openSUSE:Factory/.cinnamon-menus.new.15902/cinnamon-menus.changes 2023-06-04 00:12:54.597644280 +0200 @@ -1,0 +2,6 @@ +Fri Jun 2 21:03:10 UTC 2023 - Dirk Müller <[email protected]> + +- update to 5.8.0: + * github workflow: Add optional ssh session. + +------------------------------------------------------------------- Old: ---- cinnamon-menus-5.6.0.tar.gz New: ---- cinnamon-menus-5.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon-menus.spec ++++++ --- /var/tmp/diff_new_pack.7dxufF/_old 2023-06-04 00:12:55.217647986 +0200 +++ /var/tmp/diff_new_pack.7dxufF/_new 2023-06-04 00:12:55.221648011 +0200 @@ -1,7 +1,7 @@ # # spec file for package cinnamon-menus # -# 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 @@ -20,7 +20,7 @@ %define soname libcinnamon-menu-3 %define sover 0 Name: cinnamon-menus -Version: 5.6.0 +Version: 5.8.0 Release: 0 Summary: A menu system for the Cinnamon Desktop License: LGPL-2.1-or-later ++++++ cinnamon-menus-5.6.0.tar.gz -> cinnamon-menus-5.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-5.6.0/.github/workflows/build.yml new/cinnamon-menus-5.8.0/.github/workflows/build.yml --- old/cinnamon-menus-5.6.0/.github/workflows/build.yml 2022-11-15 12:25:02.000000000 +0100 +++ new/cinnamon-menus-5.8.0/.github/workflows/build.yml 2023-06-01 14:45:20.000000000 +0200 @@ -8,6 +8,12 @@ branches: - master workflow_dispatch: + inputs: + debug_enabled: + type: boolean + description: 'Start an SSH server on failure.' + required: false + default: false jobs: build: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-5.6.0/debian/changelog new/cinnamon-menus-5.8.0/debian/changelog --- old/cinnamon-menus-5.6.0/debian/changelog 2022-11-15 12:25:02.000000000 +0100 +++ new/cinnamon-menus-5.8.0/debian/changelog 2023-06-01 14:45:20.000000000 +0200 @@ -1,3 +1,10 @@ +cinnamon-menus (5.8.0) victoria; urgency=medium + + [ Michael Webster ] + * github workflow: Add optional ssh session. + + -- Clement Lefebvre <[email protected]> Thu, 01 Jun 2023 13:44:59 +0100 + cinnamon-menus (5.6.0) vera; urgency=medium [ Rick Calixte ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cinnamon-menus-5.6.0/meson.build new/cinnamon-menus-5.8.0/meson.build --- old/cinnamon-menus-5.6.0/meson.build 2022-11-15 12:25:02.000000000 +0100 +++ new/cinnamon-menus-5.8.0/meson.build 2023-06-01 14:45:20.000000000 +0200 @@ -1,4 +1,4 @@ -project('cinnamon-menus', 'c', version : '5.6.0', meson_version: '>=0.40.0') +project('cinnamon-menus', 'c', version : '5.8.0', meson_version: '>=0.40.0') gnome = import('gnome')
