Hello community,
here is the log from the commit of package mate-notification-daemon for
openSUSE:Factory checked in at 2020-03-03 10:16:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-notification-daemon (Old)
and /work/SRC/openSUSE:Factory/.mate-notification-daemon.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-notification-daemon"
Tue Mar 3 10:16:47 2020 rev:22 rq:780532 version:1.24.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2019-07-31 14:35:33.301891993 +0200
+++
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new.26092/mate-notification-daemon.changes
2020-03-03 10:17:49.350846776 +0100
@@ -1,0 +2,16 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0 (changes since 1.23.0):
+ * Migrate from intltool to gettext.
+ * Use gresource for mate-notification-properties.ui.
+ * Use WARN_CFLAGS which are only set with
+ --enable-compiler-warnings.
+ * Fix decoding the hints dictionary.
+ * mate-notification-properties: Initialise do-not-disturb checkbox.
+ * mate-notification-properties: Add do-not-disturb checkbox.
+ * daemon.c: Check for do-not-disturb and skip notification.
+ * Add do-not-disturb setting.
+ * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
Old:
----
mate-notification-daemon-1.23.0.tar.xz
New:
----
mate-notification-daemon-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.r3DziK/_old 2020-03-03 10:17:50.082848291 +0100
+++ /var/tmp/diff_new_pack.r3DziK/_new 2020-03-03 10:17:50.082848291 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-notification-daemon
#
-# 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
@@ -16,21 +16,20 @@
#
-%define _version 1.23
+%define _version 1.24
Name: mate-notification-daemon
-Version: 1.23.0
+Version: 1.24.0
Release: 0
Summary: Notification daemon for MATE
License: GPL-2.0-or-later
-Group: System/GUI/Other
URL: https://mate-desktop.org/
-Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-BuildRequires: mate-common >= 1.22
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires: mate-common >= %{_version}
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libwnck-3.0)
@@ -53,7 +52,7 @@
--libexecdir=%{_libexecdir}/%{name} \
--disable-static \
--disable-schemas-install
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
@@ -61,18 +60,6 @@
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file mate-notification-properties
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
%files
%license COPYING
%doc AUTHORS NEWS
@@ -85,8 +72,6 @@
%{_datadir}/applications/mate-notification-properties.desktop
%{_datadir}/dbus-1/services/org.freedesktop.mate.Notifications.service
%{_datadir}/icons/hicolor/*/apps/*
-%dir %{_datadir}/mate-notification-daemon/
-%{_datadir}/mate-notification-daemon/mate-notification-properties.ui
%{_datadir}/glib-2.0/schemas/*.xml
%{_mandir}/man1/mate-notification-properties.1%{?ext_man}
++++++ mate-notification-daemon-1.23.0.tar.xz ->
mate-notification-daemon-1.24.0.tar.xz ++++++
++++ 43445 lines of diff (skipped)