Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nwg-launchers for openSUSE:Factory checked in at 2022-10-25 11:19:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nwg-launchers (Old) and /work/SRC/openSUSE:Factory/.nwg-launchers.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nwg-launchers" Tue Oct 25 11:19:34 2022 rev:12 rq:1031035 version:0.7.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/nwg-launchers/nwg-launchers.changes 2021-09-27 20:08:55.706463447 +0200 +++ /work/SRC/openSUSE:Factory/.nwg-launchers.new.2275/nwg-launchers.changes 2022-10-25 11:19:38.826088731 +0200 @@ -1,0 +2,24 @@ +Tue Oct 25 06:50:55 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 0.7.1.1: + Fix missing version bump #210 + +------------------------------------------------------------------- +Tue Oct 25 06:50:06 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 0.7.1: + * Fix failing to start due to incorrect CSS property name in + default config #208 + +------------------------------------------------------------------- +Mon Oct 24 10:43:04 UTC 2022 - Michael Vetter <[email protected]> + +- Update to 0.7.0: + * XDG Desktop Menu Categories #198 + * Allow to define CSS classes in nwgbar JSON file #195 + * Saturate icon size if it's off the allowed range (16-2048) #188 + * Use /tmp if XDG_RUNTIME_DIR is not defined and /var/run/user/UID not exists #192 + * Allow for ~ in the beginning of Exec= value #205 +- Add nwg-launchers-readme.patch: we already ship the readme + +------------------------------------------------------------------- Old: ---- v0.6.3.tar.gz New: ---- nwg-launchers-readme.patch v0.7.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nwg-launchers.spec ++++++ --- /var/tmp/diff_new_pack.pBkOU7/_old 2022-10-25 11:19:39.374089946 +0200 +++ /var/tmp/diff_new_pack.pBkOU7/_new 2022-10-25 11:19:39.382089964 +0200 @@ -1,7 +1,7 @@ # # spec file for package nwg-launchers # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,14 @@ Name: nwg-launchers -Version: 0.6.3 +Version: 0.7.1.1 Release: 0 Summary: GTK launchers and menu for sway and i3 License: GPL-3.0-or-later Group: System/X11/Utilities URL: https://github.com/nwg-piotr/nwg-launchers Source: %{url}/archive/v%{version}.tar.gz +Patch0: nwg-launchers-readme.patch BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: gtk-layer-shell-devel @@ -37,6 +38,7 @@ %prep %setup -q +%patch0 -p1 %build %meson ++++++ nwg-launchers-readme.patch ++++++ Index: nwg-launchers-0.7.0/meson.build =================================================================== --- nwg-launchers-0.7.0.orig/meson.build +++ nwg-launchers-0.7.0/meson.build @@ -72,28 +72,6 @@ if not python.found() python = find_program('python', required: false) endif -# generate README.md from template -# make sure to copy it to the source directory! -if python.found() - readme = custom_target('readme', - output: [ 'README.md' ], - input: [ 'README.md.in' ], - command: [ - python, '@SOURCE_ROOT@/make_readme.py', - '@INPUT@', '@OUTPUT@', - bar_exe.full_path(), - dmenu_exe.full_path(), - grid_client_exe.full_path(), - grid_server_exe.full_path() - ], - depends: [bar_exe, dmenu_exe, grid_client_exe, grid_server_exe], - install_dir: conf_data.get('datadir'), - install: true - ) -else - message('Python was not found, fresh README.md will not be generated') -endif - install_data( ['icon-missing.svg', 'icon-missing.png'], install_dir: conf_data.get('datadir') ++++++ v0.6.3.tar.gz -> v0.7.1.1.tar.gz ++++++ ++++ 2666 lines of diff (skipped)
