Hello community,

here is the log from the commit of package mate-notification-daemon for 
openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-notification-daemon (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.mate-notification-daemon.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-notification-daemon"

Fri Mar  6 12:39:43 2020 rev:15 rq:781508 version:1.24.0

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/mate-notification-daemon/mate-notification-daemon.changes
      2020-01-15 15:28:29.130679287 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.mate-notification-daemon.new.26092/mate-notification-daemon.changes
   2020-03-06 12:42:26.142799454 +0100
@@ -1,0 +2,48 @@
+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.
+
+-------------------------------------------------------------------
+Wed Jul 17 14:05:41 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+  * Translations update
+  * Remove trailing whitespaces
+  * Change url project's website 
+- remove patch:
+  * mate-notification-daemon-gtk-3.20.patch: we don't support
+    gtk3.20 anymore
+- build require gtk >= 3.22
+
+-------------------------------------------------------------------
+Tue Mar  5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+  * Migrate from dbus-glib to GDBus.
+  * Use GVariant.
+  * Add signals, remove annotation from xml file.
+  * Fix some gdk deprecations.
+  * src/daemon/daemon.c: Replace deprecated gvfs-open call by
+    "gio open" from libglib2.0-bin.
+  * Disable deprecation warnings for distcheck.
+  * Avoid compile warning for g_type_class_add_private.
+- Rebase mate-notification-daemon-gtk-3.20.patch.
+
+-------------------------------------------------------------------
+Sat Jun 16 15:48:41 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+  * Update translations.
+
+-------------------------------------------------------------------

Old:
----
  mate-notification-daemon-1.20.0.tar.xz
  mate-notification-daemon-gtk-3.20.patch

New:
----
  mate-notification-daemon-1.24.0.tar.xz

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

Other differences:
------------------
++++++ mate-notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.0uhC1E/_old  2020-03-06 12:42:26.758799828 +0100
+++ /var/tmp/diff_new_pack.0uhC1E/_new  2020-03-06 12:42:26.762799830 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-notification-daemon
 #
-# Copyright (c) 2018 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
@@ -12,28 +12,24 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define _version 1.20
+%define _version 1.24
 Name:           mate-notification-daemon
-Version:        1.20.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
-# PATCH-FEATURE-OPENSUSE mate-notification-daemon-gtk-3.20.patch -- Restore 
GLib 2.48 and GTK+ 3.20 support.
-Patch0:         mate-notification-daemon-gtk-3.20.patch
+URL:            https://mate-desktop.org/
+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(dbus-glib-1)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libnotify)
 BuildRequires:  pkgconfig(libwnck-3.0)
@@ -49,7 +45,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -57,7 +52,7 @@
   --libexecdir=%{_libexecdir}/%{name} \
   --disable-static                    \
   --disable-schemas-install
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -65,24 +60,8 @@
 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
-%if 0%{?suse_version} >= 1500
 %license COPYING
-%else
-%doc COPYING
-%endif
 %doc AUTHORS NEWS
 %{_bindir}/mate-notification-properties
 %dir %{_libexecdir}/mate-notification-daemon/
@@ -93,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.20.0.tar.xz -> 
mate-notification-daemon-1.24.0.tar.xz ++++++
++++ 56562 lines of diff (skipped)


Reply via email to