Hello community,
here is the log from the commit of package mate-notification-daemon for
openSUSE:Factory checked in at 2016-04-15 19:11:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-notification-daemon (Old)
and /work/SRC/openSUSE:Factory/.mate-notification-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-notification-daemon"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mate-notification-daemon/mate-notification-daemon.changes
2015-12-01 09:20:05.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
2016-04-15 19:11:39.000000000 +0200
@@ -1,0 +2,24 @@
+Sat Apr 9 11:24:53 UTC 2016 - [email protected]
+
+- Update to version 1.14.0:
+ * Drop MateConf migration script.
+ * GTK+3: Stop reversing fg/bg colours in slider theme (use
+ colours from the current GTK+ theme as is).
+ * Update translations.
+ * Add Changelog generation.
+
+-------------------------------------------------------------------
+Mon Jan 25 19:56:45 UTC 2016 - [email protected]
+
+- Update to version 1.13.0:
+ * GTK+3: Explicitly wrap notification text at 50 characters.
+ * GTK+3: Some deprecation fixes.
+ * Drop MateConf migration script.
+ * GTK+3: Some more fixes for the slider theme.
+
+-------------------------------------------------------------------
+Sun Jan 3 14:13:43 UTC 2016 - [email protected]
+
+- Switch to Gtk3.
+
+-------------------------------------------------------------------
Old:
----
mate-notification-daemon-1.12.1.tar.xz
New:
----
mate-notification-daemon-1.14.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.fFGoYa/_old 2016-04-15 19:11:39.000000000 +0200
+++ /var/tmp/diff_new_pack.fFGoYa/_new 2016-04-15 19:11:39.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mate-notification-daemon
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
#
-%define _version 1.12
+%define _version 1.14
Name: mate-notification-daemon
-Version: 1.12.1
+Version: 1.14.0
Release: 0
Summary: Notification daemon for MATE
License: GPL-2.0+
@@ -30,10 +30,10 @@
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
-BuildRequires: pkgconfig(gtk+-2.0)
-BuildRequires: pkgconfig(libcanberra-gtk)
+BuildRequires: pkgconfig(gtk+-3.0)
+BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnotify)
-BuildRequires: pkgconfig(libwnck-1.0)
+BuildRequires: pkgconfig(libwnck-3.0)
BuildRequires: pkgconfig(x11)
Recommends: %{name}-lang
%glib2_gsettings_schema_requires
@@ -47,10 +47,12 @@
%setup -q
%build
+NOCONFIGURE=1 mate-autogen
%configure \
--libexecdir=%{_libexecdir}/%{name} \
--disable-static \
- --disable-schemas-install
+ --disable-schemas-install \
+ --with-gtk=3.0
make %{?_smp_mflags}
%install
@@ -58,9 +60,6 @@
%find_lang %{name} %{?no_lang_C}
find %{buildroot} -type f -name "*.la" -delete -print
%suse_update_desktop_file mate-notification-properties
-if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
- rm -rf %{buildroot}%{_datadir}/MateConf/
-fi
%post
%desktop_database_post
++++++ mate-notification-daemon-1.12.1.tar.xz ->
mate-notification-daemon-1.14.0.tar.xz ++++++
++++ 38222 lines of diff (skipped)