Hello community,
here is the log from the commit of package mate-notification-daemon for
openSUSE:Factory checked in at 2015-07-02 22:48:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-10-24 10:48:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-notification-daemon.new/mate-notification-daemon.changes
2015-07-03 00:09:54.000000000 +0200
@@ -1,0 +2,25 @@
+Mon May 4 21:22:15 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+ * Bugfixes
+
+-------------------------------------------------------------------
+Mon Mar 23 16:08:52 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+ * Bugfixes
+
+-------------------------------------------------------------------
+Tue Nov 11 17:08:20 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+ + No changelog available
+
+-------------------------------------------------------------------
+Sun Oct 26 19:03:29 UTC 2014 - [email protected]
+
+- Update to version 1.9.0 (unstable)
+ + No changelog available
+- Fix version requirements
+
+-------------------------------------------------------------------
Old:
----
mate-notification-daemon-1.8.1.tar.xz
New:
----
mate-notification-daemon-1.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-notification-daemon.spec ++++++
--- /var/tmp/diff_new_pack.WM4S0e/_old 2015-07-03 00:09:55.000000000 +0200
+++ /var/tmp/diff_new_pack.WM4S0e/_new 2015-07-03 00:09:55.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for mate-notification-daemon
+# spec file for package mate-notification-daemon
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,20 +13,20 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+%define _version 1.10
Name: mate-notification-daemon
-Version: 1.8.1
+Version: 1.10.0
Release: 0
-License: GPL-2.0+
Summary: Notification daemon for MATE
-Url: http://mate-desktop.org/
+License: GPL-2.0+
Group: System/GUI/Other
-Source:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-Recommends: %{name}-lang
-%glib2_gsettings_schema_requires
-
-BuildRequires: mate-common
+Url: http://mate-desktop.org/
+Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires: mate-common >= 1.9.0
+BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(glib-2.0)
@@ -35,10 +35,11 @@
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libwnck-1.0)
BuildRequires: pkgconfig(x11)
-BuildRequires: update-desktop-files
+Recommends: %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
%description
-D-BUS notification daemon for MATE.
+D-Bus notification daemon for MATE.
%lang_package
@@ -53,37 +54,37 @@
make %{?_smp_mflags} V=1
%install
-%makeinstall
-%{find_lang} %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
+%make_install
+%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 -r %{buildroot}%{_datadir}/MateConf
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+ rm -rf %{buildroot}%{_datadir}/MateConf/
fi
%post
-%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
+%glib2_gsettings_schema_post
%postun
-%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
+%glib2_gsettings_schema_postun
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS
-%dir %{_libexecdir}/mate-notification-daemon
-%dir %{_libdir}/mate-notification-daemon
-%dir %{_libdir}/mate-notification-daemon/engines
-%dir %{_datadir}/mate-notification-daemon
%{_bindir}/mate-notification-properties
+%dir %{_libexecdir}/mate-notification-daemon/
%{_libexecdir}/mate-notification-daemon/mate-notification-daemon
+%dir %{_libdir}/mate-notification-daemon/
+%dir %{_libdir}/mate-notification-daemon/engines/
%{_libdir}/mate-notification-daemon/engines/lib*.so
%{_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.gz
++++++ mate-notification-daemon-1.8.1.tar.xz ->
mate-notification-daemon-1.10.0.tar.xz ++++++
++++ 5347 lines of diff (skipped)