Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dunst for openSUSE:Factory checked in at 2021-05-03 22:08:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dunst (Old) and /work/SRC/openSUSE:Factory/.dunst.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dunst" Mon May 3 22:08:06 2021 rev:9 rq:889895 version:1.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dunst/dunst.changes 2020-08-10 14:58:41.400022406 +0200 +++ /work/SRC/openSUSE:Factory/.dunst.new.2988/dunst.changes 2021-05-03 22:08:19.996449366 +0200 @@ -1,0 +2,27 @@ +Thu Apr 29 14:38:25 UTC 2021 - Jan Baier <jba...@suse.com> + +- update to 1.6.1 +- refresh makefile.patch + * Added + - Wayland support. Dunst now runs natively on wayland. This fixes several bugs with dunst on wayland and allows idle detection. (#781) + - A progress bar, useful for showing volume or brightness in notifications (#775) + - A script in contrib for using the progress bar (#791) + - dunstctl count for showing the number of notifications (#793) + - Expose environment variables info about the notification to scripts (#802) + - text_icon_padding for adding padding between the notification icon and text (#810) + * Changed + - Dunst now installs a system-wide config in /etc/dunst/dunstrc (#798) + - Move part of the man page to dunst(5) (#799) + * Fixed + - Incorrect version in Makefile + - history_ignore flag broken when using multiple rules (#747) + - Divide by zero in radius calculation (#750) + - Monitor setting overriding follow_mode (#755) + - Incorrect monitor usage when using multiple X11 screens (#762) + - Emit signal when paused property changes (#766) + - dunstify can pass empty appname to libnotify (#768) + - Incorrect handling of 'do_action, close' mouse action (#778) + * Removed + - DUNST_COMMAND_{PAUSE,RESUME,TOGGLE} (#830)- + +------------------------------------------------------------------- Old: ---- dunst-1.5.0.tar.gz New: ---- dunst-1.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dunst.spec ++++++ --- /var/tmp/diff_new_pack.O2mjga/_old 2021-05-03 22:08:20.496447233 +0200 +++ /var/tmp/diff_new_pack.O2mjga/_new 2021-05-03 22:08:20.500447215 +0200 @@ -1,7 +1,7 @@ # # spec file for package dunst # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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 @@ %{!?_userunitdir:%define _userunitdir %{_prefix}/lib/systemd/user} Name: dunst -Version: 1.5.0 +Version: 1.6.1 Release: 0 Summary: A customizable notification daemon License: BSD-3-Clause @@ -34,6 +34,7 @@ BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(pangocairo) +BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xinerama) @@ -61,13 +62,15 @@ %files %doc CHANGELOG.md README.md %license LICENSE +%dir %{_sysconfdir}/dunst +%config %{_sysconfdir}/dunst/dunstrc %{_bindir}/dunst %{_bindir}/dunstify %{_bindir}/dunstctl %{_datadir}/dbus-1/services/org.knopwob.dunst.service %{_userunitdir}/dunst.service -%{_datadir}/dunst %{_mandir}/man1/dunst.1%{?ext_man} +%{_mandir}/man5/dunst.5%{?ext_man} %{_mandir}/man1/dunstctl.1%{?ext_man} %changelog ++++++ dunst-1.5.0.tar.gz -> dunst-1.6.1.tar.gz ++++++ ++++ 10432 lines of diff (skipped) ++++++ makefile.patch ++++++ --- /var/tmp/diff_new_pack.O2mjga/_old 2021-05-03 22:08:20.680446447 +0200 +++ /var/tmp/diff_new_pack.O2mjga/_new 2021-05-03 22:08:20.684446430 +0200 @@ -1,8 +1,6 @@ -Index: dunst-1.5.0/Makefile -=================================================================== ---- dunst-1.5.0.orig/Makefile -+++ dunst-1.5.0/Makefile -@@ -8,30 +8,7 @@ ifneq ($(wildcard ./.git/),) +--- dunst-1.6.1.orig/Makefile 2021-02-21 13:22:51.000000000 +0100 ++++ dunst-1.6.1/Makefile 2021-04-29 16:27:35.532536168 +0200 +@@ -8,38 +8,7 @@ VERSION := $(shell ${GIT} describe --tags) endif @@ -30,10 +28,18 @@ -$(error "Failed to query $(PKG_CONFIG) for package 'systemd'!") -endif -endif +- +-ifneq (0,${WAYLAND}) +-DATA_DIR_WAYLAND_PROTOCOLS ?= $(shell $(PKG_CONFIG) wayland-protocols --variable=pkgdatadir) +-DATA_DIR_WAYLAND_PROTOCOLS := ${DATA_DIR_WAYLAND_PROTOCOLS} +-ifeq (,${DATA_DIR_WAYLAND_PROTOCOLS}) +-$(warning "Failed to query $(PKG_CONFIG) for package 'wayland-protocols'!") +-endif +-endif LIBS := $(shell $(PKG_CONFIG) --libs ${pkg_config_packs}) INCS := $(shell $(PKG_CONFIG) --cflags ${pkg_config_packs}) -@@ -177,11 +154,12 @@ install-doc: +@@ -213,11 +182,12 @@ install-service: install-service-dbus install-service-dbus: service-dbus