Hello community,

here is the log from the commit of package dunst for openSUSE:Factory checked 
in at 2020-08-10 14:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dunst (Old)
 and      /work/SRC/openSUSE:Factory/.dunst.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dunst"

Mon Aug 10 14:58:08 2020 rev:8 rq:824974 version:1.5.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dunst/dunst.changes      2019-07-03 
15:15:28.499021335 +0200
+++ /work/SRC/openSUSE:Factory/.dunst.new.3399/dunst.changes    2020-08-10 
14:58:41.400022406 +0200
@@ -1,0 +2,19 @@
+Sat Aug  8 09:15:20 UTC 2020 - Ondřej Súkup <[email protected]>
+
+- update to 1.5.0
+- refresh makefile.patch
+ * min_icon_size option to automatically scale up icons to a desired value
+ * vertical_alignment option to control the text/icon alignment within the 
notification
+ * Ability to configure multiple actions for each mouse event
+ * dunstctl command line control client
+ * RGBA support for all color strings
+ * Ability to run multiple scripts for each notification
+ * ignore_dbusclose setting
+ * dunstify notification client is now installed by default
+ * Keyboard follow mode falls back to the monitor with the mouse if no window 
has keyboard focus
+ * Overflow when setting a >=40 minute timeout
+ * Unset configuration options not falling back to default values
+ * Crash when $HOME environment variable is unset
+ * Lack of antialiasing with round corners enabled 
+
+-------------------------------------------------------------------
@@ -48,0 +68 @@
+

Old:
----
  dunst-1.4.1.tar.gz

New:
----
  dunst-1.5.0.tar.gz

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

Other differences:
------------------
++++++ dunst.spec ++++++
--- /var/tmp/diff_new_pack.jN5bEC/_old  2020-08-10 14:58:42.992023247 +0200
+++ /var/tmp/diff_new_pack.jN5bEC/_new  2020-08-10 14:58:42.996023249 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dunst
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.4.1
+Version:        1.5.0
 Release:        0
 Summary:        A customizable notification daemon
 License:        BSD-3-Clause
@@ -28,15 +28,14 @@
 Patch0:         makefile.patch
 BuildRequires:  pkgconfig
 BuildRequires:  systemd-rpm-macros
-BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
 BuildRequires:  pkgconfig(gio-2.0)
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(pangocairo)
 BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xinerama)
 BuildRequires:  pkgconfig(xrandr)
 BuildRequires:  pkgconfig(xscrnsaver)
@@ -64,9 +63,11 @@
 %license LICENSE
 %{_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}/man1/dunstctl.1%{?ext_man}
 
 %changelog

++++++ dunst-1.4.1.tar.gz -> dunst-1.5.0.tar.gz ++++++
++++ 3374 lines of diff (skipped)

++++++ makefile.patch ++++++
--- /var/tmp/diff_new_pack.jN5bEC/_old  2020-08-10 14:58:43.192023352 +0200
+++ /var/tmp/diff_new_pack.jN5bEC/_new  2020-08-10 14:58:43.196023355 +0200
@@ -1,7 +1,7 @@
-Index: dunst-1.4.0/Makefile
+Index: dunst-1.5.0/Makefile
 ===================================================================
---- dunst-1.4.0.orig/Makefile
-+++ dunst-1.4.0/Makefile
+--- dunst-1.5.0.orig/Makefile
++++ dunst-1.5.0/Makefile
 @@ -8,30 +8,7 @@ ifneq ($(wildcard ./.git/),)
  VERSION := $(shell ${GIT} describe --tags)
  endif
@@ -33,7 +33,7 @@
  
  LIBS := $(shell $(PKG_CONFIG) --libs   ${pkg_config_packs})
  INCS := $(shell $(PKG_CONFIG) --cflags ${pkg_config_packs})
-@@ -165,11 +142,12 @@ install-doc:
+@@ -177,11 +154,12 @@ install-doc:
  
  install-service: install-service-dbus
  install-service-dbus: service-dbus
@@ -47,4 +47,4 @@
 +      install -Dm644 dunst.systemd.service 
${DESTDIR}${PREFIX}/lib/systemd/user/dunst.service
  endif
  
- uninstall: uninstall-service
+ install-dunstify: dunstify


Reply via email to